summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2023-09-18Add qtutils.is_wayland()Florian Bruhin
Backported to v3.0.x as simpler fix: b317038a01094136d06d4cb769b7755450b94f61
2023-09-18Add new Qt to changelogFlorian Bruhin
2023-09-10update changelogtoofar
2023-09-05update changelogtoofar
2023-08-29Clarify changelogFlorian Bruhin
2023-08-29Update changelogtoofar
2023-08-22Fix url.auto_search=dns on Qt 6Florian Bruhin
With PyQt6, comparing an enum member to bool will always be False.
2023-08-20userscripts: run view_in_mpv jseval in main worldtoofar
1. run jseval in main world: the script adds an element that calls the `restore_video` function. This was failing with a "not found" message on webengine, presumably because the dom click handler runs in the main world and the function was over in the jseval world. The the script predates webengine which is the backend that implements the worlds. 2. remove a console log message, seems to be just noise and easy enough to add back later 3. remove href attribute of the restore video link: this seemed to be causing the `restore_video` method to be called twice. The second time with `this` as the global Window object, which was causing an error because that has a null `parentNode` attribute. 4. added the `cursor: pointer` style that was needed since the element didn't have an href anymore 5. change the mpv flags `--terminal` -> `--quiet`. This means we get error messages (eg from yt-dlp) in error logs and in the `:process` page now. It can get a bit spammy though if you are running from a terminal. I'm getting a log of keepalive warning and error logs from ffmpeg. On the other hand it's really annoying to see a "process failed, see :process for details" and having no error messages in there. Fixes: #7838
2023-08-18Release v3.0.0v3.0.0qutebrowser bot
2023-08-18Revert "Release v3.0.0"Florian Bruhin
This reverts commit f3692d8f280b63db550db1daf1455a1f64ed56dc.
2023-08-18Release v3.0.0qutebrowser bot
2023-08-18Edit changelog for v3.0.0Florian Bruhin
2023-08-18Update install instructionsFlorian Bruhin
Closes #7833
2023-08-17Update releasing docsFlorian Bruhin
2023-08-15Fix remaining references to old commandsFlorian Bruhin
Follow-up to #7809, see #7214
2023-08-15Update changelogFlorian Bruhin
2023-08-15Merge remote-tracking branch 'origin/pr/7809'Florian Bruhin
2023-08-13nsis: allow Win10 versions back to 1607toofar
2023-08-11Rename :edit-command to :cmd-editPhilipp Albrecht
Group commands related to commands/commandline by prefixing them with `cmd-`. In this case we additionally renamed the command slightly to fit better with the `cmd-` prefix.
2023-08-11Rename :repeat-command to :cmd-repeat-lastPhilipp Albrecht
Group commands related to commands/commandline by prefixing them with `cmd-`. In this case we additionally renamed the command slightly to fit better with the `cmd-` prefix.
2023-08-11Rename :run-with-count to :cmd-run-with-countPhilipp Albrecht
Group commands related to commands/commandline by prefixing them with `cmd-`.
2023-08-11Rename :set-cmd-text to :cmd-set-textPhilipp Albrecht
Group commands related to commands/commandline by prefixing them with `cmd-`. In this case renaming the command slightly was a better fit.
2023-08-11Rename :later to :cmd-laterPhilipp Albrecht
Group commands related to commands/commandline by prefixing them with `cmd-`.
2023-08-11Rename :repeat to :cmd-repeatPhilipp Albrecht
Grouping commands related to commands/commandline by prefixing them with `cmd-`.
2023-08-10Add --all to :{quick,book}mark-delFlorian Bruhin
Needed mostly for urlmarks BDD tests so they can clear things between tests. Hopefully with --all, this won't be accidentally triggered by users. Preparation for #7815
2023-08-08notifications: Handle org.freedesktop.DBus.Error.ServiceUnknownFlorian Bruhin
2023-08-07notifications: Don't complain on upgraded server spec versionFlorian Bruhin
If a server gets fixed and now advertises spec 1.2, there is no reason we should complain about things. See https://github.com/phuhl/linux_notification_center/commit/5427acd551ce6dc4c74bdf8090904c6d254b74f1
2023-07-30Update docstoofar
2023-07-24libxcb-cursor0 in dependencies job and install docstoofar
I don't think the dependencies jbos needs to be installing asciidoc anymore either but oh well. I just grepped for libxcb-shape0 and constituently added libxcb-cursor0 after it. I haven't checked it's in stretch but it should be. ref: 6f5de192e0d7a62c
2023-07-23Add a test for :restartFlorian Bruhin
2023-07-23Update changelogFlorian Bruhin
2023-07-23reuse: Adjust most license headersFlorian Bruhin
git ls-files | xargs grep -l "is free software" | xargs reuse annotate --license="GPL-3.0-or-later" --skip-unrecognised
2023-07-23Move master branch references to mainFlorian Bruhin
Closes #7097
2023-07-22Update changelog regarding dropped OS versionsmasterFlorian 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,)).