qutebrowser/qutebrowser
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
..
browser Merge branch 'histcomplete' 2015-03-17 06:16:26 +01:00
commands command: Check the completion/argument counts. 2015-03-05 06:20:55 +01:00
completion Merge branch 'histcomplete' 2015-03-17 06:16:26 +01:00
config Handle unencodable file paths in config types. 2015-03-19 12:42:35 +01:00
html Fix problem with qutesettings scope in pages 2014-11-25 14:29:20 -06:00
keyinput Discard uninteresting events early in eventFilter. 2015-03-16 23:25:29 +01:00
mainwindow Initialize completions lazily and only once. 2015-03-13 16:25:13 +01:00
misc Adjust pylint exceptions. 2015-03-11 20:14:39 +01:00
test Handle unencodable file paths in config types. 2015-03-19 12:42:35 +01:00
utils Add missing docstrings. 2015-03-17 06:39:02 +01:00
__init__.py Release v0.1.3 2015-02-12 07:47:17 +01:00
__main__.py Update copyright years 2015-01-03 15:51:31 +01:00
app.py Fix via_ipc typo. 2015-03-17 19:13:44 +01:00
qutebrowser.py Adjust pylint exceptions. 2015-03-11 20:14:39 +01:00
resources.py Use Qt resources for the window icon. 2014-12-28 15:10:02 +01:00