aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/git/branchview.cpp
Commit message (Expand)AuthorAgeFilesLines
* Utils: Fix build with MSVC with C++20Eike Ziller2024-02-281-1/+1
* Git: BranchView: No "Add..." action for remote branchesAndre Hartmann2024-02-051-1/+3
* GitClient: Change synchronousStashList() signatureJarek Kobus2024-01-201-6/+4
* Git: Separate internal plugin access API from plugin classhjk2024-01-151-6/+4
* BranchView: Reuse TaskTreeRunnerJarek Kobus2024-01-151-5/+6
* BranchView: Return recipe instead of TaskTreeJarek Kobus2024-01-131-6/+5
* Work on lambdas C++20 compatibilitySerg Kryvonos2023-12-131-3/+5
* TaskTree: Rename TreeStorage<> -> Storage<>Jarek Kobus2023-11-201-1/+1
* TaskTree: Get rid of Storage subclass of GroupItemJarek Kobus2023-11-201-1/+1
* TaskTree: Get rid of onGroupError elementJarek Kobus2023-11-071-1/+1
* TaskTree: Introduce CallDoneIf enumJarek Kobus2023-11-071-2/+2
* GitClient: Some minor correctionsJarek Kobus2023-10-311-3/+4
* Use Utils::Storage instead of QVariantMap in a few placeshjk2023-08-231-1/+1
* GitPlugin: Simplify return statementsJarek Kobus2023-08-021-1/+1
* Git: Initialize GitClient on first accesshjk2023-07-261-27/+23
* Vcs: Code cosmeticshjk2023-07-141-1/+1
* Git: Fix crash when fetch is done while context menu is activeOrgad Shaneh2023-07-071-5/+11
* TaskTree: Replace usages of OnGroup... with onGroup... functionsJarek Kobus2023-05-191-1/+1
* 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