aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/vcsbase
Commit message (Expand)AuthorAgeFilesLines
* VcsBase: Fix ClearCase plugin unit testChristian Stenger2015-12-013-0/+6
* VCS: Support searching in VCS output paneOrgad Shaneh2015-10-301-1/+7
* Merge remote-tracking branch 'origin/3.5'Eike Ziller2015-09-251-0/+2
|\
| * VCS: Fix encoding for editor-related commandsOrgad Shaneh2015-09-171-0/+2
* | Vcs: Simplify state detection codeTobias Hunger2015-09-221-38/+31
* | VcsBase: Turn State into a classTobias Hunger2015-09-162-2/+3
* | Merge remote-tracking branch 'origin/3.5'Eike Ziller2015-09-081-1/+1
|\|
| * VcsBaseEditor: Use TextDocument to set textTobias Hunger2015-09-071-1/+1
* | VcsBase: Add missing override modifier.Christian Kandeler2015-08-201-1/+1
|/
* Preferences: Options pages need unique IDsEike Ziller2015-08-101-1/+1
* CodePaster: Register type safe service objectEike Ziller2015-07-083-11/+16
* VCS: Abort previous command for the same editorOrgad Shaneh2015-06-251-0/+1
* Vcs: Do not crash when stopping running commandsTobias Hunger2015-06-232-42/+23
* Introduce dragging for all explorer nodes.Jochen Becher2015-06-151-1/+1
* VcsCommandPage: Handle extra setup steps after checkoutTobias Hunger2015-06-112-4/+98
* Add override to IDocument hierarchyEike Ziller2015-06-111-9/+10
* VcsBase: Make some slots protected and update users accordinglyTobias Hunger2015-06-111-2/+1
* Editor manager: Abort with a single message if file is not readable.Eike Ziller2015-06-102-6/+7
* ShellCommand: Allow setting working directory per jobTobias Hunger2015-06-104-11/+18
* ShellCommand: Store workingdirectory in the jobsTobias Hunger2015-06-102-2/+2
* Move "open" from IEditor to IDocumentEike Ziller2015-06-104-20/+19
* Add override keyword to IEditor & TextEditorWidget implementationsEike Ziller2015-06-092-12/+12
* UI text: fix capitalizationLeena Miettinen2015-06-011-1/+1
* VcsBaseOptionsPage: add dtorNikita Baryshnikov2015-05-262-0/+4
* Git: Replace CloneWizard with a Json wizardTobias Hunger2015-05-189-985/+0
* VcsCommandPage: Disable back button when command is runTobias Hunger2015-05-182-0/+11
* Vcs: Make VcsCommandPage available to JsonWizardsTobias Hunger2015-05-125-0/+354
* CheckoutWizards: Use IVersionControl::createInitialCheckoutCommandTobias Hunger2015-05-112-5/+40
* Utils: Add a WizardPage to show progress of a ShellCommandTobias Hunger2015-05-116-260/+7
* Git: Use side-by-side layout for Fixup Previous CommitOrgad Shaneh2015-05-102-0/+6
* ShellCommand: Rename some signalsTobias Hunger2015-05-072-4/+4
* Vcs: Fix compilation for gcc 4.7.3Christian Stenger2015-05-051-1/+1
* Vcs: Split up VcsCommandTobias Hunger2015-05-045-689/+79
* Vcs: Make VcsConfiguration page trigger on config changesTobias Hunger2015-05-041-2/+8
* VcsCommand: Add method to set the display name of a commandTobias Hunger2015-04-302-6/+28
* Vcs: Push the binary into the Jobs of VcsCommandTobias Hunger2015-04-294-62/+48
* Vcs: Find better line-number to scroll annotate output toTobias Hunger2015-04-201-1/+10
* Fix printing of seconds and millisecondsTobias Hunger2015-04-151-1/+1
* Git: Suppress stderr output for fully synchronous executionsOrgad Shaneh2015-04-151-1/+1
* Utils: Make SynchronousProcess use second based timeoutsOrgad Shaneh2015-04-152-4/+4
* Git: Move executeGit into VcsBaseClientImplTobias Hunger2015-04-152-0/+17
* VCS: Remove superfluous metatype declarations for QVariantOrgad Shaneh2015-04-152-4/+0
* VCS: Assert pointer before using itOrgad Shaneh2015-04-141-1/+1
* Vcs: Move method around in vcsbaseclient.cpp, no code changeTobias Hunger2015-04-141-9/+9
* Vcs: Move vcsSynchronousExec into VcsBaseClientImplTobias Hunger2015-04-142-13/+13
* Vcs: Move method around in vcsbaseclient.cpp, no code changeTobias Hunger2015-04-141-14/+14
* Vcs: Move vcsFullySynchronousExec into VcsBaseClientImplTobias Hunger2015-04-142-9/+9
* Vcs: Extend vcsFullySynchronousExec to have flagsTobias Hunger2015-04-132-2/+5
* Vcs: Make VcsBaseClient return stderr on fullySynchronous executionTobias Hunger2015-04-132-10/+32
* Vcs: Get rid of second implementation to run commands fully synchronouslyTobias Hunger2015-04-131-30/+6