Viacheslav Chimishuk
8e2723fa77
Add yank --quiet option support.
2018-10-04 21:41:17 +03:00
Florian Bruhin
4f697578d9
Update changelog
2018-10-04 16:55:07 +02:00
Florian Bruhin
a1a68c13a1
Update changelog
2018-10-04 15:55:36 +02:00
Florian Bruhin
45d2e74f53
Clarify changelog
2018-10-04 15:52:43 +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
Florian Bruhin
fc446a9971
Update changelog
2018-10-02 13:34:44 +02:00
Florian Bruhin
8a7c1b66a4
Add :tab-{give,take} --keep
2018-10-01 16:54:02 +02:00
Florian Bruhin
a3ae950707
Ignore click events with invalid positions
...
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-30 22:55:17 +02:00
Florian Bruhin
dd41bc2f7b
Merge remote-tracking branch 'origin/pr/4274'
2018-09-30 22:14:56 +02:00
Florian Bruhin
45a3611b62
Update docs
2018-09-30 22:08:00 +02:00
Joel Gillman
839eff13f4
FAQ: Add MacOS PATH info to Troubleshooting
2018-09-30 15:44:44 -04:00
Florian Bruhin
d80bdb9563
FAQ: Update mailcap answer
2018-09-30 21:33:22 +02:00
Florian Bruhin
96f28c6f72
Show errors on invalid --mode argument for :hint
2018-09-30 11:45:59 +02:00
Florian Bruhin
d362299e4e
Repeat last run macro with @@
2018-09-30 11:09:42 +02:00
Florian Bruhin
2f121d77df
Update docs
2018-09-28 19:38:17 +02:00
Florian Bruhin
2b1ebe2762
Improve content.mute docs
2018-09-28 17:36:35 +02:00
Florian Bruhin
282fbaf447
Update docs
2018-09-28 16:41:48 +02:00
Florian Bruhin
4d080d3209
Update docs
2018-09-28 12:35:24 +02:00
Florian Bruhin
4bd78e4d0d
Update docs
2018-09-28 12:23:18 +02:00
Florian Bruhin
a8e95dc866
Merge remote-tracking branch 'origin/pr/4265'
2018-09-28 12:22:17 +02:00
Florian Bruhin
e5c9c61ff9
Rebuild docs
2018-09-28 01:12:45 +02:00
Florian Bruhin
3d61eafb07
Merge commit 'ad02d01b2a2e2850bd8e53e3543e79579fd0e84c'
2018-09-27 23:42:03 +02:00
Florian Bruhin
947c70c6ff
Update changelog
2018-09-27 23:26:19 +02:00
Viacheslav Chimishuk
232574212d
Add zoom, zoom-in and zoom-out --quiet option support.
2018-09-27 23:54:13 +03:00
Florian Bruhin
36d7dc4853
Add :prompt-open-download --pdfjs
2018-09-27 22:25:29 +02:00
Florian Bruhin
bfa7d6a566
Update docs
2018-09-27 16:36:33 +02:00
Florian Bruhin
a8355022db
Pass through Ctrl+Mousewheel in passthrough mode
...
See #3836
2018-09-25 20:39:42 +02:00
Ben Gartner
ad02d01b2a
Change commands.py document generator
2018-09-23 16:46:01 -05:00
Florian Bruhin
22a4aaa73c
Handle empty session files gracefully
...
There's still much more to do for #1926 , but with this we at least handle one
common case gracefully.
No tests because test_sessions.py is still in a kinda bad place...
2018-09-22 19:29:36 +02:00
Florian Bruhin
0147ff192a
Update docs
2018-09-20 20:27:24 +02:00
Florian Bruhin
b4a0e16db9
Fix appending text
...
This was broken in 6e954a1596
.
2018-09-19 21:56:39 +02:00
Florian Bruhin
94117bc6b2
Update docs
2018-09-18 20:29:28 +02:00
Florian Bruhin
46435bcd2f
Use always/never instead of force-on/force-off
2018-09-18 11:12:50 +02:00
Florian Bruhin
f2e91cc82e
Add warnings for QtWebKit and old Qt
...
See #3839 , #4039
2018-09-18 08:53:11 +02:00
Florian Bruhin
17c7663ad0
Make content.headers.referer work on QtWebEngine
2018-09-17 19:40:18 +02:00
Florian Bruhin
bd21686e0d
Add webrtc_ip_handling_policy setting
...
This exposes all possible values, but before
https://codereview.qt-project.org/#/c/240121/ we won't be able to change those
at runtime (or enable URL patterns, which thankfully weren't enabled for the
old setting).
In theory, it'd be possible to handle the "public-interface-only" value via
QWebEngineSettings without requiring a restart, but it isn't worth the trouble.
Closes #4201
2018-09-17 18:39:41 +02:00
Florian Bruhin
6fe09c12da
Add a setting for Chromium's low-end device mode
...
See #4039
See #2377
2018-09-17 18:39:41 +02:00
Florian Bruhin
574d7c6a11
Add settings for process models
...
See #4039 , #2377
Fixes #4040
2018-09-17 17:22:51 +02:00
Florian Bruhin
be0d6ef3d2
Try more possible asciidoc paths for qute://help fallback
2018-09-17 09:51:15 +02:00
Florian Bruhin
f9327731b8
Handle UTF-8 byte order marks in Greasemonkey scripts
...
See e.g. https://github.com/jerone/UserScripts/issues/135
2018-09-12 23:54:32 +02:00
Florian Bruhin
d0d73eec04
Regenerate docs
2018-09-12 16:07:25 +02:00
Jay Kamat
59af280f5c
Merge pull request #4206 from airodactyl/feature/support-multiple-words-tab-give-take
...
Support multiple words for :tab-take without quotes
2018-09-11 18:37:21 -07:00
Jay Kamat
d298d49f6f
Update changelog
2018-09-11 15:26:38 -07:00
Florian Bruhin
6a480564cb
Fix docs to say XDG_DATA_HOME instead of _DIR
2018-09-11 19:44:37 +02:00
Florian Bruhin
3138c1f488
Update changelog
2018-09-10 11:58:27 +02:00
Florian Bruhin
f7169dc0ba
Enable content.pdfjs setting on QtWebEngine
2018-09-09 18:35:09 +02:00