aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/git/gitplugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix various compiler warningsChristian Kandeler2021-12-021-1/+1
* Core: Use FilePaths in IVersionControl::additionalToolsPath()hjk2021-11-111-4/+4
* Use QtcProcess in MergeToolJarek Kobus2021-11-031-2/+2
* EditorManager: Remove QString openEditor(At) overloadsEike Ziller2021-11-021-1/+2
* Git: Fix warning when applying settings with OkOrgad Shaneh2021-09-301-2/+6
* Utils: Return FilePath from PathChooser::homePath()hjk2021-08-191-2/+1
* Git: Use FilePath in findRepositoryForDirectoryhjk2021-08-021-2/+2
* Vcs: Use more FilePath for file pathshjk2021-08-021-49/+48
* VCS: Partially use FilePath in VcsBaseClienthjk2021-07-301-1/+1
* Vcs: Use FilePath in IVersionControl APIhjk2021-07-291-46/+48
* Core: filepathify expected document changesDavid Schulz2021-06-171-1/+1
* Utils: filepathify fileutilsDavid Schulz2021-05-181-1/+1
* Git: Use the new AspectContainer::applied signalhjk2021-04-061-1/+2
* Locator: Add longer description to filtersEike Ziller2021-03-231-0/+1
* Git: Aspectify settingshjk2021-03-191-4/+2
* Git: Add missing emitAndre Hartmann2020-12-271-1/+1
* Git: Do not prompt to add files in a submoduleOrgad Shaneh2020-10-041-4/+3
* EditorManager: Small API clean-upEike Ziller2020-09-301-1/+1
* Git: Enable Show for file in a specified revisionOrgad Shaneh2020-09-291-1/+7
* Core: replace QString with Utils::FilePath to get documentsDavid Schulz2020-09-041-1/+2
* Merge remote-tracking branch 'origin/4.13' into masterEike Ziller2020-08-101-1/+1
|\
| * Git: Add new files with --intent-to-addOrgad Shaneh2020-07-191-1/+1
| * Core/Utils: Migrate further to Utils::Idhjk2020-07-061-12/+11
* | Git: Avoid translation of git commandsOrgad Shaneh2020-08-071-37/+50
* | Core/Utils: Migrate further to Utils::Idhjk2020-07-061-12/+11
* | Git: Fix whitespaceAndre Hartmann2020-07-041-2/+2
|/
* 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
* Git: No else after returnAndre Hartmann2020-05-091-1/+3
* Git: Add git bash to tools menuAndre Hartmann2020-05-051-0/+16
* Git: Change some functions in GitClient to constOrgad Shaneh2020-04-101-1/+1
* Git: Fix UI text according to the guidelinesLeena Miettinen2020-03-111-1/+1
* Git: Add actions for changes in output window context menuOrgad Shaneh2020-02-281-0/+13
* Git: Store singleton instance in GitClientOrgad Shaneh2020-02-261-2/+2
* Git: Open log for ranges in output windowOrgad Shaneh2020-02-241-1/+4
* VCS: Replace QRegExp with QRegularExpression in VcsBaseEditorOrgad Shaneh2020-02-211-1/+1
* Git: Move filter widget to GitEditorOrgad Shaneh2020-02-201-28/+1
* Git: Support entry list in reflogOrgad Shaneh2020-02-191-3/+37
* Git: Refine editor namesOrgad Shaneh2020-02-191-6/+6
* Git: Support reflog also for branchesOrgad Shaneh2020-02-191-1/+9
* Git: Add grep and pickaxe filtersOrgad Shaneh2020-02-171-2/+52
* Git: Allow clicking references in VcsOutputWindowAndre Hartmann2020-02-161-0/+8
* Vcs: Make VcsBaseEditorWidget::test* operate on factories directlyhjk2020-02-131-2/+2
* Git: Make a few objects proper plugin pimpl membershjk2020-02-071-132/+170
* Git: Partially move plugin pimpl to .cpphjk2020-02-071-16/+226
* Vcs: Separate plugin and QObject parent roles for VcsSubmitEditorFactoryhjk2020-02-061-1/+1
* Vcs: Move responsibility to set editor parameters to editor factoryhjk2020-02-061-2/+1
* Vcs: Remove some unneded indirectionshjk2020-01-311-2/+2