aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/clearcase
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/9.0'Orgad Shaneh2022-11-281-3/+2
|\
| * ClearCase: Fix display of mnemonicChristian Stenger2022-11-241-3/+2
* | ClearCase: Use a FilePath for the test filehjk2022-11-231-12/+14
* | Remove unused includes of Q[H/V]BoxLayoutJarek Kobus2022-11-182-2/+0
* | 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-174-14/+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
* VersionSelector: Avoid potential leaks on early returnJarek Kobus2022-10-071-18/+19
* 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-052-45/+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
* Vcs plugins: Replace foreach with ranged for loopJarek Kobus2022-09-301-1/+1
* ClearCase: Move to Tr::trhjk2022-09-2919-175/+167
* ClearCase: Inline checkoutdialog.uihjk2022-09-295-197/+88
* ClearCase: Inline versionselector.uihjk2022-09-295-217/+76
* ClearCase: Inline undocheckout.uihjk2022-09-294-158/+77
* ClearCase: Inline settingspage.uihjk2022-09-295-363/+148
* ClearCasePlugin: Reuse CommandResultJarek Kobus2022-09-211-236/+207
* Utils: Add "Layouting::HorizontalRule" LayoutItemAlessandro Portale2022-08-292-12/+6
* Use SPDX license identifiersLucie GĂ©rard2022-08-2624-597/+48
* ClearCase: Remove unused includesJarek Kobus2022-08-0312-60/+49
* ClearCase: Simplify isConfigured()Jarek Kobus2022-08-032-3/+2
* ClearCaseSettings: Use FilePath for ccBinaryPathJarek Kobus2022-08-025-15/+12
* 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
* Drop Qt5: VCS: Get rid of QComboBox QOverloadJarek Kobus2022-07-191-4/+3
* 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: Hide some uses of FilePath::rawPath()hjk2022-06-301-1/+1
* 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
* macros: Remove foreach / Q_FOREACH usageArtem Sokolovskii2022-06-032-3/+4
* QtcProcess: Limit the inclusion of qtcprocess.hJarek Kobus2022-03-021-3/+3
* QtcProcess: Get rid of setProcessUserEventWhileRunning()Jarek Kobus2022-01-251-2/+1
* Remove qmake build filesEike Ziller2022-01-202-40/+0
* Get rid of QtcProcess::workingDirectory() overloadJarek Kobus2022-01-181-1/+1
* Make some qHash and comparison operators overloads hidden friendshjk2021-12-061-5/+5
* Use QtcProcess in ClearCaseSyncJarek Kobus2021-11-081-59/+43
* 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
* | EditorManager: Remove QString openEditor(At) overloadsEike Ziller2021-11-021-2/+3
|/