summaryrefslogtreecommitdiffstats
path: root/src/Gui/ABRTPlugin.py
Commit message (Collapse)AuthorAgeFilesLines
* GUI: fixed some pylint warningsJiri Moskovcak2010-01-301-2/+0
|
* GUI: fixed bug caused by failed gk-authorizationJiri Moskovcak2010-01-291-1/+9
| | | | | | | - if user enters a wrong password to gk and doesn't unlock it, the GUI would throw an exception, this patch makes GUI to ask twice per every plugin, ignore the exception is it fails and it will use defaults from /etc/abrt/plugins
* GUI: better code for plugin settings overriding; better logging; fixed "not ↵Denys Vlasenko2010-01-151-2/+2
| | | | | | reported" display bug Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* gui: add logging infrastructureDenys Vlasenko2010-01-141-3/+2
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* GUI: make it so that even non-loaded plugins show up in "Plugins" dialogDenys Vlasenko2010-01-141-1/+2
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* *: disable plugin loading/unloading through GUI. Document keyring a bitDenys Vlasenko2010-01-131-19/+20
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* 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