Florian Bruhin
|
8ebac8d38c
|
Various spelling fixes.
|
2015-03-31 21:11:47 +02:00 |
|
Florian Bruhin
|
e8e6d8409b
|
Adjust pylint exceptions.
|
2015-03-11 20:14:39 +01:00 |
|
Florian Bruhin
|
450d1ab70d
|
Update copyright years
|
2015-01-03 15:51:31 +01:00 |
|
Florian Bruhin
|
0c1420112c
|
Fix config interpolation with non-default values.
Fixes #202.
|
2014-12-08 18:50:53 +01:00 |
|
Florian Bruhin
|
61ea26b7b2
|
Fix str() of ConfigValue
|
2014-09-30 06:32:51 +02:00 |
|
Florian Bruhin
|
ccfc0b3c19
|
Get rid of most @property's.
They were problematic because they're executing hidden code, and also PyQt
hides exceptions happening inside them.
|
2014-09-02 23:37:47 +02:00 |
|
Florian Bruhin
|
d625cde28c
|
Clean up imports
|
2014-08-26 19:10:14 +02:00 |
|
Florian Bruhin
|
ee1b136807
|
Clean up pylint/noqa comments.
|
2014-08-04 03:47:09 +02:00 |
|
Florian Bruhin
|
1d0fa621b6
|
Formatting fixes
|
2014-07-16 18:05:17 +02:00 |
|
Florian Bruhin
|
d65587128f
|
Add vim modelines to all files.
|
2014-06-19 09:04:37 +02:00 |
|
Florian Bruhin
|
ec25821fae
|
_foo.py file rename [2/2]
|
2014-06-03 15:01:57 +02:00 |
|
Florian Bruhin
|
937196e287
|
Rename package-private modules to _foo.py
|
2014-04-25 11:50:30 +02:00 |
|
Florian Bruhin
|
b10c934e15
|
Validate length/bounds for config values
|
2014-04-21 21:04:19 +02:00 |
|
Florian Bruhin
|
c8795a21a6
|
Revert "Make it possible to not typecheck values in setv."
This reverts commit 152bcae618 .
|
2014-04-18 11:01:02 +02:00 |
|
Florian Bruhin
|
152bcae618
|
Make it possible to not typecheck values in setv.
|
2014-04-17 19:08:57 +02:00 |
|
Florian Bruhin
|
5bd40e732c
|
Do validation and reading from configparser correctly
|
2014-04-17 19:02:58 +02:00 |
|
Florian Bruhin
|
39f580d9f1
|
Cleanup
|
2014-04-17 17:44:27 +02:00 |
|
Florian Bruhin
|
313d6e3967
|
Use slicing for getlayers for SettingsValue
|
2014-04-13 21:48:51 +02:00 |
|
Florian Bruhin
|
65b99dab45
|
Fix false-positive check
|
2014-04-11 19:37:49 +02:00 |
|
Florian Bruhin
|
a3a81543a0
|
Don't write temp layer to config
|
2014-04-11 19:34:34 +02:00 |
|
Florian Bruhin
|
80ca9a8dd0
|
Whitespace fix
|
2014-04-11 19:33:11 +02:00 |
|
Florian Bruhin
|
b0792203a5
|
Change namedtuple to OrderedDict for conflayers
|
2014-04-11 17:49:15 +02:00 |
|
Florian Bruhin
|
e7c23312d7
|
Start implementing different config layers.
With a namedtuple though, which is pretty much a fail.
|
2014-04-11 07:16:16 +02:00 |
|
Florian Bruhin
|
575a934892
|
Move SettingValue to own file
|
2014-04-11 06:28:07 +02:00 |
|