aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/clearcase/clearcaseplugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* ClearCase: Remove unused includesJarek Kobus2022-08-031-36/+28
* ClearCase: Simplify isConfigured()Jarek Kobus2022-08-031-2/+1
* ClearCaseSettings: Use FilePath for ccBinaryPathJarek Kobus2022-08-021-9/+5
* VcsCommand: Simplify public runCommand()Jarek Kobus2022-08-021-1/+1
* Move ShellCommand into VcsBase pluginJarek Kobus2022-08-011-7/+7
* ShellCommand: Introduce CommandResult structureJarek Kobus2022-07-291-8/+6
* ClearCasePlugin: Introduce s_verboseRun helperJarek Kobus2022-07-141-23/+20
* VcsBase: Hide VcsCommand classJarek Kobus2022-07-131-5/+7
* ShellCommand: Merge VcsCommand::VcsRunFlags into RunFlagsJarek Kobus2022-07-121-24/+18
* ClearCase: Remove unused localsChristian Stenger2022-07-111-2/+0
* Utils: use cleaned stdout all over the place againDavid Schulz2022-06-171-2/+2
* QtcProcess: Limit the inclusion of qtcprocess.hJarek Kobus2022-03-021-3/+3
* QtcProcess: Get rid of setProcessUserEventWhileRunning()Jarek Kobus2022-01-251-2/+1
* Merge remote-tracking branch 'origin/6.0'Eike Ziller2021-11-041-1/+0
|\
| * Remove unneeded includes of QProcess from cpp filesJarek Kobus2021-11-011-1/+0