-
Notifications
You must be signed in to change notification settings - Fork 68
2.9
Cristian Tibirna edited this page Apr 26, 2025
·
3 revisions
Released on 2019-10-20
Robert Haschke (18):
- fixed recognition of detached branches
- cleanup FileList dragging
- removed dragging monitors
- simplified ListView dragging
- reworked ListView drag-n-drop
- removed setDragCursor(): not working
- allow other drag-n-drop actions: merge, rebase, push
- allow to move any ref names
- shift modifier enforces rebasing
- rebasing a single source-ref onto a target-ref
- MyProcess: accumulate error output for later access
- moved merge() from MainImpl to Git
- make Git::getRefName() accept type mask
- acknowledge moving (dragging) of last ref name of a leaf
- acknowledge deletion of /all/ ref names
- simplified drag pixmap: list selected items w/o gaps
- keep currentIndex after filtering
- SHIFT UP/DOWN: navigate history
Cristian Tibirna (6):
- Reformat contributers list and add latest
- No indent for preprocessor commands
- Remove warnings introduced by last merge
- const useless on value-returning functions
- Silence compilation warnings
- Update copyright, add latest contributor
Sebastian Pipping (6):
- readme: Enable asciidoc rendering on GitHub
- readme: Address asciidoc complaint "old tables syntax"
- readme: Use proper code block asciidoc syntax
- readme: Fix heading syntax
- readme: Be consistent with whitespace around headings
- src/help.h: Sync with README.adoc
Matthew Woehlke (4):
- Don't cast away const
- Improve UI's
- Use theme icons
- Improve accelerators
Filipe Rinaldi (3):
- Show diff on the first commit
- Use QFontDatabase::systemFont() for default fonts
- UI: Fix marker generation on HiDPI displays
Matthias von Faber (3):
- Settings: Fix external editor browse button
- MainBase: Change "Checkout" shortcut to Ctrl+Shift+C
- MainImpl: Move tab close button onto tabs
Kevin Kofler (2):
- Allow opening a file from the command line (RFE #79)
- README.adoc: Document --view-file (see RFE #79)
Andreas Gäer (1):
- improve display of branches/tags in contextmenu
balbusm (1):
- Added diff against existing file instead of diffing copy.