summaryrefslogtreecommitdiff
path: root/src/plugins/git/branchmodel.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Git/VCS: Use ctrlc stub for process executionOrgad Shaneh2022-12-151-0/+1
* VcsBase & dependent: Fix const correctnessJarek Kobus2022-12-141-11/+9
* VcsBase: Introduce vcsExecWithHandler()Jarek Kobus2022-12-091-4/+6
* Git: Improve tracking of external changes to HEADOrgad Shaneh2022-10-141-13/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-2/+2
* Git: Convert to Tr::trAlessandro Portale2022-10-061-9/+8
* VcsBase: Move RunFlags into separate headerJarek Kobus2022-10-061-2/+2
* GitClient: Replace rev-list command with QtcProcessJarek Kobus2022-09-011-3/+14
* Utils: Remove Utils::optionalEike Ziller2022-09-011-3/+3
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Move ShellCommand into VcsBase pluginJarek Kobus2022-08-011-6/+6
* VcsBase: Hide VcsCommand classJarek Kobus2022-07-131-3/+3
* ShellCommand: Merge VcsCommand::VcsRunFlags into RunFlagsJarek Kobus2022-07-121-3/+3
* Git: Fix assertion when upstream branch no longer existsOrgad Shaneh2022-02-111-0/+2
* Add FileSystemWatcher::clear()Eike Ziller2021-09-151-1/+1
* Vcs: Use more FilePath for file pathshjk2021-08-021-3/+4
* Git: Aspectify settingshjk2021-03-191-1/+1
* VCS: Fix build with Qt6Eike Ziller2020-09-211-1/+1
* Utils: Drop Utils::SkipEmptyParts againhjk2020-07-211-1/+1
* All: Use Utils::SkipEmptyPartshjk2020-06-171-1/+2
* Git: Fix upstream status for branches with slashOrgad Shaneh2020-05-191-5/+11
* Git: Remove unused BranchModel::client()hjk2020-02-031-5/+0
* Use isEmpty() instead of count() or size()Alessandro Portale2020-01-201-1/+1
* Git: Update current branch after some operationsAndre Hartmann2019-12-271-0/+7
* Git: Use constants for branch view columnsAndre Hartmann2019-12-271-12/+18
* Git: Update status on upstream change in branch viewAndre Hartmann2019-12-271-11/+17
* Git: Show upstream status for tracked branchesAndre Hartmann2019-12-241-4/+29
* Avoid warning on empty expressionshjk2019-07-231-1/+1
* Git: Fix popping of branch-stash after checkoutOrgad Shaneh2019-07-011-3/+3
* 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