summaryrefslogtreecommitdiff
path: root/src/plugins/git
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/4.12'Eike Ziller2020-05-261-5/+11
|\
| * Git: Fix upstream status for branches with slashOrgad Shaneh2020-05-191-5/+11
* | Git: Use internal log highlighter for old git versionsAndre Hartmann2020-05-191-5/+9
* | Git: Fix filling commit selection combobox for logAndre Hartmann2020-05-161-2/+6
* | Git: Allow colorful logsAndre Hartmann2020-05-134-8/+86
* | Git: No else after returnAndre Hartmann2020-05-091-1/+3
* | Git: Use multi-arg as recommended by clazyAndre Hartmann2020-05-091-1/+1
* | Git: Add git bash to tools menuAndre Hartmann2020-05-053-0/+35
* | Git: Fix clang warningChristian Kandeler2020-04-232-7/+7
* | Git: Support diff against a selected commitOrgad Shaneh2020-04-212-19/+49
* | Git: Simplify diff editor controllersOrgad Shaneh2020-04-141-93/+61
* | Git: Change some functions in GitClient to constOrgad Shaneh2020-04-103-19/+19
* | Git: Fix order of arguments on branch diffOrgad Shaneh2020-04-101-1/+1
* | Utils: Replace FileChooser::path() by filePath().toString()hjk2020-04-092-3/+3
* | Utils: Introduce FilePath::operator/(const QString &)hjk2020-04-091-1/+1
* | Git: Add remote URL history completerAndre Hartmann2020-04-051-0/+2
* | Git: Improve the Checkout > Create Branch > Add dialogAndre Hartmann2020-04-043-11/+21
* | Port QtCreator over to use filterRegularExpressionLars Knoll2020-04-011-1/+1
* | Port from QRegExpValidator to QRegularExpressionValidatorLars Knoll2020-03-202-4/+4
|/
* Git: Fix UI text according to the guidelinesLeena Miettinen2020-03-113-3/+3
* GitEditor: Fix order of argumentsOrgad Shaneh2020-03-041-1/+1
* Git: Add actions for changes in output window context menuOrgad Shaneh2020-02-283-2/+17
* Git: Move addChangeActions from GitEditor to GitClientOrgad Shaneh2020-02-264-51/+53
* Git: Store singleton instance in GitClientOrgad Shaneh2020-02-2619-118/+123
* Git: Make addChangeActions a static functionOrgad Shaneh2020-02-262-30/+29
* Globally disable WindowContextHelpButtonHintKai Koehne2020-02-257-9/+0
* Misc: Fix MSVC warningsOrgad Shaneh2020-02-251-1/+1
* Git: Open log for ranges in output windowOrgad Shaneh2020-02-241-1/+4
* VCS: Replace QRegExp with QRegularExpression in VcsBaseEditorOrgad Shaneh2020-02-212-3/+3
* Git: Support case-insensitive grep/pickaxeOrgad Shaneh2020-02-203-0/+16
* Git: Add a toggle button for filter widgetOrgad Shaneh2020-02-203-10/+22
* Git: Move filter widget to GitEditorOrgad Shaneh2020-02-203-61/+58
* Git: Simplify action in branch viewAndre Hartmann2020-02-201-2/+3
* VCS: Refactor annotationChanges() in VcsBaseEditorOrgad Shaneh2020-02-202-23/+1
* Git: Fix accelerator for reflogOrgad Shaneh2020-02-191-1/+1
* Git: Support entry list in reflogOrgad Shaneh2020-02-193-4/+40
* Git: Refine editor namesOrgad Shaneh2020-02-193-11/+11
* Git: Support reflog also for branchesOrgad Shaneh2020-02-195-8/+29
* Git: Add config widget to reflogOrgad Shaneh2020-02-193-2/+42
* Git: Add grep and pickaxe filtersOrgad Shaneh2020-02-174-6/+115
* Git: Hack around quoting problem with Short description on blamehjk2020-02-171-5/+10
* Git: Allow clicking references in VcsOutputWindowAndre Hartmann2020-02-161-0/+8
* Git: Ignore unknown push failuresAndre Hartmann2020-02-162-0/+3
* VCS: Abstract multi-choice settings in editor configOrgad Shaneh2020-02-131-6/+6
* Vcs: Make VcsBaseEditorWidget::test* operate on factories directlyhjk2020-02-131-2/+2
* Remove apparently unneeded QtPlugin includeshjk2020-02-121-0/+1
* Git: Make a few objects proper plugin pimpl membershjk2020-02-075-143/+182
* Git: Partially move plugin pimpl to .cpphjk2020-02-0721-342/+374
* 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-061-1/+1