summaryrefslogtreecommitdiff
path: root/qutebrowser/config/qtargs.py
AgeCommit message (Expand)Author
2021-12-03pylint: Enable else-if-usedpylint-2-12Florian Bruhin
2021-06-09Add content.prefers_reduced_motionFlorian Bruhin
2021-03-31flatpak: Get correct path to QtWebEngine localesFlorian Bruhin
2021-03-16Add input.media_keys settingFlorian Bruhin
2021-03-10Fix issues with locale workaroundFlorian Bruhin
2021-03-10Make locale workaround configurableFlorian Bruhin
2021-03-10Update locale workaround based on Chromium codeFlorian Bruhin
2021-03-10Work around locale issueFlorian Bruhin
2021-02-15Fix unused importsFlorian Bruhin
2021-02-15Avoid calling versions.webengine_versions() without QtWebEngineFlorian Bruhin
2021-02-11Improve QtWebEngine version checking in qtargs.pyFlorian Bruhin
2021-02-11Change colors.webpage.prefers_color_scheme_dark to colors.webpage.preferred_c...Florian Bruhin
2021-02-11darkmode: Pass through existing blink settingsFlorian Bruhin
2021-02-11darkmode: Improve testsFlorian Bruhin
2021-02-11darkmode: Add support for QtWebEngine 5.15.3Florian Bruhin
2021-01-28Split envvar warning into functionFlorian Bruhin
2021-01-28Add a warning if QTWEBENGINE_CHROMIUM_FLAGS is setFlorian Bruhin
2021-01-26doc: Switch URLs to httpsFlorian Bruhin
2021-01-20Bump copyright yearsFlorian Bruhin
2021-01-17Update comments/changelogFlorian Bruhin
2021-01-16Work around InstalledApp renderer process crashFlorian Bruhin
2021-01-16qtargs: Add support for disabled featuresFlorian Bruhin
2020-12-24Fixed comparison with None, properly unset environment variables by deletingTravis Ens
2020-12-21Add qt.environ setting in configTravis Ens
2020-11-29Only apply blink-settings on Qt 15.5.2Ted Morse
2020-11-28Use blink-setting for colorscheme on Qt 5.15+Ted Morse
2020-11-23Small f-string cleanupFlorian Bruhin
2020-11-23Fix content.headers.referer = 'never' with Qt 5.15Florian Bruhin
2020-11-23Fix content.headers.referer = 'same-domain' with Qt 5.14+Florian Bruhin
2020-11-23Add missing compiled=False for --force-dark-modeFlorian Bruhin
2020-11-04old qt: Simplify various version checksFlorian Bruhin
2020-11-04old qt: Remove various conditional API handlingFlorian Bruhin
2020-10-31mypy: use from-import for typing in `config`Tim Brown
2020-10-19Fix lintFlorian Bruhin
2020-10-19Move dark mode to its own fileFlorian Bruhin
2020-10-19Initial dark mode refactoringFlorian Bruhin
2020-10-19Clarify Qt version differences for dark modeFlorian Bruhin
2020-10-05Fix coverageFlorian Bruhin
2020-10-05Fix lintFlorian Bruhin
2020-10-05Handle smart dark mode setting with Qt 5.15.0Florian Bruhin
2020-10-05Implement dark mode for Qt 5.15.2Florian Bruhin
2020-09-29Fix lint/testsFlorian Bruhin
2020-09-29Fix lintFlorian Bruhin
2020-09-29Add wait-renderer-process debug flagFlorian Bruhin
2020-08-15Unify backend conditionalsFlorian Bruhin
2020-07-10qtargs: Enable WebRTC pipewire capturer by defaultFlorian Bruhin
2020-07-10qtargs: Combine --enable-features flags with existing onesFlorian Bruhin
2020-07-10qtargs: Move --enabled-features handling to separate functionFlorian Bruhin
2020-07-10config: Split Qt argument/envvar handling to a separate fileFlorian Bruhin