aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/coreplugin/vcsmanager.cpp
Commit message (Expand)AuthorAgeFilesLines
* VcsManager: Register IVersionControls with VcsManagerTobias Hunger2017-07-101-32/+15
* VcsManager: Simplify cachingTim Jenssen2017-07-101-37/+19
* Merge remote-tracking branch 'origin/4.3'Orgad Shaneh2017-06-201-15/+0
|\
| * VcsManager: Remove dead codeTobias Hunger2017-06-121-15/+0
* | VcsManager: Use nullptr and member initializationTobias Hunger2017-06-161-20/+17
|/
* Remove spaces in initializer listsTim Jenssen2017-02-221-36/+36
* Replace occurrences of QStringList() << patternChristian Stenger2017-02-091-44/+35
* Replace a few occurrences of QStringList() << ...hjk2017-02-081-3/+3
* VCS: Chop trailing slash for cacheOrgad Shaneh2016-02-161-4/+11
* Core: Use Qt5-style connectsOrgad Shaneh2016-02-031-6/+6
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Vcs: Simplify code by using Utils::equalDaniel Teske2015-09-071-3/+1
* use existing versionControls() instead allVersionControls()Tim Jenssen2015-07-011-9/+3
* Make every operator bool() explicitDaniel Teske2015-06-021-1/+1
* Remove some duplicate includesTobias Hunger2015-03-201-1/+0
* Don't concatenate QStrings if concatenating string literals is fineThiago Macieira2015-03-041-2/+2
* SettingsDialog: Remove CategoryId parameter from callershjk2015-02-241-2/+1
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | Core: Add some helper methods to VcsManagerTobias Hunger2015-01-211-0/+12
* | Core: Remove unused functionality to checkout from VCSTobias Hunger2015-01-151-17/+0
* | Core: CosmeticsOrgad Shaneh2014-11-261-5/+5
|/
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | Replace QLatin1String("x") with QLatin1Char('x') where possibleKai Koehne2014-09-041-2/+2
* | Core: Use std::function for info bar callbackshjk2014-09-041-9/+6
|/
* Core: Add a convenience findTopLevelForDirectory to VcsManagerOrgad Shaneh2014-07-031-0/+7
* Reinvent deprecated qSort as Utils::sortNikita Baryshnikov2014-06-191-6/+5
* Use ICore::dialogParent for message boxes without parent so farhjk2014-03-121-1/+1
* VcsManager: Add convenience signal for Vcs config changesTobias Hunger2014-03-051-0/+3
* VcsManager: Add method to get additionalToolsPaths from all IVcsControlsTobias Hunger2014-03-051-1/+22
* Unify text on buttons that open the options dialogEike Ziller2014-02-251-1/+2
* Core: Fix plugin unit test on WinChristian Stenger2014-02-251-2/+5
* Merge remote-tracking branch 'origin/3.0'Eike Ziller2014-01-081-1/+1
|\
| * Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* | VcsManager: Add unit testsTobias Hunger2013-12-101-0/+187
* | VcsManager: Clear topLevel directory when necessaryTobias Hunger2013-11-281-1/+4
* | VcsManager: Make instance() method return VcsManager * againTobias Hunger2013-11-271-1/+1
* | VcsManager: Remove two unused methodsTobias Hunger2013-11-261-18/+0
|/
* VcsManager: Fix soft assertion when directory is managed by 2 VCSOrgad Shaneh2013-11-201-0/+3
* Remove most trailing newlines from translated messages.Friedemann Kleint2013-10-221-2/+2
* VCS: Prevent soft assertion for non-existent directoriesOrgad Shaneh2013-10-111-8/+12
* VCS: Do not try to add files that are already trackedOrgad Shaneh2013-10-111-2/+11
* Apply 'static' pattern to VcsManagerhjk2013-09-031-7/+15
* Remove superfluous include paths from project files.Christian Kandeler2013-09-021-3/+3
* Dialog that prompts to add files to VCS is now resizable.Radovan Zivkovic2013-08-151-6/+5
* Make document model static and add some document related methodsEike Ziller2013-07-121-3/+1
* Unify pattern used for privates and constructorsEike Ziller2013-07-011-2/+4
* Fix possible crash when looking for version control for directoryEike Ziller2013-06-261-2/+2
* VcsManager: Hide unconfigured VCS message after VCS is configuredOrgad Shaneh2013-06-171-15/+23