summaryrefslogtreecommitdiffstats
path: root/src/Gui/ABRTPlugin.py
Commit message (Collapse)AuthorAgeFilesLines
* typo fixes rhbz#543266Jiri Moskovcak2009-12-021-1/+1
|
* GUI: fixed problem with keyring when run after "su -"Jiri Moskovcak2009-10-221-10/+17
| | | | | | | - keyring daemon works only for the session owner so, if user "su" to other user abrt will fail to read/write any settings and will load the defaults, user still can change the settings and use them, but it will be lost when he quit the gui
* GUI: call Report() with the latest pluginsettingsJiri Moskovcak2009-10-061-1/+4
| | | | | | - pluginlist is cached so it should be refreshed before Report() is called otherwise we get the old settings to the daemon
* GUI: code cleanup, removed some debugging messagesJiri Moskovcak2009-10-051-4/+0
|
* removed unsecure reading/writting from ~HOME directoryJiri Moskovcak2009-10-051-21/+28
| | | | | | - 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
* manual mergeJiri Moskovcak2009-10-051-5/+29
|
* remove DBusManager::uniq_nameDenys Vlasenko2009-09-291-3/+3
| | | | | | also fix some whitespace damage Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* GUI: added UI for global settings (just preview, not usable!)Jiri Moskovcak2009-09-081-0/+3
|
* GUI: improvements to settings dialogJiri Moskovcak2009-09-011-1/+8
|
* whitespace cleanup, no code changesDenys Vlasenko2009-08-181-7/+7
| | | | 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-1/+2
|
* GUI: Added option to disable/enable plugins (config preview)Jiri Moskovcak2009-08-111-0/+52