summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2023-07-22Update changelog regarding dropped OS versionsHEADmasterFlorian Bruhin
See #7092, #6050
2023-07-22Update changelogFlorian Bruhin
2023-07-22quitter: fix prompt_queue being None at shudownPaul Mairo
When pressing C-c if qutebrowser is not fully started yet, the prompt_queue is not initialized and prompts for an annoying crash report. Fixes #6827
2023-07-22Merge remote-tracking branch 'origin/pr/7789'Florian Bruhin
2023-07-05Add aria-haspopup to hint selectorsFlorian Bruhin
Helps on https://www.keepersecurity.com/ - see https://www.reddit.com/r/qutebrowser/comments/14qtlc8/no_hint_on_drop_down_list/
2023-06-30qt 6: Update changelogFlorian Bruhin
2023-06-30Merge pull request #7761 from pylbrecht/remove-vim-modelinesFlorian Bruhin
Remove vim modelines in favor of .editorconfig
2023-06-30Enable replaceAll quirk by defaultFlorian Bruhin
See #7639
2023-06-30Add experimental_web_platform_features settingFlorian Bruhin
Closes #7639
2023-06-30Remove --enable-webengine-inspectorFlorian Bruhin
Fixes #7134
2023-06-30Remove vim modeline hint from contributing docsPhilipp Albrecht
We're deprecating vim modelines in favor of `.editorconfig`.
2023-06-26Initial Python 3.7 dropFlorian Bruhin
2023-06-26Fix :print --pdf with subdirectoriesFlorian Bruhin
Fixes #5160
2023-06-15Update docsFlorian Bruhin
2023-06-07Add debug flag to log all Qt eventsFlorian Bruhin
2023-06-05Make herbe process error non-fatalFlorian Bruhin
2023-06-05notifications: Fix invalid version number constructionFlorian Bruhin
File "/usr/lib/python3.11/site-packages/qutebrowser/browser/webengine/notification.py", line 859, in _find_quirks if utils.VersionNumber.parse(ver) < utils.VersionNumber(2, 0): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/qutebrowser/utils/utils.py", line 96, in __init__ raise ValueError( ValueError: Refusing to construct non-normalized version from (2, 0) (normalized: (2,)).
2023-06-04Update changelog for #7723toofar
2023-06-04Add settings to customize tooltipsFlorian Bruhin
See #7706
2023-05-28Improve process output in case of signalsFlorian Bruhin
See https://www.reddit.com/r/qutebrowser/comments/13tqp55/command_crashed_see_process_for_details/
2023-05-28Show PID in :process error messageFlorian Bruhin
See https://www.reddit.com/r/qutebrowser/comments/13tqp55/command_crashed_see_process_for_details/
2023-04-22Update docsFlorian Bruhin
2023-03-24doc: Add more changelog entries for Qt 6 stuffFlorian Bruhin
2023-03-20docs: Add Matrix themeFlorian Bruhin
See https://www.reddit.com/r/qutebrowser/comments/11w1agq/matrix_theme/
2023-03-18Merge remote-tracking branch 'upstream/qt6-v2' into master-qt6toofar
2023-03-17Merge branch 'qt6-v2' into master-qt6Florian Bruhin
2023-03-17Update settings docsFlorian Bruhin
2023-03-13Release v2.5.4Florian Bruhin
2023-03-13Update docs/changelogtoofar
2023-02-17Release v2.5.3Florian Bruhin
2023-01-27Update homebrew instructionsFlorian Bruhin
2023-01-25Update donation infos, add LiberapayFlorian Bruhin
See #7264 and https://listi.jpberlin.de/pipermail/qutebrowser/2023-January/000925.html
2023-01-17Update changelogFlorian Bruhin
2023-01-01doc: Add link to CatppuccinFlorian Bruhin
2022-12-14doc: Add city lights themeFlorian Bruhin
2022-12-13doc: Improve security reporting guidelinesFlorian Bruhin
See #7524
2022-12-13Merge branch 'master' into qt6-v2Florian Bruhin
2022-12-12scripts: Use pip-installed asciidocFlorian Bruhin
Fixes #7352, closes #6793
2022-11-29Add missing setting entry for array-at quirkFlorian Bruhin
(cherry picked from commit 39e577c36eef9892165a6979c403e9b2d9bc239c)
2022-11-29Add missing setting entry for array-at quirkFlorian Bruhin
2022-11-29Update changelogFlorian Bruhin
2022-11-28Merge remote-tracking branch 'origin/pr/7479'Florian Bruhin
2022-11-24Update Qt doc links to Qt 6Florian Bruhin
2022-11-20Merge branch 'master' into qt6-v2toofar
Just a few conflicts around CI and dependencies.
2022-11-19Update changelogFlorian Bruhin
2022-11-19Fix typosKian-Meng Ang
Found via `codespell -S *.js -L technik,gir,nam,ans,wih,wil,ro,nowe,te,datas,qutie,ned,fo,clude,alph,crashers,nd,wasn,cros,ue,possition` Co-authored-by: Marcel Schilling <marcel.schilling@uni-luebeck.de>
2022-10-21Fix crashe with no current tab in _run_userscriptFlorian Bruhin
Not sure why this was a FIXME instead of handling it properly in the first place...
2022-10-17Revert "Disallow setting input.mode_override via autoconfig.yml"Florian Bruhin
Breaks tests... This reverts commit fc933ae1d346d591c177b40693541d593b8f9a70.
2022-10-17Disallow setting input.mode_override via autoconfig.ymlFlorian Bruhin
Closes #7436
2022-10-15doc: Mention fileselect.foler.command in fileselect.handlerFlorian Bruhin