summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-10-03Release v1.5.0v1.5.0Florian Bruhin
2018-10-03Update changelog for v1.5.0Florian Bruhin
2018-10-03Handle None values in lessThanFlorian Bruhin
2018-10-02Add testFlorian Bruhin
2018-10-02Update changelogFlorian Bruhin
2018-10-02Re-break linesFlorian Bruhin
2018-10-01Fix url available to :navigate (strip query)lyeoh
2018-10-01Fix lintFlorian Bruhin
2018-10-01Merge pull request #4279 from qutebrowser/pyup-scheduled-update-2018-10-01Florian Bruhin
Scheduled weekly dependency update for week 39
2018-10-01Update hypothesis from 3.73.0 to 3.74.0pyup-bot
2018-10-01Update click from 6.7 to 7.0pyup-bot
2018-10-01Update wheel from 0.31.1 to 0.32.0pyup-bot
2018-10-01Update pyparsing from 2.2.1 to 2.2.2pyup-bot
2018-10-01Update packaging from 17.1 to 18.0pyup-bot
2018-10-01Add :tab-{give,take} --keepFlorian Bruhin
2018-10-01Merge remote-tracking branch 'origin/pr/4276'Florian Bruhin
2018-09-30Select text node in tests to imitate real selectionsJay Kamat
2018-09-30Ignore click events with invalid positionsFlorian Bruhin
Since Qt 5.11.2, various crash logs like this popped up after clicking a <select> element: Traceback (most recent call last): File ".../browser/mouse.py", line 239, in eventFilter return self._handlers[evtype](event) File ".../browser/mouse.py", line 121, in _handle_mouse_press self._mousepress_insertmode_cb) File ".../browser/webengine/webenginetab.py", line 624, in find_at_pos assert pos.x() >= 0 AssertionError This is probably caused by https://codereview.qt-project.org/#/c/193908/ in some way...
2018-09-30Merge remote-tracking branch 'origin/pr/4274'Florian Bruhin
2018-09-30Fix _is_pinned() during initFlorian Bruhin
2018-09-30Update docsFlorian Bruhin
2018-09-30Rename variableFlorian Bruhin
2018-09-30Merge remote-tracking branch 'origin/pr/4191'Florian Bruhin
2018-09-30Simplify toggle_visibilityFlorian Bruhin
2018-09-30Merge remote-tracking branch 'origin/pr/4266'Florian Bruhin
2018-09-30FAQ: Add MacOS PATH info to TroubleshootingJoel Gillman
2018-09-30FAQ: Update mailcap answerFlorian Bruhin
2018-09-30Show errors on invalid --mode argument for :hintFlorian Bruhin
2018-09-30Repeat last run macro with @@Florian Bruhin
2018-09-29Merge branch 'master' of https://github.com/qutebrowser/qutebrowser into ↵Jay Kamat
jay/visible-update-titles
2018-09-29Only apply visibility toggle if we have >10 tabsJay Kamat
2018-09-29Minor requested changeszaowen
2018-09-28Make tab attributes more consistentFlorian Bruhin
2018-09-28Update docsFlorian Bruhin
2018-09-28Use signals instead of making scripts publicFlorian Bruhin
2018-09-28Use when-searching, not when_searchingFlorian Bruhin
2018-09-28Fix lintFlorian Bruhin
2018-09-28Only update stylesheet if we actually had a searchFlorian Bruhin
We call search.clear() a lot, even before the stylesheet JS was initialized. After we've done a search, we can be sure that it is inited, and we only need to hide the scrollbar there.
2018-09-28Merge remote-tracking branch 'origin/pr/4186'Florian Bruhin
2018-09-28Improve content.mute docsFlorian Bruhin
2018-09-28Update docsFlorian Bruhin
2018-09-28Update mute status if content.mute was changedFlorian Bruhin
2018-09-28Don't touch mute status after the user changed itFlorian Bruhin
2018-09-28configtypes: Be more explicit about None-valuesFlorian Bruhin
2018-09-28Allow fallback=False with config.get/get_objFlorian Bruhin
2018-09-28Merge remote-tracking branch 'origin/pr/4189'Florian Bruhin
2018-09-28Update docsFlorian Bruhin
2018-09-28Merge remote-tracking branch 'origin/pr/4261'Florian Bruhin
2018-09-28Remove unneeded decoratorsFlorian Bruhin
2018-09-28Update docsFlorian Bruhin