aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/vcsbase
Commit message (Expand)AuthorAgeFilesLines
* Core/Utils: Migrate further to Utils::Idhjk2020-07-068-15/+14
* Even more Qt6 portinghjk2020-06-231-0/+4
* Drop use of Qt::DefaultLocaleShortDatehjk2020-06-221-1/+2
* VCS: Pass links to the correct VCSOrgad Shaneh2020-06-214-14/+27
* OutputWindow: Do not activate links for empty referenceOrgad Shaneh2020-06-181-2/+6
* Move Id from Core to UtilsEike Ziller2020-06-182-3/+2
* All: Use Utils::SkipEmptyPartshjk2020-06-171-1/+2
* ExtensionSystem: Remove PluginSpec::isHiddenByDefaulthjk2020-06-161-1/+0
* Use dialogParent() instead of mainWindow()Eike Ziller2020-06-022-2/+2
* Git: Fix filling commit selection combobox for logAndre Hartmann2020-05-164-5/+23
* VcsOutputWindow: Modernize password obfuscationAndre Hartmann2020-05-161-14/+4
* VcsBaseEditor: Reduce scope of local variableAndre Hartmann2020-05-161-2/+1
* VcsOutputWindow: Fix creating links from command outputAndre Hartmann2020-05-151-2/+2
* VcsBaseEditor: Make link colors theme-awareAndre Hartmann2020-05-121-2/+3
* Merge output formatters and output parsersChristian Kandeler2020-04-231-1/+1
* Vcs: Fix output paneChristian Kandeler2020-04-171-5/+3
* OutputFormatter: Take ownership of the line parsersChristian Kandeler2020-04-151-3/+4
* Utils: Split up OutputFormatter classChristian Kandeler2020-04-143-28/+21
* OutputFormatter: Do all formatting centrallyChristian Kandeler2020-04-142-16/+9
* Utils: Replace FileChooser::path() by filePath().toString()hjk2020-04-091-4/+4
* Merge remote-tracking branch 'origin/4.12'Eike Ziller2020-04-071-1/+1
|\
| * VcsOutputFormatter: Allow ranges with three dots alsoAndre Hartmann2020-04-061-1/+1
* | Merge remote-tracking branch 'origin/4.12'Eike Ziller2020-03-231-1/+2
|\|
| * VCS: Capture more hashes with suffixesAndre Hartmann2020-03-211-1/+2
* | Remove the limitation that output formatters have to be exclusiveChristian Kandeler2020-03-203-7/+13
* | Merge remote-tracking branch 'origin/4.12'Eike Ziller2020-03-201-1/+1
|\|
| * VCS: Capture hashes with trailing caretAndre Hartmann2020-03-201-1/+1
* | Move some code from OutputWindow to OutputFormatterChristian Kandeler2020-03-173-8/+5
* | Merge remote-tracking branch 'origin/4.12'Eike Ziller2020-03-047-44/+51
|\|
| * 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
* | Merge remote-tracking branch 'origin/4.12'Eike Ziller2020-02-271-0/+1
|\|
| * VCS: Set repository for VcsCommandOrgad Shaneh2020-02-261-0/+1
* | Merge remote-tracking branch 'origin/4.12'Eike Ziller2020-02-267-42/+91
|\|
| * 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
* | VcsBase: Don't use QObject inheritance in VcsEditorFactoryhjk2020-02-242-3/+0
|/
* 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