aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/mercurial/mercurialclient.cpp
Commit message (Expand)AuthorAgeFilesLines
* VcsBase: Remove some dead endsJarek Kobus2025-02-101-42/+0
* Mercurial: Remove dead endsJarek Kobus2025-02-101-23/+1
* Utils: Rename FilePath::toString() into toUrlishString()hjk2025-01-101-8/+8
* VCS: Remove an unnecessary indirectionEike Ziller2024-11-291-6/+0
* Mercurial: Replace "SHA1" with "hash" in commentsAndre Hartmann2024-09-091-1/+1
* VCS: Improve performance of isVcsFileOrDirectory implementationsDavid Schulz2024-06-101-2/+3
* Utils: Fix build with MSVC with C++20Eike Ziller2024-02-281-1/+1
* VCS: Allow remote vcs operationsMarcus Tillmanns2024-02-121-3/+2
* Mercurial: Use more direct access to the client singletonhjk2024-02-071-0/+6
* Mercurial: Get rid of unused extraOptions argJarek Kobus2024-01-161-9/+4
* Mercurial: Get rid of a fake overloadJarek Kobus2024-01-161-2/+2
* Work on lambdas C++20 compatibilitySerg Kryvonos2023-12-131-1/+1
* TaskTree: Rename TreeStorage<> -> Storage<>Jarek Kobus2023-11-201-1/+1
* TaskTree: Get rid of Storage subclass of GroupItemJarek Kobus2023-11-201-1/+1
* TaskTree: Introduce CallDoneIf enumJarek Kobus2023-11-071-2/+2
* Use Utils::Storage instead of QVariantMap in a few placeshjk2023-08-231-1/+1
* VcsBaseDiffEditorController: Get rid of inputStorage() methodJarek Kobus2023-08-021-2/+2
* Vcs: Use new FilePathAspect in a few placeshjk2023-05-171-1/+1
* Mercurial: Follow the Fossil settings setuphjk2023-05-151-1/+2
* Utils: Rename qtcprocess.{cpp,h} -> process.{cpp,h}Jarek Kobus2023-05-041-1/+1
* Utils: Rename QtcProcess -> ProcessJarek Kobus2023-05-041-2/+2
* Tasking::Process: Rename Process into ProcessTaskJarek Kobus2023-05-031-1/+1
* TaskTree: Add TreeStorage::operator*()Jarek Kobus2023-02-211-1/+1
* VcsBase: Proliferate use of FilePathhjk2023-01-201-12/+13
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* VcsBaseDiffEditorController: Remove unused stuffJarek Kobus2022-12-151-1/+0
* MercurialDiffEditorController: Reuse task treeJarek Kobus2022-12-151-10/+25
* VcsBase & dependent: Fix const correctnessJarek Kobus2022-12-141-17/+9
* DiffEditorController: Make setReloader() protectedJarek Kobus2022-12-111-5/+4
* VcsBase: Don't return editor from annotate()Jarek Kobus2022-12-111-4/+4
* Mercurial: Convert to Tr::trhjk2022-10-061-11/+11
* VcsBase: Move RunFlags into separate headerJarek Kobus2022-10-061-3/+3
* MercurialPlugin: Reuse vcsSynchronousExec()Jarek Kobus2022-09-051-8/+2
* VcsBase: Rename vcsFullySynchronousExec into vcsSynchronousExecJarek Kobus2022-09-021-5/+5
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* VcsCommand: Remove unused SshPasswordPromptJarek Kobus2022-08-261-8/+2
* VcsCommand: Simplify public runCommand()Jarek Kobus2022-08-021-1/+1
* Move ShellCommand into VcsBase pluginJarek Kobus2022-08-011-14/+14
* ShellCommand: Introduce CommandResult structureJarek Kobus2022-07-291-41/+31
* VcsBase: Hide VcsCommand classJarek Kobus2022-07-131-10/+7
* ShellCommand: Merge VcsCommand::VcsRunFlags into RunFlagsJarek Kobus2022-07-121-7/+6
* Utils: use cleaned stdout all over the place againDavid Schulz2022-06-171-7/+7
* macros: Remove foreach / Q_FOREACH usageArtem Sokolovskii2022-06-031-1/+1
* QtcProcess: Forward declare Environment in QtcProcess headerJarek Kobus2022-05-091-0/+1
* QtcProcess: Limit the inclusion of qtcprocess.hJarek Kobus2022-03-021-7/+7
* Vcs: Use FilePath for working directory in DiffEditorControllerhjk2021-08-201-4/+4
* Fix some compiler warningsChristian Kandeler2021-08-181-0/+1
* Vcs: Use more FilePath for file pathshjk2021-08-021-50/+46
* VCS: Partially use FilePath in VcsBaseClienthjk2021-07-301-1/+1
* Vcs: Replace findRepositoryForDirectoryhjk2021-07-301-4/+2