aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/vcsbase
Commit message (Expand)AuthorAgeFilesLines
* VCS: Do not focus on the pane every time it becomes visibleOrgad Shaneh2020-10-092-7/+0
* ProjectExplorer: Clean up variablesChristian Kandeler2020-10-021-3/+3
* Remove unneeded QStringList forward declarationsEike Ziller2020-09-291-1/+0
* Merge remote-tracking branch 'origin/4.13' into masterEike Ziller2020-09-231-31/+8
|\
| * Fix copyright/license of vcsconfigurationpage.cppKai Koehne2020-09-211-31/+8
| * Core/Utils: Migrate further to Utils::Idhjk2020-07-068-15/+14
* | VCS: Fix build with Qt6Eike Ziller2020-09-211-6/+7
* | Core: replace QString with Utils::FilePath to get documentsDavid Schulz2020-09-042-2/+3
* | Small Qt 6 migration stuffhjk2020-07-291-1/+1
* | VCS: Fix unit testsChristian Kandeler2020-07-272-2/+2
* | Utils: Drop Utils::SkipEmptyParts againhjk2020-07-211-1/+1
* | 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