Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | typo fixes rhbz#543266 | Jiri Moskovcak | 2009-12-02 | 1 | -1/+1 |
| | |||||
* | GUI: fixed problem with keyring when run after "su -" | Jiri Moskovcak | 2009-10-22 | 1 | -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 pluginsettings | Jiri Moskovcak | 2009-10-06 | 1 | -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 messages | Jiri Moskovcak | 2009-10-05 | 1 | -4/+0 |
| | |||||
* | removed unsecure reading/writting from ~HOME directory | Jiri Moskovcak | 2009-10-05 | 1 | -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 merge | Jiri Moskovcak | 2009-10-05 | 1 | -5/+29 |
| | |||||
* | remove DBusManager::uniq_name | Denys Vlasenko | 2009-09-29 | 1 | -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 Moskovcak | 2009-09-08 | 1 | -0/+3 |
| | |||||
* | GUI: improvements to settings dialog | Jiri Moskovcak | 2009-09-01 | 1 | -1/+8 |
| | |||||
* | whitespace cleanup, no code changes | Denys Vlasenko | 2009-08-18 | 1 | -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 Moskovcak | 2009-08-17 | 1 | -1/+2 |
| | |||||
* | GUI: Added option to disable/enable plugins (config preview) | Jiri Moskovcak | 2009-08-11 | 1 | -0/+52 |