aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cvs/cvsplugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Utils: Drop [Qt::]SkipEmptyParts from porting.hhjk2022-03-101-9/+8
* QtcProcess: Limit the inclusion of qtcprocess.hJarek Kobus2022-03-021-7/+7
* EditorManager: Remove QString openEditor(At) overloadsEike Ziller2021-11-021-1/+1
* 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-061-1/+3
* Locator: Add longer description to filtersEike Ziller2021-03-231-0/+1
* VcsBase: Remove VcsBaseClientSettingshjk2021-03-221-1/+1
* CVS: Aspectify settingshjk2021-03-191-36/+36
* EditorManager: Small API clean-upEike Ziller2020-09-301-1/+1
* 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-171-2/+2
* 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-071-51/+73
* Vcs: Separate plugin and QObject parent roles for VcsSubmitEditorFactoryhjk2020-02-061-1/+1
* Vcs: Move responsibility to set editor parameters to editor factoryhjk2020-02-061-2/+1
* 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-031-1/+67
* Cvs: Remove unneeded indirection to access a settings valuehjk2020-01-311-3/+1
* Vcs: Merge IVersionControl and VcsBasePlugin hierarchieshjk2020-01-311-94/+51
* Cvs: Move plugin pimpl to .cpphjk2020-01-301-14/+293
* Cvs: Remove CvsPluginPrivate::cvsVersionControlhjk2020-01-291-8/+3
* Vcs: Drop VcsBaseOptionsPage hierarchy levelhjk2020-01-271-1/+1
* Cvs: Drop direct access to plugin singleton datahjk2020-01-241-6/+0
* 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-241-1/+1
* Vcs: Move settings ownership from VcsBaseClientImpl to pluginhjk2020-01-241-1/+1
* Vcs: Pimpl pluginshjk2020-01-241-86/+101
* Vcs: Dissolve VcsManager::registerVersionControlhjk2020-01-221-1/+2
* Utils: Use CommandLine in ShellCommandhjk2019-06-111-1/+1
* Utils: Rename FileName to FilePathhjk2019-05-281-1/+1
* VCS: Improve dialog on submit promptOrgad Shaneh2018-11-121-6/+3
* CVS: ModernizeOrgad Shaneh2018-09-201-12/+13
* VCS: Consolidate submit editor actions setupOrgad Shaneh2018-08-281-21/+1