Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-08-17Extract 'Create Patch' into operation for reusabilityBenjamin Muskalla7-174/+44
2011-08-15[reflogView] Externalize stringsMatthias Sohn3-4/+22
2011-08-15Dispose two leaked images in SwitchToMenuRemy Suen1-0/+2
2011-08-14[historyView] Use dispose listener for resources and menuKevin Sawicki1-13/+23
2011-08-14Disable Rebase... when selection spans multiple repositories.Kevin Sawicki2-9/+17
2011-08-14[reflogView] Populate view with current selectionKevin Sawicki1-3/+14
2011-08-14[reflogView] Show merge icon for 'merge branch' entriesKevin Sawicki2-0/+6
2011-08-14Only set SWT.BORDER style on message area.Kevin Sawicki1-2/+1
2011-08-14Don't use saved dialog settings when pull results are empty.Kevin Sawicki1-11/+36
2011-08-10Push result messages should support hyperlinksBenjamin Muskalla1-2/+10
2011-08-09MultiPullResultDialog: Fix overall status columnRobin Stocker3-28/+11
2011-08-08[sync] Add fetch changes checkbox into wizardDariusz Luksza5-2/+28
2011-08-08[sync] Add drag-n-drop (un)staging for Git Change Set modelDariusz Luksza7-25/+249
2011-08-08[stagingView] Populate view with current selectionKevin Sawicki1-3/+12
2011-08-08[stagingView] Add preference for showing file names firstKevin Sawicki5-60/+137
2011-08-08Merge "Set initial text of commit selection dialog to 'HEAD'"Matthias Sohn1-2/+5
2011-08-06[sync] Allow synchronize on folder levelDariusz Luksza9-37/+215
2011-08-05Set initial text of commit selection dialog to 'HEAD'Kevin Sawicki1-2/+5
2011-08-05Staging View: implement additional layoutJens Baumgart4-9/+48
2011-08-03Merge "Fix NPE in GitLabelProvider.getStyledTextFor"Benjamin Muskalla1-0/+2
2011-08-03[historyView] Reveal selected commit on filter changeRobin Stocker1-4/+2
2011-08-03Fix NPE in GitLabelProvider.getStyledTextForJens Baumgart1-0/+2
2011-08-01Persist bounds of fetch/merge/push/pull dialogs.Kevin Sawicki5-0/+48
2011-08-01Unify label providers in EGitBenjamin Muskalla12-200/+251
2011-07-31Disable spell check quickfixes if viewer is read onlyBenjamin Muskalla2-10/+41
2011-07-30Fix NPE on unstaging in initial repositoryJens Baumgart1-3/+6
2011-07-29Define default for remote connection timeoutMatthias Sohn1-0/+1
2011-07-28Support Show In > ReflogBenjamin Muskalla2-4/+69
2011-07-27[historyView] Preserve commit selection on filter changeRobin Stocker1-2/+9
2011-07-26Add check for null/empty results in commit selection dialog.Kevin Sawicki1-3/+7
2011-07-26Merge "Add RemoveFromIndex command"Stefan Lay5-0/+111
2011-07-22Push result messages should be wrappedBenjamin Muskalla1-1/+1
2011-07-22Add RemoveFromIndex commandDariusz Luksza5-0/+111
2011-07-19Link commit in Properties pageBenjamin Muskalla3-25/+93
2011-07-19Merge "Fix Javadoc error in RefUpdateElement"Dariusz Luksza1-0/+1
2011-07-19Fix mnemonic clashBenjamin Muskalla1-1/+1
2011-07-19Fix Javadoc error in RefUpdateElementJens Baumgart1-0/+1
2011-07-18Ignore empty repositories in Sync viewBenjamin Muskalla1-2/+5
2011-07-18Do not downcast provided evaluation context as an EvaluationContextRemy Suen1-19/+17
2011-07-18Commit should adapt to ResourceAdapterBenjamin Muskalla1-2/+3
2011-07-17Merge "Sort commits by repository name first instead of object id."Dariusz Luksza1-2/+5
2011-07-17Add collapse/expand all utility method for tree viewers.Kevin Sawicki5-67/+54
2011-07-17SynchronizeParticipant should ask model providers for the compare inputBenjamin Muskalla1-1/+1
2011-07-17Merge "Branch selection dialog should have margins "Dariusz Luksza1-6/+15
2011-07-16Fixed typosBenjamin Muskalla1-7/+7
2011-07-15Branch selection dialog should have margins Benjamin Muskalla1-6/+15
2011-07-15Sort commits by repository name first instead of object id.Kevin Sawicki1-2/+5
2011-07-15Improve header of Commit editorBenjamin Muskalla4-2/+71
2011-07-15Merge "Integrate merge tool into synchronize view "Dariusz Luksza2-0/+15
2011-07-15Merge "[history] Remove preference listener when page is disposed"Chris Aniszczyk1-12/+14

Back to the top