aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/clearcase/clearcaseplugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* CommandLine: Reuse new c'torJarek Kobus2024-05-221-5/+1
* Utils: Fix build with MSVC with C++20Eike Ziller2024-02-281-1/+1
* Vcs: Use QString and Id in editor parameters instead of char *hjk2024-02-091-4/+5
* VCS: Simplify VcsEditor setuphjk2024-02-071-34/+26
* 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-4/+4
* ClearCase: Replace QSharedPointer with std::shared_ptrJarek Kobus2024-02-011-11/+10
* Utils: Also rename parameteraction.{h,cpp} to action.{h,cpp}hjk2024-01-291-1/+1
* Utils: Rename ParameterAction into Actionhjk2024-01-291-10/+10
* Use more std::chrono and std::chrono_literals namespacesJarek Kobus2024-01-231-2/+4
* Process: Get rid of setTimeoutS()Jarek Kobus2024-01-221-4/+2
* ClearCase: Hide plugin class definition in .cpphjk2024-01-121-46/+73
* ClearCase: Use ActionBuilderhjk2023-12-191-105/+136
* Replace QFile::exists by QFileInfo::existshjk2023-09-011-1/+1
* Tr/VCS: Fix various issues with translationsEike Ziller2023-05-311-0/+22
* Remove unused includes of QFutureInterfaceJarek Kobus2023-05-041-1/+0
* Utils: Rename qtcprocess.{cpp,h} -> process.{cpp,h}Jarek Kobus2023-05-041-1/+1
* Utils: Rename QtcProcess -> ProcessJarek Kobus2023-05-041-3/+3
* Utils: Rename asynctask.{cpp,h} -> async.{cpp,h}Jarek Kobus2023-05-031-1/+1
* Replace a few \returns by Returnshjk2023-03-241-1/+1
* VcsBase: Use QtConcurrent invocation for async runJarek Kobus2023-03-091-7/+8
* ProjectExplorer: Move some not-fully-session related bitshjk2023-03-011-3/+3
* Translations: Change translation context prefix from "::" to "QtC::"Alessandro Portale2023-02-101-3/+3
* ClearCasePlugin: Fix runCleartoolProcJarek Kobus2023-02-081-1/+1
* Use simpler Plugin::initialize() when feasiblehjk2023-01-201-3/+1
* VcsBase: Proliferate use of FilePathhjk2023-01-201-14/+16
* VcsBase: Convert to Tr::trhjk2023-01-181-3/+3
* VcsPlugins: Use multi-arg for stringsJarek Kobus2023-01-111-1/+1
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* VcsBase & dependent: Fix const correctnessJarek Kobus2022-12-141-44/+39
* ClearCase: Re-use FilePath::removeRecursively()hjk2022-12-141-17/+2
* ClearCase: Use a FilePath for the test filehjk2022-11-231-12/+14
* VCS: Simplify submit editor accept/close flowOrgad Shaneh2022-10-251-2/+2
* VCS: Deduplicate some submit editor closing logicOrgad Shaneh2022-10-171-24/+1
* VCS: Remove "Prompt to submit" settingsOrgad Shaneh2022-10-171-7/+1
* VCS: Fix misuses of parentDir().absolutePath()Orgad Shaneh2022-10-111-5/+5
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-1/+1
* VcsBase: Use FilePath in editorTag()Jarek Kobus2022-10-061-4/+4
* VcsBase: Move RunFlags into separate headerJarek Kobus2022-10-061-17/+16
* ClearCasePlugin: Remove runCleartoolSync()Jarek Kobus2022-10-051-41/+18
* ClearCasePlugin: Introduce runCleartoolProcJarek Kobus2022-10-051-27/+30
* ClearCasePlugin: Replace timeout with timeout multiplierJarek Kobus2022-10-051-43/+32
* VcsCommand: Make runCommand() a static methodJarek Kobus2022-10-051-8/+4
* VcsCommand: Change the default logic for fully syncJarek Kobus2022-10-051-24/+25
* ClearCase: Move to Tr::trhjk2022-09-291-57/+56
* ClearCase: Inline undocheckout.uihjk2022-09-291-29/+77
* ClearCasePlugin: Reuse CommandResultJarek Kobus2022-09-211-236/+207
* Use SPDX license identifiersLucie Gérard2022-08-261-25/+2