aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/perforce
Commit message (Expand)AuthorAgeFilesLines
* Remove unused includes of QLayoutJarek Kobus2022-11-181-1/+0
* Perforce: Inline submitpanel.uihjk2022-11-175-120/+53
* Perforce: PendingChangesDialog: Use LayoutingJarek Kobus2022-11-166-111/+45
* Perforce: ChangeNumberDialog: Use LayoutingJarek Kobus2022-11-165-91/+33
* VCS: Simplify submit editor accept/close flowOrgad Shaneh2022-10-251-2/+2
* VCS: Deduplicate some submit editor closing logicOrgad Shaneh2022-10-171-21/+2
* VCS: Remove "Prompt to submit" settingsOrgad Shaneh2022-10-173-14/+1
* VCS: Fix misuses of parentDir().absolutePath()Orgad Shaneh2022-10-111-1/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-1/+1
* VcsBase: Use FilePath in editorTag()Jarek Kobus2022-10-061-1/+1
* Perforce: Remove apparently unused promptdialog.uihjk2022-10-042-129/+0
* Use SPDX license identifiersLucie GĂ©rard2022-08-2619-456/+38
* Utils: Settle on lowerSnakeCase for LayoutBuilder::Setterhjk2022-07-271-3/+3
* Utils: Introduce Layouting::{br,st}hjk2022-07-251-3/+3
* Utils: Make Layouting::Group { .. } less weirdhjk2022-07-221-3/+5
* QtcProcess: Make timeoutS a default arg of 30 secondsJarek Kobus2022-07-111-1/+1
* QtcProcess: Get rid of unneeded arg from readDataFromProcess()Jarek Kobus2022-07-111-1/+1
* Add plugintr.h files to all pluginshjk2022-06-271-0/+37
* Utils: use cleaned stdout all over the place againDavid Schulz2022-06-172-4/+4
* Replace QtcProcess::stopProcess() by stop() plus waitForFinishedhjk2022-06-162-2/+4
* macros: Remove foreach / Q_FOREACH usageArtem Sokolovskii2022-06-032-4/+5
* Perforce: Fix compiler warningEike Ziller2022-05-131-1/+1
* QtcProcess: Forward declare Environment in QtcProcess headerJarek Kobus2022-05-091-0/+1
* PerforceChecker: Connect to QtcProcess::done() signalJarek Kobus2022-05-022-22/+5
* QtcProcess: Limit the inclusion of qtcprocess.hJarek Kobus2022-03-021-6/+6
* QtcProcess: Get rid of setProcessUserEventWhileRunning()Jarek Kobus2022-01-251-2/+1
* Remove qmake build filesEike Ziller2022-01-202-35/+0
* Get rid of QtcProcess::workingDirectory() overloadJarek Kobus2022-01-181-6/+6
* 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-1/+2
|/
* Perforce: Update document permissions after p4 editOrgad Shaneh2021-10-131-1/+7
* Use more FileUtils based file dialogshjk2021-08-191-5/+3
* Utils: Pass dialog parent to Utils::* file dialoghjk2021-08-171-1/+1
* Perforce: Proliferate FilePath a bithjk2021-08-174-21/+22
* VCS: Use more FilePath in ShellCommand and surroundingshjk2021-08-171-1/+1
* Utils: Introduce a FilePath constructor from char arrayshjk2021-08-172-4/+4
* Use refactored ProcessModeJarek Kobus2021-08-092-14/+1
* Vcs: Use more FilePath for file pathshjk2021-08-025-72/+64
* Vcs: Use FilePath in IVersionControl APIhjk2021-07-291-35/+35
* Fix lupdate issuesEike Ziller2021-07-091-1/+2
* All: Replace most SynchronousProcess by QtcProcesshjk2021-06-231-1/+1
* Core: filepathify expected document changesDavid Schulz2021-06-171-1/+1
* Utils: Drop QProcess specific parameters from QtcProcess::finished()hjk2021-06-142-5/+5
* Utils: Rename QtcProcess::Result::Finished to FinishedWithSuccesshjk2021-06-021-2/+2
* Utils: Move QProcess base to QtcProcessPrivatehjk2021-06-021-3/+4
* Utils: Join SynchronousProcess::run and runBlocking implementationshjk2021-05-251-1/+2
* Utils: Remove CommandLine argument from QtcProcess::run{,Blocking}hjk2021-05-191-1/+2
* Utils: filepathify fileutilsDavid Schulz2021-05-181-3/+3
* Utils: Make process results accessible through QtcProcess objecthjk2021-05-141-11/+11