summaryrefslogtreecommitdiff
path: root/src/plugins/git/branchview.cpp
Commit message (Expand)AuthorAgeFilesLines
* Git: Also use the latest settings setup approachhjk2023-05-151-2/+2
* TaskTree: Prepare for de-utils-ization - part 2Jarek Kobus2023-05-121-2/+1
* Utils: Centralize style-related property names as constantsAlessandro Portale2023-05-101-3/+4
* Utils: Rename QtcProcess -> ProcessJarek Kobus2023-05-041-2/+2
* Tasking::Process: Rename Process into ProcessTaskJarek Kobus2023-05-031-2/+2
* Git: Fix crash when menu is closed before fast-forward check resultOrgad Shaneh2023-03-301-4/+6
* Git: Reduce sync processesOrgad Shaneh2023-02-141-17/+53
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* VcsBase & dependent: Fix const correctnessJarek Kobus2022-12-141-2/+2
* VcsBase: Introduce vcsExecWithHandler()Jarek Kobus2022-12-091-18/+15
* VcsBase: Pass context object to lambda connectionsJarek Kobus2022-12-071-2/+2
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-2/+2
* Git: Convert to Tr::trAlessandro Portale2022-10-061-40/+39
* VcsPlugin: Use VcsCommand::done() signal instead of finished()Jarek Kobus2022-09-201-1/+1
* Utils: Remove Utils::optionalEike Ziller2022-09-011-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Move ShellCommand into VcsBase pluginJarek Kobus2022-08-011-3/+6
* VcsBase: Hide VcsCommand classJarek Kobus2022-07-131-6/+6
* ShellCommand: Merge VcsCommand::VcsRunFlags into RunFlagsJarek Kobus2022-07-121-1/+1
* Git: Block branch refresh for actions that open a new editorOrgad Shaneh2022-02-061-6/+24
* Vcs: Use more FilePath for file pathshjk2021-08-021-3/+4
* Core: Unify INavigationWidget creation a bithjk2021-05-181-38/+37
* 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