summaryrefslogtreecommitdiff
path: root/qutebrowser/utils
AgeCommit message (Expand)Author
2021-03-11Use QVersionNumber for _CHROMIUM_VERSIONSFlorian Bruhin
2021-03-11Revert "Split PyQtWebEngine version code into methods"Florian Bruhin
2021-03-11Split PyQtWebEngine version code into methodsFlorian Bruhin
2021-03-09Added test_resources.pyLembrun
2021-03-07Fixed lintingLembrun
2021-03-07Added utils/resources.py and changed calls to util.read_file*Lembrun
2021-03-01Merge remote-tracking branch 'origin/pr/6205'Florian Bruhin
2021-02-25Improve WebEngineVersions.from_pyqt testsFlorian Bruhin
2021-02-25Handle new PyQtWebEngine-Qt packaging to get QtWebEngine versionFlorian Bruhin
2021-02-23Use link instead of button+JS in error pagepsvenk
2021-02-15Improve distribution version parsingFlorian Bruhin
2021-02-10Add :screenshot commandFlorian Bruhin
2021-02-10Make WebEngineVersions.webengine non-OptionalFlorian Bruhin
2021-02-10Fix lintFlorian Bruhin
2021-02-10Ensure explicitly constructed versions numbers are normalizedFlorian Bruhin
2021-02-10Add nice repr to VersionNumberFlorian Bruhin
2021-02-10utils: Improve SupportsLessThan/Comparable protocolFlorian Bruhin
2021-02-10WIP: Refactor QtWebEngine version handlingFlorian Bruhin
2021-02-06utils: Don't call logging.Logger.exception without exceptionFlorian Bruhin
2021-01-30Also preload JavaScript quirks filesFlorian Bruhin
2021-01-30Handle KeyError for unknown resourcesFlorian Bruhin
2021-01-28Fix resource globbing with Python .egg installsFlorian Bruhin
2021-01-26Enforce relative paths with resource_urlFlorian Bruhin
2021-01-26utils: Fix resource cache on WindowsFlorian Bruhin
2021-01-26Separate utils.read_file and read_file_binaryFlorian Bruhin
2021-01-26Finish dropping pkg_resourcesFlorian Bruhin
2021-01-26Get rid of utils.resource_filenameFlorian Bruhin
2021-01-26Serve resource files from qute://resourceFlorian Bruhin
2021-01-26doc: Switch URLs to httpsFlorian Bruhin
2021-01-26Revert "Remove pkg_resources special casing for PyInstaller"Florian Bruhin
2021-01-26Remove pkg_resources special casing for PyInstallerFlorian Bruhin
2021-01-25mypy: Update ignore commentsFlorian Bruhin
2021-01-20Bump copyright yearsFlorian 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-17rfc6266: Consolidate filesFlorian Bruhin
2021-01-17Test when cleanup_file context failsAxel Dahlberg
2021-01-17Finish dropping PyPEG2Florian Bruhin
2021-01-17Added docstring to cleanup file contextAxel Dahlberg
2021-01-17Cleanup file context and testsAxel Dahlberg
2021-01-14version: Remove Python backports from module infoFlorian Bruhin
2021-01-13dataclasses: Remaining dependency changesdataclassFlorian Bruhin
2021-01-13dataclasses: Adjust import orderFlorian Bruhin
2021-01-13dataclasses: Initial switchFlorian Bruhin
2021-01-11Add objects.qapp to avoid needing to None-checkFlorian Bruhin
2021-01-08Trivial PyQt 6 changesFlorian Bruhin
2021-01-05Revert "old qt: Remove networkmanager init workaround"Florian Bruhin
2021-01-05Add overrides for mimetype -> extension conversionFlorian Bruhin
2021-01-05Remove custom data: URL parsingFlorian Bruhin
2021-01-04urlutils: Handle data URLs in filename_from_urlFlorian Bruhin