diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index efb85c0d1..6c40f68bb 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -114,6 +114,8 @@ Changed - `:prompt-accept` now optionally accepts a value which overrides the one entered in the input box. `yes` and `no` can be used as values for yes/no questions. +- The new `--qt-arg` and `--qt-flag` arguments can be used to pass + arguments/flags to Qt's commandline. Deprecated ~~~~~~~~~~ @@ -137,6 +139,8 @@ Removed - The `hints -> opacity` setting - see the "Changed" section for details. - The `completion -> auto-open` setting got merged into `completion -> show` and thus removed. +- All `--qt-*` arguments got replaced by `--qt-arg` and `--qt-flag` and thus + removed. Fixed ~~~~~ diff --git a/README.asciidoc b/README.asciidoc index 53796e412..049e23306 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -175,9 +175,9 @@ Contributors, sorted by the number of commits in descending order: * John ShaggyTwoDope Jenkins * Peter Vilim * Clayton Craft +* knaggita * Oliver Caldwell * Julian Weigt -* knaggita * Jonas Schürmann * error800 * Michael Hoang diff --git a/doc/qutebrowser.1.asciidoc b/doc/qutebrowser.1.asciidoc index 7fa6198c6..1da675498 100644 --- a/doc/qutebrowser.1.asciidoc +++ b/doc/qutebrowser.1.asciidoc @@ -111,23 +111,11 @@ show it. *--no-err-windows*:: Don't show any error windows (used for tests/smoke.py). -*--qt-name* 'NAME':: - Set the window name. +*--qt-arg* 'QT_ARG':: + Pass an argument with a value to Qt. -*--qt-style* 'STYLE':: - Set the Qt GUI style to use. - -*--qt-stylesheet* 'STYLESHEET':: - Override the Qt application stylesheet. - -*--qt-widgetcount*:: - Print debug message at the end about number of widgets left undestroyed and maximum number of widgets existed at the same time. - -*--qt-reverse*:: - Set the application's layout direction to right-to-left. - -*--qt-qmljsdebugger* 'port:PORT[,block]':: - Activate the QML/JS debugger with a specified port. 'block' is optional and will make the application wait until a debugger connects to it. +*--qt-flag* 'QT_FLAG':: + Pass an argument to Qt as flag. // QUTE_OPTIONS_END == FILES