Jay Kamat
28fce9a7cb
Add support for opening background tabs in 5.11
...
Adding more workarounds to 442bdd4a4f153c9c5b728, *sigh*
2018-05-26 13:52:57 -07:00
Jay Kamat
3392d82f50
Merge branch 'master' of https://github.com/qutebrowser/qutebrowser into jay/tab-bg-focus
2018-05-26 13:52:12 -07:00
Florian Bruhin
12e0edbcd0
Fix lint
2018-05-24 08:47:31 +02:00
Florian Bruhin
17cfb0d39c
Add some more logging for #3920
2018-05-23 21:31:18 +02:00
Florian Bruhin
7162f15348
Use functools instead of a lambda for QTimer
...
It reads nicer, and this is also speculative fix for #3896 as PyQt5 is
hopefully better at disconnecting partial-objects from dead objects than it is
with lambdas.
2018-05-23 09:44:44 +02:00
Jay Kamat
74ea696a5c
Merge branch 'master' of https://github.com/qutebrowser/qutebrowser into jay/tab-bg-focus
2018-05-22 23:17:52 -07:00
Jay Kamat
2f76ef1e53
Revert "Only apply workaround for QTBUG-68076 on non-background tabs"
...
This reverts commit 77c8575a88
.
2018-05-22 23:17:43 -07:00
Florian Bruhin
26e37739e2
Fix typo
2018-05-22 23:07:31 +02:00
Florian Bruhin
e895ee8bdc
Update changelog
2018-05-22 12:28:55 +02:00
Florian Bruhin
29ad252278
Handle ² keypress correctly
...
Turns out str.isdigit() also handles ² as a digit, but int('²') causes a
ValueError.
Here we use `string.digits` instead, which is '0123456789'.
Fixes #3743
2018-05-22 12:25:45 +02:00
Florian Bruhin
db1287cb82
Update changelog
2018-05-22 09:40:54 +02:00
Florian Bruhin
71ad8bdb47
Properly work around Qt 5.11 keyboard focus issues
...
Please let this be the last attempt... :D
Fixes #3939
Supersedes #3921
Reverts ae295a7f65
See #3661
This should not regress #3872 . Might affect #3834 in some way.
2018-05-22 09:36:14 +02:00
Florian Bruhin
bc37af7c95
Document QtWebEngine internals
...
[ci skip]
2018-05-22 07:42:23 +02:00
Florian Bruhin
ae06c2cdb7
Merge pull request #3938 from qutebrowser/pyup-scheduled-update-2018-05-21
...
Scheduled weekly dependency update for week 20
2018-05-21 21:31:03 +02:00
Florian Bruhin
89f019b710
Remove unneeded "except ... as e:" assignments
2018-05-21 20:03:18 +02:00
pyup-bot
228c86c799
Update virtualenv from 15.2.0 to 16.0.0
2018-05-21 18:53:26 +02:00
pyup-bot
c551e29f4c
Update pytest-qt from 2.3.1 to 2.3.2
2018-05-21 18:53:25 +02:00
pyup-bot
7596dbdd43
Update pytest-instafail from 0.3.0 to 0.4.0
2018-05-21 18:53:23 +02:00
pyup-bot
616371a3c1
Update hypothesis from 3.56.9 to 3.57.0
2018-05-21 18:53:22 +02:00
pyup-bot
725a133b9a
Update cheroot from 6.2.4 to 6.3.1
2018-05-21 18:53:20 +02:00
pyup-bot
f60c42b7fb
Update pylint from 1.8.4 to 1.9.1
2018-05-21 18:53:19 +02:00
pyup-bot
9dc9ec3435
Update astroid from 1.6.3 to 1.6.4
2018-05-21 18:53:17 +02:00
pyup-bot
e7a779ef90
Update setuptools from 39.1.0 to 39.2.0
2018-05-21 18:53:16 +02:00
pyup-bot
5ec3f1949a
Update pyflakes from 1.6.0 to 2.0.0
2018-05-21 18:53:14 +02:00
pyup-bot
5df4128e8d
Update pep8-naming from 0.6.1 to 0.7.0
2018-05-21 18:53:13 +02:00
Florian Bruhin
a31542269a
Remove old files from MANIFEST.in
2018-05-20 16:12:33 +02:00
Jay Kamat
77c8575a88
Only apply workaround for QTBUG-68076 on non-background tabs
...
Previously, we would focus webviews even if they were in the
background to work around https://bugreports.qt.io/browse/QTBUG-68076 .
This adjusts that to only occur when needed.
2018-05-18 10:46:53 -07:00
Florian Bruhin
046c0a7ea2
Merge remote-tracking branch 'origin/pr/3914'
2018-05-17 17:53:47 +02:00
Florian Bruhin
d208c48532
Update changelog
2018-05-17 17:53:15 +02:00
Florian Bruhin
dacca0d2ed
Remove double settings
2018-05-17 15:54:26 +02:00
Florian Bruhin
6ccd69dad2
Fix reload for JavaScript support on Qt 5.11
2018-05-17 15:54:17 +02:00
Florian Bruhin
d8569a36f9
Update changelog
2018-05-17 14:24:29 +02:00
Florian Bruhin
44d26f77a5
Add workaround for the "split page" Qt bug (QTBUG-68224)
...
Fixes #3920
2018-05-17 14:21:14 +02:00
Florian Bruhin
6eadff4a10
Add Python executable to :version
2018-05-14 22:13:15 +02:00
pyup-bot
6784356d9d
Update hypothesis from 3.56.5 to 3.56.9
2018-05-14 18:48:20 +02:00
pyup-bot
b0105b0157
Update python-dateutil from 2.7.2 to 2.7.3
2018-05-14 18:48:18 +02:00
pyup-bot
553a91c012
Update python-dateutil from 2.7.2 to 2.7.3
2018-05-14 18:48:17 +02:00
pyup-bot
b0f83615b6
Update wheel from 0.31.0 to 0.31.1
2018-05-14 18:48:15 +02:00
pyup-bot
0c674c7110
Update flake8-builtins from 1.3.1 to 1.4.1
2018-05-14 18:48:14 +02:00
Jay Kamat
71d55e9213
Refocus command prompt after a new tab is opened when in command mode
2018-05-11 08:49:13 -07:00
Jay Kamat
95093b82c9
Refocus webview after spawning a background tab
2018-05-10 10:15:01 -07:00
Jay Kamat
538b4fafdb
Revert "Restore focus to webview after clicking tab-bg"
...
This reverts commit 262cea8e75
.
2018-05-10 09:30:28 -07:00
Jay Kamat
bc9f178a08
Add test for tab-bg focus
2018-05-09 15:34:01 -07:00
Jay Kamat
262cea8e75
Restore focus to webview after clicking tab-bg
2018-05-09 11:05:07 -07:00
Florian Bruhin
48c44e1b4d
Fix and update docs
2018-05-08 15:22:49 +02:00
Florian Bruhin
20efaeff19
Improve configuration docs
2018-05-08 14:57:56 +02:00
Florian Bruhin
d194a8ddb0
Merge pull request #3898 from qutebrowser/pyup-scheduled-update-2018-05-07
...
Scheduled weekly dependency update for week 18
2018-05-08 14:21:23 +02:00
Florian Bruhin
c8d539a4c6
Update changelog
2018-05-08 11:46:07 +02:00
Florian Bruhin
8531f89ca3
Merge remote-tracking branch 'origin/pr/3789'
2018-05-08 11:45:20 +02:00
Florian Bruhin
4fee9b9637
Update changelog
2018-05-08 11:44:06 +02:00