Florian Bruhin
|
108fd2c43b
|
Don't wrap option values
|
2014-03-21 16:50:37 +01:00 |
|
Florian Bruhin
|
43d529876e
|
Revert "Fix writing values with spaces"
This reverts commit c229096916 .
|
2014-03-21 16:48:00 +01:00 |
|
Florian Bruhin
|
c229096916
|
Fix writing values with spaces
|
2014-03-10 01:10:24 +01:00 |
|
Florian Bruhin
|
eca3557df7
|
Update TODO
|
2014-03-10 00:43:31 +01:00 |
|
Florian Bruhin
|
1ae1b19888
|
Start reading config file
|
2014-03-10 00:39:15 +01:00 |
|
Florian Bruhin
|
c64d1029a7
|
Use exceptions for validation.
|
2014-03-10 00:39:15 +01:00 |
|
Florian Bruhin
|
e61d7f724f
|
cleanup
|
2014-03-10 00:39:15 +01:00 |
|
Florian Bruhin
|
a19571fe21
|
Add final newline to config
|
2014-03-10 00:39:15 +01:00 |
|
Florian Bruhin
|
2d33d32ed5
|
Kill old configparser, implement config writing
|
2014-03-10 00:39:15 +01:00 |
|
Florian Bruhin
|
2ac9ea0f6a
|
Kinda fix get command
|
2014-03-10 00:39:15 +01:00 |
|
Florian Bruhin
|
f0f8168ed2
|
Add a (broken) get command.
|
2014-03-10 00:39:15 +01:00 |
|
Florian Bruhin
|
ce07baa901
|
Fix mainname bug
|
2014-03-10 00:39:15 +01:00 |
|
Florian Bruhin
|
ef8723d246
|
Remove parsers from cmdutils.
|
2014-03-10 00:39:15 +01:00 |
|
Florian Bruhin
|
df26d4ad91
|
Completion pattern update
|
2014-03-10 00:39:15 +01:00 |
|
Florian Bruhin
|
ecf405c7af
|
Set source model properly
|
2014-03-10 00:39:15 +01:00 |
|
Florian Bruhin
|
e33b87f713
|
sourcemodel and logging updates
|
2014-03-10 00:39:15 +01:00 |
|
Florian Bruhin
|
bd4dba1ed3
|
Broken setting completion
|
2014-03-10 00:39:15 +01:00 |
|
Florian Bruhin
|
1c43da163e
|
Make this run again
|
2014-03-10 00:39:15 +01:00 |
|
Florian Bruhin
|
4f5b6040ad
|
Implement ValidValues class
|
2014-03-10 00:39:15 +01:00 |
|
Florian Bruhin
|
4ea77c7ec2
|
Cleanups and bugfixes
|
2014-03-10 00:39:15 +01:00 |
|
Florian Bruhin
|
02b4f2fdda
|
Remove templates.py
|
2014-03-10 00:39:15 +01:00 |
|
Florian Bruhin
|
f679a97efc
|
Use OrderedDict for ValueList
|
2014-03-10 00:39:15 +01:00 |
|
Florian Bruhin
|
c67f0c6482
|
Don't inherit AutoSearch from bool
|
2014-03-10 00:39:15 +01:00 |
|
Florian Bruhin
|
8d726cb49e
|
Drop whitespace when possible.
|
2014-03-10 00:39:15 +01:00 |
|
Florian Bruhin
|
3ce1388137
|
Use default_conf if it's available.
|
2014-03-10 00:39:15 +01:00 |
|
Florian Bruhin
|
d1054406c2
|
Remove qutebrowser.conf
|
2014-03-10 00:39:15 +01:00 |
|
Florian Bruhin
|
22506fd6f4
|
More config output improvments
|
2014-03-10 00:39:15 +01:00 |
|
Florian Bruhin
|
c74bfdef0e
|
Print type and valid values
|
2014-03-10 00:39:15 +01:00 |
|
Florian Bruhin
|
7206dd674a
|
Config cleanup
|
2014-03-10 00:39:14 +01:00 |
|
Florian Bruhin
|
7d3e8d940c
|
More string output improvements
|
2014-03-10 00:39:14 +01:00 |
|
Florian Bruhin
|
301f952ccb
|
Improve config output
|
2014-03-10 00:39:14 +01:00 |
|
Florian Bruhin
|
277f4d841d
|
Add command descriptions to config file generation
|
2014-03-10 00:39:14 +01:00 |
|
Florian Bruhin
|
e4cd92a293
|
Make config printing work
|
2014-03-10 00:39:14 +01:00 |
|
Florian Bruhin
|
6c6a827bab
|
Move configdata to own file
|
2014-03-10 00:39:14 +01:00 |
|
Florian Bruhin
|
5564e4365e
|
Post-refactor bugfixes
|
2014-03-10 00:39:14 +01:00 |
|
Florian Bruhin
|
40d7fc6f14
|
Start refactoring new config to use types
|
2014-03-10 00:39:14 +01:00 |
|
Florian Bruhin
|
641efb5c18
|
Make NewConfig descriptions const
|
2014-03-10 00:39:14 +01:00 |
|
Florian Bruhin
|
4e78775d3c
|
Fix checks
|
2014-03-10 00:39:14 +01:00 |
|
Florian Bruhin
|
cd29814ef3
|
Bugfix/improve config output
|
2014-03-10 00:39:14 +01:00 |
|
Florian Bruhin
|
2a7fca8652
|
Add more documentation
|
2014-03-10 00:39:14 +01:00 |
|
Florian Bruhin
|
b2b23e032a
|
Implement __str__ for Config, delete unneeded __str__'s
|
2014-03-10 00:39:14 +01:00 |
|
Florian Bruhin
|
98d15de460
|
Fix style issues
|
2014-03-10 00:39:14 +01:00 |
|
Florian Bruhin
|
09d94bddfe
|
Clean unused import
|
2014-03-10 00:39:14 +01:00 |
|
Florian Bruhin
|
758f75a106
|
Revert "Log config values."
This reverts commit f839b5bd9664a7473c25b5267d56d517e69f19cd.
|
2014-03-10 00:39:14 +01:00 |
|
Florian Bruhin
|
75481e6b13
|
Fix default values for fonts
|
2014-03-10 00:39:14 +01:00 |
|
Florian Bruhin
|
be4492216e
|
Stop logging stylesheets
|
2014-03-10 00:39:14 +01:00 |
|
Florian Bruhin
|
de91985761
|
Log config values.
|
2014-03-10 00:39:14 +01:00 |
|
Florian Bruhin
|
d2fbbe0f6c
|
Add logging for generated stylesheets.
|
2014-03-10 00:39:14 +01:00 |
|
Florian Bruhin
|
a49a486cef
|
Fix config bugs
|
2014-03-10 00:39:14 +01:00 |
|
Florian Bruhin
|
ab40f59b2e
|
Whoops, add sections.py
|
2014-03-10 00:39:14 +01:00 |
|