summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-07-27Drop 32bit Windows release supportdrop-32bit-windowsFlorian Bruhin
2023-07-25scripts: Fix broken conditionFlorian Bruhin
2023-07-24scripts: Fix typoFlorian Bruhin
2023-07-24tox: Use PyQt6 release for mypyFlorian Bruhin
2023-07-24Revert "Revert "Revert "ci: Remove Python 3.12 for now"""Florian Bruhin
2023-07-24Revert "Create a workaround to install PyQT 6.5.2 until release"Florian Bruhin
2023-07-24Merge pull request #7799 from qutebrowser/update-dependenciesFlorian Bruhin
2023-07-24Update dependenciesqutebrowser bot
2023-07-24libxcb-cursor0 in dependencies job and install docstoofar
2023-07-23Fix ipc handling after shutdownFlorian Bruhin
2023-07-23Add a test for :restartFlorian Bruhin
2023-07-23Make sure ipc.shutdown() can be called twiceFlorian Bruhin
2023-07-23Update changelogFlorian Bruhin
2023-07-23Fix lintFlorian Bruhin
2023-07-23Merge branch 'reuse'Florian Bruhin
2023-07-23reuse: Readd missing clauseFlorian Bruhin
2023-07-23Fix lint/testsreuseFlorian Bruhin
2023-07-23reuse: Add linting for old license commentsFlorian Bruhin
2023-07-23Revert "reuse: Run init commands"Florian Bruhin
2023-07-23reuse: Replace last copyright textsFlorian Bruhin
2023-07-23reuse: Fix more copyright headersFlorian Bruhin
2023-07-23reuse: Update remaining copyright textsFlorian Bruhin
2023-07-23reuse: Initial copyright text update for myselfFlorian Bruhin
2023-07-23reuse: Fix remaining userscripts without extensionFlorian Bruhin
2023-07-23reuse: Fix up the situation in qutebrowser/javascript/caret.jsFlorian Bruhin
2023-07-23reuse: Get files in misc/nsis/ to use SPDXFlorian Bruhin
2023-07-23reuse: Remove some more old license headersFlorian Bruhin
2023-07-23reuse: Adjust most license headersFlorian Bruhin
2023-07-23reuse: Run init commandsFlorian Bruhin
2023-07-23Fix funny remaining master branch referenceFlorian Bruhin
2023-07-23Move master branch references to mainFlorian Bruhin
2023-07-22Update changelog regarding dropped OS versionsHEADmasterFlorian Bruhin
2023-07-22Update changelogFlorian Bruhin
2023-07-22Merge remote-tracking branch 'origin/pr/7768'Florian Bruhin
2023-07-22quitter: fix prompt_queue being None at shudownPaul Mairo
2023-07-22Merge branch 'master' of https://github.com/rmpr/qutebrowserFlorian Bruhin
2023-07-22fixup! fixup! mkvenv: Fix '--pyqt-type link' without --pyqt-versionPaul Mairo
2023-07-22fixup! mkvenv: Fix '--pyqt-type link' without --pyqt-versionPaul Mairo
2023-07-22mkvenv: Fix '--pyqt-type link' without --pyqt-versionPaul Mairo
2023-07-22Fix Qt 5 warning opening alwaysFlorian Bruhin
2023-07-22Merge remote-tracking branch 'origin/pr/7789'Florian Bruhin
2023-07-22Create a workaround to install PyQT 6.5.2 until releasePaul Mairo
2023-07-21Merge pull request #7772 from pylbrecht/logfilterFlorian Bruhin
2023-07-21Initialize logging as early as possiblePhilipp Albrecht
2023-07-21Add note on keeping qutebrowser.utils.log a Qt-free zonePhilipp Albrecht
2023-07-20Log machinery info in machinery.init()Philipp Albrecht
2023-07-20Move qt logger from qtlog to logPhilipp Albrecht
2023-07-20Don't crash on --logfilterPhilipp Albrecht
2023-07-20Move hide_qt_warning() to qtlogPhilipp Albrecht
2023-07-20Move qt_message_handler() to qtlogPhilipp Albrecht