qutebrowser/qutebrowser
Daniel Schadt d42d980dda downloads: introduce target= param for .get/.fetch
This parameter replaces the filename and fileobj parameters. This makes
it easier to add more download targets, since only one may be "chosen".
With the OPEN_DOWNLOAD special case added, handling of filename got a
bit ugly, since it may be either None, OPEN_DOWNLOAD or a str with the
file path, and we had to make sure only one target was chosen.

With the new target enum, this handling can be simplified and we
automatically get the guarantee that only one target is chosen.
2016-07-12 17:06:40 +02:00
..
browser downloads: introduce target= param for .get/.fetch 2016-07-12 17:06:40 +02:00
commands Drop unneeded .keys() 2016-07-11 13:13:16 +02:00
completion Fix missed url_text substitutions 2016-07-11 14:59:35 +02:00
config keybindings: add default for prompt-open-download 2016-07-12 16:52:01 +02:00
html Fix some spelling mistakes 2016-05-27 12:07:00 +02:00
img New qutebrowser logo! 2016-04-14 17:44:38 +02:00
javascript js: Fix more lint. 2015-05-12 07:16:16 +02:00
keyinput Simplify some bool conditions 2016-06-07 15:42:59 +02:00
mainwindow downloads: introduce target= param for .get/.fetch 2016-07-12 17:06:40 +02:00
misc Require QtWebEngine with --backend webengine 2016-07-11 22:51:05 +02:00
utils downloads: introduce target= param for .get/.fetch 2016-07-12 17:06:40 +02:00
__init__.py Release v0.7.0 2016-06-10 15:18:56 +02:00
__main__.py Adjust copyright years. 2016-01-04 07:12:39 +01:00
app.py downloads: use global TempDownloadManager 2016-07-12 16:52:01 +02:00
qutebrowser.py Hide --backend argument for now 2016-07-07 19:28:00 +02:00
resources.py Regenerate resources 2016-04-14 17:59:28 +02:00