aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/vcsbase
Commit message (Expand)AuthorAgeFilesLines
* VcsOutputFormatter: Allow ranges with three dots alsoAndre Hartmann2020-04-061-1/+1
* VCS: Capture more hashes with suffixesAndre Hartmann2020-03-211-1/+2
* VCS: Capture hashes with trailing caretAndre Hartmann2020-03-201-1/+1
* SubmitEditorWidget: Inline two small functionsAndre Hartmann2020-02-292-14/+2
* Git: Add actions for changes in output window context menuOrgad Shaneh2020-02-283-4/+35
* VcsBaseEditor: Fix tr context for Copy actionOrgad Shaneh2020-02-281-1/+1
* VcsBaseEditor: Highlight default actions on context menuOrgad Shaneh2020-02-281-5/+6
* VcsBaseEditor: Remove default actions when right-clicking a referenceOrgad Shaneh2020-02-281-2/+6
* VcsBaseEditor: Remove unused functionsOrgad Shaneh2020-02-282-19/+2
* VCS: Set repository for VcsCommandOrgad Shaneh2020-02-261-0/+1
* Globally disable WindowContextHelpButtonHintKai Koehne2020-02-252-2/+0
* VCS: Fix broken annotation changes detectionOrgad Shaneh2020-02-241-1/+1
* VCS: Replace QRegExp with QRegularExpression in VcsBaseEditorOrgad Shaneh2020-02-214-45/+54
* VCS: Refactor annotationChanges() in VcsBaseEditorOrgad Shaneh2020-02-202-1/+42
* VCS: Fix connect failureOrgad Shaneh2020-02-201-0/+1
* VcsOutputFormatter: Fix multiple regexp matchesAndre Hartmann2020-02-182-24/+16
* Git: Add grep and pickaxe filtersOrgad Shaneh2020-02-171-4/+5
* Git: Allow clicking references in VcsOutputWindowAndre Hartmann2020-02-164-8/+39
* Vcs: Remove unneeded VcsBaseClient::StatusItem ctor implementationhjk2020-02-132-5/+0
* Merge remote-tracking branch 'origin/master' into 4.12Eike Ziller2020-02-132-19/+21
|\
| * Vcs: Remove some indirection in BaseVcsSubmitEditorFactoryhjk2020-02-132-19/+21
* | VCS: Abstract multi-choice settings in editor configOrgad Shaneh2020-02-132-8/+12
* | Vcs: Make VcsBaseEditorWidget::test* operate on factories directlyhjk2020-02-134-21/+19
|/
* Core: Remove QObject parent for IEditorFactoryhjk2020-02-112-5/+2
* TextEditor/Vcs: Remove use of QObject parent for editor factorieshjk2020-02-072-4/+2
* Provide an empty default IPlugin::extensionsInitialized()hjk2020-02-072-6/+0
* Utils: Add a non-toolbar variant of the "RELOAD" iconAlessandro Portale2020-02-071-1/+1
* Vcs: Separate plugin and QObject parent roles for VcsSubmitEditorFactoryhjk2020-02-062-3/+5
* VcsBase: Fix memory leakChristian Kandeler2020-02-062-8/+4
* Core: Remove one IEditorFactory::addMimeType overloadhjk2020-02-062-2/+2
* Vcs: Move responsibility to set editor parameters to editor factoryhjk2020-02-066-34/+36
* Vcs: Use setters to set up DiffController parametershjk2020-02-062-36/+41
* Make http(s) urls clickable in the VCS output paneMiklos Marton2020-02-056-3/+120
* Core: Make IEditorFactory::createEditor use a function objecthjk2020-02-052-11/+7
* Vcs: Drop QActionSetTextSlotHelperhjk2020-02-051-19/+1
* VcsBase: Remove unneeded CommonSettingsPage parenthjk2020-02-042-3/+2
* VcsBase: Use settings instead of client when it sufficeshjk2020-02-032-3/+5
* VcsBase: Partially move vcsTimeoutS() to VcsBaseClientSettingshjk2020-02-033-1/+7
* Vcs: De-pimpl VcsBaseClienthjk2020-02-032-35/+10
* Vcs: Provide default implementations for some pure methodshjk2020-02-031-3/+3
* Vcs: Merge IVersionControl and VcsBasePlugin hierarchieshjk2020-01-314-39/+16
* Vcs: Use QPointer for VcsBasePlugin::m_versionControlhjk2020-01-291-1/+1
* TextEditor: Make FontSettingsPage more like the other oneshjk2020-01-271-1/+0
* Vcs: Drop VcsBaseOptionsPage hierarchy levelhjk2020-01-275-174/+0
* Vcs: Pass settings handles to settings pages more directlyhjk2020-01-242-13/+8
* Vcs: Move settings ownership from VcsBaseClientImpl to pluginhjk2020-01-242-6/+1
* Vcs: Pimpl pluginshjk2020-01-246-79/+70
* VcsBase: Un-pimpl VcsBaseClientImplhjk2020-01-242-23/+4
* VcsBase: Fix memory leaksChristian Kandeler2020-01-232-0/+2
* Vcs: Move static functions out of VcsPlugin "namespace"hjk2020-01-235-53/+52