aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/vcsbase/vcsbaseclient.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/13.0'Eike Ziller2024-03-201-2/+10
|\
| * VcsBaseClientImpl: Don't leak VcsCommand instancesJarek Kobus2024-03-181-2/+10
* | Utils: Fix build with MSVC with C++20Eike Ziller2024-02-281-1/+1
|/
* VCS: Allow remote vcs operationsMarcus Tillmanns2024-02-121-28/+35
* Various plugins: Fix some more C++20 warnings about [=] capturesJarek Kobus2024-02-061-6/+3
* VcsCommand: Fix clearing repositoryJarek Kobus2024-01-181-2/+0
* Process: Get rid of ProcessInterpreterJarek Kobus2024-01-171-6/+0
* VcsBase: Rename paramWidget -> editorConfigJarek Kobus2024-01-161-18/+18
* VcsBase: Get rid of unused extraOptions argJarek Kobus2024-01-161-6/+2
* VcsPlugin: Simplify return statementsJarek Kobus2023-08-021-1/+1
* Various Plugins: Simplify return QStringList statementsJarek Kobus2023-08-021-1/+1
* VcsBase: Remove almost unused access to VcssBaseClientImpl::settings()hjk2023-07-191-5/+0
* Vcs: Distribute readSettings() calls to individual settingshjk2023-07-181-1/+0
* Utils: Make aspect settings access implicithjk2023-07-071-1/+1
* 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