summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-05-25Update six from 1.14.0 to 1.15.0pyup-bot
2020-05-25Update six from 1.14.0 to 1.15.0pyup-bot
2020-05-25Update packaging from 20.3 to 20.4pyup-bot
2020-05-25Update packaging from 20.3 to 20.4pyup-bot
2020-05-25Update packaging from 20.3 to 20.4pyup-bot
2020-05-25Update packaging from 20.3 to 20.4pyup-bot
2020-05-25Update packaging from 20.3 to 20.4pyup-bot
2020-05-25Update lxml from 4.5.0 to 4.5.1pyup-bot
2020-05-25Update codecov from 2.1.0 to 2.1.3pyup-bot
2020-05-25tests: Don't suppress output if on CIFlorian Bruhin
2020-05-25caret: Add V binding in normal modeFlorian Bruhin
See #5264
2020-05-23Clarify effect of content.cookies.acceptFlorian Bruhin
2020-05-22eslint: Turn off no-negated-conditionFlorian Bruhin
2020-05-22Fix imports after mergeFlorian Bruhin
2020-05-22Update changelogFlorian Bruhin
2020-05-22Handle None in _toggle_sel_translateFlorian Bruhin
This is the equivalent of the previous: TypeError: AbstractCaret.selection_toggled[bool].emit(): argument 1 has unexpected type 'NoneType' When e.g. doing: qutebrowser --temp-basedir ':later 100 enter-mode caret' ':later 110 toggle-selection' Handle this case and show an error instead of crashing.
2020-05-22Update docsFlorian Bruhin
2020-05-22Fix lintFlorian Bruhin
2020-05-22Merge remote-tracking branch 'origin/pr/5456'Florian Bruhin
2020-05-22Merge branch 'caret-line'Florian Bruhin
2020-05-22Fix segfault with test_webenginetab and Qt 5.9Florian Bruhin
2020-05-22Update docsFlorian Bruhin
2020-05-22src2asciidoc: Make sure usage lines are generated with fixed widthFlorian Bruhin
Due to a change in Python 3.8, the output depended on the calling terminal's width. Set a fixed with of 200 (rather than 80) so that we always have the expanded version for the generated documentation. See #5393 and https://github.com/python/cpython/commit/74102c9a5f2327c4fc47feefa072854a53551d1f#diff-837b312b1f3508216ace6adb46492836
2020-05-22caret: Use strings instead of ints for enumsFlorian Bruhin
2020-05-22caret: Fix toggling behavior with QtWebEngineFlorian Bruhin
The behavior when pressing `v` in line selection mode was different between QtWebKit and QtWebEngine: With QtWebKit, normal selection mode was entered, while with QtWebEngine, selection mode was left. Do the former with QtWebEngine as well, as that's also what vim does.
2020-05-22tests: Make sure entering caret mode is finishedFlorian Bruhin
Otherwise, the caret JS code could still be initializing while the tests start to run.
2020-05-22webkittab: Make selection_state privateFlorian Bruhin
The previous selection_enabled boolean was public, but didn't need to be since e50068021d084cf01507cd20693318189193e073.
2020-05-22tests: Skip failing caret test on macOSFlorian Bruhin
See #5459
2020-05-22caret: Style improvements for line modeFlorian Bruhin
2020-05-22tests: make sure webengine_tab/webkit_tab take care of shutdownFlorian Bruhin
This still doesn't help with this inside Xvfb: XIO: fatal IO error 0 (Success) on X server ":1001" But at least it prevents an unknown segfault inside QtWebEngine.
2020-05-22Allow to pluck tab into a private window instancePedro Lucas Porcellis
If the tab is actually located into a private window, it will just behave normally.
2020-05-22tests: Increase timeout for caret.html loadingFlorian Bruhin
For some odd reason, loading the file sometimes takes >5s on macOS... See https://github.com/qutebrowser/qutebrowser/issues/5390#issuecomment-629269038
2020-05-22tests: Make sure WidgetContainer.expose() sets focus on widgetFlorian Bruhin
This is needed to convert the searched string into a selection properly. Fixes #5363 See #5393
2020-05-22Add Ctrl+I to bindings.key_mappingsFlorian Bruhin
See #5455
2020-05-22src2asciidoc: Make sure usage lines are generated with fixed widthFlorian Bruhin
Due to a change in Python 3.8, the output depended on the calling terminal's width. Set a fixed with of 200 (rather than 80) so that we always have the expanded version for the generated documentation. See #5393 and https://github.com/python/cpython/commit/74102c9a5f2327c4fc47feefa072854a53551d1f#diff-837b312b1f3508216ace6adb46492836
2020-05-22Fix lintFlorian Bruhin
2020-05-22Add workaround for missing QWebEngineFindTextResultFlorian Bruhin
See #5412 and https://www.riverbankcomputing.com/pipermail/pyqt/2020-May/042892.html
2020-05-19Adjust configfiles test for Python 3.9Florian Bruhin
2020-05-19Merge pull request #5447 from qutebrowser/pyup-scheduled-update-2020-05-18Florian Bruhin
Scheduled weekly dependency update for week 20
2020-05-19Add settings to customize disabled context menu item colorsFlorian Bruhin
Closes #5441
2020-05-18Update soupsieve from 2.0 to 2.0.1pyup-bot
2020-05-18Update more-itertools from 8.2.0 to 8.3.0pyup-bot
2020-05-18Update hypothesis from 5.12.1 to 5.14.0pyup-bot
2020-05-18Update beautifulsoup4 from 4.9.0 to 4.9.1pyup-bot
2020-05-18Update wrapt from 1.11.2 to 1.12.1pyup-bot
2020-05-18Update setuptools from 46.2.0 to 46.4.0pyup-bot
2020-05-18Update flake8-builtins from 1.5.2 to 1.5.3pyup-bot
2020-05-18Update codecov from 2.0.22 to 2.1.0pyup-bot
2020-05-18Update toml from 0.10.0 to 0.10.1pyup-bot
2020-05-18Update toml from 0.10.0 to 0.10.1pyup-bot