gtg team mailing list archive
-
gtg team
-
Mailing list archive
-
Message #00827
[Bug 342955] Re: Add a preferences dialog to GTG
I can't start your branch right now, there's seems to be some hickups in
your code:
Traceback (most recent call last):
File "./gtg", line 31, in <module>
import GTG.gtg
File "/home/rousseau/workspace/gtg/prefs-dialog/GTG/gtg.py", line 55, in <module>
from GTG.taskbrowser.browser import TaskBrowser
File "/home/rousseau/workspace/gtg/prefs-dialog/GTG/taskbrowser/browser.py", line 44, in <module>
from GTG.taskbrowser.preferences import PreferencesDialog
File "/home/rousseau/workspace/gtg/prefs-dialog/GTG/taskbrowser/preferences.py", line 74
'plugin_config_dialog': 'PluginConfigDialog',
--
Add a preferences dialog to GTG
https://bugs.launchpad.net/bugs/342955
You received this bug notification because you are a member of Gtg bug
triagers, which is subscribed to Getting Things GNOME!.
Status in Getting Things GNOME!: In Progress
Bug description:
Some settings, like spell checking, require to be set at application-level. Same thing for plugins. As sush, a preference pane should be added to GTG to be able to edit thos options.
It should only present a very small set of settings, since I don't think that many options are required.