summaryrefslogtreecommitdiff
path: root/doc/qutebrowser.1.asciidoc
AgeCommit message (Collapse)Author
2021-10-21Update docsv2.3.xFlorian Bruhin
(cherry picked from commit 41b05f954882313131a75ccbc53c1e373a915d38)
2021-06-01Improve IRC linksFlorian Bruhin
2021-05-28Point to official Libera Chat webchatFlorian Bruhin
2021-05-26RIP FreenodeFlorian Bruhin
2021-01-26doc: Switch URLs to httpsFlorian Bruhin
2020-12-03Update docsFlorian Bruhin
2020-11-04old qt: Remove old inspector logicFlorian Bruhin
2020-07-28Regenerate docsFlorian Bruhin
2020-06-22Fix lintFlorian Bruhin
2020-06-22Rename :inspector to :devtoolsFlorian Bruhin
The general consensus seems to be that the inspector is the first tab of the devtools, and Chromium also calls them devtools everywhere. Closes #5438
2020-06-09Update docsFlorian Bruhin
2019-07-09Update docsFlorian Bruhin
2018-06-11Implement Qt 5.11 devtools supportFlorian Bruhin
See #3010
2018-05-08Update docsFlorian Bruhin
2018-05-07Short options for --debug and --debug-flagsPol Van Aubel
2018-05-07Short options for --basedir and --temp-basedirPol Van Aubel
2017-10-12Remove QtWebKit reference from manpageFlorian Bruhin
2017-10-04Update FILES in manpageFlorian Bruhin
[ci skip]
2017-09-26Drop --relaxed-configFlorian Bruhin
2017-09-18Drop support for Qt < 5.7.1Florian Bruhin
See #2742
2017-07-04Initial doc update with new settingsFlorian Bruhin
2017-06-30Stop marking QtWebEngine as experimentalFlorian Bruhin
2017-04-11Update docsFlorian Bruhin
2017-02-07Adjust descriptions and dependenciesFlorian Bruhin
See #1571
2017-02-05Replace all GitHub linksFlorian Bruhin
2016-11-23Add --enable-webengine-inspector optionFlorian Bruhin
Since the inspector can be a security risk, it's now not linked to developer-extras anymore until QtWebEngine provides a better way to access it. See: https://bugreports.qt.io/browse/QTBUG-50725 http://bouk.co/blog/hacking-developers/
2016-11-16Improve --qt-arg docsFlorian Bruhin
2016-11-15Remove --datadir/--confdir/--cachedirFlorian Bruhin
Closes #2115.
2016-11-14Remove support for an empty data/config/cachedirFlorian Bruhin
See #2115
2016-10-20use https for links in docs and elsewhereDaniel Karbach
refs #2039
2016-10-07Mention qutebrowser-announce mailinglistFlorian Bruhin
2016-09-09Update docsFlorian Bruhin
2016-07-26Un-hide --backend argumentFlorian Bruhin
2016-06-01Update docsFlorian Bruhin
2016-04-30Add a --force-color argument for loggingFlorian Bruhin
2016-03-08Specify valid loglevels for --loglevel/-lFlorian Bruhin
2015-10-07Regenerate docs.Florian Bruhin
2015-07-23docs: Fix 'with with' typo.Florian Bruhin
2015-05-17Get rid of --no-crash-dialog.Florian Bruhin
2015-05-17Merge branch 'smoke'Florian Bruhin
Conflicts: doc/qutebrowser.1.asciidoc qutebrowser/app.py qutebrowser/config/config.py qutebrowser/qutebrowser.py tox.ini
2015-05-16Smoke test WIPFlorian Bruhin
2015-05-16Add --temp-basedir option.Florian Bruhin
2015-05-16Add --basedir arg with multiple instance support.Florian Bruhin
Closes #510.
2015-05-16Add --datadir/--cachedir arguments. Closes #136.Florian Bruhin
2015-04-09manpage: Mention XDG_*_HOME in the FILES section.Florian Bruhin
Closes #619.
2015-04-09manpage: Mention ":help".Florian Bruhin
Closes #618.
2015-03-31Various spelling fixes.Florian Bruhin
2015-03-29Add a --pdb-postmortem argument.Florian Bruhin
2015-03-24Add an --override-restore argument.Florian Bruhin
See #523.
2015-03-23Add a --relaxed-config options.Florian Bruhin