aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cvs/cvsplugin.cpp
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-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
* Vcs/Text search: Remove a few addAutoReleaseObject useshjk2018-02-061-6/+5
* Core: make useMacShortcut constexprDavid Schulz2018-02-021-3/+3
* VCS: Offer to save-all before commitTobias Hunger2017-09-121-0/+3
* VcsManager: Register IVersionControls with VcsManagerTobias Hunger2017-07-101-1/+1
* Move mimetype definitions to plugin specsEike Ziller2017-02-271-3/+0
* VCS: Use Qt5 connect for annotateOrgad Shaneh2016-11-281-2/+1
* VCS: Replace describe slots with lambdasOrgad Shaneh2016-11-281-9/+6
* Rename VcsBaseEditorParameterWidget -> VcsBaseEditorConfigOrgad Shaneh2016-10-241-1/+0
* SynchronousProcess: Store raw bytes from stdout/stderr of the processTobias Hunger2016-07-151-2/+2
* CVS: ModernizeTobias Hunger2016-02-041-20/+1
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* IDocument: Rename defaultPath and suggestedFileNameEike Ziller2016-01-141-1/+1
* CVS: Use Qt5-style connectsTobias Hunger2015-11-231-25/+23
* CvsPlugin: Introduce member initialization.Jarek Kobus2015-06-181-34/+0
* VcsBase: Make some slots protected and update users accordinglyTobias Hunger2015-06-111-1/+1
* CVS: Replace CVS checkout wizard with a Json wizardTobias Hunger2015-05-151-11/+0
* Vcs: Split up VcsCommandTobias Hunger2015-05-041-17/+18
* Vcs: Standardize on second based timeoutsTobias Hunger2015-04-131-22/+22
* Vcs: Unify options pages for VcsBaseClientImpl based VCSesTobias Hunger2015-04-091-4/+1
* Vcs: Move handling of settings from VcsBaseClient to VcsBaseClientImplTobias Hunger2015-04-081-44/+36