qutebrowser/qutebrowser/config
Florian Bruhin fb5fbd09da Handle unencodable file paths in config types.
If an user e.g. has a download-directory of ~/föö, but has LC_ALL=C set, we'll
get an UnicodeEncodeError when trying to validate it. This is now handled
properly by raising a ValidationError.

Fixes #562.
2015-03-19 12:42:35 +01:00
..
parsers Add a -f/--force argument to :bind. 2015-03-10 22:32:11 +01:00
__init__.py Update copyright years 2015-01-03 15:51:31 +01:00
config.py Remove colors -> completion.item.bg config option. 2015-03-17 07:45:11 +01:00
configdata.py Remove colors -> completion.item.bg config option. 2015-03-17 07:45:11 +01:00
configexc.py Update copyright years 2015-01-03 15:51:31 +01:00
configtypes.py Handle unencodable file paths in config types. 2015-03-19 12:42:35 +01:00
sections.py Update copyright years 2015-01-03 15:51:31 +01:00
style.py Update copyright years 2015-01-03 15:51:31 +01:00
textwrapper.py Update copyright years 2015-01-03 15:51:31 +01:00
value.py Adjust pylint exceptions. 2015-03-11 20:14:39 +01:00
websettings.py Update icon db path when private-browsing changed. 2015-03-18 20:20:04 +01:00