summaryrefslogtreecommitdiff
path: root/src/plugins/git
Commit message (Expand)AuthorAgeFilesLines
* 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
* Diff/Vcs: Use a function object for reloadinghjk2020-02-061-99/+56
* Vcs: Move responsibility to set editor parameters to editor factoryhjk2020-02-063-5/+4
* Vcs: Use setters to set up DiffController parametershjk2020-02-062-52/+40
* Git: Rename Show Diff -> DiffOrgad Shaneh2020-02-051-1/+1
* Git: Remove unused BranchModel::client()hjk2020-02-032-6/+0
* Vcs: Remove some unneded indirectionshjk2020-01-311-2/+2
* Vcs: Merge IVersionControl and VcsBasePlugin hierarchieshjk2020-01-3112-330/+218
* Core: IVersionControl: Introduce a setTopicCachehjk2020-01-311-2/+3
* Vcs: Drop VcsBaseOptionsPage hierarchy levelhjk2020-01-275-54/+42
* Vcs: Pass settings handles to settings pages more directlyhjk2020-01-246-7/+10
* Vcs: Pimpl pluginshjk2020-01-2423-284/+307
* Git: Fix memory leakChristian Kandeler2020-01-231-0/+1
* Vcs: Move static functions out of VcsPlugin "namespace"hjk2020-01-232-3/+3
* Git: Use Theme color for "Detached HEAD" case in GitSubmitEditorWidgetAlessandro Portale2020-01-231-4/+8
* Vcs: Dissolve VcsManager::registerVersionControlhjk2020-01-221-1/+2
* Use isEmpty() instead of count() or size()Alessandro Portale2020-01-202-2/+2
* Workaround 5.15 deprecations in QTextStreamsDavid Schulz2020-01-172-8/+10
* Vcs: Dissolve VcsBaseOptionsPage intermediate hierarchy levelhjk2020-01-173-4/+7
* Git: Fix missing includeChristian Stenger2020-01-161-0/+1
* Vcs: Move Settings widget definitions to .cpp fileshjk2020-01-152-32/+23
* Vcs: Base VcsClientOptionsPageWidget on Core::IOptionsPageWidgethjk2020-01-152-2/+2
* Git: Start interactive rebase from log windowAndre Hartmann2019-12-303-9/+25
* Git: Fix updating branch view on push to new remote branchAndre Hartmann2019-12-291-2/+3
* Git: Update current branch after some operationsAndre Hartmann2019-12-277-5/+29
* Git: Remove unneded indirection from branch viewAndre Hartmann2019-12-271-2/+2