aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/git/giteditor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Git: Fix log editor shows as modifiedOrgad Shaneh2021-09-261-0/+1
* Vcs: Use more FilePath for file pathshjk2021-08-021-4/+5
* Core: filepathify IDocumentDavid Schulz2021-05-191-4/+4
* Git: Aspectify settingshjk2021-03-191-2/+1
* Git: Enable Show for file in a specified revisionOrgad Shaneh2020-09-291-7/+2
* VCS: Fix build with Qt6Eike Ziller2020-09-211-2/+2
* Git: Replace QRegExp by QRegularExpressionChristian Stenger2020-07-141-6/+7
* Core/Utils: Migrate further to Utils::Idhjk2020-07-061-2/+2
* Various places: performance-for-range-copyAlessandro Portale2020-06-151-1/+1
* Git: Allow colorful logsAndre Hartmann2020-05-131-0/+15
* Git: Fix UI text according to the guidelinesLeena Miettinen2020-03-111-1/+1
* GitEditor: Fix order of argumentsOrgad Shaneh2020-03-041-1/+1
* Git: Add actions for changes in output window context menuOrgad Shaneh2020-02-281-1/+0
* Git: Move addChangeActions from GitEditor to GitClientOrgad Shaneh2020-02-261-50/+1
* Git: Store singleton instance in GitClientOrgad Shaneh2020-02-261-17/+17
* Git: Make addChangeActions a static functionOrgad Shaneh2020-02-261-28/+28
* Misc: Fix MSVC warningsOrgad Shaneh2020-02-251-1/+1
* VCS: Replace QRegExp with QRegularExpression in VcsBaseEditorOrgad Shaneh2020-02-211-2/+2
* Git: Support case-insensitive grep/pickaxeOrgad Shaneh2020-02-201-0/+12
* Git: Add a toggle button for filter widgetOrgad Shaneh2020-02-201-0/+2
* Git: Move filter widget to GitEditorOrgad Shaneh2020-02-201-28/+52
* VCS: Refactor annotationChanges() in VcsBaseEditorOrgad Shaneh2020-02-201-22/+1
* Git: Add grep and pickaxe filtersOrgad Shaneh2020-02-171-2/+43
* Git: Partially move plugin pimpl to .cpphjk2020-02-071-14/+14
* Vcs: Pimpl pluginshjk2020-01-241-14/+14
* Git: Start interactive rebase from log windowAndre Hartmann2019-12-301-0/+4
* Utils: Add a FilePath::isDir() convenience functionhjk2019-09-111-1/+1
* Utils: Rename FileName to FilePathhjk2019-05-281-1/+1
* Git: Give BranchAddDialog for tags a parentAndre Hartmann2019-04-131-1/+1
* Git: Add tags from log windowAndre Hartmann2019-04-031-0/+20
* GitEditor: Simplify reset menuOrgad Shaneh2019-03-281-28/+21
* Fix warning: "Use midRef() instead of mid()"Alessandro Portale2019-01-171-2/+2
* GitEditor: Convert some one-line slots to lambdasAndre Hartmann2018-12-221-25/+13
* GitEditor: Fix resolving of working directory for non-existent sourceOrgad Shaneh2018-10-251-9/+9
* Git: Make checkout asynchronousOrgad Shaneh2018-10-101-1/+1
* Remove spaces in initializer listsTim Jenssen2017-02-221-2/+2
* Utils: Introduce a TemporaryDirectory and TemporaryFile classTobias Hunger2017-01-201-2/+3
* Git: Some more QStringList cleanupOrgad Shaneh2016-08-151-1/+1
* Git: De-noiseOrgad Shaneh2016-07-221-18/+15
* Git: ModernizeTobias Hunger2016-02-101-13/+11
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Git: Use Qt5-style connectsTobias Hunger2015-11-231-4/+9
* Git: Do not use file name when retrieving parent commitOrgad Shaneh2015-11-111-2/+1
* Git: Strip line numbers from blame outputOrgad Shaneh2015-07-071-22/+18
* Git: Always warn on hard reset when there are modified filesOrgad Shaneh2015-06-111-15/+2
* Move "open" from IEditor to IDocumentEike Ziller2015-06-101-2/+2
* Git: Fix filtering of date/time in blameOrgad Shaneh2015-04-121-1/+1
* Vcs: Move createCommand and enqueueJob into VcsBaseClientImplTobias Hunger2015-04-101-10/+0
* Git: s/GitPlugin::gitClient/GitPlugin::client/Tobias Hunger2015-04-081-11/+11
* Vcs: Move handling of settings from VcsBaseClient to VcsBaseClientImplTobias Hunger2015-04-081-1/+2