summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-01-04docker: Base on official Archlinux imagedockerFlorian Bruhin
2021-01-04requirements: Downgrade PyQt5-stubs for nowFlorian Bruhin
See https://github.com/stlehmann/PyQt5-stubs/pull/126
2021-01-04Update dependenciesqutebrowser bot
2021-01-02Fix spellingFlorian Bruhin
2021-01-02Update changelogFlorian Bruhin
2021-01-02history: Remove old force_rebuild valuesFlorian Bruhin
2021-01-02Improve test_modifyFlorian Bruhin
2021-01-02Merge remote-tracking branch 'origin/pr/5871'Florian Bruhin
2021-01-02ci: Add qute-pylint to cache keyFlorian Bruhin
This makes sure we don't use a stale qute_pylint version in CI.
2021-01-02Merge pull request #6006 from geeseven/bookmark-fixFlorian Bruhin
userscript Nextcloud bookmark URL check fix
2021-01-02clean up URL encodinggeeseven
2021-01-02Update docsFlorian Bruhin
2021-01-02pylint: Make config check more intelligentFlorian Bruhin
2021-01-02encode URL when checking if it has been bookmarkedgeeseven
URLs with '#' were not getting identified correctly when getting checked. Encoding the URL fixes this.
2021-01-02Merge remote-tracking branch 'origin/pr/5981'Florian Bruhin
2021-01-02Regenerate docsFlorian Bruhin
2021-01-02Fix lintFlorian Bruhin
2021-01-02Update some config docsFlorian Bruhin
See #5754
2020-12-30Fix lintFlorian Bruhin
2020-12-30Show renderer process PID in :buffer completionFlorian Bruhin
2020-12-30Don't override XHR Accept headerFlorian Bruhin
Fixes #5998
2020-12-30tests: Handle ERR_FILE_NOT_FOUND for test_open_command_line_with_ascii_localeFlorian Bruhin
2020-12-30Merge remote-tracking branch 'origin/pr/5992'Florian Bruhin
2020-12-30Add additional spelling checksFlorian Bruhin
2020-12-30Merge remote-tracking branch 'origin/pr/5993'Florian Bruhin
2020-12-30check-manifest: Ignore generated cheatsheet imagesFlorian Bruhin
2020-12-29Ensure all tests have known starting statesTravis Ens
2020-12-29Correct import order (pylint).Ryan Roden-Corrent
2020-12-28Trim long patterns rather than clearing them.Ryan Roden-Corrent
Fixes #5973.
2020-12-28Use f-string for log line.Ryan Roden-Corrent
Co-authored-by: Florian Bruhin <me@the-compiler.org>
2020-12-28fixed typing mistakefreddii
2020-12-28Don't crash on long search patterns.Ryan Roden-Corrent
Entering an overly long search term into the completion causes a crash: ``` PyQt5.QtCore.QRegularExpression.PatternOptions(1)) is not valid: regular expression is too large ``` This can happen, for example, when pressing `go` at the qutebrowser error page. I'm unclear on exactly what the limit is, but 50k characters seems to trip it on my machine. Still, it seems like any pattern larger than a certain amount is likely an error, so I settled on limiting it to 5k. Fixes #5973
2020-12-28Try to stabilize test_resource_with_invalid_urlFlorian Bruhin
The logs show that data/numbers/3.txt gets loaded rather than the expected page sometimes on Qt 5.13 and 5.14. I suspect this is from the previous test which tests for a renderer process crash and something is going wrong when loading the new page...
2020-12-28Update importlib-resources changelog URLFlorian Bruhin
2020-12-28Merge remote-tracking branch 'origin/pr/5988'Florian Bruhin
2020-12-28Merge pull request #5989 from pastalian/masterFlorian Bruhin
Fix condition for using overlay scrollbar
2020-12-28Fix condition for using overlay scrollbarpastalian
2020-12-28Update dependenciesqutebrowser bot
2020-12-27Update setting nameFlorian Bruhin
Thanks to ninewise!
2020-12-24Added test to get complete branch coverageTravis Ens
2020-12-24Fixed yamllint whitespace issues.Travis Ens
2020-12-24Fixed comparison with None, properly unset environment variables by deletingTravis Ens
them, updated the test to check this behaviour, refactored test code by removing redundant variables and improving readability.
2020-12-23Reword function description and fix flake8 warningmamg22
2020-12-23Update tests in TestRebuildmamg22
Remove or replace uses of "force_rebuild" Added test_pattern_change_rebuild
2020-12-23Replace "force_rebuild" in TestCompletionMetaInfomamg22
2020-12-23Merge pull request #5982 from timgates42/bugfix_typo_whileFlorian Bruhin
docs: fix simple typo, whlie -> while
2020-12-23docs: fix simple typo, whlie -> whileTim Gates
There is a small typo in qutebrowser/mainwindow/tabwidget.py. Should read `while` rather than `whlie`.
2020-12-22Fix typoFlorian Bruhin
2020-12-22tests: Clear module cache properlyFlorian Bruhin
2020-12-22Use version.MODULE_INFO in test_versionFlorian Bruhin