| Commit message (Expand) | Author | Age | Files | Lines |
| * | Git: BranchView: Allow cherry-picking a list of commits | Andre Hartmann | 5 days | 1 | -3/+27 |
| * | VCS: Add diff for file/directory in Projects/File System | Andre Hartmann | 2025-11-24 | 1 | -0/+3 |
| * | VCS: Properly rename log functions and parameters | Andre Hartmann | 2025-11-24 | 1 | -2/+2 |
| * | Use QString::size() instead QString::length() | hjk | 2025-11-13 | 1 | -1/+1 |
| * | TaskTree: Switch to qt-ified QtTaskTree | Jarek Kobus | 2025-10-31 | 1 | -2/+2 |
| * | Core: Allow passing top level dir modificationState | David Schulz | 2025-10-24 | 1 | -5/+8 |
| * | Fix UI text 2 | Leena Miettinen | 2025-10-01 | 1 | -1/+1 |
| * | Avoid including multiple Tr classes | Eike Ziller | 2025-09-26 | 1 | -61/+56 |
| * | Git: Make two unstage actions asynchronous | Andre Hartmann | 2025-09-03 | 1 | -1/+1 |
| * | Git: Make 'git mv' work on remote projects | hjk | 2025-07-17 | 1 | -3/+1 |
| * | Vcs: Use FilePaths in void IVersionControl::filesChanged() | hjk | 2025-07-11 | 1 | -2/+2 |
| * | Git: Make subversion fetch asynchronous | Jarek Kobus | 2025-07-11 | 1 | -1/+1 |
| * | Vcs: Get rid of vcsExec() | Jarek Kobus | 2025-07-09 | 1 | -1/+1 |
| * | Vcs: Rename InitialCheckoutData into CloneTaskData | Jarek Kobus | 2025-07-07 | 1 | -2/+2 |
| * | Vcs: Get rid of createInitialCheckoutCommand() | Jarek Kobus | 2025-07-07 | 1 | -11/+0 |
| * | Vcs: Introduce cloneTask() | Jarek Kobus | 2025-07-07 | 1 | -0/+13 |
| * | Vcs: Introduce InitialCheckoutData | Jarek Kobus | 2025-07-02 | 1 | -12/+6 |
| * | Macros: Add better examples for "prefix" variables | Eike Ziller | 2025-06-30 | 1 | -0/+1 |
| * | VcsOutputWindow: Add working directory to append functions | Andre Hartmann | 2025-06-26 | 1 | -7/+8 |
| * | Merge remote-tracking branch 'origin/17.0' | Eike Ziller | 2025-05-19 | 1 | -8/+10 |
| |\ |
|
| | * | Remove some spaces and line breaks from translatable strings | Eike Ziller | 2025-05-14 | 1 | -8/+10 |
| * | | LogChangeDialog: Replace bool parameter with enum | Andre Hartmann | 2025-05-15 | 1 | -3/+3 |
| * | | Git: Add creating patches from existing commits | Andre Hartmann | 2025-05-12 | 1 | -0/+35 |
| * | | Git: Add applying patches from clipboard | Andre Hartmann | 2025-05-11 | 1 | -0/+21 |
| |/ |
|
| * | Git: Return Result<CommitData> from GitClient::getCommitData() | hjk | 2025-04-24 | 1 | -5/+5 |
| * | Replace a few FileSaver::errorString() uses with Result<>::error() | hjk | 2025-04-23 | 1 | -2/+2 |
| * | Replace most expected_str by Utils::Result | hjk | 2025-04-11 | 1 | -1/+1 |
| * | ExtensionSystem: Return Utils::Result from IPlugin::initialize() | Jarek Kobus | 2025-04-11 | 1 | -5/+2 |
| * | Git: Add gitignore on repo creation in existing project | Andre Hartmann | 2025-03-08 | 1 | -2/+4 |
| * | Git: Add actions to show staged changes | Andre Hartmann | 2025-02-12 | 1 | -11/+35 |
| * | Merge remote-tracking branch 'origin/16.0' | Eike Ziller | 2025-01-28 | 1 | -26/+0 |
| |\ |
|
| | * | GitClient: Get rid of gitVersion() | Jarek Kobus | 2025-01-24 | 1 | -26/+0 |
| * | | Provide git configuration entries as Qt creator variables | Ralf Habacker | 2025-01-27 | 1 | -0/+8 |
| |/ |
|
| * | Git: Fix actions translator comments | Andre Hartmann | 2025-01-20 | 1 | -26/+59 |
| * | Git: Fix translation of "status with untracked" action | Andre Hartmann | 2025-01-20 | 1 | -1/+4 |
| * | Git: Add status limiting untracked changes | Andre Hartmann | 2025-01-13 | 1 | -0/+3 |
| * | Utils: Rename FilePath::toString() into toUrlishString() | hjk | 2025-01-10 | 1 | -4/+4 |
| * | VCS: Allow disabling reflection of file status | Christian Stenger | 2024-11-15 | 1 | -0/+5 |
| * | Git: Allow blame for real single line selection | Andre Hartmann | 2024-11-11 | 1 | -6/+15 |
| * | Git: Fix "Log for selection" for single line selection | Andre Hartmann | 2024-11-10 | 1 | -1/+1 |
| * | Git: show modification states | Renaud Guezennec | 2024-10-03 | 1 | -3/+3 |
| * | VcsBase: Fix a crash on shutdown | Jarek Kobus | 2024-09-12 | 1 | -1/+1 |
| * | Git: Replace "SHA1" with "hash" in code and comments | Andre Hartmann | 2024-09-09 | 1 | -5/+5 |
| * | Git: Colorize modified files in projects view | Renaud Guezennec | 2024-09-09 | 1 | -0/+24 |
| * | ProjectExplorer: Add VCS log for selected directory | Andre Hartmann | 2024-09-08 | 1 | -0/+3 |
| * | VCS: Unify displayName() | Andre Hartmann | 2024-09-06 | 1 | -6/+1 |
| * | Git: Add file log for selected lines | Andre Hartmann | 2024-08-29 | 1 | -8/+56 |
| * | Revert "Git: Colorize modified files in projects view" | Andre Hartmann | 2024-08-29 | 1 | -24/+0 |
| * | Git: Colorize modified files in projects view | Renaud Guezennec | 2024-08-24 | 1 | -0/+24 |
| * | Git: Clarify "Current Project" menu and locator entry | Andre Hartmann | 2024-08-24 | 1 | -19/+25 |