Florian Bruhin
e374599988
Update changelog
2016-04-28 22:25:39 +02:00
Florian Bruhin
c228bb263b
Update docs
2016-04-28 07:05:55 +02:00
Florian Bruhin
0a76a7584d
Update changelog
2016-04-27 21:21:30 +02:00
Florian Bruhin
2604f0841a
Update changelog
2016-04-25 19:20:37 +02:00
Florian Bruhin
6349c00c72
Fix crash with :tab-{prev,next,focus} with 0 tabs
...
When using :tab-prev/:tab-next (or :tab-focus which uses :tab-next
internally) immediately after the last tab, those functions could be
called with 0 tabs open, which caused a ZeroDivisionError when trying to
do % 0.
Fixes #1448 .
2016-04-25 18:55:15 +02:00
Florian Bruhin
0955ed49a7
Update docs
2016-04-21 22:55:36 +02:00
Florian Bruhin
9ae826295b
Update docs
2016-04-20 22:17:27 +02:00
Florian Bruhin
c27d4f4407
Update docs
2016-04-20 20:59:27 +02:00
Florian Bruhin
e860d8cfea
Add a custom-headers setting
...
Supersedes #1132
Closes #1020 .
2016-04-19 06:35:32 +02:00
Florian Bruhin
4f84911474
Fix CHANGELOG/link in README
2016-04-14 17:50:03 +02:00
Florian Bruhin
c690e652dc
Release v0.6.1
2016-04-10 21:25:32 +02:00
Florian Bruhin
d01616109e
Update docs
2016-04-09 21:20:14 +02:00
Florian Bruhin
d56cdd64db
Update changelog
2016-04-05 18:35:47 +02:00
Florian Bruhin
806436297a
Release v0.6.0
2016-04-04 18:16:56 +02:00
Florian Bruhin
b5636a3531
Update changelog
2016-04-01 06:14:30 +02:00
Florian Bruhin
451ea05393
Ignore "Frame load interrupted by policy change"
...
Searching for that error doesn't turn up many helpful results, but it
seems to be harmless and shown when downloading a file - it's also new
in Qt 5.6 it seems, so let's just ignore it.
2016-03-31 22:41:25 +02:00
Florian Bruhin
27b31b7ded
Avoid DownloadView being focused when pressing tab
...
The previous fix didn't work in situations where the web view was
actually focused, but had no focused element (like about:blank).
The new fix always works, and even is a lot simpler!
Fixes #504 .
2016-03-31 19:45:36 +02:00
Florian Bruhin
123fd18af5
Fix crash when removing download in closed window
...
When a download is finished with `removed-finished-download` set to a
delay, it's removed via a singleshot QTimer.
However, when the window was closed in the meantime, the slot still was
executed by Qt, even though the DownloadManager was already deleted.
Fixes #1242
2016-03-31 19:09:43 +02:00
Florian Bruhin
305c8a2f03
Update changelog
2016-03-31 07:16:00 +02:00
Florian Bruhin
8a1c99d3ff
Update changelog
2016-03-29 22:38:50 +02:00
Florian Bruhin
2aaf22df76
Also read blocked hosts from ~/.config
2016-03-29 06:59:23 +02:00
Florian Bruhin
952daf0479
Well, this is embarassing. Fix segfault reports.
2016-03-27 22:53:05 +02:00
Florian Bruhin
f2f0f429fb
Update docs
2016-03-25 11:10:38 +01:00
Florian Bruhin
e72e7dbf5f
Update changelog
2016-03-18 06:35:52 +01:00
Florian Bruhin
60c293846f
Un-deprecate :download-remove --all
2016-03-14 19:11:41 +01:00
Florian Bruhin
25ee48d28b
Add an --all flag to :download-cancel
2016-03-14 19:05:15 +01:00
Daniel Schadt
e5dc10a29e
downloads: handle relative XDG_DOWNLOAD_DIR
...
Issues #1269 , #866
qutebrowser would crash when XDG_DOWNLOAD_DIR was set to some
non-absolute value (which should not happen, but it can) and
"storage -> download-dir" was empty, since when the user didn't give an
absolute filename, even the joined path of download_dir() (i.e.
XDG_DOWNLOAD_DIR in this case) and the filename was not absolute either.
Since the path was not absolute, create_full_filename returned None,
which meant that os.path.basename(self._filename) raised an exception.
Now we display an error message and fall back to $HOME.
2016-02-22 23:43:09 +01:00
Florian Bruhin
b6f1dd963d
Handle Shift-Insert correctly in prompt mode.
...
Fixes #1299 .
2016-02-10 06:40:54 +01:00
Florian Bruhin
63968749d4
Update changelog.
2016-02-07 12:29:21 +01:00
Florian Bruhin
e5e1a0d95c
Reject hints -> chars containing duplicate chars
...
Fixes #1286 .
2016-02-03 21:05:35 +01:00
Florian Bruhin
9d73c93ebe
Update docs.
2016-02-02 18:59:00 +01:00
Jimmy
42160335dc
Improve performance when scrolling with many tabs.
...
Closes #1278 .
2016-02-02 07:33:07 +01:00
Florian Bruhin
8166a4a76d
Update changelog.
...
[ci skip]
2016-02-02 06:55:38 +01:00
Florian Bruhin
312daca2b0
fuzzy_url: Raise InvalidUrlError on empty URLs.
...
Before we raised QtValueError (via qtutils.ensure_valid), but maybe there are
more callers out there which call fuzzy_url with an empty input - and it makes
more sense to raise InvalidUrlError which gets displayed to the user than
raising QtValueError which is more like an assertion.
2016-02-02 06:38:48 +01:00
Florian Bruhin
701cdc7f76
Update docs.
2016-01-31 20:57:56 +01:00
Florian Bruhin
85adf7593d
Fix crash when downloading URL without path infos.
...
Fixes #1243 .
2016-01-26 22:39:10 +01:00
Florian Bruhin
ea1627c1e6
Cancel permission prompt when tab is closed.
...
Fixes #1250 .
2016-01-26 19:47:31 +01:00
Florian Bruhin
9eefb935c2
Update docs.
2016-01-24 17:02:11 +01:00
Florian Bruhin
7f70964171
Update changelog.
2016-01-20 21:25:49 +01:00
Florian Bruhin
80712caf50
Update docs.
2016-01-20 20:06:47 +01:00
Florian Bruhin
9aa881faee
Update changelog for v0.5.1.
2016-01-18 21:40:41 +01:00
Florian Bruhin
9d520b7312
Avoid trying to load .netrc if $HOME isn't set.
...
This logged an error on Windows:
ERROR misc networkmanager:on_authentication_required:269 Unable to read the netrc file
Traceback (most recent call last):
File "c:\python34\Lib\netrc.py", line 27, in __init__
file = os.path.join(os.environ['HOME'], ".netrc")
File "C:\Users\florian\buildbot\slave\win8\build\.tox\py34\lib\os.py", line 633, in __getitem__
raise KeyError(key) from None
KeyError: 'HOME'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Users\florian\buildbot\slave\win8\build\qutebrowser\browser\network\networkmanager.py", line 262, in on_authentication_required
net = netrc.netrc()
File "c:\python34\Lib\netrc.py", line 29, in __init__
raise OSError("Could not find .netrc: $HOME is not set")
Since this case is pretty common, we don't want to log it - and checking the
variable beforehand is easier than parsing the exception message.
This should fix the failing tests on Windows.
2016-01-15 06:57:43 +01:00
Florian Bruhin
f61b9fd42c
Update docs.
2016-01-13 18:20:44 +01:00
Florian Bruhin
df03099468
Fix completion for String config type.
...
Since 2a705e2eb6
non-specialized config types are
String. However, String had an overloaded complete() which defaulted to
returning None.
Now we use the normal complete() which relies on valid_values if completions
isn't given instead.
Fixes #1223 .
2016-01-12 18:53:53 +01:00
Florian Bruhin
1db662fbff
Update docs.
2016-01-06 06:31:56 +01:00
Florian Bruhin
8bd4d3d24a
Release v0.5.0
2016-01-05 19:30:50 +01:00
Florian Bruhin
0d6d722732
Update changelog.
2016-01-05 19:08:21 +01:00
Florian Bruhin
5ff37c482f
Update changelog.
2016-01-05 07:03:26 +01:00
Florian Bruhin
c1d3a94936
Don't pass through shifted characters.
...
See #1207 - turns out that was a problem for *any* character.
2016-01-04 07:10:23 +01:00
Florian Bruhin
d8ac32fd0a
Update changelog.
2016-01-03 17:24:26 +01:00
Florian Bruhin
8fdbd94d71
userscripts: Remove on_proc_error.
...
When there was an error, the finished signal will be emitted too anyways, so if
we call cleanup here, we'll call it twice which means we'll get an exception.
Supersedes #1175 .
2015-12-21 08:45:46 +01:00
Florian Bruhin
fcf94fd527
Remove various deprecated commands/arguments.
2015-12-20 18:38:29 +01:00
Florian Bruhin
6b89eb43a2
Allow any non-space char in search engine names.
...
Closes #1189 .
2015-12-20 17:22:54 +01:00
Florian Bruhin
5c769d8000
Report stdout/stderr of failed subprocesses.
2015-12-18 21:23:33 +01:00
Florian Bruhin
24607fda8b
Mark tabs -> auto-hide as removed as well.
...
tabs -> hide-auto was removed in d8017a04a8
because it was easier to do so compared to transforming it correctly when tabs
-> show was introduced. However, tabs -> auto-hide (the even older version)
wasn't removed, breaking config migration from earlier versions.
Fixes #1171 .
2015-12-11 08:50:26 +01:00
Florian Bruhin
057cd70c9e
Update changelog.
2015-12-07 22:50:41 +01:00
Florian Bruhin
4e73aa9f0f
Update changelog.
2015-12-02 07:38:03 +01:00
Florian Bruhin
0becee05e1
Update changelog.
2015-11-23 21:49:34 +01:00
Florian Bruhin
ae00dac0be
Update changelog.
2015-11-23 13:27:52 +01:00
Florian Bruhin
af875f4b8f
Add a :fake-key command.
...
Closes #556 .
See #551 .
2015-11-20 19:06:06 +01:00
Florian Bruhin
d2baced354
Update changelog.
2015-11-18 20:48:26 +01:00
Florian Bruhin
40e2258ef3
Don't accept floats for :scroll-px.
2015-11-17 06:57:13 +01:00
Florian Bruhin
7de206e350
Fix :scroll-perc 0/100 0.
2015-11-15 16:38:56 +01:00
Florian Bruhin
54e2cea460
Fix some corner cases with :set.
2015-11-10 21:27:42 +01:00
Florian Bruhin
7701bf602a
Add --append argument to :set-cmd-text.
2015-11-10 19:21:54 +01:00
Florian Bruhin
9a2125fc18
Update changelog.
2015-11-09 18:24:23 +01:00
Florian Bruhin
19a9985f0d
Update changelog.
2015-11-09 07:16:55 +01:00
Florian Bruhin
4da2bdfaa7
Update docs.
2015-11-02 17:59:43 +01:00
Florian Bruhin
a1ade58557
Update docs.
2015-10-26 07:00:45 +01:00
Florian Bruhin
08c4bfefe0
Update docs.
2015-10-24 16:04:53 +02:00
Florian Bruhin
f614e5b98a
Add none value for colors -> tabs.indicator.system.
2015-10-24 16:01:32 +02:00
Florian Bruhin
de4ee92b56
Update docs.
2015-10-19 05:18:30 +02:00
Florian Bruhin
b22fbe3993
Update changelog.
2015-10-17 19:05:03 +02:00
Florian Bruhin
5c85dd22b4
Update docs and changelog.
2015-10-15 18:34:56 +02:00
John ShaggyTwoDope Jenkins
65418307fd
typos
2015-10-13 16:09:49 -07:00
Florian Bruhin
18e52922c1
Update changelog.
2015-10-10 17:22:52 +02:00
Florian Bruhin
4f2dbb3a72
Don't show icons when cloning tabs if turned off.
...
Fixes #1007 .
2015-10-10 12:48:45 +02:00
Florian Bruhin
d0be9256b5
Update changelog.
2015-10-08 10:49:12 +02:00
Florian Bruhin
6d117eac6a
Update changelog.
2015-10-07 06:37:36 +02:00
Florian Bruhin
f607659ece
Revert "Update changelog."
...
This reverts commit a2c94e448e
.
2015-10-04 17:49:36 +02:00
Florian Bruhin
252abc8954
Update changelog.
2015-10-04 17:13:39 +02:00
Florian Bruhin
a2c94e448e
Update changelog.
2015-10-04 16:35:40 +02:00
Florian Bruhin
739d2cfffd
Fix displaying of web history if limited to -1.
...
This is a regression introduced in 2aa7e5bb35
.
Fixes #991 .
2015-10-02 22:56:18 +02:00
Florian Bruhin
ab6390b44e
Fix changelog for v0.4.1.
2015-09-30 22:18:45 +02:00
Florian Bruhin
7c72929af4
Update changelog.
2015-09-30 22:16:25 +02:00
Florian Bruhin
eb662a2468
Update changelog.
2015-09-30 07:34:15 +02:00
Florian Bruhin
07c02041fc
Update changelog.
2015-09-30 06:46:09 +02:00
Florian Bruhin
f96de5a598
Add config for tab colors for odd/even sel. tabs.
2015-09-19 21:45:57 +02:00
Florian Bruhin
20e5c4cbe9
Update changelog.
2015-09-17 21:01:30 +02:00
Florian Bruhin
b47fd21b5a
Update changelog.
2015-09-16 17:45:14 +02:00
Florian Bruhin
e11fcda240
Release v0.4.0.
2015-09-11 18:47:50 +02:00
Florian Bruhin
2f36204e08
Update changelog.
2015-09-11 18:47:50 +02:00
Florian Bruhin
5be408b79f
Update changelog.
2015-09-10 07:43:56 +02:00
Florian Bruhin
376edd739b
Remove double changelog entry.
2015-09-07 10:12:48 +02:00
Florian Bruhin
e81432fd6e
Update changelog.
2015-09-07 10:05:28 +02:00
Florian Bruhin
8d7249ebc6
Implement statusbar padding.
2015-08-27 22:12:39 +02:00
Florian Bruhin
38ada881a3
Update changelog.
2015-08-16 21:21:15 +02:00
Florian Bruhin
6f4141956b
Merge branch 'dynamic-column-widths' of git://github.com/acogneau/qutebrowser into acogneau-dynamic-column-widths
2015-08-12 18:20:01 +02:00
Alexander Cogneau
0e9f268817
CompletionView:
...
- column_widths -> _column_widths
- removed if-statement to verify if source model has 'column_widths'-property
2015-08-08 17:47:18 +02:00
Daniel
c3f6246274
Update CHANGELOG.asciidoc
2015-08-08 00:57:17 +02:00
Florian Bruhin
9c6782be1d
downloads: Fix size calculation with unknown size.
...
Fixes #854 .
2015-08-06 21:00:36 +02:00
Florian Bruhin
46f3be2df7
Add rapid hinting for downloads.
2015-08-06 19:09:21 +02:00
Florian Bruhin
55d282dadb
Regenerate docs.
2015-08-06 18:58:09 +02:00
Florian Bruhin
4314b96512
Update changelog.
2015-08-05 18:30:31 +02:00
Florian Bruhin
f89adc2873
Update docs.
2015-08-01 22:43:20 +02:00
Florian Bruhin
2130f01ec7
Regerate docs.
2015-08-01 13:35:54 +02:00
Florian Bruhin
132d02e8ca
Update changelog.
2015-08-01 00:20:03 +02:00
Florian Bruhin
accd2399ed
Merge branch 'antoyo-master'
2015-07-31 13:16:10 +02:00
Florian Bruhin
f323a54d8d
Update changelog.
2015-07-29 15:19:37 +02:00
Florian Bruhin
8f2a4fc0c4
Update changelog.
2015-07-29 12:49:30 +02:00
Florian Bruhin
83572948ca
Add (unreleased) for 0.4.0 to changelog.
2015-07-16 13:58:12 +02:00
Florian Bruhin
704c5ff919
Make :yank-selected work in all modes.
2015-07-16 13:57:53 +02:00
Florian Bruhin
b127c7b069
Update changelog.
2015-07-02 22:11:12 +02:00
Florian Bruhin
7b8490b6c0
Fix 'an user' spelling.
2015-06-29 17:49:19 +02:00
Florian Bruhin
e19efcf8a8
I accidentally the changelog.
2015-06-28 18:25:34 +02:00
Florian Bruhin
f31f254d9b
Update changelog for v0.3.
2015-06-27 20:27:23 +02:00
Florian Bruhin
9eaa0d0968
Update changelog.
2015-06-26 22:44:01 +02:00
Florian Bruhin
4c7c38efcb
Update changelog.
2015-06-24 08:10:16 +02:00
Florian Bruhin
c3c52220f6
Update changelog.
2015-06-18 11:57:55 +02:00
Florian Bruhin
6dbdea0ee3
Set maxsplit=0 for :spawn and split manually.
...
Fixes #759 .
2015-06-17 07:57:38 +02:00
Florian Bruhin
e7b84d4089
Update changelog.
2015-06-16 07:16:32 +02:00
Florian Bruhin
8369c74f74
Update changelog.
2015-06-12 11:24:57 +02:00
Florian Bruhin
6736f6a3f2
Regenerate docs.
2015-06-11 20:30:37 +02:00
Florian Bruhin
fdd302e4f7
Update changelog.
2015-06-10 21:17:23 +02:00
Florian Bruhin
0120061456
Add changelog entry.
2015-06-08 20:50:28 +02:00
Florian Bruhin
154af84714
Update changelog.
2015-06-08 19:01:37 +02:00
Florian Bruhin
2459f14f6f
Update changelog.
2015-06-05 17:53:16 +02:00
Florian Bruhin
622938e3d3
Fix completion performance with shrink=True.
...
Before, the completion was shrinked every time any item was removed/added to
the completion (rowsRemoved/rowsInserted signals), which was >3000 times when
completing history.
Also, the signals got connected multiple times if setting the same model, which
made the situation worse.
Fixes #734 .
2015-06-05 07:16:33 +02:00
Florian Bruhin
f41acc8fb5
Remove changelog entry as it's a recent regression
2015-06-04 15:14:56 +02:00
Florian Bruhin
9ec6e6da80
Fix exit status codes to be 0-based.
2015-06-04 15:13:20 +02:00
Florian Bruhin
1bf036d1ba
Add setting for the webpage bg color to use.
...
Fixes #719 .
2015-06-01 22:27:15 +02:00
Florian Bruhin
131f345007
Update changelog.
2015-06-01 19:04:21 +02:00
Florian Bruhin
6c2fe3417e
Accept numpad-enter as return in default bindings.
...
See https://bbs.archlinux.org/viewtopic.php?pid=1523326#p1523326
2015-06-01 13:39:13 +02:00
Florian Bruhin
a14685be3d
Update changelog.
2015-05-31 21:42:25 +02:00
Florian Bruhin
122f0a7edc
Update changelog
2015-05-31 21:25:16 +02:00
Florian Bruhin
e300b2e30d
Update changelog.
2015-05-26 12:10:36 +02:00
Florian Bruhin
a345b02729
Fix exception when downloading links without name.
...
We also set a default name to prevent "is a directory" errors.
This is a regression introduced in 8f33fcfc52cf598d0aa11a347992c87010d3e37a.
Fixes #682 .
2015-05-25 11:28:50 +02:00
Florian Bruhin
43898ebb71
Update changelog.
2015-05-20 13:38:56 +02:00
Florian Bruhin
7ca9a007f8
Update changelog.
2015-05-19 06:40:42 +02:00
Florian Bruhin
e24d2e1b8c
Update changelog.
2015-05-17 18:50:08 +02:00
Florian Bruhin
f6ad556f34
Get rid of --no-crash-dialog.
2015-05-17 01:03:34 +02:00
Florian Bruhin
62426380e5
Update changelog.
2015-05-16 23:29:23 +02:00
Florian Bruhin
ad338e7a17
Add setting to enable/disable hyperlink auditing.
...
See #612 .
2015-05-16 00:46:39 +02:00
Florian Bruhin
0cabedfeef
Add settings to enable/disable CSS regions.
...
See #612 .
2015-05-16 00:46:27 +02:00
Florian Bruhin
cd53318c7f
Add setting to enable/disable WebGL.
...
See #612 .
2015-05-16 00:31:13 +02:00
Florian Bruhin
f855d5f349
Add support for smooth scrolling.
...
See #612 .
2015-05-15 23:53:08 +02:00
Florian Bruhin
1a1a8ba26f
Update changelog.
2015-05-15 19:28:41 +02:00
Florian Bruhin
9fadc78e4d
Update changelog.
2015-05-11 19:51:49 +02:00
Florian Bruhin
9ceb43ec44
Make F
(:hint tab) honour background-tabs.
...
Fixes #621 .
2015-05-06 23:25:42 +02:00
Florian Bruhin
f99a070735
Update docs.
2015-05-06 22:46:41 +02:00