summaryrefslogtreecommitdiff
path: root/src/plugins/vcsbase/vcsbaseplugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* VCS: Use outputCodec for stdErrOrgad Shaneh2013-08-021-3/+4
* VCS: Support silent output on runVcsOrgad Shaneh2013-07-181-2/+6
* VCS: Use source() for file path where applicableOrgad Shaneh2013-07-181-3/+14
* Fix usage of EditorManager::editorsForFileNameEike Ziller2013-07-181-3/+3
* Make document model static and add some document related methodsEike Ziller2013-07-121-3/+3
* Show VCS topic in window titleOrgad Shaneh2013-07-111-2/+5
* Move displayName from IEditor to IDocumentEike Ziller2013-07-101-2/+2
* Rename IDocument::fileName --> filePathEike Ziller2013-07-091-2/+2
* Merge remote-tracking branch 'origin/2.8' into HEADEike Ziller2013-07-081-1/+6
|\
| * VCS: Emit repositoryChanged when ExpectRepoChanges flag is setOrgad Shaneh2013-07-041-1/+6