Update docs

This commit is contained in:
Florian Bruhin 2016-09-09 17:58:35 +02:00
parent 864ec94cde
commit 984e1cf3c5
3 changed files with 9 additions and 17 deletions

View File

@ -114,6 +114,8 @@ Changed
- `:prompt-accept` now optionally accepts a value which overrides the one - `: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 entered in the input box. `yes` and `no` can be used as values for yes/no
questions. questions.
- The new `--qt-arg` and `--qt-flag` arguments can be used to pass
arguments/flags to Qt's commandline.
Deprecated Deprecated
~~~~~~~~~~ ~~~~~~~~~~
@ -137,6 +139,8 @@ Removed
- The `hints -> opacity` setting - see the "Changed" section for details. - The `hints -> opacity` setting - see the "Changed" section for details.
- The `completion -> auto-open` setting got merged into `completion -> show` and - The `completion -> auto-open` setting got merged into `completion -> show` and
thus removed. thus removed.
- All `--qt-*` arguments got replaced by `--qt-arg` and `--qt-flag` and thus
removed.
Fixed Fixed
~~~~~ ~~~~~

View File

@ -175,9 +175,9 @@ Contributors, sorted by the number of commits in descending order:
* John ShaggyTwoDope Jenkins * John ShaggyTwoDope Jenkins
* Peter Vilim * Peter Vilim
* Clayton Craft * Clayton Craft
* knaggita
* Oliver Caldwell * Oliver Caldwell
* Julian Weigt * Julian Weigt
* knaggita
* Jonas Schürmann * Jonas Schürmann
* error800 * error800
* Michael Hoang * Michael Hoang

View File

@ -111,23 +111,11 @@ show it.
*--no-err-windows*:: *--no-err-windows*::
Don't show any error windows (used for tests/smoke.py). Don't show any error windows (used for tests/smoke.py).
*--qt-name* 'NAME':: *--qt-arg* 'QT_ARG'::
Set the window name. Pass an argument with a value to Qt.
*--qt-style* 'STYLE':: *--qt-flag* 'QT_FLAG'::
Set the Qt GUI style to use. Pass an argument to Qt as flag.
*--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.
// QUTE_OPTIONS_END // QUTE_OPTIONS_END
== FILES == FILES