aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/vcsbase/vcsbaseclient.cpp
Commit message (Expand)AuthorAgeFilesLines
* VCS: Set user choices on editor reloadOrgad Shaneh2017-06-191-17/+26
* Merge remote-tracking branch 'origin/4.2'Eike Ziller2016-10-271-5/+13
|\
| * Vcs: Optionally pass binary to runTobias Hunger2016-10-251-5/+13
* | Rename VcsBaseEditorParameterWidget -> VcsBaseEditorConfigOrgad Shaneh2016-10-241-18/+18
* | VCS: Replace QToolButtons in VCS toolbar with QActionsJarek Kobus2016-10-241-24/+29
|/
* Merge remote-tracking branch 'origin/4.1'Orgad Shaneh2016-07-221-24/+30
|\
| * VCS: VcsBaseClient::vcsFullySynchronousExec returns a SynchronousProcessResponseTobias Hunger2016-07-151-24/+30
* | Remove unneeded QSignalMapper includesOrgad Shaneh2016-07-201-1/+0
|/
* VCS: Return the editor in VcsBaseClient::annotateOrgad Shaneh2016-06-141-4/+4
* VcsBaseClient: Make some functions constOrgad Shaneh2016-05-081-2/+2
* SynchronousProcess: Change exit code interpreter to function objectEike Ziller2016-04-271-5/+4
* VCS: Simplify editor/command connectionsOrgad Shaneh2016-03-291-16/+1
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-18/+13
* VCS: Fix encoding for editor-related commandsOrgad Shaneh2015-09-171-0/+2
* VCS: Abort previous command for the same editorOrgad Shaneh2015-06-251-0/+1
* Vcs: Do not crash when stopping running commandsTobias Hunger2015-06-231-40/+22
* ShellCommand: Allow setting working directory per jobTobias Hunger2015-06-101-2/+3
* ShellCommand: Rename some signalsTobias Hunger2015-05-071-2/+2
* Vcs: Split up VcsCommandTobias Hunger2015-05-041-9/+9
* Vcs: Push the binary into the Jobs of VcsCommandTobias Hunger2015-04-291-3/+3
* Git: Suppress stderr output for fully synchronous executionsOrgad Shaneh2015-04-151-1/+1
* Git: Move executeGit into VcsBaseClientImplTobias Hunger2015-04-151-0/+12
* VCS: Remove superfluous metatype declarations for QVariantOrgad Shaneh2015-04-151-2/+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-141-6/+6
* Vcs: Move method around in vcsbaseclient.cpp, no code changeTobias Hunger2015-04-141-14/+14
* Vcs: Move vcsFullySynchronousExec into VcsBaseClientImplTobias Hunger2015-04-141-5/+3
* Vcs: Extend vcsFullySynchronousExec to have flagsTobias Hunger2015-04-131-1/+3
* Vcs: Make VcsBaseClient return stderr on fullySynchronous executionTobias Hunger2015-04-131-9/+26
* Vcs: Get rid of second implementation to run commands fully synchronouslyTobias Hunger2015-04-131-30/+6
* Vcs: Standardize on second based timeoutsTobias Hunger2015-04-131-7/+7
* Vcs: Move annotate and annotateRevisionRequested into VcsBaseClientImplTobias Hunger2015-04-131-13/+13
* Vcs: Move createVcsEditor into VcsBaseClientImplTobias Hunger2015-04-131-37/+42
* VCS: Join 2 short linesOrgad Shaneh2015-04-121-2/+1
* Vcs: WS cleanupTobias Hunger2015-04-101-2/+2
* Vcs: Move resetCachedVcsInfo into VcsBaseClientImplTobias Hunger2015-04-101-5/+5
* Vcs: Move createCommand and enqueueJob into VcsBaseClientImplTobias Hunger2015-04-101-76/+72
* Vcs: Move vcsBinary and vcsTimeout into VcsBaseClientImplTobias Hunger2015-04-091-10/+10
* Vcs: Move handling of settings from VcsBaseClient to VcsBaseClientImplTobias Hunger2015-04-081-19/+49
* Git: Add enqueueJob method to GitClientTobias Hunger2015-03-261-1/+1
* Vcs: Add vcsBinary and vcsTimeout methods to VcsBaseClientTobias Hunger2015-03-261-19/+23
* Clean exported headers of the TextEditor plugin.Friedemann Kleint2015-02-261-0/+3
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | Replace QFileInfo::fileName() with FileName::fileName()Orgad Shaneh2015-01-291-1/+1
* | VcsBase: Fix buildTobias Hunger2015-01-221-2/+2
* | VcsBaseClient: Fix build on windowsTobias Hunger2015-01-221-3/+3
* | VcsBaseClient: Remove unneeded memberTobias Hunger2015-01-221-9/+3
* | VcsBase: use Qt5 new connect syntaxHugues Delorme2015-01-221-64/+63