aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/git/logchangedialog.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Git: Replace bool argument with flagsOrgad Shaneh2014-01-291-7/+9
* Merge remote-tracking branch 'origin/3.0'Eike Ziller2014-01-081-1/+1
|\
| * Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* | Git: Fix soft assertionOrgad Shaneh2013-12-051-1/+2
* | Git: Indicate affected commits for range operationsOrgad Shaneh2013-10-171-0/+64
|/
* Git: Rename widget member to m_widgetOrgad Shaneh2013-10-161-6/+6
* Git: Preserve reset typeOrgad Shaneh2013-07-091-1/+12
* Git: Reorder reset typesOrgad Shaneh2013-07-061-1/+1
* Git: Preserve current selection on log change refreshOrgad Shaneh2013-07-041-4/+7
* Git: Remove double warning for gerrit pushOrgad Shaneh2013-06-041-0/+10
* Git: Prevent or close fixup editor if no local commits are foundOrgad Shaneh2013-06-031-2/+1
* Git: Warn when commits are not foundOrgad Shaneh2013-05-311-2/+10
* Git: Enable commit selection in Push to Gerrit dialogOrgad Shaneh2013-05-071-0/+1
* Git: Do not return empty string for top commit in LogChangeDialogOrgad Shaneh2013-05-061-2/+1
* Git: Show commit on double-click in fixup editorOrgad Shaneh2013-05-061-0/+10
* Git: Improve LogChangeWidgetOrgad Shaneh2013-05-041-5/+8
* Git: Factor out the central widget from LogChangeDialogOrgad Shaneh2013-04-301-57/+77
* Git - ChangeSelectionDialog select from recent historyPetar Perisin2013-04-301-0/+8
* Git: Use bold instead of italic for decorated commitsOrgad Shaneh2013-04-291-1/+1
* LogChangeDialog: Show 40 entriesOrgad Shaneh2013-04-291-1/+1
* Git - use proper label text in LogChangeDialogPetar Perisin2013-04-291-1/+1
* Git: Add Mixed reset (as default)Orgad Shaneh2013-04-191-0/+1