| Commit message (Expand) | Author | Age | Files | Lines |
| * | Git: Branch View: Refresh after Create BranchHEADmaster | Andre Hartmann | 28 hours | 1 | -0/+2 |
| * | Git: BranchView: Allow cherry-picking a list of commits | Andre Hartmann | 2 days | 1 | -5/+8 |
| * | Git: Blame: Add option to remove file path and author | Andre Hartmann | 6 days | 1 | -1/+7 |
| * | VCS: Print error when diff or log fail | Andre Hartmann | 14 days | 1 | -2/+7 |
| * | Git: Add more interactive rebase functions | Andre Hartmann | 2025-11-30 | 1 | -0/+4 |
| * | VCS: Add diff for file/directory in Projects/File System | Andre Hartmann | 2025-11-24 | 1 | -7/+19 |
| * | Vcs: Remove last 2 usages of RunFlags::UseEventLoop | Jarek Kobus | 2025-11-14 | 1 | -2/+1 |
| * | Use QString::size() instead QString::length() | hjk | 2025-11-13 | 1 | -5/+5 |
| * | VcsBaseEditor: Remove some dead code | hjk | 2025-11-04 | 1 | -0/+2 |
| * | Git: Fix clazy missing reference in for loop warning | Andre Hartmann | 2025-11-04 | 1 | -1/+1 |
| * | Git: Simplify file change watcher timer | Andre Hartmann | 2025-11-04 | 1 | -20/+13 |
| * | TaskTree: Switch to qt-ified QtTaskTree | Jarek Kobus | 2025-10-31 | 1 | -5/+5 |
| * | Use QStringList instead of QList<QString> | Alessandro Portale | 2025-10-02 | 1 | -1/+1 |
| * | Use Utils::FilePaths instead of QList<Utils::FilePath> | Alessandro Portale | 2025-10-02 | 1 | -2/+2 |
| * | Git: Stop modification status update when inactive | Andre Hartmann | 2025-09-02 | 1 | -0/+11 |
| * | Git: Fix clazy connect context object warning | Andre Hartmann | 2025-09-02 | 1 | -1/+1 |
| * | Avoid QtConcurrent module imports | Christian Stenger | 2025-08-26 | 1 | -0/+1 |
| * | Git: Move comment back to the correct place | Andre Hartmann | 2025-08-05 | 1 | -1/+1 |
| * | Git: SubmitEditor: Prevent amending during merge | Andre Hartmann | 2025-08-04 | 1 | -0/+10 |
| * | Git: SubmitEditor: Add actions for conflicted files | Andre Hartmann | 2025-08-04 | 1 | -0/+21 |
| * | Git: Expect repo changes on modifying commands | Andre Hartmann | 2025-08-04 | 1 | -5/+6 |
| * | VCS: Consolidate and fix color handling | Andre Hartmann | 2025-07-30 | 1 | -9/+10 |
| * | Git: SubmitEditor: Add actions for untracked files | Andre Hartmann | 2025-07-30 | 1 | -0/+6 |
| * | Git: Call onDone only on error | Jarek Kobus | 2025-07-25 | 1 | -1/+2 |
| * | TaskTree: Rename CallDoneIf and its values | Jarek Kobus | 2025-07-23 | 1 | -10/+10 |
| * | GitClient: Wrap the instance around GuardedObject | Jarek Kobus | 2025-07-21 | 1 | -1/+2 |
| * | Git: Make 'git mv' work on remote projects | hjk | 2025-07-17 | 1 | -4/+3 |
| * | Git: Make reset() fully asynchronous | Jarek Kobus | 2025-07-11 | 1 | -12/+28 |
| * | Git: Introduce statusTask() | Jarek Kobus | 2025-07-11 | 1 | -0/+38 |
| * | Git: Move StatusResult outside of GitClient | Jarek Kobus | 2025-07-11 | 1 | -19/+19 |
| * | Vcs: Use FilePaths in void IVersionControl::filesChanged() | hjk | 2025-07-11 | 1 | -1/+1 |
| * | Git: Make part of recoverDeletedFiles() asynchronous | Jarek Kobus | 2025-07-11 | 1 | -11/+13 |
| * | Git: Make subversion fetch asynchronous | Jarek Kobus | 2025-07-11 | 1 | -3/+3 |
| * | Utils: Make FilePaths a full class instead of a QList<FilePaths> alias | hjk | 2025-07-11 | 1 | -1/+1 |
| * | Git: Get rid of context arg | Jarek Kobus | 2025-07-09 | 1 | -5/+3 |
| * | Vcs: Get rid of vcsExecWithHandler() | Jarek Kobus | 2025-07-09 | 1 | -26/+27 |
| * | Vcs: Get rid of vcsExec() | Jarek Kobus | 2025-07-09 | 1 | -15/+16 |
| * | Git: Reuse enqueueCommand in vcsExecAbortable() | Jarek Kobus | 2025-07-09 | 1 | -15/+9 |
| * | Merge remote-tracking branch 'origin/17.0' | Eike Ziller | 2025-07-08 | 1 | -2/+2 |
| |\ |
|
| | * | Git: Fix wrong "Cannot launch" message for git gui on Windows | Orgad Shaneh | 2025-07-06 | 1 | -2/+2 |
| * | | Vcs: Rename vcsExecWithEditor() into executeInEditor() | Jarek Kobus | 2025-07-07 | 1 | -4/+4 |
| * | | VcsOutputWindow: Add working directory to append functions | Andre Hartmann | 2025-06-26 | 1 | -47/+54 |
| * | | Utils: Replace some TextCodec::toUnicode() overloads | hjk | 2025-06-25 | 1 | -5/+4 |
| * | | Git: Avoid all branches option for line log | Andre Hartmann | 2025-06-20 | 1 | -1/+7 |
| * | | Utils: Progress towards using TextEncoding | hjk | 2025-06-19 | 1 | -3/+3 |
| * | | Utils: Move TextCodec::encodingForLocale() to TextEncoding | hjk | 2025-06-18 | 1 | -1/+1 |
| * | | Merge remote-tracking branch 'origin/17.0' | Eike Ziller | 2025-06-17 | 1 | -0/+1 |
| |\| |
|
| | * | Git: Avoid creating unnecessary lock files | Andre Hartmann | 2025-06-12 | 1 | -0/+1 |
| * | | VCS: Further reduce QTextCodec dependency | hjk | 2025-06-13 | 1 | -21/+22 |
| * | | Git: Improve file modification status update | Andre Hartmann | 2025-05-25 | 1 | -37/+53 |