Florian Bruhin
55112b52e0
Merge remote-tracking branch 'origin/pr/3776'
2018-03-27 10:25:41 +02:00
Florian Bruhin
2249a88e3a
Make test_simple_js_webengine work correctly
2018-03-27 07:29:43 +02:00
Florian Bruhin
6dbd6d1ddf
Move test_qt_javascript.py
2018-03-27 07:14:05 +02:00
Florian Bruhin
6ecea8ef17
Revert accidental changes to test_qt_javascript.py
2018-03-27 07:13:17 +02:00
Florian Bruhin
021bb25622
Add regenerating website to contributing.asciidoc
...
[ci skip]
(cherry picked from commit 9f95736bbe4a00c9cc4a8b222ab3dc55d6bdf96c)
2018-03-26 22:53:46 +02:00
pyup-bot
4896765fcc
Update virtualenv from 15.1.0 to 15.2.0
2018-03-26 18:17:25 +02:00
pyup-bot
d98590d712
Update pytest-faulthandler from 1.4.1 to 1.5.0
2018-03-26 18:17:23 +02:00
pyup-bot
496e6fc624
Update pytest from 3.4.2 to 3.5.0
2018-03-26 18:17:22 +02:00
pyup-bot
55a818b156
Update py from 1.5.2 to 1.5.3
2018-03-26 18:17:20 +02:00
pyup-bot
85be0f2801
Update py from 1.5.2 to 1.5.3
2018-03-26 18:17:19 +02:00
pyup-bot
b7b4cc7f31
Update hypothesis from 3.50.0 to 3.52.0
2018-03-26 18:17:17 +02:00
pyup-bot
056a901da0
Update python-dateutil from 2.7.0 to 2.7.2
2018-03-26 18:17:16 +02:00
pyup-bot
ba9b166962
Update python-dateutil from 2.7.0 to 2.7.2
2018-03-26 18:17:15 +02:00
pyup-bot
edf2652431
Update flake8-builtins from 1.0.post0 to 1.1.1
2018-03-26 18:17:13 +02:00
Florian Bruhin
6755e17630
Update changelog
2018-03-26 10:54:15 +02:00
Florian Bruhin
d4899240de
Break long lines
2018-03-26 10:51:04 +02:00
Florian Bruhin
ddbb6b5198
Merge remote-tracking branch 'origin/pr/3769'
2018-03-26 10:45:31 +02:00
Florian Bruhin
1087ce075d
Merge remote-tracking branch 'origin/pr/3767'
2018-03-26 10:45:23 +02:00
Philip Lewis
cecb79cf05
Fix keyhints for special characters
...
`prefix` is a string and `seq` is a key sequence, so removing `len(prefix)`
items from `seq` will remove too many if `prefix` contains a special character
(ex "<Ctrl+x>"). Remove the number of characters from `str(seq)` instead.
2018-03-25 15:18:02 -04:00
Florian Bruhin
d4ea1df232
Improve window_open.html tests
2018-03-25 19:56:48 +02:00
Florian Bruhin
91ca7d0911
tests: Rename close function in window_open.html
...
Naming it close() conflicts with the global JS close()
2018-03-25 19:39:34 +02:00
bitraid
68e3ad6cba
Pyinstaller: don't use upx
2018-03-25 19:43:59 +03:00
Florian Bruhin
12a405965a
Make QtWebEngine inspector work with JS disabled
2018-03-25 14:55:03 +02:00
Florian Bruhin
f1789effdc
Stabilize navigate.feature on Qt 5.11
...
Looks like we get qute://help as URL from the previous test otherwise?
See #3661
2018-03-23 10:29:25 +01:00
Florian Bruhin
e095f64eb6
Merge remote-tracking branch 'origin/pr/3752'
2018-03-23 08:25:59 +01:00
Florian Bruhin
06df88075e
Merge remote-tracking branch 'origin/pr/3749'
2018-03-23 08:25:49 +01:00
Florian Bruhin
00bdb60627
Ignore "Dropping message on closed channel." message
...
This seems to happen with this test in tabs.feature with Qt 5.11:
Scenario: :buffer with wrong argument (-1)
It only happens ~1/50 times though, and seems like some Qt bug.
See #3661
2018-03-23 07:59:46 +01:00
Jay Kamat
07d043fe81
Add basic tests for tab width sizing
2018-03-22 14:27:33 -04:00
Jay Kamat
477da6002a
Fix minimum size for vertical tabs
2018-03-22 12:59:35 -04:00
Florian Bruhin
b67a031151
Rephrase autoconfig.yml docs
...
[ci skip]
2018-03-22 08:37:12 +01:00
bitraid
4fb940241c
Add 32bit color for Windows icon
2018-03-21 23:13:26 +02:00
Florian Bruhin
300d873b18
Update Debian install instructions
...
Supersedes #3707
Fixes #3737
[ci skip]
2018-03-21 10:55:54 +01:00
Florian Bruhin
a8bbd5fa4d
Update docs for TimestampTemplate
2018-03-21 10:14:48 +01:00
Florian Bruhin
2d655a7230
Update changelog
2018-03-21 08:27:09 +01:00
bitraid
7601e58c81
Merge remote-tracking branch 'upstream/master'
2018-03-20 23:54:18 +02:00
bitraid
e316f1768e
More compatible icon for Windows
...
Fixes #3601
2018-03-20 23:28:42 +02:00
Florian Bruhin
11696f0073
Fix test_configinit
2018-03-20 22:16:16 +01:00
Florian Bruhin
f9d976880e
Disable shared web workers on Qt < 5.11
2018-03-20 21:14:04 +01:00
Florian Bruhin
a5f1022330
Log document.body in JS tests
2018-03-20 11:56:46 +01:00
Florian Bruhin
85d3d4baba
Mark test_set_error as flaky
2018-03-20 10:25:03 +01:00
Florian Bruhin
561295238d
Another try at stabilizing test_set_error
2018-03-20 08:58:48 +01:00
Florian Bruhin
0e670a597e
Update docs
2018-03-20 08:53:59 +01:00
Florian Bruhin
0fd3674d9e
Update changelog
2018-03-20 07:07:05 +01:00
Florian Bruhin
0ee9d73fe2
Merge remote-tracking branch 'origin/pr/3692'
2018-03-20 07:05:43 +01:00
Florian Bruhin
81827a3150
Try to stabilize stylesheet tests
2018-03-20 07:05:03 +01:00
Florian Bruhin
32145d579b
Merge branch 'pyup-scheduled-update-2018-03-19'
2018-03-20 07:00:37 +01:00
Florian Bruhin
f230fd3abb
Rebuild requirement files
2018-03-20 06:59:57 +01:00
Florian Bruhin
51318d66c8
Fix ignore for new flake8-per-file-ignores release
2018-03-20 06:55:05 +01:00
Florian Bruhin
59602ec5b5
requirements: Blacklist flake8-builtins 1.1.0
...
See https://github.com/gforcada/flake8-builtins/issues/19
2018-03-20 06:55:05 +01:00
Florian Bruhin
a374698693
Fix lint
2018-03-20 06:38:11 +01:00