qutebrowser/qutebrowser/misc
Florian Bruhin fcbd69e209 Clean up standarddir handling #2.
We already attempted this in c5a2039da4, but
having the directories as module attributes means they'll be created on start
(rather than when they're actually used), and it'd also be impossible to change
them after init for some reason in the future.

To still have a nice short API, we simply change the attributes to functions.
2015-02-26 07:01:22 +01:00
..
__init__.py Update copyright years 2015-01-03 15:51:31 +01:00
checkpyver.py Big file tree reorganisation. 2014-12-13 17:28:50 +01:00
cmdhistory.py Refactor saving logic, only save stuff if modified. 2015-02-01 00:43:07 +01:00
consolewidget.py Refactor saving logic, only save stuff if modified. 2015-02-01 00:43:07 +01:00
crashdialog.py Fix wrong parsing of faulthandler logs. 2015-02-19 22:45:37 +01:00
earlyinit.py Display ImportError messages in earlyinit errors. 2015-02-23 15:16:30 +01:00
editor.py Update copyright years 2015-01-03 15:51:31 +01:00
ipc.py Add -s argument to set temporary options. 2015-02-05 07:54:19 +01:00
miscwidgets.py Don't show line edit text in its repr(). 2015-02-11 23:33:31 +01:00
readline.py Update copyright years 2015-01-03 15:51:31 +01:00
savemanager.py Force saving the config if new options were added. 2015-02-13 23:53:56 +01:00
sessions.py Clean up standarddir handling #2. 2015-02-26 07:01:22 +01:00
split.py Update copyright years 2015-01-03 15:51:31 +01:00
utilcmds.py Update copyright years 2015-01-03 15:51:31 +01:00