summaryrefslogtreecommitdiffstats
path: root/src/Gui/PluginSettingsUI.py
Commit message (Collapse)AuthorAgeFilesLines
* GUI: minor fix in plugin settings UIJiri Moskovcak2010-03-131-3/+1
|
* GUI: more window positioning fixesJiri Moskovcak2010-03-041-4/+5
|
* gui: add logging infrastructureDenys Vlasenko2010-01-141-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* GUI: added option to show password in plugin settings guiJiri Moskovcak2009-10-081-0/+14
| | | | | | - if there is an entry with visibility set to False and toggle button called the same name as entry, we make the toggle button to reveal the password in respective entry
* removed unsecure reading/writting from ~HOME directoryJiri Moskovcak2009-10-051-2/+5
| | | | | | - daemon eunning under root can't read/write from ~HOME, so reading/writting config files have been moved to client (GUI) - uses gnome keyring to store the credentials
* GUI: added support for gettext (+part of czech translation)Jiri Moskovcak2009-08-261-6/+6
|
* whitespace cleanup, no code changesDenys Vlasenko2009-08-181-6/+6
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* GUI now show the status window after report to let user know how did it go.Jiri Moskovcak2009-08-171-0/+1
|
* GUI: Changes in plugin's settings are now savedJiri Moskovcak2009-08-121-1/+13
|
* GUI: Added option to disable/enable plugins (config preview)Jiri Moskovcak2009-08-111-0/+57