Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-09-08Allow horizontal space in file:// URIishs in GitUrlCheckerThomas Wolf1-0/+10
2018-09-06Revert "Select repositories via double-click in RepositorySearchDialog"Matthias Sohn1-7/+0
2018-09-03Focus file list in commit editorMichael Keppler2-0/+16
2018-09-01Commit editor: Abbreviate parent SHA-1 with 7 charactersMichael Keppler3-24/+80
2018-09-01Minor: Fix Javadoc typosMichael Keppler1-2/+2
2018-09-01NPE in git model synchronizationMichael Keppler2-0/+6
2018-09-01Icon for "Stash Changes..." menuMichael Keppler2-1/+7
2018-09-01Sort upstream branch configuration case insensitiveMichael Keppler1-5/+9
2018-08-25Fix layout and title in CommitSelectionDialogThomas Wolf3-8/+15
2018-08-25Avoid more UI freezes in ReflogView: redraw once onlyThomas Wolf1-3/+9
2018-08-25Focus default button in PullResultDialogMichael Keppler1-1/+3
2018-08-25Refactor: Remove unneeded null checksMichael Keppler1-1/+1
2018-08-25Replace PlotWalk usage by RevWalkMichael Keppler1-5/+1
2018-08-25SelectionUtils now contains methods to return multiple repositoriesLuís Copetti2-112/+146
2018-08-24Avoid UI blocks in ReflogViewThomas Wolf3-20/+35
2018-08-24Minor clean-ups in HyperlinkSourceViewerThomas Wolf1-11/+14
2018-08-18Fix comparison of SWTCommit to detect changed selectionThomas Wolf1-1/+1
2018-08-18Radio button style configuration selection of repository propertiesMichael Keppler1-4/+8
2018-08-15Merge "Fix bugs with the new lightweight decorator for RepositoryTreeNodes"Thomas Wolf3-91/+147
2018-08-15[staging] use icons for author and committerMichael Keppler1-16/+26
2018-08-14Sort branches before tags in pull result dialogMichael Keppler1-2/+2
2018-08-14Fix bugs with the new lightweight decorator for RepositoryTreeNodesThomas Wolf3-91/+147
2018-08-13Use multi-line text fields for merge and rebase result dialogsThomas Wolf2-5/+6
2018-08-13refactor: simplify collection.toArray()Michael Keppler49-66/+66
2018-08-13Remove "Change-Id" line properly on CR-LF operating systemsMichael Keppler1-1/+2
2018-08-13Fix filter in reflog viewMichael Keppler2-2/+49
2018-08-12Commit Editor: use proper create branch and create tag iconsMichael Keppler1-2/+3
2018-08-11Simplify operations on FileDiffsThomas Wolf8-74/+49
2018-08-09Handle cancellation of rename detectionMatthias Sohn1-5/+12
2018-08-07[releng] Fix test failuresThomas Wolf1-1/+3
2018-08-06Rename RepositoriesViewLabelProvider to RepositoryTreeNodeLabelProviderThomas Wolf6-17/+14
2018-08-06Use an asynchronous lightweight decorator in the repositories viewThomas Wolf18-754/+806
2018-08-01History table: let the user define which columns are shownThomas Wolf7-28/+270
2018-07-29History table: adapt column widths when view size changesThomas Wolf1-11/+40
2018-07-22Fix wrapping label in DateFormatPreferencePageThomas Wolf1-1/+2
2018-07-21Bug 536863 - No feedback on "Import changed projects"Michael Keppler3-1/+24
2018-07-21fix typo in message string keyMichael Keppler3-3/+3
2018-07-21Add 2 missing icons in reflogMichael Keppler1-0/+4
2018-07-18Ensure IProjects are not refreshed via IFile handlesThomas Wolf1-7/+18
2018-07-17Avoid that loading the history blocks updating the commit tableThomas Wolf2-32/+27
2018-07-17Disable "Compare with previous" for deletionsThomas Wolf2-6/+10
2018-07-16Fix "Compare with Previous" in history view and commit editor outlineThomas Wolf3-20/+18
2018-07-15Git history page: move expensive operations in the backgroundThomas Wolf13-337/+598
2018-07-07mark more jobs as system or userMichael Keppler3-0/+4
2018-07-07Better default editor opening for file revisionsThomas Wolf4-26/+104
2018-07-05Fix error marker updates in staging viewThomas Wolf1-17/+43
2018-07-05Staging view: update author/committer on config changesThomas Wolf2-22/+96
2018-06-30Sort decoration variables alphabeticallyMichael Keppler1-4/+5
2018-06-30Have sentences in message dialogsMichael Keppler1-19/+19
2018-06-30Fix history preference page field editor layoutMichael Keppler2-7/+13

Back to the top