aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/git/logchangedialog.cpp
Commit message (Expand)AuthorAgeFilesLines
* Utils: Make TreeViews use setUniformRowHeights by defaulthjk2023-09-051-1/+0
* GitPlugin: Simplify return statementsJarek Kobus2023-08-021-3/+3
* Git: Initialize GitClient on first accesshjk2023-07-261-2/+2
* Git: Also use the latest settings setup approachhjk2023-05-151-2/+2
* All: Use the shorter access to aspect values in a few placeshjk2023-05-121-1/+1
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* VcsBase & dependent: Fix const correctnessJarek Kobus2022-12-141-1/+1
* VcsBase: Pass context object to lambda connectionsJarek Kobus2022-12-071-1/+1
* Git: Fix focus issue in LogChangeWidgetOrgad Shaneh2022-10-271-7/+6
* Git: Convert to Tr::trAlessandro Portale2022-10-061-10/+10
* VcsBase: Move RunFlags into separate headerJarek Kobus2022-10-061-2/+2
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Move ShellCommand into VcsBase pluginJarek Kobus2022-08-011-5/+4
* VcsBase: Hide VcsCommand classJarek Kobus2022-07-131-1/+1
* ShellCommand: Merge VcsCommand::VcsRunFlags into RunFlagsJarek Kobus2022-07-121-2/+2
* Vcs: Use more FilePath for file pathshjk2021-08-021-5/+7
* Git: Aspectify settingshjk2021-03-191-6/+3
* Don't access static functions/fields via instanceAlessandro Portale2020-11-271-4/+2
* Git: Fix initial focus in LogChangeDialogAndre Hartmann2020-11-061-0/+1
* Git: Filter out commits according to active remoteOrgad Shaneh2020-08-101-2/+6
* Git: Sort includes in LogChangeDialogOrgad Shaneh2020-08-021-6/+6
* Git: Show full description on tooltip in commit chooser dialogsOrgad Shaneh2020-08-021-1/+30
* Git: Store singleton instance in GitClientOrgad Shaneh2020-02-261-7/+8
* Globally disable WindowContextHelpButtonHintKai Koehne2020-02-251-1/+0
* Git: Partially move plugin pimpl to .cpphjk2020-02-071-4/+4
* Vcs: Pimpl pluginshjk2020-01-241-4/+4
* Git: ModernizeOrgad Shaneh2018-09-191-3/+2
* Git: Eradicate Q_FOREACH loopsOrgad Shaneh2017-02-061-1/+2
* Git: Disambiguate revision from path on logOrgad Shaneh2016-11-091-0/+1
* Git: Use Utils::Icon for IconItemDelegate constructorAlessandro Portale2016-10-111-2/+2
* Git: De-noiseOrgad Shaneh2016-07-221-9/+9
* Git: Remove unneeded painter state save/restoreAlessandro Portale2016-02-241-2/+0
* Git: Fix selection painting artifact in rebase dialogAlessandro Portale2016-02-241-1/+1
* Git: ModernizeTobias Hunger2016-02-101-8/+5
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Git: Use Qt5-style connectsTobias Hunger2015-11-231-6/+6
* Vcs: Split up VcsCommandTobias Hunger2015-05-041-2/+2
* Git: s/GitPlugin::gitClient/GitPlugin::client/Tobias Hunger2015-04-081-4/+4
* Vcs: Move handling of settings from VcsBaseClient to VcsBaseClientImplTobias Hunger2015-04-081-3/+3
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | Git: Sprinkle with autoTobias Hunger2015-01-221-3/+3
|/
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | VcsBase: Use static pattern for VcsBaseOutputWindowhjk2014-08-271-2/+2
|/
* Git: Fix handling of Enter key on LogChangeDialogOrgad Shaneh2014-05-261-1/+1
* LogChangeWidget: Fix keyboard navigation on all platformsDaniel Teske2014-04-161-6/+7
* Git: Suppress "No local commits" error message in Push to GerritOrgad Shaneh2014-02-121-3/+4
* Git: Suppress log output in LogChangeWidgetOrgad Shaneh2014-02-121-2/+5
* Git: Increase limit in LogChangeDialog to 1000 entriesOrgad Shaneh2014-02-021-1/+1