aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/git
Commit message (Expand)AuthorAgeFilesLines
* Git: Add new files with --intent-to-addOrgad Shaneh2020-07-193-6/+10
* Core/Utils: Migrate further to Utils::Idhjk2020-07-066-20/+16
* Git: Port colorful log to text colorsAndre Hartmann2020-07-061-13/+22
* More QRegularExpression and include for Qt 6hjk2020-06-251-0/+4
* Git: Compile with Qt 6hjk2020-06-231-2/+2
* Drop use of Qt::DefaultLocaleShortDatehjk2020-06-221-1/+1
* VCS: Pass links to the correct VCSOrgad Shaneh2020-06-211-10/+9
* Move InfoBar to UtilsEike Ziller2020-06-181-2/+3
* VCS: Add vcsDescribeOrgad Shaneh2020-06-181-8/+8
* IVersionControl: Change vcsAnnotate return type to voidOrgad Shaneh2020-06-181-3/+2
* All: Use Utils::SkipEmptyPartshjk2020-06-173-5/+8
* Various places: performance-for-range-copyAlessandro Portale2020-06-151-1/+1
* Git: Do not read working directory before it is setOrgad Shaneh2020-06-082-9/+16
* 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