summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-01-27[requires.io] dependency updaterequires.io
2020-01-27[requires.io] dependency updaterequires.io
2020-01-27[requires.io] dependency updaterequires.io
2020-01-27[requires.io] dependency updaterequires.io
2020-01-27[requires.io] dependency updaterequires.io
2020-01-27Remove unused importFlorian Bruhin
2020-01-27mkvenv: Use the virtualenv's python to call asciidoc2htmlFlorian Bruhin
2020-01-27Generate docs as part of mkvenv.pyFlorian Bruhin
See #5186
2020-01-25Don't call signal.signal with None-handler in testsFlorian Bruhin
This is a TypeError with PYTHONDEVMODE.
2020-01-25Update stacktrace linkFlorian Bruhin
2020-01-24Rename force_dark_color_scheme to prefers_color_scheme_darkFlorian Bruhin
See #4840
2020-01-22Add --virtualenv flag to mkvenv.pyFlorian Bruhin
2020-01-22mkvenv: Fix typosFlorian Bruhin
2020-01-22Edit mkvenv docsFlorian Bruhin
2020-01-22Merge remote-tracking branch 'origin/pr/5205'Florian Bruhin
2020-01-22Improve usability of mvkenv.pyFlorian Bruhin
- Make it clear that mkvenv.py needs to be launched with Python - Disallow --pyqt-version with --pyqt-type link, see #5205
2020-01-21Corrected error about --pyqt-version flag of mkvenv applying to linking ↵Lanny
system Qt.
2020-01-21s/--pyqt-mode/--pyqt-type/ in docsLanny
2020-01-21Update changelogFlorian Bruhin
2020-01-21Merge remote-tracking branch 'origin/pr/5143'Florian Bruhin
There was a small conflict with #5199, but removing the "+ 1" in the moved code is all that was needed to make things work.
2020-01-21Merge remote-tracking branch 'origin/pr/5199'Florian Bruhin
2020-01-21Update changelogFlorian Bruhin
2020-01-20Merge branch 'requires-io-master'Florian Bruhin
2020-01-20Fix docs/lintFlorian Bruhin
2020-01-20requirements: Remove filter for un-released hunter versionFlorian Bruhin
2020-01-20[requires.io] dependency updaterequires.io
2020-01-20[requires.io] dependency updaterequires.io
2020-01-20[requires.io] dependency updaterequires.io
2020-01-20[requires.io] dependency updaterequires.io
2020-01-20[requires.io] dependency updaterequires.io
2020-01-20[requires.io] dependency updaterequires.io
2020-01-20[requires.io] dependency updaterequires.io
2020-01-20[requires.io] dependency updaterequires.io
2020-01-20Add workaround for missing per-domain setting changesFlorian Bruhin
Fixes #4920
2020-01-20Edit client certificate FAQFlorian Bruhin
2020-01-20Merge remote-tracking branch 'origin/pr/5195'Florian Bruhin
2020-01-20Add comment for testFlorian Bruhin
2020-01-20Merge remote-tracking branch 'origin/pr/5193'Florian Bruhin
2020-01-20Add fonts.default_family settingFlorian Bruhin
Closes #5198
2020-01-20Fix stacktrace instructionsFlorian Bruhin
2020-01-19Fix PASSWORD_STORE_DIR suffixAbdel Benamrouche
Currently qute-pass works only if PASSWORD_STORE_DIR is not ending by slash character (on unix). find_pass_candidates compute pass_path = path[len(password_store_path)+1:] where +1 is used to count an extra slash. So if PASSWORD_STORE_DIR ends by slash we count it twice, leading to failure. Signed-off-by: Abdel Benamrouche <abdel@unxp.fr>
2020-01-16add documentation for client cert usageThore Bödecker
2020-01-15docs: Update Dracula theme linkFlorian Bruhin
2020-01-15Strip trailing dots while matching url patternsJay Kamat
Closes #5191
2020-01-15tox: Use Qt 5.14 for PyInstallerFlorian Bruhin
Fixes #4918
2020-01-15testbrowser_webengine: Add default URLFlorian Bruhin
2020-01-15build_release: Copy missing QtQmlModels.frameworkFlorian Bruhin
See https://github.com/pyinstaller/pyinstaller/issues/4631 See #4918
2020-01-15Makefile-dmg: Increase template sizeFlorian Bruhin
Looks like 300MB isn't enough for Qt 5.14. See #4918
2020-01-14Merge pull request #5188 from qutebrowser/requires-io-masterFlorian Bruhin
[requires.io] dependency update on master branch
2020-01-14Update list of alternativesFlorian Bruhin