aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cvs
Commit message (Expand)AuthorAgeFilesLines
* Vcs: Use more FilePath for file pathshjk2021-08-021-65/+60
* Vcs: Use FilePath in IVersionControl APIhjk2021-07-291-32/+31
* All: Replace most SynchronousProcess by QtcProcesshjk2021-06-231-1/+1
* Core: filepathify expected document changesDavid Schulz2021-06-171-1/+1
* Utils: Rename QtcProcess::Result::Finished to FinishedWithSuccesshjk2021-06-021-4/+4
* Utils: filepathify fileutilsDavid Schulz2021-05-181-1/+1
* 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-14/+17
* Utils: Don't expose Utils::defaultExitCodeInterpreterhjk2021-05-111-1/+1
* Utils: Merge {synchronous,qtc}process.{h,cpp} file pairshjk2021-05-101-1/+1
* Vcs/Utils: Use Utils::Environment for ShellCommandhjk2021-05-051-1/+1
* CVS: Use the new AspectContainer::applied signalhjk2021-04-063-57/+32
* Utils: Use a full layout row for an aspect for Columns and Formshjk2021-03-251-3/+2
* Locator: Add longer description to filtersEike Ziller2021-03-231-0/+1
* VcsBase: Remove VcsBaseClientSettingshjk2021-03-221-1/+1
* CVS: Aspectify settingshjk2021-03-199-362/+157
* Utils: Drop deprecated Utils::FilePath::{setFilePath,filePath}hjk2021-03-161-1/+1
* VCS: Remove reading of very old settingsEike Ziller2021-02-162-17/+0
* EditorManager: Small API clean-upEike Ziller2020-09-301-1/+1
* VCS: Fix build with Qt6Eike Ziller2020-09-211-1/+1
* Utils: Drop Utils::SkipEmptyParts againhjk2020-07-211-2/+2
* VCS: Replace QRegExp by QRegularExpressionChristian Stenger2020-07-141-9/+12
* Core/Utils: Migrate further to Utils::Idhjk2020-07-061-8/+7
* VCS: Add vcsDescribeOrgad Shaneh2020-06-181-6/+6
* IVersionControl: Change vcsAnnotate return type to voidOrgad Shaneh2020-06-181-3/+2
* All: Use Utils::SkipEmptyPartshjk2020-06-172-4/+6
* VCS: Replace QRegExp with QRegularExpression in VcsBaseEditorOrgad Shaneh2020-02-212-11/+15
* VCS: Refactor annotationChanges() in VcsBaseEditorOrgad Shaneh2020-02-202-23/+1
* Vcs: Make VcsBaseEditorWidget::test* operate on factories directlyhjk2020-02-131-2/+3
* Remove apparently unneeded QtPlugin includeshjk2020-02-121-1/+0
* Vcs: Make some editor factories proper plugin pimpl membershjk2020-02-073-54/+75
* 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-6/+5
* VcsBase: More use of settings instead of client when it sufficeshjk2020-02-041-3/+3
* VcsBase: Partially move vcsTimeoutS() to VcsBaseClientSettingshjk2020-02-031-19/+19
* Vcs: Provide default implementations for some pure methodshjk2020-02-031-4/+0
* Cvs: Lump cvsclient.h and .cpp into pluginhjk2020-02-036-193/+67
* Cvs: Remove unneeded indirection to access a settings valuehjk2020-01-313-9/+1
* Vcs: Merge IVersionControl and VcsBasePlugin hierarchieshjk2020-01-316-99/+51
* Cvs: Move plugin pimpl to .cpphjk2020-01-306-416/+302
* Cvs: Remove CvsPluginPrivate::cvsVersionControlhjk2020-01-294-22/+3
* Vcs: Drop VcsBaseOptionsPage hierarchy levelhjk2020-01-273-25/+32
* Cvs: Drop direct access to plugin singleton datahjk2020-01-243-9/+1
* Cvs: Remove some unneeded indirectionshjk2020-01-241-25/+25
* Cvs: Fix crash on loadhjk2020-01-241-0/+1
* Vcs: Pass settings handles to settings pages more directlyhjk2020-01-243-4/+6
* Vcs: Move settings ownership from VcsBaseClientImpl to pluginhjk2020-01-243-5/+5
* Vcs: Pimpl pluginshjk2020-01-245-107/+129
* Vcs: Dissolve VcsManager::registerVersionControlhjk2020-01-221-1/+2