Jimmy
b192164f2e
Don't alphabetically sort tab completion.
...
`ListCategory` sorts its completion by default, we are already building
the categories in the right order so don't need that.
The test tests the case of where you have 11 tabs and if the model was
sorted the tabs with index 10 and 11 would be sorted before the one with
index 2.
The `random.sample` bit for the tab url and title is to also make sure
the model isn't being sorted on those columns, whithout haveng to write
and all ten lines.
2018-08-19 16:42:36 +12:00
Jay Kamat
9a4f3dae63
Merge pull request #4138 from lufte/issue4137
...
Fix double-escaping on qute://log
2018-08-18 13:51:10 -07:00
Jay Kamat
995f9b47a0
Update changelog
2018-08-18 13:42:07 -07:00
lufte
9c4337c359
Fix "Unnecessary generator - rewrite as a list comprehension."
2018-08-17 18:06:23 -03:00
lufte
fd70d6d2d8
Some memory improvements with generators
2018-08-17 01:00:32 -03:00
lufte
68b9dff747
Perform attribute updates on a record's clone
2018-08-17 00:59:14 -03:00
Florian Bruhin
de8fd25f43
Change key to leave passthrough mode to Shift-Escape
...
We changed this a while ago in a2f62238f1
already, but Ctrl-V was kind of cumbersome as well, as it conflicted with
pasting.
Shift-Escape is closer to the default leave-mode binding (Escape), and also
unlikely to conflict as it's used for the task manager in Chrome.
2018-08-15 18:34:26 +02:00
Florian Bruhin
4831cb59cb
Merge pull request #4131 from qutebrowser/pyup-scheduled-update-2018-08-13
...
Scheduled weekly dependency update for week 32
2018-08-15 11:00:53 +02:00
Florian Bruhin
364b808743
Update changelog for v1.4.2
2018-08-15 10:57:10 +02:00
Jay Kamat
b962c5c4d9
Merge pull request #4118 from DerJesko/master
...
Tests for ipv6 support in urlmatch
2018-08-13 14:33:53 -07:00
pyup-bot
fb4a0eed30
Update tox from 3.1.3 to 3.2.1
2018-08-13 19:44:24 +02:00
pyup-bot
3cdc9ed4ea
Update hypothesis from 3.66.30 to 3.67.0
2018-08-13 19:44:23 +02:00
pyup-bot
6a9f9c3fc0
Update beautifulsoup4 from 4.6.1 to 4.6.3
2018-08-13 19:44:21 +02:00
pyup-bot
ba64ea4e04
Update astroid from 2.0.2 to 2.0.4
2018-08-13 19:44:20 +02:00
pyup-bot
c665cfbedf
Update pefile from 2017.11.5 to 2018.8.8
2018-08-13 19:44:18 +02:00
pyup-bot
60fa40f30b
Update certifi from 2018.4.16 to 2018.8.13
2018-08-13 19:44:17 +02:00
pyup-bot
564633b805
Update certifi from 2018.4.16 to 2018.8.13
2018-08-13 19:44:15 +02:00
pyup-bot
2bde2dcbf0
Update certifi from 2018.4.16 to 2018.8.13
2018-08-13 19:44:14 +02:00
Florian Bruhin
748d80c08f
Merge remote-tracking branch 'origin/pr/4129'
2018-08-13 09:21:32 +02:00
Florian Bruhin
92a8563090
Update changelog
2018-08-13 09:21:21 +02:00
Florian Bruhin
3b13b06c16
Merge pull request #4130 from fiete201/fix_dwb_url_in_faq
...
Fix dwb urls in faq
2018-08-13 08:20:35 +02:00
wishfort36
0e3e41a5e8
Handle nitpicks
2018-08-13 07:50:54 +02:00
Fritz Reichwald
b11e26adbd
Fix dwb urls in faq
2018-08-13 07:22:14 +02:00
wishfort36
6d59c1b7a5
Update doc/userscripts.asciidoc
2018-08-12 22:44:51 +02:00
wishfort36
b05738dd6c
Keep $QUTE_COUNT unset if a count is not given
2018-08-12 22:39:32 +02:00
wishfort36
a9725ddb4a
Add tests for $QUTE_COUNT
2018-08-12 22:31:12 +02:00
wishfort36
359eefe1ab
Expose $QUTE_COUNT to userscripts
2018-08-12 21:21:01 +02:00
Florian Bruhin
8e6f79755d
Update changelog
2018-08-12 20:25:23 +02:00
Florian Bruhin
58dffafb1e
Merge remote-tracking branch 'origin/pr/4126'
2018-08-12 20:24:56 +02:00
Florian Bruhin
bddc021295
Mark more :follow-selected tests as flaky
2018-08-12 20:24:31 +02:00
Florian Bruhin
2a1afd5255
Add more detailed info to _chromium_version docs
2018-08-11 22:18:52 +02:00
Jesko
0d78533480
remove useless config option
2018-08-11 19:43:11 +02:00
farlusiva
8e2307c546
Docstring things, change test
...
- Update the docstring for repeat
- Remove the blank line after the docstring
- Update the docstring with scripts/dev/src2asciidoc.py
- Simplify the test
2018-08-11 19:32:41 +02:00
wishfort36
adb371f305
Add test
2018-08-11 19:04:18 +02:00
wishfort36
f27195d360
Have 'times' multiply with [count] by default
2018-08-11 18:31:17 +02:00
wishfort36
b085a8a7de
Update documentation
2018-08-11 18:18:39 +02:00
wishfort36
961fa07fb0
Core functionality
2018-08-11 17:59:45 +02:00
Jesko
a676cca6c5
changing the texts of the errors
2018-08-10 20:49:20 +02:00
Jesko
b74b069153
removing useless brackets
2018-08-10 19:14:48 +02:00
Jesko
0b51437346
fixing indentation
2018-08-10 19:05:15 +02:00
Florian Bruhin
57d3ed95f2
Mark another test as flaky
2018-08-10 08:40:24 +02:00
Florian Bruhin
73ab356756
Merge pull request #4105 from davidv171/master
...
Show warning when using --backend with a running instance
2018-08-10 06:53:01 +02:00
Florian Bruhin
649fc08ccc
Allow PyQt 5.10 to fail on Travis
...
See #4055
2018-08-10 06:37:08 +02:00
Florian Bruhin
edc524bbe2
Merge pull request #4123 from slackhead/slackware-install
...
Add slackware installation instructions
2018-08-09 20:03:09 +02:00
Slackhead
62d217389e
Change -b to -i
2018-08-09 18:52:15 +01:00
Slackhead
e6122b9a5e
Add slackware installation instructions
2018-08-09 18:46:01 +01:00
Florian Bruhin
e927fecbbc
Make content.webrtc_public_interfaces_only work on Qt 5.11
...
69abc9a1a1
added the argument for Qt 5.9, but
didn't add the QWebEngineSetting for Qt >= 5.11.
See #3010 , #2163 .
2018-08-08 20:48:33 +02:00
Jesko
972b3ae960
changing suggested flaws
2018-08-08 18:30:12 +02:00
Jesko
484a22f111
now declining more wrong ipv6 addresses and cleaning up code
2018-08-08 17:53:14 +02:00
Jesko
4ce5d99b24
match minimizes ipv6 urls
2018-08-08 16:55:43 +02:00