Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-07-18Ensure IProjects are not refreshed via IFile handlesThomas Wolf1-7/+18
2018-07-07mark more jobs as system or userMichael Keppler1-0/+2
2018-05-29Update license to EPL-2.0Matthias Sohn1-2/+4
2018-05-13Ignore IndexChangedEvent if it originates from the same JGit processMatthias Sohn1-0/+3
2018-05-13Improve asynchronous Eclipse workspace refreshes done by EGitThomas Wolf1-75/+384
2017-06-25Add ICommitMessageProvider2 for caret positioning in commit messagesStefan Rademacher1-0/+12
2017-01-15Provide a way to configure RepositoryChangeScanner intervalAndrey Loskutov1-32/+73
2017-01-14RepositoryChangeScanner should not query all repos if UI is not activeAndrey Loskutov1-5/+4
2016-09-12Create resource manager in UI plugin lazilyThomas Wolf1-3/+10
2016-04-20Remove redundant type information from org.eclipse.egit.uiLars Vogel1-3/+3
2016-04-02Move EclipseAuthenticator and EclipseProxySelector to egit.coreMatthias Sohn1-17/+0
2016-04-02Move EclipseSshSessionFactory to org.eclipse.egit.coreMatthias Sohn1-14/+0
2016-03-22Improve error reporting in FetchGerritChangePageThomas Wolf1-45/+80
2016-03-13RepositoryCache: do not prematurely remove submodulesThomas Wolf1-0/+2
2016-02-27Do not autofill clone wizard for arbitrary clipboard inputThomas Wolf1-0/+7
2016-02-15Fix NPE in Activator$RepositoryChangeScanner.run when shutting down EclipseDani Megert1-0/+4
2016-02-13Fix image resource leak in SwitchToMenuThomas Wolf1-2/+19
2015-11-29Do not reschedule repository changes scan job if UI is not activeAndrey Loskutov1-2/+0
2015-09-21Change usage of SubProgressMonitor to SubMonitor in org.eclipse.egit.uiPhilipp Bumann1-5/+8
2015-09-01Don't run ResourceRefreshJob as Workspace job to avoid resource eventsAndrey Loskutov1-24/+40
2015-06-07ResourceRefreshJob: don't block UI while checking projects to refreshAndrey Loskutov1-36/+49
2015-03-24Add missing @Override annotations to org.eclipse.egit.uiLars Vogel1-0/+9
2015-02-16Use proper constructors and don't kill Java content assistMarkus Keller1-1/+4
2015-02-12Java templates variables for Git config variablesKyle J. Harms1-0/+31
2015-02-02UI Activator: allow tracing if workbench UI is activeMatthias Sohn1-0/+14
2014-12-22Activator.isActive() should not call into UI threadAndrey Loskutov1-16/+18
2014-08-26Fix repeating message 'Building workspace' in status barSzymon Ptaszkiewicz1-2/+2
2014-08-02Prevent NPEs at plugin start and stopLaurent Goubet1-4/+25
2014-07-11Suppress warnings for unchecked cast in ActivatorMatthias Sohn1-0/+1
2014-02-19Prevent premature UI refreshes by batching resource changed eventsMatthias Sohn1-5/+6
2013-03-07Move UIText and UIIcons to the internal packageRobin Rosenberg1-0/+1
2013-01-11Add missing @since tags for new APIMatthias Sohn1-0/+1
2012-10-17Do not show modal warning dialog on plugin startMatthias Sohn1-1/+18
2012-06-19Check configuration (HOME environment) on plugin startRobin Rosenberg1-0/+2
2012-02-19guard against missing projectsMarkus Duft1-1/+2
2011-07-14Export all internal packages but mark as x-internal:=trueKevin Sawicki1-1/+1
2011-07-07Fix cherry pick error handlingJens Baumgart1-0/+11
2011-05-25Do not create default-default repository folder upon startupMathias Kinzler1-20/+0
2011-05-25Use <user_home>/git as default-default repository pathMathias Kinzler1-0/+20
2011-02-03Queue decoration requestsPhilipp Thun1-0/+11
2011-01-26RepositoryChangeScanner: check for shutdownMathias Kinzler1-0/+2
2010-12-03[findbugs] Extract setting static member into static methodMatthias Sohn1-2/+7
2010-11-30Implement basic authentificationJens Baumgart1-0/+7
2010-09-27Use proper trace location for Repository Change ScannerMathias Kinzler1-17/+18
2010-09-17Trigger repository refresh independently of workspace refresh settingRobin Rosenberg1-23/+122
2010-09-07Supportability: Provide a Trace Configuration Preference PageMathias Kinzler1-0/+9
2010-08-26Fixed a bad spelling mistakeChris Aniszczyk1-1/+1
2010-08-18Move RepositoryUtil to org.eclipse.egit.coreChris Aniszczyk1-6/+3
2010-07-28Switch to 3.5 trace infrastructureMathias Kinzler1-10/+15
2010-07-27Update to latest JGit APIShawn O. Pearce1-11/+12

Back to the top