Florian Bruhin
155a1901c0
Merge branch 'keys'
2018-03-04 22:50:41 +01:00
Florian Bruhin
c9c0bc0bbd
Update docs
2018-03-04 20:28:46 +01:00
Florian Bruhin
4e505d52df
Regenerate docs
2018-03-04 20:21:57 +01:00
Florian Bruhin
77e0b8983c
Point to Debian repos for .deb downloads
...
[ci skip]
Fixes #3669
2018-03-04 18:51:16 +01:00
Florian Bruhin
02c313eafd
Add packages needed with tox
2018-03-02 10:22:59 +01:00
Florian Bruhin
5d68dc08d5
Update changelog
2018-03-02 06:35:04 +01:00
Florian Bruhin
b14a37cf1f
Update changelog for v1.1.2
...
[ci skip]
2018-02-28 16:14:34 +01:00
Florian Bruhin
e6aa6b8235
Add missing docs for {url:host}
2018-02-27 17:29:36 +01:00
Florian Bruhin
cdf6f52d15
Update changelog
...
[ci skip]
2018-02-26 08:15:34 +01:00
Florian Bruhin
edd2f89d5d
Update changelog
2018-02-26 07:16:55 +01:00
Florian Bruhin
3df066c694
Update changelog
2018-02-25 21:10:35 +01:00
Florian Bruhin
a98466336e
Update changelog
2018-02-25 19:58:23 +01:00
Florian Bruhin
52b5492c6a
Merge branch 'per-url'
2018-02-25 19:44:51 +01:00
Florian Bruhin
d44ff5ba01
Don't load the URL immediately on :undo
...
On some pages like Qt's Gerrit, Indiegogo or Telegram Web, this caused a crash
with QtWebEngine and Qt 5.10.1 in
QtWebEngineCore::WebContentsAdapter::webContents().
I'm not sure what causes the crash exactly, but I'm guessing it's some kind of
race condition between loading the URL initially and deserializing the history,
which both ends up loading the URL.
Since restoring the history means we end up on the given URL anyways, let's just
not open the URL beforehand, which seems to fix this.
Fixes #3619 .
2018-02-25 15:55:20 +01:00
Florian Bruhin
5c4277aac8
Add some default keybindings for toggling scripts
...
Those follow the following pattern:
1) "t" for 'toggle"
2) "s" for "scripts", upper-casing ("S") to make the toggle permanent
3) "h" for host, "H" for host with subdomains, "u" for the exact URL
2018-02-22 08:07:54 +01:00
Florian Bruhin
ada15510a7
Update changelog
2018-02-21 11:07:55 +01:00
Florian Bruhin
0d4e20c395
Whitelist config options which support URL patterns
2018-02-20 23:26:22 +01:00
Florian Bruhin
439d51875f
Add config.pattern()
2018-02-20 20:54:26 +01:00
Florian Bruhin
de38566c11
Update configuring.asciidoc with per-domain settings
2018-02-20 18:43:51 +01:00
Florian Bruhin
a3dfec20c1
Rename --url to --pattern
2018-02-20 17:56:47 +01:00
Florian Bruhin
f8b1e7739d
Update docs
2018-02-20 17:56:47 +01:00
Florian Bruhin
7fcb21573d
Update backers file
2018-02-20 08:52:16 +01:00
Ross Smith II
bf72d81bd3
Add scoop installer
...
See https://github.com/lukesampson/scoop-extras/pull/783
2018-02-18 00:07:02 -08:00
Jay Kamat
12d74c5b52
Fix broken language links in contributing
2018-02-14 11:40:51 -05:00
Florian Bruhin
171392b582
Update changelog
2018-02-13 09:44:10 +01:00
Florian Bruhin
0fae611021
Update changelog
2018-02-12 23:00:55 +01:00
Florian Bruhin
47451aa495
Open qute://tabs with :buffer
2018-02-12 23:00:26 +01:00
Florian Bruhin
15fd552616
Update changelog
2018-02-12 22:32:11 +01:00
Florian Bruhin
e66588f818
Update changelog
2018-02-12 15:30:47 +01:00
Florian Bruhin
e10940100d
Improve/regenerate docs
2018-02-11 11:17:37 +01:00
Florian Bruhin
5510c5fda1
Update changelog
2018-02-11 11:14:50 +01:00
Florian Bruhin
b7f54a89db
Update changelog
2018-02-11 10:46:45 +01:00
Florian Bruhin
d306f81130
Merge remote-tracking branch 'origin/pr/3525'
2018-02-11 10:44:27 +01:00
Florian Bruhin
e53cf08548
Update changelog
2018-02-11 10:35:31 +01:00
Florian Bruhin
4e77aa41d8
Update changelog
2018-02-11 09:39:33 +01:00
Florian Bruhin
63766c1711
Fix typing.Union checks with Python 3.7
2018-02-10 17:22:21 +01:00
Florian Bruhin
015889373e
Update docs
2018-02-10 16:28:34 +01:00
Florian Bruhin
5662407e01
Update docs
2018-02-10 11:53:52 +01:00
Florian Bruhin
c7133a662c
Merge remote-tracking branch 'origin/pr/3577'
2018-02-10 11:40:49 +01:00
Florian Bruhin
11a0580e64
Fix Qt spelling
2018-02-10 10:41:57 +01:00
Florian Bruhin
8d5c0b5fa2
Merge remote-tracking branch 'origin/pr/3565'
2018-02-10 10:41:38 +01:00
Florian Bruhin
995e563352
Update docs
2018-02-10 10:36:58 +01:00
Florian Bruhin
b648345bf8
Update changelog
2018-02-09 22:50:36 +01:00
Florian Bruhin
3779f59a23
Update changelog
2018-02-09 22:48:51 +01:00
Florian Bruhin
c82be35639
Update changelog
2018-02-09 22:29:40 +01:00
Florian Bruhin
1ed427c342
Update changelog
2018-02-09 22:27:05 +01:00
Florian Bruhin
7058a3be74
Regenerate docs
2018-02-09 22:25:39 +01:00
Florian Bruhin
3a5baa1956
Merge remote-tracking branch 'origin/pr/3554'
2018-02-09 22:22:18 +01:00
Marc Jauvin
f3b52aaf23
fix asciidoc for tabs.mode_on_change
2018-02-09 10:39:02 -05:00
Florian Bruhin
f92b52b20c
Update changelog
2018-02-09 10:38:42 +01:00