summaryrefslogtreecommitdiff
path: root/qutebrowser
AgeCommit message (Expand)Author
2021-06-28Adjustments in typinglufte
2021-06-28Missing periods at the end of the docstringslufte
2021-06-28Add (almost) all missing types and docstringslufte
2021-06-28Fix lintFlorian Bruhin
2021-06-28Adjust exception handling for adblock 0.5.0Florian Bruhin
2021-06-28Release v2.3.0v2.3.0Florian Bruhin
2021-06-28Update UA completionsFlorian Bruhin
2021-06-27Replace missing .formats with f-stringslufte
2021-06-27Avoid running migrations partiallylufte
2021-06-27Upgrade user_version after migrations have runlufte
2021-06-27These are also no longer neededlufte
2021-06-26Remove old commentlufte
2021-06-26Fix linter errorslufte
2021-06-26Update usages of sql module to use the new class.lufte
2021-06-26Don't store database reference and use path as connection namelufte
2021-06-24Use anyFlorian Bruhin
2021-06-24Merge remote-tracking branch 'origin/pr/6372'Florian Bruhin
2021-06-24Fix up f-stringFlorian Bruhin
2021-06-24Add colors.prompts.selected.fgFlorian Bruhin
2021-06-24Update module's stringdocJavier Ayres
2021-06-22Missing selflufte
2021-06-22Initial work for Database classlufte
2021-06-15Make mypy happyFlorian Bruhin
2021-06-14feat: expose 'currently open URL' variable via hints to userscriptsYasser Kaddoura
2021-06-14Add new types packages for mypyFlorian Bruhin
2021-06-13Merge remote-tracking branch 'origin/master' into 4nd3r/hostblock_subdomainsAnder Punnar
2021-06-11Greasemonkey: Make sure script names are uniqueFlorian Bruhin
2021-06-09greasemonkey: Remove uneeded name logicFlorian Bruhin
2021-06-09Add GreasemonkeyScript.__str__Florian Bruhin
2021-06-09Add output to :greasemonkey-reloadFlorian Bruhin
2021-06-09Fix prefers_reduced_motion on WindowsFlorian Bruhin
2021-06-09Add content.prefers_reduced_motionFlorian Bruhin
2021-06-05Removed redundant if statementJason Rosenzweig
2021-06-05Less redundant codeJason Rosenzweig
2021-06-04Took suggestions, added '..' back to tabbing, fixed testsJason Rosenzweig
2021-06-04Removed _current_path, changed type comment to annotationJason Rosenzweig
2021-06-04Fixed indentation, typingJason Rosenzweig
2021-06-04All tests should pass nowJason Rosenzweig
2021-06-04Fixed some formattingJason Rosenzweig
2021-06-04Still not ideal but less repition between the two functions (one uses the other)Jason Rosenzweig
2021-06-04Using self._root_index more because I wasn't using it beforeJason Rosenzweig
2021-06-04Better tests, added back _get_valid_dirs hopefully temporarilyJason Rosenzweig
2021-06-04Merge branch 'master' of https://github.com/jso8910/qutebrowserJason Rosenzweig
2021-06-04Not working with this commit, but have to commit to mergeJason Rosenzweig
2021-06-04Update qutebrowser/mainwindow/prompt.pyjso8910
2021-06-04Fixed tests, just need to add new tests for file filteringJason Rosenzweig
2021-06-03Even better formatting. No need to run tests on this one, just going to try a...Jason Rosenzweig
2021-06-03Less repeating, no longer refinding all directories in directoryJason Rosenzweig
2021-06-03Fixed formatting for linterJason Rosenzweig
2021-06-03Fixed tabbing so it doesn't only tab to matches of first letter of self._to_c...Jason Rosenzweig