summaryrefslogtreecommitdiff
path: root/src/plugins/vcsbase/vcsbaseclient.cpp
Commit message (Expand)AuthorAgeFilesLines
* Vcs: Use new FilePathAspect in a few placeshjk2023-05-171-1/+1
* Utils: Make PagedSettings::readSettings() calls shorterhjk2023-05-161-1/+1
* All: Use the shorter access to aspect values in a few placeshjk2023-05-121-1/+1
* Utils: Rename qtcprocess.{cpp,h} -> process.{cpp,h}Jarek Kobus2023-05-041-1/+1
* Utils: Rename QtcProcess -> ProcessJarek Kobus2023-05-041-1/+1
* VCS: Fix jumping to last line on some editorsOrgad Shaneh2023-04-211-0/+1
* Git: Reduce sync processesOrgad Shaneh2023-02-141-0/+11
* Remove unneeded includes of QFutureWatcher/InterfaceJarek Kobus2023-02-011-1/+0
* Git: Fix instant blame text encodingAndre Hartmann2023-01-301-1/+2
* VcsBase: Proliferate use of FilePathhjk2023-01-201-9/+7
* VcsBase: Convert to Tr::trhjk2023-01-181-2/+4
* Subversion: Mask credentials in command line everywhereOrgad Shaneh2023-01-171-5/+15
* Utils: Rename most FilePath::{from,to}Variant uses to {from,to}Settingshjk2023-01-101-1/+1
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* VcsBase & dependent: Fix const correctnessJarek Kobus2022-12-141-2/+2
* Merge remote-tracking branch 'origin/9.0'Eike Ziller2022-12-121-1/+1
|\
| * VcsBase: Fix connection in revertAll()Jarek Kobus2022-12-091-1/+1
* | VcsBase: Don't return editor from annotate()Jarek Kobus2022-12-111-5/+5
* | VcsBase: Get rid of CommandOutputBindModeJarek Kobus2022-12-091-18/+11
* | VcsBase: Ensure context not null inside vcsExecWithHandler()Jarek Kobus2022-12-091-1/+2
* | VcsBase: Reuse CommandOutputBindMode instead of boolJarek Kobus2022-12-091-11/+9
* | GitClient: Simplify vcsExecJarek Kobus2022-12-091-5/+3
* | GitClient: Introduce execWithEditor()Jarek Kobus2022-12-091-0/+10
* | VcsBase: Introduce vcsExecWithHandler()Jarek Kobus2022-12-091-6/+25
* | VcsBase, Git: Don't use queued connections to VcsCommandJarek Kobus2022-12-081-5/+4
* | VcsBase: Pass context object to lambda connectionsJarek Kobus2022-12-071-3/+3
|/
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-1/+1
* VcsBase: Move RunFlags into separate headerJarek Kobus2022-10-061-7/+7
* VcsCommand: Make runCommand() a static methodJarek Kobus2022-10-051-5/+2
* VcsBaseClient: Fix going to default line numberJarek Kobus2022-09-211-2/+10
* VcsCommand: Rename execute() to start()Jarek Kobus2022-09-211-1/+1
* VcsPlugin: Use VcsCommand::done() signal instead of finished()Jarek Kobus2022-09-201-11/+10
* VcsBaseClient: Use cleanedStdOut()Jarek Kobus2022-09-201-2/+3
* VcsBase: Rename vcsFullySynchronousExec into vcsSynchronousExecJarek Kobus2022-09-021-16/+8
* VcsBase: Reuse vcsFullySynchronousExec() in vcsSynchronousExec()Jarek Kobus2022-09-021-5/+1
* GitClient: Replace describe command with QtcProcessJarek Kobus2022-09-011-13/+0
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* VcsCommand: Remove unused SshPasswordPromptJarek Kobus2022-08-261-8/+2
* GitClient: Reuse VcsCommand::NoOutputJarek Kobus2022-08-261-3/+1
* VcsOutputWindow: Use FilePath for repositoryJarek Kobus2022-08-031-1/+1
* VcsCommand: Remove one addJob overloadJarek Kobus2022-08-031-2/+1
* VcsCommand: Simplify public runCommand()Jarek Kobus2022-08-021-2/+2
* VcsCommand: Get rid of setCookie()Jarek Kobus2022-08-021-2/+1
* VcsCommand: Limit the usage of setCookie()Jarek Kobus2022-08-021-10/+9
* VcsCommand: Limit the usage of setCookie()Jarek Kobus2022-08-021-1/+1
* VcsCommand: Merge with VcsCommandDecoratorJarek Kobus2022-08-011-91/+4
* Move ShellCommand into VcsBase pluginJarek Kobus2022-08-011-58/+58
* ShellCommand: Introduce CommandResult structureJarek Kobus2022-07-291-39/+24
* ShellCommand: Remove success() signalJarek Kobus2022-07-291-4/+13
* VcsCommandDecorator: Don't leak future objectsJarek Kobus2022-07-191-14/+11