aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/vcsbase/vcsbaseclient.cpp
Commit message (Expand)AuthorAgeFilesLines
* Core/Utils: Migrate further to Utils::Idhjk2020-07-061-5/+5
* Vcs: Remove unneeded VcsBaseClient::StatusItem ctor implementationhjk2020-02-131-4/+0
* VcsBase: Partially move vcsTimeoutS() to VcsBaseClientSettingshjk2020-02-031-1/+1
* Vcs: De-pimpl VcsBaseClienthjk2020-02-031-31/+7
* Vcs: Move settings ownership from VcsBaseClientImpl to pluginhjk2020-01-241-5/+0
* VcsBase: Un-pimpl VcsBaseClientImplhjk2020-01-241-22/+3
* Vcs: Move static functions out of VcsPlugin "namespace"hjk2020-01-231-3/+3
* Utils: Use CommandLine in ShellCommandhjk2019-06-111-7/+6
* Utils: Rename FileName to FilePathhjk2019-05-281-3/+3
* Fix warning: "Don't call QVector::first() on temporary QList/QVector"Alessandro Portale2019-01-281-1/+1
* VCSBase: ModernizeOrgad Shaneh2018-09-201-7/+8
* VCS: Use namespace UtilsOrgad Shaneh2018-07-181-23/+25
* 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