aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cvs/cvsplugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* VCS: Replace more uses of QTextCodec with its namehjk16 hours1-10/+9
* Replace a few FileSaver::errorString() uses with Result<>::error()hjk2025-04-231-2/+2
* CVS: Clarify "Current Project" menu and locator entryAndre Hartmann2025-02-131-37/+50
* CVS: Fix log for project and repositoryAndre Hartmann2025-02-131-1/+4
* Utils: Rename FilePath::toString() into toUrlishString()hjk2025-01-101-6/+6
* VcsBase: Fix a crash on shutdownJarek Kobus2024-09-121-2/+1
* ProjectExplorer: Add VCS log for selected directoryAndre Hartmann2024-09-081-0/+3
* VCS: Unify displayName()Andre Hartmann2024-09-061-1/+1
* VCS: Improve performance of isVcsFileOrDirectory implementationsDavid Schulz2024-06-101-2/+2
* VCS: Fix handling of default executableChristian Stenger2024-06-041-1/+1
* VcsBaseClientImpl: Don't leak VcsCommand instancesJarek Kobus2024-03-181-1/+2
* Fix i18n issuesEike Ziller2024-02-211-5/+5
* Vcs: Use QString and Id in editor parameters instead of char *hjk2024-02-091-6/+6
* VCS: Simplify VcsEditor setuphjk2024-02-071-43/+32
* Vcs: Move VcsEditorFactory closer to its producthjk2024-02-071-1/+0
* Vcs: Merge basevcssubmiteditorfactory.* into vcsbasesubmiteditor.*hjk2024-02-071-1/+0
* Vcs: Make submit editor setup a bit more compacthjk2024-02-071-13/+8
* Vcs: Rename VcsBasePluginPrivate to VersionControlBasehjk2024-02-061-3/+3
* Utils: Also rename parameteraction.{h,cpp} to action.{h,cpp}hjk2024-01-291-1/+1
* Utils: Rename ParameterAction into Actionhjk2024-01-291-32/+32
* Cvs: Move plugin class definition to .cpphjk2024-01-121-21/+45
* Replace a few aspect.value() calls with operatpor()hjk2023-07-191-1/+1
* Vcs: Convert settings pages to latest stylehjk2023-07-181-1/+0
* Vcs: Use new FilePathAspect in a few placeshjk2023-05-171-3/+3
* Vcs: Use PagedSettings for all plugin settingshjk2023-05-151-2/+1
* Cvs: Follow the Fossil settings setuphjk2023-05-151-24/+17
* All: Use the shorter access to aspect values in a few placeshjk2023-05-121-1/+1
* Translations: Change translation context prefix from "::" to "QtC::"Alessandro Portale2023-02-101-5/+5
* Use simpler Plugin::initialize() when feasiblehjk2023-01-201-4/+1
* VcsBase: Proliferate use of FilePathhjk2023-01-201-9/+9
* VcsBase: Convert to Tr::trhjk2023-01-181-5/+5
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* 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-171-5/+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
* Cvs: Move to Tr::trhjk2022-09-301-55/+53
* CvsPlugin: Reuse vcsSynchronousExec()Jarek Kobus2022-09-021-9/+3
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* 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
* 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