Florian Bruhin
0858c7146c
Get rid of data_display_may_return_none
...
This got removed in pytest-qt
2018-10-05 18:57:23 +02:00
Florian Bruhin
4b13609553
Fix lint
2018-10-05 18:50:14 +02:00
Florian Bruhin
81e5173c9c
Fix getting searchengines in URL model
2018-10-05 17:51:04 +02:00
Florian Bruhin
42ef645cf1
Merge remote-tracking branch 'origin/pr/4004'
2018-10-05 17:46:49 +02:00
Florian Bruhin
1e8bb202e9
Make :q only close the active window
...
Closes #4061
Fixes #1089
2018-10-05 17:31:00 +02:00
Florian Bruhin
2c3f144cd5
Update docs
2018-10-05 17:21:36 +02:00
Florian Bruhin
fddb10e157
Merge remote-tracking branch 'origin/pr/4008'
2018-10-05 17:15:42 +02:00
Florian Bruhin
f75348e36b
Fix lint
...
thanks emacs...
2018-10-05 17:13:24 +02:00
Florian Bruhin
2eeaef83ba
Add tests for :zoom-* with --quiet
2018-10-05 16:25:26 +02:00
Florian Bruhin
fb491c1578
Add test for :yank --quiet
2018-10-05 16:23:31 +02:00
Florian Bruhin
5eb0447fec
Update docs
2018-10-05 16:21:02 +02:00
Florian Bruhin
95f816c224
Merge remote-tracking branch 'origin/pr/4292'
2018-10-05 16:20:08 +02:00
Florian Bruhin
616cd0a59c
Fix and test remaining PDF.js OSError issues
2018-10-05 16:06:39 +02:00
Florian Bruhin
b5b4fda676
Fix issues with PDF.js path changes
2018-10-05 14:05:54 +02:00
Viacheslav Chimishuk
8e2723fa77
Add yank --quiet option support.
2018-10-04 21:41:17 +03:00
Florian Bruhin
28ca292b9e
Fix lint
2018-10-04 19:35:38 +02:00
Florian Bruhin
6c245ca7a0
Merge remote-tracking branch 'origin/pr/4220'
2018-10-04 19:34:03 +02:00
Florian Bruhin
8a3704fbe4
Update docs
2018-10-04 19:33:02 +02:00
Florian Bruhin
c786c25494
Update changelog
2018-10-04 19:31:09 +02:00
Florian Bruhin
923b726e38
Merge remote-tracking branch 'origin/pr/4220'
2018-10-04 19:28:01 +02:00
Florian Bruhin
4f697578d9
Update changelog
2018-10-04 16:55:07 +02:00
Florian Bruhin
5514ddeed5
Log OSError for PDF.js more explicitly
...
Closes #4289
2018-10-04 16:54:44 +02:00
Florian Bruhin
659be2296f
Don't log stacktraces for qute:// errors
2018-10-04 16:54:44 +02:00
Florian Bruhin
29142f763c
Use a proper data dir for PDF.js
2018-10-04 16:54:44 +02:00
Florian Bruhin
c472adfa82
Upgrade to pytest-qt 3.2.1
...
This fixes compatibility with PyQt 5.11.3.
2018-10-04 16:25:23 +02:00
Florian Bruhin
c3fec3c8aa
pyinstaller: Re-add pdf.js bundling
...
Fixes #4291
2018-10-04 16:25:07 +02:00
Florian Bruhin
a1a68c13a1
Update changelog
2018-10-04 15:55:36 +02:00
Florian Bruhin
0caff547aa
Show/hide TabBar and not TabWidget with many tabs
2018-10-04 15:54:07 +02:00
Florian Bruhin
45d2e74f53
Clarify changelog
2018-10-04 15:52:43 +02:00
Ryan Roden-Corrent
a5b3670477
Fix pylint/flake8 errors in configtypes.
2018-10-03 21:44:10 -04:00
Ryan Roden-Corrent
59f9d31d4b
Fix up configtypes based on code review.
...
- Remove stray statements
- add an early bail-out if we can't parse a color function
- add more test cases
2018-10-03 17:41:48 -04:00
Florian Bruhin
cfffc628f3
Also update PyQt5 in tox.ini
2018-10-03 22:19:59 +02:00
Florian Bruhin
d04b435ed2
Add coverage comment
2018-10-03 16:23:59 +02:00
Florian Bruhin
a5a222244d
Update release checklist for Python 3.7
2018-10-03 16:14:25 +02:00
Florian Bruhin
7d08714a93
Upgrade PyQt for v1.5.0
2018-10-03 16:07:38 +02:00
Florian Bruhin
7e7d18f113
Release v1.5.0
2018-10-03 15:55:48 +02:00
Florian Bruhin
b06bcafdb6
Update changelog for v1.5.0
2018-10-03 15:55:48 +02:00
Florian Bruhin
9ca6da485c
Handle None values in lessThan
2018-10-03 15:15:25 +02:00
Ryan Roden-Corrent
46683b82e7
Change colors.completion.match.fg to QtColor.
...
The color is now used in a custom Highlighter class, not set in a
stylesheet.
2018-10-02 17:47:33 -04:00
Ryan Roden-Corrent
66cc5f5ea4
Add support for more values in QtColor config type.
...
Recent changes in the completion highlighter mandate that
config.val.colors.completion.match be changed from a QssColor to a
QtColor. However, the latter accepts fewer formats. To avoid breaking
configs, this allows QtColors to be specified using all the same formats
as QssColors, excluding gradients.
I separated the QssColor and QtColor tests as the previous approach of
generating the tests made adding tests for QtColor more complicated.
While working on this I discovered that Qt's css parser is potentially
broken around parsing hsv percentages and filed
https://bugreports.qt.io/browse/QTBUG-70897 .
For consistency, I made our parser similarly broken.
You can show the bug in qutebrowser right now by noting that the
following have different effects:
```
set colors.completion.odd.bg 'hsv(100%, 100%, 100%)'
set colors.completion.odd.bg 'hsv(358, 255, 255)'
```
2018-10-02 17:30:43 -04:00
Florian Bruhin
1cedfc5470
Add test
2018-10-02 13:38:28 +02:00
Florian Bruhin
fc446a9971
Update changelog
2018-10-02 13:34:44 +02:00
Florian Bruhin
55ec72df00
Re-break lines
2018-10-02 13:33:41 +02:00
lyeoh
1b8e1a9ea4
Fix url available to :navigate (strip query)
2018-10-01 16:24:54 -05:00
Florian Bruhin
4060fcc1c6
Fix lint
2018-10-01 21:54:08 +02:00
Florian Bruhin
bb1ed71c7e
Merge pull request #4279 from qutebrowser/pyup-scheduled-update-2018-10-01
...
Scheduled weekly dependency update for week 39
2018-10-01 20:58:12 +02:00
pyup-bot
9923b49ed7
Update hypothesis from 3.73.0 to 3.74.0
2018-10-01 19:53:18 +02:00
pyup-bot
30687a01b5
Update click from 6.7 to 7.0
2018-10-01 19:53:17 +02:00
pyup-bot
7e477a26c8
Update wheel from 0.31.1 to 0.32.0
2018-10-01 19:53:15 +02:00
pyup-bot
9db667f97b
Update pyparsing from 2.2.1 to 2.2.2
2018-10-01 19:53:14 +02:00