aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cvs
Commit message (Expand)AuthorAgeFilesLines
* VCS: A few more simpler setLayouter callshjk2023-05-311-3/+3
* Vcs: Register settings aspects more directlyhjk2023-05-302-11/+5
* Vcs: Use new FilePathAspect in a few placeshjk2023-05-172-4/+3
* Vcs: Use PagedSettings for all plugin settingshjk2023-05-153-43/+28
* Cvs: Follow the Fossil settings setuphjk2023-05-153-31/+32
* All: Use the shorter access to aspect values in a few placeshjk2023-05-121-1/+1
* Layouts: Add missing "br"s to terminate Form linesAlessandro Portale2023-05-041-2/+2
* Fix lots of tr.h files not being mentioned in CMakeLists.txtEike Ziller2023-04-011-0/+1
* Translations: Change translation context prefix from "::" to "QtC::"Alessandro Portale2023-02-102-6/+6
* Qbs: Update some qbs filesChristian Stenger2023-02-081-0/+1
* Use simpler Plugin::initialize() when feasiblehjk2023-01-202-5/+2
* VcsBase: Proliferate use of FilePathhjk2023-01-201-9/+9
* VcsBase: Convert to Tr::trhjk2023-01-181-5/+5
* Prefix Tr::tr contexts with ::hjk2023-01-131-1/+1
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-0611-11/+11
* VcsBase & dependent: Fix const correctnessJarek Kobus2022-12-141-3/+2
* VCS: Simplify submit editor accept/close flowOrgad Shaneh2022-10-251-2/+2
* VCS: Deduplicate some submit editor closing logicOrgad Shaneh2022-10-171-23/+1
* VCS: Remove "Prompt to submit" settingsOrgad Shaneh2022-10-172-6/+2
* VcsBase: Use FilePath in editorTag()Jarek Kobus2022-10-061-2/+2
* Cvs: Reuse CommandResultJarek Kobus2022-10-061-181/+123
* Cvs: Replace timeout with timeout multiplierJarek Kobus2022-10-061-33/+25
* VcsBase: Move RunFlags into separate headerJarek Kobus2022-10-061-18/+18
* Vcs plugins: Replace foreach with ranged for loopJarek Kobus2022-09-301-1/+1
* Cvs: Move to Tr::trhjk2022-09-3015-154/+114
* CvsPlugin: Reuse vcsSynchronousExec()Jarek Kobus2022-09-021-9/+3
* Use SPDX license identifiersLucie Gérard2022-08-2613-312/+26
* VcsCommand: Remove unused SshPasswordPromptJarek Kobus2022-08-261-22/+15
* VcsCommand: Simplify public runCommand()Jarek Kobus2022-08-021-1/+1
* Move ShellCommand into VcsBase pluginJarek Kobus2022-08-011-17/+17
* ShellCommand: Introduce CommandResult structureJarek Kobus2022-07-291-8/+7
* Utils: Settle on lowerSnakeCase for LayoutBuilder::Setterhjk2022-07-271-2/+2
* Utils: Introduce Layouting::{br,st}hjk2022-07-251-1/+1
* Utils: Make Layouting::Group { .. } less weirdhjk2022-07-221-6/+8
* CvsPlugin: Introduce convenient s_defaultFlags variableJarek Kobus2022-07-141-17/+13
* VcsBase: Hide VcsCommand classJarek Kobus2022-07-131-6/+8
* ShellCommand: Merge VcsCommand::VcsRunFlags into RunFlagsJarek Kobus2022-07-121-35/+27
* Remove Core::ShellCommandJarek Kobus2022-07-111-5/+5
* Add plugintr.h files to all pluginshjk2022-06-271-0/+37
* Utils: use cleaned stdout all over the place againDavid Schulz2022-06-171-2/+2
* Utils: More forward declarations / drop unused headers [D-G]Jarek Kobus2022-05-251-0/+1
* QtcProcess: Forward declare Environment in QtcProcess headerJarek Kobus2022-05-091-0/+1
* CMake: Qt Creator Static build supportCristian Adam2022-04-291-0/+1
* Utils: Drop [Qt::]SkipEmptyParts from porting.hhjk2022-03-101-9/+8
* QtcProcess: Limit the inclusion of qtcprocess.hJarek Kobus2022-03-021-7/+7
* Remove qmake build filesEike Ziller2022-01-202-23/+0
* EditorManager: Remove QString openEditor(At) overloadsEike Ziller2021-11-021-1/+1
* Vcs: Use more FilePath for file pathshjk2021-08-021-65/+60
* Vcs: Use FilePath in IVersionControl APIhjk2021-07-291-32/+31
* All: Replace most SynchronousProcess by QtcProcesshjk2021-06-231-1/+1