Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-01-30Don't rely on default locale when using toUpperCase() and toLowerCase()Matthias Sohn1-1/+1
2017-01-25Merge branch 'stable-4.6'Matthias Sohn1-0/+5
2017-01-25Add org.eclipse.jgit.junit feature to test classpath of ui testsMatthias Sohn1-0/+5
2017-01-16Exclude test classes from CPD analysisThomas Wolf1-0/+9
2016-12-28Display logical line numbers in DiffEditorPageThomas Wolf1-1/+0
2016-12-27[findBugs] Fix warning "writing static from instance method"Matthias Sohn1-5/+7
2016-12-27Prepare 4.7.0-SNAPSHOT buildsMatthias Sohn2-18/+18
2016-12-24Prepare 4.6.1-SNAPSHOT buildsMatthias Sohn2-18/+18
2016-12-24EGit v4.6.0.201612231935-rv4.6.0.201612231935-rMatthias Sohn2-2/+2
2016-12-10Rename DiffStyleRangeFormatter and friendsThomas Wolf1-14/+14
2016-12-06Introduce GitSynchronizer for logical model supportLaurent Delaigue4-0/+405
2016-12-02Clean up "Replace With..." actionsThomas Wolf1-26/+29
2016-11-23Test stability fix for GitRepositoriesViewTestMatthias Sohn1-1/+4
2016-10-26Avoid potential deadlocks in repositories viewAndrey Loskutov3-2/+11
2016-10-24Do not auto-fill reference in pull wizard with local branch nameMatthias Sohn1-0/+3
2016-10-20Handle rebase modes 'preserve' and 'interactive' in EGitThomas Wolf4-39/+47
2016-10-16Test stability: re-select tree itemThomas Wolf1-0/+2
2016-10-12Fix the enablement of "Compare with->Index with HEAD"Thomas Wolf1-0/+45
2016-10-12Test stability: avoid arbitrarily timed waitThomas Wolf1-4/+2
2016-10-11Test stability: get node anew after having refreshed the viewThomas Wolf1-2/+6
2016-09-29Test stability: wait for background jobs to finishThomas Wolf1-0/+3
2016-09-21Merge branch 'stable-4.5'Matthias Sohn4-383/+0
2016-09-21Prepare 4.5.1-SNAPSHOT buildsMatthias Sohn2-18/+18
2016-09-21EGit v4.5.0.201609210915-rv4.5.0.201609210915-rMatthias Sohn2-2/+2
2016-09-21Revert "Provide a remote mapping context to ModelProviders"Andrey Loskutov4-383/+0
2016-09-20Change EGit minimum execution environment to JavaSE-1.8Matthias Sohn3-6/+5
2016-09-19Prepare 4.6.0-SNAPSHOT buildsMatthias Sohn2-18/+18
2016-09-06Test stability: use dialog's bot to find buttonThomas Wolf1-3/+9
2016-08-30Provide a remote mapping context to ModelProvidersLaurent Delaigue4-0/+383
2016-08-23Allow to run tests with higher mockito versionAndrey Loskutov1-3/+3
2016-08-20Test stability: clean up after config testThomas Wolf1-3/+19
2016-08-15Test stability: eliminate one arbitrarily timed waitThomas Wolf1-4/+9
2016-08-15Auto-stage selected files on "Commit..." when staging view is usedThomas Wolf3-26/+121
2016-08-05Test stability: wait for push job and open result dialogThomas Wolf1-1/+4
2016-07-28Fix some git actions visible in Team menu on unshared projectThomas Wolf1-1/+23
2016-07-22Open the smart import wizard if available.tbaumann2dj1-53/+112
2016-07-15Test stability: force display of result dialog of background jobsThomas Wolf6-51/+32
2016-07-13Try to recover after deleting opened files on NFSAndrey Loskutov1-0/+10
2016-07-02Refactor BranchOperationUIThomas Wolf1-4/+2
2016-07-02Avoid opening dialogs from push/fetch background jobsThomas Wolf4-31/+88
2016-06-12Test stability: try to fix three frequently failing testsThomas Wolf3-11/+38
2016-06-01Prepare 4.5.0-SNAPSHOT buildsMatthias Sohn2-18/+18
2016-05-31Enable copying source branch in "Create Branch" dialog to clipboardMatthias Sohn1-2/+2
2016-05-30Merge "Test stability: wait for specific child node after expansion"Thomas Wolf2-3/+45
2016-05-30Test stability: wait for specific child node after expansionThomas Wolf2-3/+45
2016-05-30Test stability: wait for add to index/remove from index jobsThomas Wolf1-0/+6
2016-05-29Test stability: wait for index diff cache updateThomas Wolf1-0/+3
2016-05-25Test stability: after clicking finish, wait for shell to close.Thomas Wolf1-5/+14
2016-05-22Replace uses of deprecated Repository.getRef()Thomas Wolf10-13/+14
2016-05-09Set repository when opening staging view from commit actionThomas Wolf1-0/+105

Back to the top