summaryrefslogtreecommitdiff
path: root/qutebrowser
AgeCommit message (Collapse)Author
2021-08-26Automatically rewrite enumsFlorian Bruhin
See #5904
2021-08-26Comment out legacy stuffFlorian Bruhin
2021-08-26Blanket PyQt5 -> PyQt6Florian Bruhin
2021-08-25Remove unused var/importFlorian Bruhin
2021-08-25Move download origin handling to DownloadItemFlorian Bruhin
2021-08-25Prevent mixed content downloading by defaultFlorian Bruhin
https://blog.chromium.org/2020/02/protecting-users-from-insecure.html https://therecord.media/firefox-follows-chrome-and-prepares-to-block-insecure-downloads/
2021-08-21Don't try to hide deleted systray iconFlorian Bruhin
2021-08-17Update changelogFlorian Bruhin
2021-08-17Further simplify rapid hint target checkFlorian Bruhin
2021-08-17Clean up target list for hintingFlorian Bruhin
2021-08-10Clarify referer docsFlorian Bruhin
Closes #6640
2021-08-02Add support for overrideMimeType in Greasemonkey scriptsjcromero
2021-07-28Release v2.3.1Florian Bruhin
2021-07-28Switch back to Firefox UA for Google Account quirkFlorian Bruhin
Looks like the Edge one doesn't work anymore. Reverts db13e5283e2d20e83d348f15ea0f46c92e9f3e29 and reintroduces the Firefox UA removed in e010afd3a20a86639396a9c844abfea7b23cc67a (but updated). Closes #5182.
2021-07-20Update docsFlorian Bruhin
2021-07-19the backslash is redundant between bracketsAnder Punnar
2021-07-19fix pylint C0301Ander Punnar
2021-07-19make blocking subdomains configurableAnder Punnar
2021-07-13Simplify exception catchingFlorian Bruhin
2021-07-13Handle and test more file path corner casesFlorian Bruhin
2021-07-13Fixed infinite loop (tested it too)Jason Rosenzweig
2021-07-13Took suggestionsJason Rosenzweig
2021-07-13Added back question code which was accidentally removedJason Rosenzweig
2021-07-13Made implementation simpler, removed unrelated changeJason Rosenzweig
2021-07-13Removed code that I put in a comment to save it and fixed the styles of that ↵Jason Rosenzweig
comment
2021-07-13Initial commit of fix for issue 6549Jason Rosenzweig
2021-07-13Fix lint/docsFlorian Bruhin
2021-07-13Merge remote-tracking branch 'origin/pr/6507'Florian Bruhin
2021-07-13Handle UnicodeEncodeError in path completionFlorian Bruhin
2021-07-12Fix lintFlorian Bruhin
2021-07-12Log debug information on adblock errorFlorian Bruhin
See #6436
2021-07-12Revert "Fix enum stringification for Python 3.10 a7+"Florian Bruhin
This reverts commit e2c5fe6262564d9d85806bfa9d4486a411cf5045. See https://mail.python.org/archives/list/python-dev@python.org/thread/ZMC67QA2JVQJSWSFWRS6IM6ZX4EK277G/#LSTMFAPSPD3BGZ4D6HQFODXZVB3PLYKF
2021-07-12Add fff and lf as file selectorsFlorian Bruhin
2021-07-09Merge pull request #6567 from lufte/issue6039Florian Bruhin
Database class
2021-07-04Update qutebrowser/mainwindow/tabwidget.pyNaleo Hyde
Co-authored-by: Florian Bruhin <me@the-compiler.org>
2021-07-03Cosmetic changeslufte
2021-07-03added logic for scrolling in both directionsNaleo
2021-07-03Apply suggestions from code reviewNaleo Hyde
Co-authored-by: Florian Bruhin <me@the-compiler.org>
2021-07-03Update qutebrowser/mainwindow/tabwidget.pyNaleo Hyde
Co-authored-by: Florian Bruhin <me@the-compiler.org>
2021-07-02The database of a table shouldn't be privatelufte
2021-07-02fix mac scrolling through tabbar (issue #6148)Naleo
2021-06-30No better type than Any for theselufte
2021-06-30Ensure in memory db closes after retuning versionlufte
2021-06-30The old code is now safe to removelufte
2021-06-30Isort and issing type annotationslufte
2021-06-30Pave the way for pathlib migrationlufte
2021-06-30Make version() a plain functionlufte
2021-06-29No camel-case method nameslufte
2021-06-29Annotate return types of __init__ methodslufte
2021-06-29No type parameters for generics yetJavier Ayres
Co-authored-by: Florian Bruhin <me@the-compiler.org>