aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/git/branchmodel.cpp
Commit message (Expand)AuthorAgeFilesLines
* Git: Add nullptr checksMarcus Tillmanns2024-11-261-0/+16
* Utils: Fix build with MSVC with C++20Eike Ziller2024-02-281-1/+1
* VCS: Allow remote vcs operationsMarcus Tillmanns2024-02-121-2/+2
* Git: Disable upstream status for Detached HEADAndre Hartmann2024-02-111-2/+5
* Git: Fix upstream status for untracked branchesAndre Hartmann2024-02-111-1/+1
* Git: Branchmodel: Fix fetching all remotes at onceAndre Hartmann2024-02-051-1/+1
* BranchModel: Reuse TaskTreeRunnerJarek Kobus2024-01-151-14/+10
* Git: Branch View: Add upstream status for untracked branchesAndre Hartmann2023-12-071-6/+17
* TaskTree: Get rid of onGroupError elementJarek Kobus2023-11-071-2/+1
* TaskTree: Introduce DoneWith enumJarek Kobus2023-11-071-2/+2
* TaskTree: Get rid of unneeded done handlers' argumentsJarek Kobus2023-11-071-1/+1
* VcsBase: Use common done handlerJarek Kobus2023-11-061-13/+14
* GitClient: Some minor correctionsJarek Kobus2023-10-311-10/+9
* GitPlugin: Simplify return statementsJarek Kobus2023-08-021-18/+16
* Various Plugins: Simplify return QStringList statementsJarek Kobus2023-08-021-2/+1
* Git: Initialize GitClient on first accesshjk2023-07-261-30/+26
* TaskTree: Replace usages of OnGroup... with onGroup... functionsJarek Kobus2023-05-191-2/+2
* Git: Also use the latest settings setup approachhjk2023-05-151-2/+2
* TaskTree: Prepare for de-utils-ization - part 2Jarek Kobus2023-05-121-1/+1
* Utils: Rename qtcprocess.{cpp,h} -> process.{cpp,h}Jarek Kobus2023-05-041-1/+1
* Utils: Rename QtcProcess -> ProcessJarek Kobus2023-05-041-5/+5
* Tasking::Process: Rename Process into ProcessTaskJarek Kobus2023-05-031-2/+2
* Git: Reduce sync processesOrgad Shaneh2023-02-141-35/+69
* Git: Filter out tags on command executionOrgad Shaneh2023-02-141-2/+6
* Git: Call updateUpstreamStatus for all branches in a single placeOrgad Shaneh2023-02-141-1/+14
* Git: Do *not* use ctrlc stub for rev-listOrgad Shaneh2023-02-131-1/+0
* 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