aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/git/gitplugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Git: BranchView: Allow cherry-picking a list of commitsAndre Hartmann5 days1-3/+27
* VCS: Add diff for file/directory in Projects/File SystemAndre Hartmann2025-11-241-0/+3
* VCS: Properly rename log functions and parametersAndre Hartmann2025-11-241-2/+2
* Use QString::size() instead QString::length()hjk2025-11-131-1/+1
* TaskTree: Switch to qt-ified QtTaskTreeJarek Kobus2025-10-311-2/+2
* Core: Allow passing top level dir modificationStateDavid Schulz2025-10-241-5/+8
* Fix UI text 2Leena Miettinen2025-10-011-1/+1
* Avoid including multiple Tr classesEike Ziller2025-09-261-61/+56
* Git: Make two unstage actions asynchronousAndre Hartmann2025-09-031-1/+1
* Git: Make 'git mv' work on remote projectshjk2025-07-171-3/+1
* Vcs: Use FilePaths in void IVersionControl::filesChanged()hjk2025-07-111-2/+2
* Git: Make subversion fetch asynchronousJarek Kobus2025-07-111-1/+1
* Vcs: Get rid of vcsExec()Jarek Kobus2025-07-091-1/+1
* Vcs: Rename InitialCheckoutData into CloneTaskDataJarek Kobus2025-07-071-2/+2
* Vcs: Get rid of createInitialCheckoutCommand()Jarek Kobus2025-07-071-11/+0
* Vcs: Introduce cloneTask()Jarek Kobus2025-07-071-0/+13
* Vcs: Introduce InitialCheckoutDataJarek Kobus2025-07-021-12/+6
* Macros: Add better examples for "prefix" variablesEike Ziller2025-06-301-0/+1
* VcsOutputWindow: Add working directory to append functionsAndre Hartmann2025-06-261-7/+8
* Merge remote-tracking branch 'origin/17.0'Eike Ziller2025-05-191-8/+10
|\
| * Remove some spaces and line breaks from translatable stringsEike Ziller2025-05-141-8/+10
* | LogChangeDialog: Replace bool parameter with enumAndre Hartmann2025-05-151-3/+3
* | Git: Add creating patches from existing commitsAndre Hartmann2025-05-121-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