aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/clearcase
Commit message (Expand)AuthorAgeFilesLines
* Remove unneeded includes of QProcess from cpp filesJarek Kobus2021-11-011-1/+0
* ClearCase: Minor cleanupOrgad Shaneh2021-10-131-6/+2
* Replace a few PathChooser::setPath by setFilePathhjk2021-10-041-1/+1
* Utils: Remove uses of deprecated PathChooser::path()hjk2021-09-281-1/+1
* Vcs: Use QtcProcessArtem Sokolovskii2021-08-251-1/+1
* Utils: Introduce a FilePath constructor from char arrayshjk2021-08-171-1/+1
* Vcs: Use more FilePath for file pathshjk2021-08-021-131/+126
* Vcs: Use FilePath in IVersionControl APIhjk2021-07-291-46/+46
* All: Replace most SynchronousProcess by QtcProcesshjk2021-06-231-2/+2
* Core: filepathify expected document changesDavid Schulz2021-06-171-4/+5
* Utils: Rename QtcProcess::Result::Finished to FinishedWithSuccesshjk2021-06-021-2/+2
* 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-182-4/+4
* Vcs: Simplify VcsCommand::runCommand interfacehjk2021-05-171-1/+2
* Utils: Simplify QtcProcess::exitMessage() interfacehjk2021-05-171-1/+1
* Utils: Make process results accessible through QtcProcess objecthjk2021-05-141-12/+13
* Utils: Merge {synchronous,qtc}process.{h,cpp} file pairshjk2021-05-101-1/+1
* Locator: Add longer description to filtersEike Ziller2021-03-231-0/+1
* Use QMutexLocker for lock/unlockJarek Kobus2021-02-191-2/+1
* Don't allocate unneeded temporary containersJarek Kobus2020-12-141-1/+1
* Use typed syntax in calls to QMetaObject::invokeMethodJarek Kobus2020-11-161-1/+1
* EditorManager: Small API clean-upEike Ziller2020-09-301-2/+2
* VCS: Fix build with Qt6Eike Ziller2020-09-212-2/+2
* Utils: Drop Utils::SkipEmptyParts againhjk2020-07-211-5/+5
* Core/Utils: Migrate further to Utils::Idhjk2020-07-061-4/+4
* ClearCase: Cleanup ClearCaseSyncOrgad Shaneh2020-06-241-28/+17
* ClearCase: Compile fix for Qt 5.15hjk2020-06-241-2/+7
* ClearCase: Drop QRegExp usehjk2020-06-243-28/+39
* Move InfoBar to UtilsEike Ziller2020-06-181-1/+1
* VCS: Add vcsDescribeOrgad Shaneh2020-06-181-5/+5
* IVersionControl: Change vcsAnnotate return type to voidOrgad Shaneh2020-06-181-3/+2
* All: Use Utils::SkipEmptyPartshjk2020-06-171-10/+14
* Fix lupdate issuesEike Ziller2020-03-181-1/+1
* VCS: Replace QRegExp with QRegularExpression in VcsBaseEditorOrgad Shaneh2020-02-212-8/+7
* VCS: Refactor annotationChanges() in VcsBaseEditorOrgad Shaneh2020-02-202-19/+2
* Vcs: Make VcsBaseEditorWidget::test* operate on factories directlyhjk2020-02-131-2/+2
* Vcs: Make some editor factories proper plugin pimpl membershjk2020-02-071-38/+42
* ClearCase: Make a some items proper data membershjk2020-02-073-23/+24
* ClearCase: Partially move plugin pimpl to .cpphjk2020-02-077-273/+310
* 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
* Vcs: Merge IVersionControl and VcsBasePlugin hierarchieshjk2020-01-317-311/+173
* Vcs: Pimpl pluginshjk2020-01-249-213/+229
* Vcs: Move static functions out of VcsPlugin "namespace"hjk2020-01-231-1/+1
* Vcs: Dissolve VcsManager::registerVersionControlhjk2020-01-221-1/+2
* Core/Utils: Use {} instead of nullptr for flagshjk2020-01-171-1/+1
* Vcs: Dissolve VcsBaseOptionsPage intermediate hierarchy levelhjk2020-01-172-3/+6
* Core: Provide empty implementation for IOptionPageWidget::finish()hjk2020-01-151-1/+0
* ClearCase: Use new IOptionPage convenience functionshjk2020-01-143-75/+51