aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/git
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/13.0'Eike Ziller2024-03-201-1/+1
|\
| * VcsBaseClientImpl: Don't leak VcsCommand instancesJarek Kobus2024-03-181-1/+1
* | SettingsDialog: Call Aspect::cancel on cancelMarcus Tillmanns2024-03-141-2/+8
* | Utils: Fix build with MSVC with C++20Eike Ziller2024-02-288-8/+8
* | Merge remote-tracking branch 'origin/13.0'Eike Ziller2024-02-271-1/+1
|\|
| * Git: Fix a labelEike Ziller2024-02-261-1/+1
* | Git: Respect author and mail mappingAndre Hartmann2024-02-221-7/+7
* | Utils: Add async variant of DataFromProcessChristian Kandeler2024-02-201-2/+7
|/
* VCS: Allow remote vcs operationsMarcus Tillmanns2024-02-129-55/+68
* Git: Disable upstream status for Detached HEADAndre Hartmann2024-02-112-4/+7
* Git: Fix upstream status for untracked branchesAndre Hartmann2024-02-111-1/+1
* Vcs: Hide topic cache in new IVersionControl pimplhjk2024-02-091-20/+8
* Vcs: Use QString and Id in editor parameters instead of char *hjk2024-02-092-20/+10
* Git: Cleanup gitExecutable()Marcus Tillmanns2024-02-084-24/+9
* VCS: Simplify VcsEditor setuphjk2024-02-071-62/+38
* Vcs: Move VcsEditorFactory closer to its producthjk2024-02-071-1/+0
* Vcs: Merge basevcssubmiteditorfactory.* into vcsbasesubmiteditor.*hjk2024-02-071-1/+0
* Vcs: Make submit editor setup a bit more compacthjk2024-02-071-13/+8
* Vcs: Rename VcsBasePluginPrivate to VersionControlBasehjk2024-02-061-4/+4
* Various plugins: Fix some more C++20 warnings about [=] capturesJarek Kobus2024-02-062-7/+13
* Git: BranchView: No "Add..." action for remote branchesAndre Hartmann2024-02-051-1/+3
* Git: Branchmodel: Fix fetching all remotes at onceAndre Hartmann2024-02-051-1/+1
* Git: Also show binary path in the settingshjk2024-02-051-3/+7
* Gerrit: Replace QSharedPointer with std::shared_ptrJarek Kobus2024-02-0112-55/+48
* Utils: Also rename parameteraction.{h,cpp} to action.{h,cpp}hjk2024-01-291-1/+1
* Utils: Rename ParameterAction into Actionhjk2024-01-291-10/+10
* Process: Refactor timeout handlingJarek Kobus2024-01-222-16/+4
* Git: InstantBlame: Lower logging category for non-errorAndre Hartmann2024-01-221-1/+1
* Process: Remove no-op calls to setTimeoutS()Jarek Kobus2024-01-211-1/+0
* Git: Remove now outdated function commentAndre Hartmann2024-01-201-1/+0
* Git: InstantBlame: Init m_cursorPositionChangedTimer in ctorAndre Hartmann2024-01-201-3/+3
* Git: InstantBlame: Fix multiple blame after file saveAndre Hartmann2024-01-202-6/+22
* Git: InstantBlame: Add categorized loggingAndre Hartmann2024-01-201-5/+27
* GitClient: Change synchronousStashList() signatureJarek Kobus2024-01-204-24/+16
* GitClient: Make stashNameFromMessage() a static local functionJarek Kobus2024-01-202-20/+11
* GitUtils: Get rid of unused Stash::clear() methodJarek Kobus2024-01-204-41/+29
* Git: Use QVersionNumber for git versionJarek Kobus2024-01-206-41/+16
* VcsCommand: Fix clearing repositoryJarek Kobus2024-01-181-4/+1
* Git: Hide plugin class definition in .cpphjk2024-01-152-76/+75
* BranchModel: Reuse TaskTreeRunnerJarek Kobus2024-01-151-14/+10
* Git: Separate internal plugin access API from plugin classhjk2024-01-1512-59/+59
* BranchView: Reuse TaskTreeRunnerJarek Kobus2024-01-151-5/+6
* BranchView: Return recipe instead of TaskTreeJarek Kobus2024-01-132-8/+7
* Git: Avoid using keys()Jarek Kobus2024-01-091-10/+4
* Work on lambdas C++20 compatibilitySerg Kryvonos2023-12-132-5/+7
* Git: Fix missing includeChristian Stenger2023-12-131-0/+1
* GitClient: Make lambda non-mutableJarek Kobus2023-12-121-3/+4
* SyntaxHighlighter: Move SyntaxHighlighter to separate threadArtem Sokolovskii2023-12-111-2/+2
* Git: Fix qbs buildChristian Stenger2023-12-111-0/+2
* Git: Move Instant Blame into own classAndre Hartmann2023-12-104-319/+406