Andreas Preikschat
bf4c1dafb4
fixed up wizard
2013-01-18 21:35:30 +01:00
Andreas Preikschat
5b6326e2ac
migrate settings
2013-01-18 20:24:06 +01:00
Andreas Preikschat
a98045e386
remove set_list and get_list from SettingsManager
2013-01-18 19:50:46 +01:00
Andreas Preikschat
254f6915ed
changed keys
2013-01-18 13:25:05 +01:00
Andreas Preikschat
aa5f38624d
fixed settings
2013-01-17 23:37:10 +01:00
Andreas Preikschat
b376c620bd
fixed string not being used
2013-01-17 23:28:51 +01:00
Andreas Preikschat
3f31c33e74
fixed images
2013-01-17 23:22:05 +01:00
Andreas Preikschat
e55b6ce78e
removed set_last_dir and get_last_dir methods
2013-01-17 23:14:06 +01:00
Andreas Preikschat
1ea08d42d1
corrected translate context
2013-01-16 21:23:02 +01:00
Andreas Preikschat
fd85cb66ae
cleaned dict
2013-01-16 20:37:47 +01:00
Andreas Preikschat
d552607f57
fixed doc
2013-01-16 20:03:41 +01:00
Andreas Preikschat
48db63e81e
I better stay correct; fixed doc
2013-01-16 20:01:11 +01:00
Andreas Preikschat
0fc9c4792f
tweaked 'settings migrator'
2013-01-16 19:59:34 +01:00
Andreas Preikschat
08d618c604
added fixme
2013-01-16 13:42:33 +01:00
Andreas Preikschat
15c96f8b87
fixed upper General
2013-01-16 13:26:17 +01:00
Andreas Preikschat
423edf5905
fixed default screen values
2013-01-16 13:09:39 +01:00
Andreas Preikschat
c29bbd3ca0
r2146
2013-01-16 12:29:19 +01:00
Andreas Preikschat
65d0dac3c8
set default plugin status in plugin.py instead of in the plugins
2013-01-16 12:28:38 +01:00
Andreas Preikschat
d6baae9f34
added test (not finished)
2013-01-15 23:01:15 +01:00
Andreas Preikschat
4da8580c4f
removed import which shouldn't be there
...
bzr-revno: 2146
2013-01-15 23:00:12 +01:00
Andreas Preikschat
ed166ce2a6
fixed import
2013-01-15 22:52:26 +01:00
Andreas Preikschat
ca60c230ba
r2144 + conflict
2013-01-15 22:26:45 +01:00
Tim Bentley
ca516061b5
Fix display focus for single screens
...
bzr-revno: 2145
2013-01-15 21:12:01 +00:00
Andreas Preikschat
2c2268a326
removed print statement
2013-01-15 00:43:39 +01:00
Andreas Preikschat
c58a6c801d
don't overwrite build-ins
2013-01-15 00:31:02 +01:00
Andreas Preikschat
6cecfe0fb7
fixed settingsmanager bug; fixed translation bug
2013-01-15 00:26:51 +01:00
Andreas Preikschat
aaafbdf2ea
added ability to completely remove settings; docs
2013-01-12 10:01:58 +01:00
Andreas Preikschat
fa6703f307
fixed up remove_obsolete_settings method
2013-01-12 09:54:49 +01:00
Andreas Preikschat
cd343bd16c
removed todo
2013-01-11 21:53:20 +01:00
Andreas Preikschat
095066cf19
add possibility to remove old_keys from the config
2013-01-11 21:44:30 +01:00
Andreas Preikschat
f1a8bad78e
added blank lines
2013-01-11 20:36:28 +01:00
Andreas Preikschat
159e23d4c9
moved code to the top of the file
2013-01-11 20:25:57 +01:00
Andreas Preikschat
52830ee6ee
changed variable names
2013-01-11 20:08:36 +01:00
Andreas Preikschat
49d61c2e59
change method name
2013-01-11 20:07:45 +01:00
Andreas Preikschat
4e2f673655
added docs
2013-01-11 19:55:42 +01:00
Andreas Preikschat
725bd7dcf6
fixed bug doing bad things
2013-01-11 19:51:45 +01:00
Tim Bentley
634246a493
set the focus to the maindisplay when it is updated.
...
Fixes: https://launchpad.net/bugs/1097898
2013-01-11 17:08:44 +00:00
Andreas Preikschat
75a86f05ee
fixed removed plugin
2013-01-11 13:43:18 +01:00
Andreas Preikschat
0f042dde6f
clean ups
2013-01-11 01:35:00 +01:00
Andreas Preikschat
91fbf037a2
splitted ui.py into two files; changed imports
2013-01-11 01:19:11 +01:00
Andreas Preikschat
2616f63007
removed value parameter (still needs work)
2013-01-11 00:07:48 +01:00
Andreas Preikschat
6faf76ed5c
change empty lines
2013-01-10 21:50:01 +01:00
Andreas Preikschat
98140f3598
added settings.py
2013-01-10 21:47:10 +01:00
Andreas Preikschat
2a816115bb
pull in settings; renamed dict
2013-01-10 21:41:16 +01:00
Andreas Preikschat
af5995f2a1
moved shortcut settings to settings.py
2013-01-10 21:14:49 +01:00
Andreas Preikschat
306919d15f
moved settings to own file
2013-01-10 20:54:45 +01:00
Andreas Preikschat
eb6bc6adbc
started work to store setting in a (half) central place
2013-01-10 20:33:48 +01:00
Raoul Snyman
f738037d19
Change the way the version check works so that nightlies check a nightly file, dev releases a dev file, and stable releases a version file.
2013-01-08 22:44:56 +02:00
Jonathan Corwin
af541e4389
Fix import of settings.
...
- QSettings exports the 'general' group as '%General' but appears in some circumstances (Linux?) to struggle to import this again. Try and compensate.
- Support the import of the 'players' section
- Change the setting group validation to skip those it doesn't know. Just test for an expected setting earlier instead. Also fix the error message.
bzr-revno: 2139
Fixes: https://launchpad.net/bugs/1094198
2013-01-05 11:37:48 +00:00
Jonathan Corwin
794567b1ec
Import %General, better error message, support 'players' section
2013-01-02 22:32:41 +00:00