summaryrefslogtreecommitdiff
path: root/src/plugins/subversion/subversionclient.cpp
Commit message (Expand)AuthorAgeFilesLines
* Vcs: Use new FilePathAspect in a few placeshjk2023-05-171-1/+1
* Subversion: Follow the Fossil settings setuphjk2023-05-151-14/+9
* 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-2/+1
* Utils: Rename QtcProcess -> ProcessJarek Kobus2023-05-041-5/+5
* Tasking::Process: Rename Process into ProcessTaskJarek Kobus2023-05-031-2/+2
* TaskTree: Add TreeStorage::operator*()Jarek Kobus2023-02-211-1/+1
* Subversion: Tr::trAlessandro Portale2023-01-231-3/+4
* VcsBase: Proliferate use of FilePathhjk2023-01-201-3/+3
* SubversionClient: Replace DynamicSetup with dynamic task setupJarek Kobus2023-01-201-7/+3
* Subversion: Fix unused argument warningOrgad Shaneh2023-01-181-1/+1
* Subversion: Mask credentials in command line everywhereOrgad Shaneh2023-01-171-28/+38
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* VcsBaseDiffEditorController: Remove unused stuffJarek Kobus2022-12-151-1/+0
* SubversionDiffEditorController: Reuse task treeJarek Kobus2022-12-151-61/+63
* VcsBase: Use FilePath in editorTag()Jarek Kobus2022-10-061-12/+10
* VcsBase: Move RunFlags into separate headerJarek Kobus2022-10-061-3/+3
* VcsCommand: Change the default logic for fully syncJarek Kobus2022-10-051-1/+1
* DiffEditor: Cleanup includesJarek Kobus2022-09-291-3/+0
* VcsBase: Rename vcsFullySynchronousExec into vcsSynchronousExecJarek Kobus2022-09-021-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* VcsCommand: Remove unused SshPasswordPromptJarek Kobus2022-08-261-1/+1
* Move ShellCommand into VcsBase pluginJarek Kobus2022-08-011-9/+9
* ShellCommand: Introduce CommandResult structureJarek Kobus2022-07-291-18/+18
* VcsBase: Hide VcsCommand classJarek Kobus2022-07-131-2/+1
* ShellCommand: Merge VcsCommand::VcsRunFlags into RunFlagsJarek Kobus2022-07-121-2/+2
* Utils: use cleaned stdout all over the place againDavid Schulz2022-06-171-1/+1
* QtcProcess: Forward declare Environment in QtcProcess headerJarek Kobus2022-05-091-0/+1
* QtcProcess: Limit the inclusion of qtcprocess.hJarek Kobus2022-03-021-2/+2
* Vcs: Use FilePath for working directory in DiffEditorControllerhjk2021-08-201-3/+3
* Utils: Introduce a FilePath constructor from char arrayshjk2021-08-171-1/+1
* Vcs: Use more FilePath for file pathshjk2021-08-021-10/+11
* All: Replace most SynchronousProcess by QtcProcesshjk2021-06-231-2/+2
* Utils: Rename QtcProcess::Result::Finished to FinishedWithSuccesshjk2021-06-021-2/+2
* Utils: Make process results accessible through QtcProcess objecthjk2021-05-141-8/+8
* Utils: Merge {synchronous,qtc}process.{h,cpp} file pairshjk2021-05-101-3/+5
* VcsBase: Remove VcsBaseClientSettingshjk2021-03-221-4/+4
* Subversion: Aspectify settingshjk2021-03-221-16/+17
* Diff/Vcs: Use a function object for reloadinghjk2020-02-061-10/+1
* Vcs: Use setters to set up DiffController parametershjk2020-02-061-8/+12
* VcsBase: Use settings instead of client when it sufficeshjk2020-02-031-2/+2
* Vcs: Provide default implementations for some pure methodshjk2020-02-031-18/+0
* Subversion: Move plugin pimpl to .cpphjk2020-01-311-12/+9
* Vcs: Merge IVersionControl and VcsBasePlugin hierarchieshjk2020-01-311-1/+1
* Subversion: Compile fixhjk2020-01-291-2/+2
* Subversion: Remove some indirectionshjk2020-01-291-2/+2
* Vcs: Move settings ownership from VcsBaseClientImpl to pluginhjk2020-01-241-3/+3
* Vcs: Pimpl pluginshjk2020-01-241-1/+1
* Vcs: Move static functions out of VcsPlugin "namespace"hjk2020-01-231-1/+1
* Utils: Add CommandLine convenience constructorshjk2019-07-231-1/+1