aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/vcsbase/vcsbaseplugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Git: Use C locale when parsing the command outputOrgad Shaneh2017-10-121-1/+3
* VCS: Clean up QLatin1String in VcsBasePluginOrgad Shaneh2017-10-111-4/+4
* VCS: Fix buildNikolai Kosjar2017-09-121-1/+1
* VCS: Offer to save-all before commitTobias Hunger2017-09-121-0/+10
* VcsManager: Register IVersionControls with VcsManagerTobias Hunger2017-07-101-3/+2
* VcsBase: Modernize headersTobias Hunger2016-02-031-10/+6
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Project: Add setDocument methodTobias Hunger2016-01-111-1/+1
* Core: Replace ICoreListener by std::functionshjk2015-11-041-2/+1
* Vcs: Simplify state detection codeTobias Hunger2015-09-221-38/+31
* VcsBase: Turn State into a classTobias Hunger2015-09-161-1/+2
* Vcs: Split up VcsCommandTobias Hunger2015-05-041-1/+1
* Vcs: Push the binary into the Jobs of VcsCommandTobias Hunger2015-04-291-3/+2
* Vcs: Standardize on second based timeoutsTobias Hunger2015-04-131-2/+2
* Clean exported headers of the Core plugin.Friedemann Kleint2015-03-051-0/+1
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | VCS: Remove unneeded qualificationsOrgad Shaneh2015-02-041-1/+1
* | VcsBase: Make Vcs Action active again when opening a projectTobias Hunger2015-01-131-1/+7
* | Core: Use FileName for file path in IDocumentOrgad Shaneh2015-01-121-2/+2
* | Vcs: Update connect syntax to Qt 5 styleTobias Hunger2015-01-071-50/+48
* | Completely rework currentNode/currentProject handlingDaniel Teske2014-12-031-6/+6
|/
* VCS: Remove redundant qualificationsOrgad Shaneh2014-11-191-3/+3
* VCS: Rework disabling of ambiguous actionsOrgad Shaneh2014-11-171-1/+5
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | Vcs: Some naming re-organizationhjk2014-08-281-3/+3
* | VcsBase: Use static pattern for VcsBaseOutputWindowhjk2014-08-271-1/+1
* | Use correct path for finding window title VCS topicEike Ziller2014-08-151-1/+1
* | Editors: Set window title for external editor windowsEike Ziller2014-08-131-4/+26
* | Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-07-171-2/+1
|\|
| * Git: Fix opening repository log when commit editor is openOrgad Shaneh2014-07-151-2/+1
* | Some QString -> FileName transformationOrgad Shaneh2014-07-161-1/+1
|/
* Git: Fix showing commits from rebase-todo editorOrgad Shaneh2014-06-301-0/+1
* Rename variables that refer to document from editor to documentOrgad Shaneh2014-06-301-4/+4
* Move patch command out of VcsPluginjkobus2014-05-201-48/+0
* DocumentModel: Make interface statichjk2014-05-131-1/+1
* QString(QLatin1String()) -> QString::fromLatin1()Alessandro Portale2014-05-091-1/+1
* Project: Use Utils::FileName as return type for projectDirectory(...)Tobias Hunger2014-05-061-1/+1
* VCS: Do not check for existence of ProjectExplorerTobias Hunger2014-05-051-3/+3
* Use double quotes instead of single quotes as per our guidelines.Christian Kandeler2014-04-221-6/+6
* Merge remote-tracking branch 'origin/3.1'Oswald Buddenhagen2014-03-181-1/+1
|\
| * Use ICore::dialogParent for message boxes without parent so farhjk2014-03-121-1/+1
* | Editors: Move id() from editor to document.Eike Ziller2014-03-051-2/+3
|/
* Add DiffEditorManager, refactoring.jkobus2014-02-181-7/+3
* Merge remote-tracking branch 'origin/3.0'Eike Ziller2014-01-081-1/+1
|\
| * Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* | Refactor source propertyjkobus2013-12-191-2/+13
|/
* Limit cdUp to rootOrgad Shaneh2013-12-031-1/+1
* VCS: Decide file/project control by top levelOrgad Shaneh2013-10-171-8/+10