Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-03-01[findBugs] Ensure that FileOutputStream is closedMatthias Sohn1-4/+8
2015-02-28[findBugs] Don't rely on default encodingMatthias Sohn2-5/+5
2015-02-28[findBugs] Mark public static comparator finalMatthias Sohn1-1/+1
2015-02-27Fix unnecessary cast errors from generified IAdaptable#getAdapter(..)Dani Megert36-98/+180
2015-02-27Merge branch 'stable-3.7'Matthias Sohn31-341/+554
2015-02-27Prepare 3.7.1-SNAPSHOT buildsMatthias Sohn26-179/+179
2015-02-26EGit v3.7.0.201502260915-rv3.7.0.201502260915-rMatthias Sohn26-27/+27
2015-02-26Update documentation for 3.7.0Matthias Sohn16-242/+167
2015-02-26Auto-configure Gerrit configuration if repository is cloned from GerritMatthias Sohn13-97/+375
2015-02-26Fix compile/deprecation warning.Gunnar Wagenknecht1-2/+2
2015-02-25Fix NPE in PushMenuMatthias Sohn1-1/+1
2015-02-25Merge "Declare CloneDestinationPage public" into stable-3.7Matthias Sohn1-1/+11
2015-02-24Merge branch 'stable-3.7'Matthias Sohn34-495/+996
2015-02-23Add org.slf4j.api and slf4j-log4j bridge to target platformsMatthias Sohn8-6/+44
2015-02-23Fix UI tests for platform versions newer than KeplerMatthias Sohn3-15/+14
2015-02-23Use Target Platform Definition DSL to generate target platformsMatthias Sohn21-381/+636
2015-02-23Declare CloneDestinationPage publicMatthias Sohn1-1/+11
2015-02-19Leftover after review 42168: trailing space in StagingViewAndrey Loskutov1-1/+1
2015-02-19Fix test error in StagingViewTest.testCommitSingleFileAndrey Loskutov2-0/+27
2015-02-19Close opened views on teardown to avoid broken StagingView testsAndrey Loskutov2-0/+20
2015-02-19Fix test error in StagingViewTest.testMergeConflictMatthias Sohn1-0/+1
2015-02-18Refactoring the way how StagingView reacts on selection.Andrey Loskutov5-39/+205
2015-02-18Don't use ModalContext.run(..) during part activation event notificationAndrey Loskutov1-26/+11
2015-02-18Merge "Closing CommitEditor after deleting Stash commit."Matthias Sohn2-0/+54
2015-02-18Closing CommitEditor after deleting Stash commit.rhopp2-0/+54
2015-02-18Merge "Consider different users and repo suffixes in project importer"Christian Halstrick2-3/+121
2015-02-16Use proper constructors and don't kill Java content assistMarkus Keller5-10/+52
2015-02-12Java templates variables for Git config variablesKyle J. Harms6-1/+195
2015-02-11GitLightweightDecorator code cleanup part 1Andrey Loskutov1-26/+24
2015-02-11Merge "Don't apply fonts and colors if they are undefined in current theme" i...Matthias Sohn1-11/+18
2015-02-11Make welcome page contribution more consistentMatthias Sohn11-24/+24
2015-02-11Consider different users and repo suffixes in project importerChristian Georgi2-3/+121
2015-02-10Set minimum required Java version to Java 7Matthias Sohn26-71/+54
2015-02-08Don't apply fonts and colors if they are undefined in current themeAndrey Loskutov1-11/+18
2015-02-06Make welcome page contribution more consistentMatthias Sohn11-24/+24
2015-02-04Merge branch 'stable-3.7'Matthias Sohn20-167/+936
2015-02-04Prepare post 3.7.0.201502031740-rc1 buildsMatthias Sohn26-27/+27
2015-02-03EGit v3.7.0.201502031740-rc1v3.7.0.201502031740-rc1Matthias Sohn26-27/+27
2015-02-03Lookup active window before opening commit selection dialogAndrey Loskutov1-3/+3
2015-02-02[stagingview] "Updating index" should indicate that view is "busy"Andrey Loskutov1-0/+8
2015-02-02[stagingview] "Refresh" operation should indicate that view is "busy"Andrey Loskutov2-8/+12
2015-02-02Update readme to describe current state of symlink supportMatthias Sohn1-2/+4
2015-02-02Let staging view use submodule reposChristian Halstrick4-6/+88
2015-02-02UI Activator: allow tracing if workbench UI is activeMatthias Sohn1-0/+14
2015-02-02Jobs should not unnecessarily lock the workspaceMatthias Sohn3-4/+7
2015-02-02Open mergetool by default in staging view when in conflicting stateMatthias Sohn1-1/+1
2015-02-01Don't run "Compare with previous" in UI threadAndrey Loskutov1-27/+44
2015-02-01Implement hasChildren() to avoid diff calculation in UI threadAndrey Loskutov2-2/+23
2015-02-01Don't run indexDiff.diff() in UI threadAndrey Loskutov3-27/+108
2015-02-01Always run compare input calculation in background threadAndrey Loskutov3-56/+144

Back to the top