Florian Bruhin
70c7a42a63
Merge remote-tracking branch 'origin/pr/3900'
2018-05-08 11:37:52 +02:00
Florian Bruhin
d005088b6b
Add missing fake_args fixture
2018-05-08 11:26:45 +02:00
Pol Van Aubel
f1b481dcc7
Short options for --debug and --debug-flags
2018-05-07 22:35:32 +02:00
Pol Van Aubel
431a52da6c
Short options for --basedir and --temp-basedir
2018-05-07 22:10:08 +02:00
Florian Bruhin
b9fc068af5
Add a log-requests debug-flag
2018-05-07 10:23:56 +02:00
Florian Bruhin
7762017f00
Release v1.3.0
2018-05-03 19:25:04 +02:00
Florian Bruhin
2ba40acf74
Update changelog for v1.3.0
2018-05-03 19:25:04 +02:00
Florian Bruhin
388c155ebb
Add test for #3753
2018-05-03 18:02:20 +02:00
Florian Bruhin
adf2f9860d
Disable spellcheck when it's unneeded.
...
Fixes #3753
2018-05-03 17:58:56 +02:00
Florian Bruhin
f528a5dd21
Update changelog
2018-05-03 17:56:24 +02:00
Florian Bruhin
f0f1a4a1d1
Merge remote-tracking branch 'origin/pr/3702'
2018-05-03 17:56:03 +02:00
Florian Bruhin
ae295a7f65
Call setFocus() when navigating
...
See #3661 :
https://github.com/qutebrowser/qutebrowser/issues/3661#issuecomment-386308601
This doesn't seem to fully fix this, but at least the top four failed tests
there...
This should not regress #3872 . Might affect #3834 in some way.
2018-05-03 17:43:19 +02:00
Florian Bruhin
68794cc2e2
Revert "Always set FocusOnNavigationEnabled"
...
This reverts commit fa41af63b6
.
See #3661
Fixes #3872
2018-05-03 15:25:41 +02:00
Florian Bruhin
acdf0a1c60
Call _handle_search before leaving the mode
2018-05-03 15:23:45 +02:00
Florian Bruhin
626abd3c83
Fix lint
2018-05-03 15:18:21 +02:00
Florian Bruhin
979b7cfaba
Add a stop-gap solution for AssertionError when retrying downloads
...
See #3847
2018-05-03 14:52:10 +02:00
Florian Bruhin
2b6b4e82a7
Handle event_target() being None
...
As a stop-gap solution for #3888
2018-05-03 14:45:55 +02:00
Florian Bruhin
80778a9ff3
Update changelog
2018-05-03 14:04:56 +02:00
Florian Bruhin
6eb8284fe0
Refactor handling search in command.py
2018-05-03 14:04:56 +02:00
Florian Bruhin
49bdcd5a97
Merge remote-tracking branch 'origin/pr/3796'
2018-05-03 13:58:26 +02:00
Florian Bruhin
106e591a36
Refactor matching of Greasemonkey scripts
2018-05-03 13:53:10 +02:00
Florian Bruhin
a70f864ff5
Update changelog
2018-05-03 13:33:53 +02:00
Florian Bruhin
4932cc4d24
Merge remote-tracking branch 'origin/pr/3804'
2018-05-03 13:33:08 +02:00
Florian Bruhin
2b5f133726
Update changelog
2018-05-03 13:23:30 +02:00
Florian Bruhin
5436e27e41
Merge remote-tracking branch 'origin/pr/3756'
2018-05-03 13:21:45 +02:00
Florian Bruhin
4adf10a2f2
Update changelog
2018-05-03 09:13:48 +02:00
Florian Bruhin
b80fa7a197
Merge remote-tracking branch 'origin/pr/3858'
2018-05-03 09:13:31 +02:00
Florian Bruhin
3cc790afb3
Update changelog
2018-05-03 09:10:14 +02:00
Florian Bruhin
91aa9f6c0c
Merge remote-tracking branch 'origin/pr/3884'
2018-05-03 09:09:27 +02:00
Florian Bruhin
d6cacdb42f
Merge pull request #3876 from qutebrowser/pyup-scheduled-update-2018-04-30
...
Scheduled weekly dependency update for week 17
2018-05-02 16:22:25 +02:00
Jimmy
19554ba4a1
Update PyPI api URL.
...
Flask 1.0 is out, pip made breaking changes, warehouse is a thing, new
requests soon. So
much fun in python world lately.
2018-05-02 23:08:51 +12:00
toofar
d16d9e403a
Make HTTPClient follow redirects by default.
...
Closes #3875
The autoupdator, which uses `qutebrowser.misc.httpclient` has been failing recently because the URL that it hits to check version information is now serving a 301 moved permanently. By default QNetworkRequest doesn't follow redirects so it was getting back a (non-json, despite the request) body pointing to the new location, instead or version information. This changes fixes that by changing HTTPClient to use a QNetworkRequest subclass which follows redirects by default.
It lookes like HTTPClient is currently only used in autoupdate.py, version.py, and crashdialog.py so I don't expect any breakage.
5.6-5.8 Only had a boolean setting available which allows redirects, but not from the https scheme to http, 5.9 introduces a more nuanced setting. I have tested locally on 5.7.1 and 5.10.
2018-05-02 23:08:51 +12:00
pyup-bot
432d666d25
Update pytest from 3.5.0 to 3.5.1
2018-04-30 18:29:17 +02:00
pyup-bot
1c3ee0db20
Update flask from 0.12.2 to 1.0.1
2018-04-30 18:29:16 +02:00
pyup-bot
bdc0c0ddc1
Update setuptools from 39.0.1 to 39.1.0
2018-04-30 18:29:14 +02:00
pyup-bot
b9c8a79f10
Update flake8-builtins from 1.3.0 to 1.3.1
2018-04-30 18:29:13 +02:00
cryzed
801e9e0334
qute-pass: Improve fake_key_raw()
2018-04-29 15:22:52 +02:00
Florian Bruhin
cfa5ee2835
Merge pull request #3862 from qutebrowser/pyup-scheduled-update-2018-04-23
...
Scheduled weekly dependency update for week 16
2018-04-24 11:32:56 +02:00
Florian Bruhin
9c6437b3b9
Update comment
2018-04-24 09:53:41 +02:00
Florian Bruhin
486488e2cd
Filter pycodestyle 2.4.0 for pyup
...
See https://github.com/PyCQA/pycodestyle/issues/741
2018-04-24 09:48:47 +02:00
Florian Bruhin
b4f877d991
Update changelog
2018-04-24 09:44:54 +02:00
cryzed
92aedf84f5
qute-pass: Don't use f-strings
2018-04-23 19:16:51 +02:00
cryzed
6825dfb8d8
qute-pass: Fake strings letter-by-letter to avoid issues
2018-04-23 19:01:12 +02:00
pyup-bot
d6c6014b85
Update pytest-mock from 1.8.0 to 1.9.0
2018-04-23 18:24:29 +02:00
pyup-bot
c1ac1d702f
Update hypothesis from 3.55.1 to 3.56.5
2018-04-23 18:24:27 +02:00
pyup-bot
9e50b7afcc
Update cheroot from 6.1.2 to 6.2.4
2018-04-23 18:24:25 +02:00
pyup-bot
1388880e7b
Update github3.py from 1.0.2 to 1.1.0
2018-04-23 18:24:24 +02:00
pyup-bot
30d60ea740
Update github3.py from 1.0.2 to 1.1.0
2018-04-23 18:24:22 +02:00
pyup-bot
28cac01a1f
Update pycodestyle from 2.3.1 to 2.4.0
2018-04-23 18:24:21 +02:00
pyup-bot
1689cb09f8
Update flake8-builtins from 1.2.2 to 1.3.0
2018-04-23 18:24:19 +02:00