aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/git/gitplugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/17.0'Eike Ziller7 days1-8/+10
|\
| * Remove some spaces and line breaks from translatable stringsEike Ziller12 days1-8/+10
* | LogChangeDialog: Replace bool parameter with enumAndre Hartmann11 days1-3/+3
* | Git: Add creating patches from existing commitsAndre Hartmann13 days1-0/+35
* | Git: Add applying patches from clipboardAndre Hartmann2025-05-111-0/+21
|/
* Git: Return Result<CommitData> from GitClient::getCommitData()hjk2025-04-241-5/+5
* Replace a few FileSaver::errorString() uses with Result<>::error()hjk2025-04-231-2/+2
* Replace most expected_str by Utils::Resulthjk2025-04-111-1/+1
* ExtensionSystem: Return Utils::Result from IPlugin::initialize()Jarek Kobus2025-04-111-5/+2
* Git: Add gitignore on repo creation in existing projectAndre Hartmann2025-03-081-2/+4
* Git: Add actions to show staged changesAndre Hartmann2025-02-121-11/+35
* Merge remote-tracking branch 'origin/16.0'Eike Ziller2025-01-281-26/+0
|\
| * GitClient: Get rid of gitVersion()Jarek Kobus2025-01-241-26/+0
* | Provide git configuration entries as Qt creator variablesRalf Habacker2025-01-271-0/+8
|/
* Git: Fix actions translator commentsAndre Hartmann2025-01-201-26/+59
* Git: Fix translation of "status with untracked" actionAndre Hartmann2025-01-201-1/+4
* Git: Add status limiting untracked changesAndre Hartmann2025-01-131-0/+3
* Utils: Rename FilePath::toString() into toUrlishString()hjk2025-01-101-4/+4
* VCS: Allow disabling reflection of file statusChristian Stenger2024-11-151-0/+5
* Git: Allow blame for real single line selectionAndre Hartmann2024-11-111-6/+15
* Git: Fix "Log for selection" for single line selectionAndre Hartmann2024-11-101-1/+1
* Git: show modification statesRenaud Guezennec2024-10-031-3/+3
* VcsBase: Fix a crash on shutdownJarek Kobus2024-09-121-1/+1
* Git: Replace "SHA1" with "hash" in code and commentsAndre Hartmann2024-09-091-5/+5
* Git: Colorize modified files in projects viewRenaud Guezennec2024-09-091-0/+24
* ProjectExplorer: Add VCS log for selected directoryAndre Hartmann2024-09-081-0/+3
* VCS: Unify displayName()Andre Hartmann2024-09-061-6/+1
* Git: Add file log for selected linesAndre Hartmann2024-08-291-8/+56
* Revert "Git: Colorize modified files in projects view"Andre Hartmann2024-08-291-24/+0
* Git: Colorize modified files in projects viewRenaud Guezennec2024-08-241-0/+24
* Git: Clarify "Current Project" menu and locator entryAndre Hartmann2024-08-241-19/+25
* Remove #include <utils/fileutils.h> from most header fileshjk2024-07-261-0/+1
* CommandLine: Reuse new c'torJarek Kobus2024-05-221-4/+2
* VcsBaseClientImpl: Don't leak VcsCommand instancesJarek Kobus2024-03-181-1/+1
* VCS: Allow remote vcs operationsMarcus Tillmanns2024-02-121-16/+21
* 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-091-7/+8
* Git: Cleanup gitExecutable()Marcus Tillmanns2024-02-081-5/+3
* 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-061-2/+4
* Utils: Also rename parameteraction.{h,cpp} to action.{h,cpp}hjk2024-01-291-1/+1
* Utils: Rename ParameterAction into Actionhjk2024-01-291-10/+10
* Git: Use QVersionNumber for git versionJarek Kobus2024-01-201-4/+4
* Git: Hide plugin class definition in .cpphjk2024-01-151-46/+75
* Git: Separate internal plugin access API from plugin classhjk2024-01-151-14/+16
* Git: Move Instant Blame into own classAndre Hartmann2023-12-101-319/+4