aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/git/branchmodel.cpp
Commit message (Expand)AuthorAgeFilesLines
* Git: Show at least 5 entries in Branches even if they're oldOrgad Shaneh2019-05-091-12/+62
* Git: Move parseOutputLine to BranchModel::PrivateOrgad Shaneh2019-05-061-17/+17
* Git: Fix CppCheck warnings in BranchModelOrgad Shaneh2019-05-061-3/+4
* Git: Track external changes to HEADOrgad Shaneh2019-01-091-1/+13
* Git: Show detached HEAD in branches view when applicableOrgad Shaneh2018-11-121-3/+30
* Git: Pimpl BranchModelOrgad Shaneh2018-11-111-58/+81
* Git: Forbid local renaming for date columnAndre Hartmann2018-11-061-1/+1
* Git: Enable renaming local branches by direct editingOrgad Shaneh2018-11-041-1/+4
* Git: Add quick filter for branches panelOrgad Shaneh2018-10-181-2/+0
* Git: Make checkout asynchronousOrgad Shaneh2018-10-101-1/+1
* Git: Fix return value of BranchModel::refreshOrgad Shaneh2018-09-271-3/+5
* Git: Double click on branch shows logNikolai Kosjar2018-09-271-4/+1
* Git: Avoid usage of deprecated QDateTime::fromTime_tOrgad Shaneh2018-09-211-3/+3
* Git: Fix warning in branch modelAndre Hartmann2018-09-161-1/+1
* Git: Add fetch to branch viewAndre Hartmann2018-09-151-0/+13
* Utils: Purge asConstOrgad Shaneh2018-04-091-3/+2
* Git: Fix inline nested branch renameOrgad Shaneh2017-03-261-17/+4
* Git: Improve detection of nested local branchOrgad Shaneh2017-03-261-5/+7
* Git: Minor cleanup in BranchModelOrgad Shaneh2017-03-261-11/+9
* Remove spaces in initializer listsTim Jenssen2017-02-221-11/+11
* Git: Eradicate Q_FOREACH loopsOrgad Shaneh2017-02-061-7/+10
* Git: Some more QStringList cleanupOrgad Shaneh2016-08-151-1/+1
* Git: De-noiseOrgad Shaneh2016-07-221-42/+31
* Git: Refix filtering of obsolete branches when adding a branchOrgad Shaneh2016-07-171-2/+6
* Git: Show date and time for newly created branchesOrgad Shaneh2016-06-231-2/+21
* Git: Show date and time in branches dialogOrgad Shaneh2016-05-191-36/+46
* Git: Filter obsolete branch names when adding a branchOrgad Shaneh2016-05-171-2/+7
* Git: Show current branch even if it is obsoleteOrgad Shaneh2016-05-171-2/+2
* Git: Hide obsolete branches by default in branches dialogOrgad Shaneh2016-03-101-2/+21
* Git: Document line output in branch modelOrgad Shaneh2016-03-101-1/+3
* Git: ModernizeTobias Hunger2016-02-101-2/+1
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Vcs: Split up VcsCommandTobias Hunger2015-05-041-2/+2
* Vcs: Move handling of settings from VcsBaseClient to VcsBaseClientImplTobias Hunger2015-04-081-1/+1
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | VCS: Remove unneeded qualificationsOrgad Shaneh2015-02-041-1/+1
* | Git: Sprinkle with autoTobias Hunger2015-01-221-2/+2
|/
* 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-9/+11
* | Use Qt 5's QStringList::join(QChar)hjk2014-08-251-2/+2
|/
* Git: Fix sha1 resolving when a branch is added from detached HEADOrgad Shaneh2014-06-241-2/+7
* Git: Suppress command logging for tooltip display in branches dialogOrgad Shaneh2014-05-261-1/+4
* VCS: Pass const values by referencesOrgad Shaneh2014-05-061-1/+1
* Git: Protect against removal of the "Local Branches" nodeOrgad Shaneh2014-02-271-7/+11
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* Braces cleanupOrgad Shaneh2013-11-141-2/+1
* Git: Only show Tags root node when tags are enabled and existOrgad Shaneh2013-07-221-7/+15
* Git: Use enums instead of numbers for branch root nodesOrgad Shaneh2013-07-221-7/+7