Navigation bar switches to next / previous file automatically.
When using the navigation bar to jump between diff, comments or both by either using the mouse or the hotkeys for [N]ext and [P]revious the next / previous file will be selected automatically and the search continues in this file when the end respectively begin of the file was reached.
Define history database location.
Added --db-dir option to specify where the history database has to be stored.
(For the QuickRevBoard this option was available already.)
GIT History With Graph Of Branches
The 'History Dialog' now shows a git log graph with the branch structure.
New GIT Log Options
Added --git-log=<options> option to use 'git log' with arbitrary commands.
Multiple space separated commands must either be quoted or can be concatenated with a '+' instead of the space.
Example: --git-log="--full-history --simplify-merges" or --git-log=--full-history+--simplify-merges.
Style Options
Added --style and --style-dump options to change the look and feel of QuickRev.
--style=<style-name[;options]>
Defines which style to be used as look and feel.
style-name: the name of the style to use followed by optional settings of style flags.
To see all available look and feels make use of the --style-dump option.
To use the built-in dark style use --style=dark (see EXPERIMENTAL below)
Examples:
--style=dark # use dark style
--style=dark;text:#ff0000;QuickRev.base.color.green:#00fe00 # use dark style with some special color settings
EXPERIMENTAL:
The 'dark' style mode is in an experimental state so not all colors have been configured sufficiently. For full support of the 'dark' style you can define your own color schema via the style options. If there are fields which cannot be styled individually don't hesitate to contact me, furthermore, if you have a completely styled dark mode schema, you can sent it to me to integrate it into QuickRev if you like.
--style-dump[=<l&f-name>]</l&f-name>
Prints all available look and feel names if used without L&F-name.
Prints all available color settings of the given look and feel when a L&F-name is given
File version descriptions for follow-up review cycles
Extended context menu for Information / Description and Information / Notes text fields with new menu items to insert the file version description (commit messages) of follow-up review cycles.
Fixes