Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-04-15[stagingView] Improve usability of "Replace with" on missingRobin Stocker3-4/+16
2013-04-15Use ResourceUtil.getFileForLocation in StagingEntry.getFileRobin Stocker2-18/+6
2013-03-09Add instanceof check to fix unchecked conversion warningRobin Stocker1-7/+10
2013-03-07Move UIText and UIIcons to the internal packageRobin Rosenberg3-4/+4
2013-02-28[stagingView] Improve usability of "Replace with" on modifiedRobin Stocker1-2/+2
2013-02-12When staging a missing file only remove it from indexMatthias Sohn1-1/+1
2013-02-11Show error to user if staging failsRobin Rosenberg1-4/+11
2012-12-04Allow staging from package explorer via drop to staged changesAndreas Hermann1-23/+47
2012-11-25Enable Show In > Git Repositories for non-workspace filesRobin Stocker1-6/+8
2012-11-19Use IPath instead of IResource for non-workspace pathsRobin Stocker1-6/+4
2012-11-16[stagingView] Add Show In to context menu of filesRobin Stocker1-0/+9
2012-11-14[stagingView] Add Show In support for unstaged/staged filesRobin Stocker1-1/+26
2012-11-02InstanceScope() and DefaultScope() constructors are deprecatedTomasz Zarna1-2/+2
2012-10-27Allow users to push to upstream when committing in the staging viewAndré Dietisheim1-22/+62
2012-10-06[stagingView] Enable delete of files with delete keyRobin Stocker1-0/+37
2012-10-06Remove braces around a single line block to fix style nitMatthias Sohn1-2/+1
2012-10-06[stagingView] Add ignore action for untracked filesRobin Stocker2-12/+35
2012-09-26[stagingView] Honor label decoration preferencesRobin Stocker2-29/+86
2012-09-05[stagingView] Only show commit shortcut in tooltip when it worksRobin Stocker1-5/+15
2012-09-05Remove special casing of Tab without modifiers for traversalRobin Stocker1-4/+0
2012-08-28Show problem decorations in staging view and commit dialogRobin Stocker2-5/+25
2012-08-26[repoView] Add Delete command for files and foldersRobin Stocker2-30/+18
2012-08-09[stagingView] Prompt if there are unsaved files on commitRobin Stocker1-0/+4
2012-08-07[stagingView] Allow to commit using Ctrl+Enter (Cmd+Enter)Robin Stocker1-0/+21
2012-07-31Allow empty commit in the case of a merge commitRobin Stocker1-4/+12
2012-07-15[stagingView] Add Delete action for untracked filesRobin Stocker2-20/+99
2012-07-15[stagingView] Only offer actions applicable for all itemsRobin Stocker2-41/+69
2012-07-15NPE in SpellcheckableMessageArea$1.widgetDisposed when closing EclipseTomasz Zarna1-0/+4
2012-07-03Remove unnecessary @SuppressWarningsDani Megert1-2/+1
2012-06-13[stagingView] Don't show other warnings when commit is not allowedRobin Stocker1-0/+4
2012-06-04Allow amending a published commitKevin Sawicki1-1/+1
2012-05-30Git API does not declare GitAPIException call() and related changesRobin Rosenberg1-0/+4
2012-05-19Warn when amending a commit already on a remote tracking branchRobin Stocker1-5/+52
2012-05-16[stagingView] Add content assist for file names and commit messagesRobin Stocker2-3/+43
2012-04-02Staging View: refresh button now also refreshes resourcesJens Baumgart1-1/+1
2012-04-02Staging View: provide replace with HEAD actionJens Baumgart1-33/+66
2012-04-02Staging View: allow discarding changes on non-workspace filesJens Baumgart1-1/+78
2012-03-21Properly filter EGit generated contents from commit messageMarkus Duft1-1/+26
2012-03-16Fix NPE in staging viewJens Baumgart1-7/+6
2012-03-13Make the staging view use the IndexDiffCacheMarkus Duft2-256/+68
2012-03-07[stagingView] Don't accept arbitrary dropsRobin Stocker1-6/+10
2012-02-11[stagingView] Disable open action when submodule is selectedKevin Sawicki1-6/+17
2012-01-14Show icon for submodules in commit dialog and staging viewKevin Sawicki3-0/+25
2012-01-04[stagingView] Use decorations styler for '>' indicatorKevin Sawicki1-1/+1
2012-01-04Make staging view check the ChangeId button correctly.Markus Duft1-2/+2
2011-11-30Disable amend if the repository does not contain a commitJens Baumgart1-8/+3
2011-11-30Allow to move changes in compare editorDariusz Luksza1-0/+3
2011-11-23Staging View: allow staging deletionsJens Baumgart1-1/+6
2011-11-22[stagingView] Support file transfer when draggingKevin Sawicki2-18/+69
2011-11-21[stagingView] Ensure reload occurs on UI-threadKevin Sawicki1-17/+35

Back to the top