summaryrefslogtreecommitdiff
path: root/src/plugins/git/branchview.cpp
Commit message (Expand)AuthorAgeFilesLines
* Git: Aspectify settingshjk2021-03-191-3/+2
* Git: Clarify rebase and merge actions in branch viewAndre Hartmann2020-12-271-4/+12
* Git: Do not refresh branch view when hiddenAndre Hartmann2020-10-271-0/+10
* Git: Enable push also for detached HEADOrgad Shaneh2020-09-301-4/+6
* Git: Suggest branch name based on the commit subjectOrgad Shaneh2020-08-041-4/+5
* Git: Use multi-arg as recommended by clazyAndre Hartmann2020-05-091-1/+1
* Git: Improve the Checkout > Create Branch > Add dialogAndre Hartmann2020-04-041-11/+3
* Port QtCreator over to use filterRegularExpressionLars Knoll2020-04-011-1/+1
* Git: Store singleton instance in GitClientOrgad Shaneh2020-02-261-15/+15
* Git: Simplify action in branch viewAndre Hartmann2020-02-201-2/+3
* Git: Fix accelerator for reflogOrgad Shaneh2020-02-191-1/+1
* Git: Support reflog also for branchesOrgad Shaneh2020-02-191-0/+8
* Git: Partially move plugin pimpl to .cpphjk2020-02-071-19/+19
* Utils: Add a non-toolbar variant of the "RELOAD" iconAlessandro Portale2020-02-071-1/+1
* Vcs: Pimpl pluginshjk2020-01-241-19/+19
* Git: Update current branch after some operationsAndre Hartmann2019-12-271-0/+5
* Git: Remove unneded indirection from branch viewAndre Hartmann2019-12-271-2/+2
* Git: Allow removing stale remote branchesAndre Hartmann2019-12-191-0/+6
* Git: Fix popping of branch-stash after checkoutOrgad Shaneh2019-07-011-14/+22
* Git: Support different reset types in branches viewOrgad Shaneh2019-04-061-5/+8
* Git: Add tags from log windowAndre Hartmann2019-04-031-5/+4
* Git: Allow direct checkout in add branch dialogAndre Hartmann2018-11-261-3/+2
* Merge remote-tracking branch 'origin/4.8'Eike Ziller2018-11-191-3/+5
|\
| * Git: Fix checking out a branch after adding itOrgad Shaneh2018-11-151-3/+5
* | Git: Show detached HEAD in branches view when applicableOrgad Shaneh2018-11-121-3/+3
* | Merge remote-tracking branch 'origin/4.8'Eike Ziller2018-11-061-2/+4
|\ \ | |/
| * Git: Enable renaming local branches by direct editingOrgad Shaneh2018-11-041-0/+3
| * Git: Remove wrong soft assertionOrgad Shaneh2018-10-281-1/+0
| * Git: Fix detection of current selected indexOrgad Shaneh2018-10-281-1/+1
* | Git: Add accelerators to branches context-menuOrgad Shaneh2018-11-051-15/+15
* | Git: Add push to branch viewAndre Hartmann2018-10-281-0/+20
|/
* Git: Add quick filter for branches panelOrgad Shaneh2018-10-181-6/+34
* BranchView: Add ellipsis to rename and remove actionAndre Hartmann2018-10-181-2/+2
* Git: Fix context menu actions in BranchViews second columnAndre Hartmann2018-10-131-1/+1
* Git: Simplify conditions in BranchViewAndre Hartmann2018-10-131-4/+2
* Git: Allow creating a new repository from branch viewAndre Hartmann2018-09-301-1/+7
* Git: Add shortcut to "manage remotes" to branch viewAndre Hartmann2018-09-301-0/+3
* Git: Double click on branch shows logNikolai Kosjar2018-09-271-5/+10
* Git: Disable branch view if no git repository foundAndre Hartmann2018-09-201-2/+8
* Git: Add fetch to branch viewAndre Hartmann2018-09-151-0/+6
* Git: remove superfluous curly braces in branch viewAndre Hartmann2018-09-151-2/+1
* Git: Improve branch view reload iconAndre Hartmann2018-09-151-1/+1
* Git: Inline BranchUtils in BranchViewAndre Hartmann2018-09-121-13/+262
* Git: Replace branch dialog with branches side panelAndre Hartmann2018-09-121-0/+266