aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/subversion
Commit message (Expand)AuthorAgeFilesLines
* EditorManager: Remove QString openEditor(At) overloadsEike Ziller2021-11-021-1/+2
* Vcs: Use FilePath for working directory in DiffEditorControllerhjk2021-08-202-4/+4
* Utils: Introduce a FilePath constructor from char arrayshjk2021-08-171-1/+1
* Vcs: Use more FilePath for file pathshjk2021-08-023-71/+69
* Vcs: Use FilePath in IVersionControl APIhjk2021-07-291-40/+40
* All: Replace most SynchronousProcess by QtcProcesshjk2021-06-232-3/+3
* Core: filepathify expected document changesDavid Schulz2021-06-171-1/+1
* Utils: Rename QtcProcess::Result::Finished to FinishedWithSuccesshjk2021-06-022-3/+3
* Utils: filepathify fileutilsDavid Schulz2021-05-181-1/+1
* Utils: Simplify QtcProcess::exitMessage() interfacehjk2021-05-171-1/+1
* Utils: Make process results accessible through QtcProcess objecthjk2021-05-142-14/+14
* Utils: Merge {synchronous,qtc}process.{h,cpp} file pairshjk2021-05-102-4/+6
* Subversion: Use the new AspectContainer::applied signalhjk2021-04-063-59/+36
* Utils: Use a full layout row for an aspect for Columns and Formshjk2021-03-251-5/+3
* Locator: Add longer description to filtersEike Ziller2021-03-231-0/+1
* VcsBase: Remove VcsBaseClientSettingshjk2021-03-221-4/+4
* Subversion: Aspectify settingshjk2021-03-2211-407/+185
* 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
* Utils: Drop Utils::SkipEmptyParts againhjk2020-07-211-1/+1
* Core/Utils: Migrate further to Utils::Idhjk2020-07-062-6/+5
* 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-1/+2
* Globally disable WindowContextHelpButtonHintKai Koehne2020-02-251-1/+0
* VCS: Replace QRegExp with QRegularExpression in VcsBaseEditorOrgad Shaneh2020-02-211-5/+4
* VCS: Refactor annotationChanges() in VcsBaseEditorOrgad Shaneh2020-02-202-25/+1
* Vcs: Make VcsBaseEditorWidget::test* operate on factories directlyhjk2020-02-131-1/+2
* Remove apparently unneeded QtPlugin includeshjk2020-02-121-1/+0
* Vcs: Make some editor factories proper plugin pimpl membershjk2020-02-071-40/+40
* Vcs: Separate plugin and QObject parent roles for VcsSubmitEditorFactoryhjk2020-02-061-1/+1
* Diff/Vcs: Use a function object for reloadinghjk2020-02-061-10/+1
* Vcs: Move responsibility to set editor parameters to editor factoryhjk2020-02-063-5/+4
* Vcs: Use setters to set up DiffController parametershjk2020-02-061-8/+12
* VcsBase: More use of settings instead of client when it sufficeshjk2020-02-041-4/+4
* VcsBase: Use settings instead of client when it sufficeshjk2020-02-031-2/+2
* VcsBase: Partially move vcsTimeoutS() to VcsBaseClientSettingshjk2020-02-031-12/+12
* Vcs: Provide default implementations for some pure methodshjk2020-02-032-21/+0
* Subversion: Make settings page a value member in the plugin pimplhjk2020-01-313-5/+4
* Subversion: Move plugin pimpl to .cpphjk2020-01-316-186/+175
* Vcs: Merge IVersionControl and VcsBasePlugin hierarchieshjk2020-01-319-299/+163
* Core: IVersionControl: Introduce a setTopicCachehjk2020-01-311-2/+3
* Subversion: Compile fixhjk2020-01-292-3/+3
* Subversion: Remove some indirectionshjk2020-01-293-21/+19
* Vcs: Drop VcsBaseOptionsPage hierarchy levelhjk2020-01-273-28/+35
* Vcs: Pass settings handles to settings pages more directlyhjk2020-01-243-4/+6
* Vcs: Move settings ownership from VcsBaseClientImpl to pluginhjk2020-01-244-5/+7
* Vcs: Pimpl pluginshjk2020-01-246-100/+118
* Vcs: Move static functions out of VcsPlugin "namespace"hjk2020-01-231-1/+1