aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/perforce
Commit message (Expand)AuthorAgeFilesLines
* Remove unneeded includes of QProcess from cpp filesJarek Kobus2021-11-011-1/+0
* 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
* Utils: Use std::function instead of signal SynchronousProcess callbackhjk2021-05-101-18/+6
* Utils: Merge {synchronous,qtc}process.{h,cpp} file pairshjk2021-05-101-1/+3
* Perforce: Use QtcProcess instead of SynchronousProcess helpershjk2021-05-051-2/+2
* Utils: Remove SynchronousProcess::{setP,p}rocessEnvironmenthjk2021-05-051-8/+9
* Perforce: Avoid one use of SynchronousProcesshjk2021-05-032-14/+11
* Perforce: Merge Settings and PerforceSettings classeshjk2021-04-133-130/+67
* Perforce: Aspectify settingshjk2021-04-099-569/+201
* Locator: Add longer description to filtersEike Ziller2021-03-231-0/+1
* Don't access static functions/fields via instanceAlessandro Portale2020-11-191-4/+4
* EditorManager: Small API clean-upEike Ziller2020-09-301-1/+1
* VCS: Replace QRegExp by QRegularExpressionChristian Stenger2020-07-141-8/+8
* Core/Utils: Migrate further to Utils::Idhjk2020-07-061-2/+1
* Perforce: Remove QRegExp usehjk2020-06-242-15/+17
* VCS: Add vcsDescribeOrgad Shaneh2020-06-181-6/+6
* IVersionControl: Change vcsAnnotate return type to voidOrgad Shaneh2020-06-181-13/+3
* Use dialogParent() instead of mainWindow()Eike Ziller2020-06-021-1/+1
* VCS: Replace QRegExp with QRegularExpression in VcsBaseEditorOrgad Shaneh2020-02-212-7/+6
* VCS: Refactor annotationChanges() in VcsBaseEditorOrgad Shaneh2020-02-202-23/+1
* Vcs: Make VcsBaseEditorWidget::test* operate on factories directlyhjk2020-02-131-1/+1
* Remove apparently unneeded QtPlugin includeshjk2020-02-121-1/+0
* Vcs: Make some editor factories proper plugin pimpl membershjk2020-02-071-52/+61
* Vcs: Separate plugin and QObject parent roles for VcsSubmitEditorFactoryhjk2020-02-061-1/+1
* Vcs: Move responsibility to set editor parameters to editor factoryhjk2020-02-063-5/+4
* Perforce: Move PluginPimpl definition to .cpp filehjk2020-02-055-327/+287
* Perforce: Move settingspage closer to new standardhjk2020-01-312-70/+42
* Vcs: Merge IVersionControl and VcsBasePlugin hierarchieshjk2020-01-317-265/+126
* Several SettingsPages: Code cosmeticshjk2020-01-302-5/+3
* Vcs: Pimpl pluginshjk2020-01-247-127/+144
* Vcs: Dissolve VcsManager::registerVersionControlhjk2020-01-221-1/+2
* Vcs: Dissolve VcsBaseOptionsPage intermediate hierarchy levelhjk2020-01-172-5/+4