Commit Graph

16355 Commits

Author SHA1 Message Date
pyup-bot
48711c3803 Update typing from 3.6.4 to 3.6.6 2018-09-03 19:42:22 +02:00
pyup-bot
d787f85843 Update attrs from 18.1.0 to 18.2.0 2018-09-03 19:42:20 +02:00
pyup-bot
4f5dec0dc2 Update attrs from 18.1.0 to 18.2.0 2018-09-03 19:42:19 +02:00
pyup-bot
aad42aca63 Update attrs from 18.1.0 to 18.2.0 2018-09-03 19:42:17 +02:00
pyup-bot
0e7053affe Update certifi from 2018.8.13 to 2018.8.24 2018-09-03 19:42:16 +02:00
pyup-bot
0dbdd4a410 Update certifi from 2018.8.13 to 2018.8.24 2018-09-03 19:42:14 +02:00
pyup-bot
adfcf6acd7 Update certifi from 2018.8.13 to 2018.8.24 2018-09-03 19:42:13 +02:00
Florian Bruhin
f028759125 Update changelog 2018-09-02 15:47:53 +02:00
Florian Bruhin
5b0c10d430 Fix docstrings 2018-09-02 15:46:57 +02:00
Florian Bruhin
8a42256cff Merge remote-tracking branch 'origin/pr/4178' 2018-09-02 15:45:48 +02:00
Florian Bruhin
e8937b55f2 Fix up changelog for v1.4.2 2018-09-02 14:56:09 +02:00
Florian Bruhin
a7775ffc2d Release v1.4.2 2018-09-02 14:53:38 +02:00
Florian Bruhin
46b430c95b Update changelog for v1.4.2 2018-09-02 14:51:25 +02:00
Florian Bruhin
3a13614d0e Fix none_ok description in BaseType 2018-09-02 12:10:07 +02:00
Florian Bruhin
67b4b7d490 Handle :// as URL pattern 2018-09-02 11:58:34 +02:00
Florian Bruhin
5f10c9c15f Make rcorre codeowners line recursive 2018-09-01 22:17:22 +02:00
Vasilij Schneidermann
3fa6d94893 Display value when calling :set without a value
This change brings Qutebrowser closer to Vim's behavior of `:set
foo?` *and* `:set foo` displaying the current value of `foo`.
2018-08-31 21:34:42 +02:00
Florian Bruhin
003f667d4f Update changelog 2018-08-31 16:49:13 +02:00
Florian Bruhin
1815070dab Make sure the host blocker doesn't block 0.0.0.0 2018-08-31 16:48:45 +02:00
Florian Bruhin
65caf40b06 Remove unneeded import 2018-08-31 11:47:18 +02:00
Florian Bruhin
b7b3473f74 Update changelog 2018-08-30 07:50:31 +02:00
Florian Bruhin
a13607674f Elide URLs at the end and not in the middle
With a URL like http://www.example.com/long/path/end, an elision like
http://www.example.com/…/path/end would be nicest, but using ElideMiddle means
we can end up with something like http://www.example.…/path/end, which can
possibly trick a user during a phishing attempt.

Instead, let's just always elide at the end, so we end up with
http://www.example.com/long/…. That makes sure the scheme/hostname (which are
most important) are visible as long as possible.

Fixes #4170.
2018-08-30 07:46:01 +02:00
Florian Bruhin
d337ed885a Re-add :stop test in misc.feature
For some reason I don't comprehend right now, disabling it breaks
test_focusing_download_widget_via_tab. I'm having exams tomorrow and the day
after that, so meh, let's just re-enable that test for now as a stopgap
solution.
2018-08-28 22:56:50 +02:00
Florian Bruhin
8459afb76e Recognize "Command"/"Cmd" in keybindings 2018-08-28 18:57:47 +02:00
Florian Bruhin
3fa01ae84d Handle more flaky tests 2018-08-28 09:21:03 +02:00
Florian Bruhin
0b872f193e
Merge pull request #4165 from lufte/missing-colon
Missing colon
2018-08-28 09:20:23 +02:00
lufte
7d293ed9ff Missing colon 2018-08-27 23:03:49 -03:00
Florian Bruhin
a03133c573 Fix and https-ify some URLs 2018-08-27 23:31:13 +02:00
Florian Bruhin
f657cf81c5
Merge pull request #4148 from clp/readme_similar
Add two similar projects to the Active list in README.
2018-08-27 18:56:54 +02:00
C. Poda
4d0cb33df1 Change webmacs from WebEngine to QtWebEngine. 2018-08-27 08:14:30 -07:00
Florian Bruhin
ce5bfd4e92 Update docs 2018-08-27 10:40:48 +02:00
Florian Bruhin
23991ccb4e Update changelog 2018-08-27 10:07:36 +02:00
Florian Bruhin
1a7efd92d7 Merge remote-tracking branch 'origin/pr/4140' 2018-08-27 10:06:04 +02:00
Florian Bruhin
57c245eaea
Merge pull request #4156 from pldiiw/docs-installing-with-tox-openssl1.0-ubuntu-instructions
Add instructions to link against OpenSSL 1.0 on Ubuntu
2018-08-27 09:34:26 +02:00
Florian Bruhin
bfec5c9f7f
Merge pull request #4153 from vilhalmer/set-desktop-entry-name
Set desktop file name
2018-08-27 09:31:00 +02:00
C. Poda
b85f58545e Move some listings from Active to Inactive in README.
Move five items in the Similar Projects section, to reflect
lack of recent activity.

Fix one URL typo.
2018-08-26 12:52:06 -07:00
Florian Bruhin
59e7adc1e6
Merge pull request #4150 from qutebrowser/pyup-scheduled-update-2018-08-20
Scheduled weekly dependency update for week 33
2018-08-25 09:09:07 +02:00
Florian Bruhin
51a87f78df Blacklist pytest 3.7.2 2018-08-25 08:06:54 +02:00
Florian Bruhin
1dd857a51a Implement MouseLock permission
Closes #3287
2018-08-24 23:31:04 +02:00
Florian Bruhin
2d54cdaecb Really fix stacktrace link... 2018-08-23 21:31:21 +02:00
Florian Bruhin
ac6d5283e0 Fix stacktrace.asciidoc link 2018-08-23 21:28:46 +02:00
PLD
802ce3636e Add instructions to link against OpenSSL 1.0 on Ubuntu
When installing qutebrowser via tox on Ubuntu 18.04, the notes on linking
OpenSSL 1.0 instead of OpenSSL 1.1 to make QtNetwork SSL working are a bit
confusing, due to some path differences between Ubuntu and ArchLinux. The
addition of an item addressing this specific issue should help newcomers.
2018-08-23 18:09:32 +02:00
vilhalmer
8ac9c72412
Set desktop file name 2018-08-21 21:38:26 -04:00
C. Poda
65ca15ecf6 Reword text for inactive project jumanji, in README.
Clarify that jumanji is not a project of Arch Linux,
but that the page at Arch has some data about the browser.
2018-08-21 11:48:16 -07:00
C. Poda
92a8e415e9 Remove two dead links from Inactive list in README.
These links are in the Similar Projects-Inactive section
of the README file.  Two other links point to pages
with data about those projects.
2018-08-21 11:29:00 -07:00
C. Poda
7a7a65d714 Change Webkit to WebKit in one place. 2018-08-20 14:36:27 -07:00
C. Poda
b58e081f0a Add browser project data and 2 new links to README.
For the 'next' browser, change Webkit2 to Webkit, the version used
for Mac is unclear.

The links for 'jumanji' and 'pentadactyl' are dead.  Keep those
old links (if someone wants to search a web archive for them); and
add a working link for each of those browsers.
2018-08-20 14:25:42 -07:00
pyup-bot
d8a26995c4 Update pytest from 3.6.4 to 3.7.2 2018-08-20 19:40:19 +02:00
pyup-bot
699c4b21c0 Update hypothesis from 3.67.0 to 3.69.0 2018-08-20 19:40:18 +02:00
pyup-bot
c594c5ee9e Update pyroma from 2.3.1 to 2.4 2018-08-20 19:40:16 +02:00