Florian Bruhin
400e1bc7d7
Show tab titles as tooltip
...
Closes #3535
2018-01-30 07:11:48 +01:00
Florian Bruhin
d01a0b1d64
Fix :bookmark-add with no URL
2018-01-28 13:05:49 +01:00
Florian Bruhin
cdaf3ac097
Fix .Xresources example
...
[ci skip]
2018-01-26 18:32:27 +01:00
Florian Bruhin
4b9bba7505
Edit changelog
2018-01-26 09:38:49 +01:00
Florian Bruhin
677e188894
Update docs
2018-01-26 09:37:35 +01:00
Florian Bruhin
b93bee18d0
Regenerate docs
2018-01-25 11:03:45 +01:00
Florian Bruhin
ab4c875792
Update changelog
2018-01-25 09:03:47 +01:00
Florian Bruhin
54e9edfd60
Merge remote-tracking branch 'origin/pr/3515'
2018-01-25 09:02:20 +01:00
Florian Bruhin
56f83ddde4
Update changelog
2018-01-24 21:33:32 +01:00
Florian Bruhin
3df469bc38
Update changelog
2018-01-24 21:30:17 +01:00
Florian Bruhin
c153ff5a97
Update docs
2018-01-24 21:15:10 +01:00
Florian Bruhin
7690b9f8cd
Update changelog
2018-01-24 20:56:29 +01:00
Daniel Hahler
6a40cbf160
incdec_number: add support for port
2018-01-22 21:26:46 +01:00
Daniel Hahler
dd0703eddf
scripts/dev/src2asciidoc.py: vim: readonly
...
Set 'readonly' via Vim modeline in generated scripts.
2018-01-22 21:21:54 +01:00
Florian Bruhin
9c3dcae793
Update changelog for v1.1.1
2018-01-20 19:20:12 +01:00
Florian Bruhin
84478cd81c
Update changelog
2018-01-20 18:58:03 +01:00
Florian Bruhin
4b3a237e2a
Update changelog
2018-01-20 18:29:23 +01:00
Florian Bruhin
cb2cd615e0
Update docs
2018-01-18 07:57:31 +01:00
Florian Bruhin
c86eaa17e2
Update changelog
2018-01-17 15:54:32 +01:00
Florian Bruhin
23bdee06b3
Update changelog
2018-01-17 14:42:13 +01:00
Florian Bruhin
06075a4974
Update docs
2018-01-17 13:38:54 +01:00
Florian Bruhin
54a93dfcf8
Update changelog
2018-01-17 13:27:32 +01:00
Florian Bruhin
d5f7ec4372
Update changelog
2018-01-17 11:43:31 +01:00
Florian Bruhin
d06f07af80
Fix Makefile and make sure it's tested
...
Fixes #3492
2018-01-15 22:42:12 +01:00
Florian Bruhin
d3f3be03dd
Update changelog for v1.1.0
2018-01-15 19:29:14 +01:00
Florian Bruhin
8c8cb3bc29
Fix crash when clicking <form> element with name="value" child
...
https://stackoverflow.com/q/22942689/2085149
Fixes #2877
See #2569
2018-01-14 20:20:51 +01:00
Florian Bruhin
1f8d6e2168
Update changelog
2018-01-10 09:39:46 +01:00
Florian Bruhin
c1855e1741
Update changelog
2018-01-10 09:35:42 +01:00
Allen Zheng
b5a9612840
Fix minor doc typo in example code
...
There should be an extra parenthesis to close the call to the outer
print function.
2017-12-26 11:21:02 -05:00
Florian Bruhin
d2f0c5dcac
Update changelog
2017-12-26 15:45:50 +01:00
Cody Scott
3c0d51c253
Fix broken link
2017-12-19 12:18:10 -05:00
Florian Bruhin
dbb89b1073
Update docs
2017-12-18 16:11:29 +01:00
Florian Bruhin
f5dd392701
Regenerate docs
2017-12-15 23:00:06 +01:00
Florian Bruhin
8173a48b8a
Don't access stale settings object after hinting
...
When QtWebEngine shuts down, it calls pending callbacks, which means we access
an invalid 'settings' object when that happens. The stack would look something
like this:
0 QtWebEngineCore::WebEngineSettings::setAttribute(QtWebEngineCore::WebEngineSettings::Attribute, bool)
12 QtWebEngineCore::CallbackDirectory::invokeEmptyInternal<QVariant const&>(QtWebEnginePrivate::QWebEngineCallbackPrivateBase<QVariant const&>*)
14 QtWebEngineCore::CallbackDirectory::~CallbackDirectory()
19 QWebEnginePage::~QWebEnginePage()
If we instead get the settings from the view freshly, we get a RuntimeError from
PyQt telling us that it's dead. Not sure why it doesn't know about settings
being dead...
With that, we'd get a RuntimeError, which we can simply ignore as it doesn't
matter anyways if the tab is gone.
Fixes #3399
2017-12-14 22:56:44 +01:00
Florian Bruhin
f0ad24b08a
Remove long deprecated :download invocation
2017-12-14 09:06:46 +01:00
Florian Bruhin
dce4c68827
Update docs
2017-12-14 09:03:51 +01:00
Florian Bruhin
5620acb81f
Update Debian install instructions
...
[ci skip]
2017-12-14 08:59:54 +01:00
Florian Bruhin
922b1e8f10
Use system locale to decode subprocess output
2017-12-13 20:09:56 +01:00
Florian Bruhin
07d07c7fae
Update changelog
2017-12-13 20:06:43 +01:00
Florian Bruhin
cdb90cbee7
Regenerate docs
2017-12-13 19:59:54 +01:00
Florian Bruhin
afb0807064
Update changelog
2017-12-13 19:58:01 +01:00
Florian Bruhin
4caf2fd8b7
Update changelog
2017-12-13 09:27:25 +01:00
ykgmfq
dadf6c0e0a
Fedora instructions for non-free codecs
2017-12-12 15:53:17 +01:00
Florian Bruhin
5fe91c30cc
Fix :click-element with an ID containing non-alphanumeric characters
...
See #3201
2017-12-12 11:33:59 +01:00
Florian Bruhin
5a97e79099
Update changelog
2017-12-12 07:05:55 +01:00
Florian Bruhin
8e319a762f
Merge remote-tracking branch 'origin/pr/3374'
2017-12-12 07:03:10 +01:00
Florian Bruhin
f7a94b946f
Add changelog for font size change
...
See 22f3fade24
2017-12-11 08:12:13 +01:00
Florian Bruhin
444f0a36df
Update docs
2017-12-11 07:12:45 +01:00
George Edward Bulmer
9f8dbe95e4
Code review changes.
...
This fixes the following problems found in a review:
1. Manual modification of the asciidoc has been undone.
2. --output-to-tab has been renamed to the less verbose --output.
3. spawn_output has been changed to spawn-output in the url.
4. Erroneous newline in imports has been removed.
5. output in guiprocess.py has been marked private.
6. If there is no output for either stderr or stdout, say so.
7. Missing space in a text line was added.
8. Redundant initialising of an empty string removed.
2017-12-08 19:00:46 +00:00
George Edward Bulmer
9f9311840a
Add --output-to-tab flag for :spawn.
...
This puts the exit status, stdout, and stderr in a new tab.
2017-12-08 18:00:07 +00:00