aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cvs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Vcs: Dissolve VcsBaseOptionsPage intermediate hierarchy levelhjk2020-01-171-0/+1
* Vcs: Move Settings widget definitions to .cpp fileshjk2020-01-152-27/+24
* Vcs: Base VcsClientOptionsPageWidget on Core::IOptionsPageWidgethjk2020-01-152-2/+2
* Utils: Add a FilePath::isDir() convenience functionhjk2019-09-111-1/+1
* Avoid warning on empty expressionshjk2019-07-231-3/+3
* Utils: Use CommandLine in ShellCommandhjk2019-06-112-2/+2
* Utils: Rename FileName to FilePathhjk2019-05-283-6/+6
* Qt Creator CMake portCristian Adam2019-05-171-0/+13
* VCS: Improve dialog on submit promptOrgad Shaneh2018-11-121-6/+3
* CVS: ModernizeOrgad Shaneh2018-09-208-22/+23
* VCS: Consolidate submit editor actions setupOrgad Shaneh2018-08-282-26/+2
* VCS: Unify default and maximum timeout in all setting pagesOrgad Shaneh2018-06-191-0/+3
* Vcs/Text search: Remove a few addAutoReleaseObject useshjk2018-02-063-9/+8
* Core: make useMacShortcut constexprDavid Schulz2018-02-021-3/+3
* VCS: Offer to save-all before commitTobias Hunger2017-09-121-0/+3
* Merge remote-tracking branch 'origin/4.4'Orgad Shaneh2017-08-301-1/+1
|\
| * Fix copyright year in plugin info, --version, and macOS infoEike Ziller2017-08-241-1/+1
* | Replace QLatin1String, QStringLiteral ("") with QString()Nikita Baryshnikov2017-08-211-1/+1
* | Merge remote-tracking branch 'origin/4.4'Eike Ziller2017-07-251-9/+9
|\|
| * Plugins: Fix that mimetype definition was not valid JSONEike Ziller2017-07-251-9/+9
* | VcsManager: Register IVersionControls with VcsManagerTobias Hunger2017-07-101-1/+1
|/
* Move mimetype definitions to plugin specsEike Ziller2017-02-276-19/+11
* CVS: Re-enable plugin unit testsChristian Stenger2016-12-051-0/+1