summaryrefslogtreecommitdiff
path: root/qutebrowser
AgeCommit message (Expand)Author
2021-01-20Bump copyright yearsFlorian Bruhin
2021-01-20Various default setting changesFlorian Bruhin
2021-01-20Rename :enter-mode and :leave-modeFlorian Bruhin
2021-01-20Rename :follow-hint to :hint-followFlorian Bruhin
2021-01-20userscripts: Add QUTE_VERSIONFlorian Bruhin
2021-01-20Rename selection commandsFlorian Bruhin
2021-01-20Rename :open-editor to :edit-textFlorian Bruhin
2021-01-20Rename :buffer to :tab-selectFlorian Bruhin
2021-01-20Rename :run-macro and :record-macroFlorian Bruhin
2021-01-20completion: Avoid pathlib in filepathcategoryFlorian Bruhin
2021-01-20Fix lintFlorian Bruhin
2021-01-20config: Improve error handling for missing sectionsFlorian Bruhin
2021-01-20config: Add ConfigContainer._with_prefix()Florian Bruhin
2021-01-20Handle null bytes in filepath completionFlorian Bruhin
2021-01-20Update docsFlorian Bruhin
2021-01-20Refactor FilePathCategoryFlorian Bruhin
2021-01-20Minor reformatFlorian Bruhin
2021-01-20Merge remote-tracking branch 'origin/pr/6038' into devFlorian Bruhin
2021-01-19Add some testsAndrew MacFie
2021-01-19Add favorite_paths as settingAndrew MacFie
2021-01-19Remove config import for nowAndrew MacFie
2021-01-19Fix name from QtAndrew MacFie
2021-01-19Fix method implementationAndrew MacFie
2021-01-19Add filesystem completion to defaultAndrew MacFie
2021-01-19Leave prefix as user typed itAndrew MacFie
2021-01-19Fix some stuffAndrew MacFie
2021-01-19Don't download favicons if disabledFlorian Bruhin
2021-01-20Change default fileselect commandsTakuya Wakazono
2021-01-19Update qutebrowser/completion/models/filepathcategory.pyAndrew
2021-01-19Update qutebrowser/completion/models/filepathcategory.pyAndrew
2021-01-19Update qutebrowser/completion/models/filepathcategory.pyAndrew
2021-01-19Update qutebrowser/completion/models/filepathcategory.pyAndrew
2021-01-19Refactor configtype __init__ methodsFlorian Bruhin
2021-01-19Fix file select warningFlorian Bruhin
2021-01-19Merge remote-tracking branch 'origin/pr/5987'Florian Bruhin
2021-01-18Clearer assertions, updated tests to assert correct errorsAxel Dahlberg
2021-01-17Update comments/changelogFlorian Bruhin
2021-01-17rfc6266: Work around another stdlib bugno-pypegFlorian Bruhin
2021-01-17rfc6266: Fix coverageFlorian Bruhin
2021-01-17rfc6266: Better error handlingFlorian Bruhin
2021-01-17rfc6266: Consolidate filesFlorian Bruhin
2021-01-17rfc6266: Move parsing into classFlorian Bruhin
2021-01-17rfc6266: Work around IndexErrorFlorian Bruhin
2021-01-17Test when cleanup_file context failsAxel Dahlberg
2021-01-17rfc6266: Fix mypyFlorian Bruhin
2021-01-17Some cleanup and improved namingAxel Dahlberg
2021-01-17Update to test cleanup file context and ignore coverAxel Dahlberg
2021-01-17Finish dropping PyPEG2Florian Bruhin
2021-01-17rfc6266: Handle remaining issuesFlorian Bruhin
2021-01-17Added docstring to cleanup file contextAxel Dahlberg