aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/vcsbase/vcsbaseclient.cpp
Commit message (Expand)AuthorAgeFilesLines
* VCS: Replace more uses of QTextCodec with its namehjk17 hours1-9/+11
* VcsBase: Remove some dead endsJarek Kobus2025-02-101-14/+0
* ExtensionSystem: Move shutdownGuard to Utilshjk2025-01-131-3/+2
* Utils: Rename FilePath::toString() into toUrlishString()hjk2025-01-101-4/+4
* Utils: Add FilePath::isLocal() and use it instead of !needsDevice()hjk2024-12-091-1/+1
* VcsBase: Fix a crash on shutdownJarek Kobus2024-09-121-9/+4
* VCS: Replace "SHA1" with "hash" in commentsAndre Hartmann2024-09-091-1/+1
* Fix a few {QByteArray,QList}::count related deprecation warningshjk2024-05-241-1/+1
* 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