summaryrefslogtreecommitdiff
path: root/src/plugins/vcsbase/vcsbaseplugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Vcs: Remove snapshot supportTobias Hunger2013-10-151-67/+3
* VCS: Disable file actions for directoriesOrgad Shaneh2013-09-231-8/+12
* Apply 'static' pattern to VcsManagerhjk2013-09-031-8/+6
* EditorManager: Use interface directly instead of going through ICorehjk2013-08-301-2/+2
* VCS: Invert Command -> runVcs dependencyOrgad Shaneh2013-08-301-278/+11
* VCS: Introduce message styleOrgad Shaneh2013-08-201-1/+3
* VCS: Enable calling runVcs from non-GUI threadsOrgad Shaneh2013-08-201-21/+59
* VCS: Always set window title when repository is changedOrgad Shaneh2013-08-161-1/+1
* VCS: Use correct output styleOrgad Shaneh2013-08-121-1/+1
* VCS: Emit repositoryChanged on some missed casesOrgad Shaneh2013-08-121-11/+11
* VCS: Use a single filename for logOrgad Shaneh2013-08-071-5/+4
* Revert "Git: Use a single filename for log"Orgad Shaneh2013-08-061-4/+5
* Git: Use a single filename for logOrgad Shaneh2013-08-061-5/+4
* Introduce Utils::SynchronousProcess::normalizeNewlinesOrgad Shaneh2013-08-061-4/+4