Commit Graph

16892 Commits

Author SHA1 Message Date
Florian Bruhin
9727975914 Expose tab if needed 2018-10-17 22:38:24 +02:00
Jay Kamat
fa5093e53e
Merge pull request #4352 from user202729/fix-docstring-1
Fix docstring for HintManager.filter_hints
2018-10-17 12:15:14 -07:00
user202729
6f505566b8 Fix docstring for HintManager.filter_hints 2018-10-17 23:44:03 +07:00
Florian Bruhin
8a62269018 Update changelog 2018-10-16 12:30:19 +02:00
Florian Bruhin
5840b60967 Fix utils.ceil_log with invalid log values 2018-10-16 12:29:49 +02:00
Florian Bruhin
ca7c53d4df Add tests for utils.ceil_log 2018-10-16 12:29:43 +02:00
Florian Bruhin
5b7615886b Merge remote-tracking branch 'origin/pr/4330' 2018-10-16 12:02:22 +02:00
Florian Bruhin
fa489201ec Update changelog 2018-10-16 11:41:15 +02:00
Florian Bruhin
cde94e7356 Merge remote-tracking branch 'origin/pr/4332' 2018-10-16 11:38:28 +02:00
Florian Bruhin
e33d582764 Merge remote-tracking branch 'origin/pr/4342' 2018-10-16 11:16:36 +02:00
Florian Bruhin
767a1c102c Add hint benchmark tests 2018-10-16 11:09:27 +02:00
Florian Bruhin
52ceb81a73 Add TabbedBrowserStub.current_url() 2018-10-16 11:09:27 +02:00
Florian Bruhin
552db64028 Add message_bridge fixture 2018-10-16 11:09:27 +02:00
Florian Bruhin
965a2e2806 Remove unneeded win_id argument for HintManager.start 2018-10-16 11:09:27 +02:00
Florian Bruhin
b7c1d04c88 Load navigate page properly 2018-10-16 11:09:27 +02:00
Florian Bruhin
17924de37c
Merge pull request #4343 from qutebrowser/pyup-scheduled-update-2018-10-15
Scheduled weekly dependency update for week 41
2018-10-16 10:27:34 +02:00
pyup-bot
394c263b7e Update colorama from 0.3.9 to 0.4.0 2018-10-15 19:51:24 +02:00
pyup-bot
82acfabb51 Update tox from 3.5.1 to 3.5.2 2018-10-15 19:51:22 +02:00
pyup-bot
70db074726 Update py from 1.6.0 to 1.7.0 2018-10-15 19:51:21 +02:00
pyup-bot
b37613381f Update py from 1.6.0 to 1.7.0 2018-10-15 19:51:19 +02:00
pyup-bot
232e917f52 Update hypothesis from 3.74.3 to 3.76.0 2018-10-15 19:51:18 +02:00
pyup-bot
d647a9987f Update pydocstyle from 2.1.1 to 3.0.0 2018-10-15 19:51:16 +02:00
pyup-bot
712f75266b Update flake8-copyright from 0.2.0 to 0.2.2 2018-10-15 19:51:15 +02:00
pyup-bot
fb4a247e93 Update certifi from 2018.8.24 to 2018.10.15 2018-10-15 19:51:13 +02:00
pyup-bot
b6e38cddd8 Update certifi from 2018.8.24 to 2018.10.15 2018-10-15 19:51:12 +02:00
user202729
77f3ca8727 Optimize HintLabel.update_text 2018-10-15 22:44:40 +07:00
Jay Kamat
79f63b9e81
Fix line length warning in hint scatter test 2018-10-13 08:55:55 -07:00
user202729
97bc4fa6a2 Add comment for explanation 2018-10-13 15:13:26 +07:00
user202729
622ef9294c Use integer arithmetic to compute ceil log 2018-10-13 13:49:08 +07:00
Jay Kamat
87dffa5afc
Update docs and fix style 2018-10-12 21:02:52 -07:00
Jay Kamat
c2f027bf2b
Add tests for rounding error 2018-10-12 20:17:54 -07:00
Jay Kamat
2403a0fd73
Cache hot config accesses in completion 2018-10-12 18:23:36 -07:00
user202729
fad9c902c9 Fix _hint_scattered 2018-10-12 22:35:15 +07:00
Florian Bruhin
9d09aa1b40 Swap noun/verb in :config-{add,remove}-{dict-list}
See https://github.com/qutebrowser/qutebrowser/pull/4324#issuecomment-428934193
2018-10-11 14:29:10 +02:00
Florian Bruhin
1c1223821c Update docs 2018-10-11 14:18:02 +02:00
Florian Bruhin
019811f2cb Merge remote-tracking branch 'origin/pr/4324' 2018-10-11 14:16:06 +02:00
Florian Bruhin
49850b61ed Don't show no_autoconfig settings for :config-add-(list|dict) 2018-10-11 14:07:57 +02:00
Florian Bruhin
ee60159c16 Add missing tests for configmodel 2018-10-11 14:07:13 +02:00
Florian Bruhin
3e39fc0e69 Simplify HintManager.start 2018-10-11 14:01:47 +02:00
Milo Gertjejansen
9fd57b9be0 New config: More powerful :config- commands: remove
- `:config-remove-list` command to remove items from a list.
- `:config-remove-dict` command to remove items from a dict.
- Test coverage.

Continues #2794
2018-10-10 20:23:44 -05:00
Florian Bruhin
b57db67670 Remove test for removed workaround 2018-10-10 09:14:19 +02:00
Florian Bruhin
ae6fda3699 Release v1.5.1 2018-10-10 08:24:08 +02:00
Florian Bruhin
c7f4fd56f7 Update changelog for v1.5.1 2018-10-10 08:20:05 +02:00
Florian Bruhin
64b308ebeb Adjust workaround comment 2018-10-10 08:03:51 +02:00
Florian Bruhin
69d2433584 Remove TextBase.setText workaround
Reverts 561a7e1cdd
https://bugreports.qt.io/browse/QTBUG-36945 apparently got fixed at some point.
2018-10-10 07:56:59 +02:00
Florian Bruhin
3e07c4ce0f Remove mkvenv-pypi-old 2018-10-08 21:10:54 +02:00
Florian Bruhin
c323e9d605 Merge remote-tracking branch 'origin/pr/4315' 2018-10-08 21:01:35 +02:00
Florian Bruhin
d46b0cf3cd Update docs 2018-10-08 20:07:56 +02:00
pyup-bot
559fc3f78b Update tox from 3.4.0 to 3.5.1 2018-10-08 19:53:24 +02:00
pyup-bot
31a0e4f661 Update toml from 0.9.6 to 0.10.0 2018-10-08 19:53:22 +02:00