summaryrefslogtreecommitdiffstats
path: root/src/Gui/ABRTExceptions.py
Commit message (Collapse)AuthorAgeFilesLines
* lower case direcotry(no code changed)Nikola Pajkovsky2010-08-101-16/+0
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* String updatesKarel Klic2010-07-121-2/+2
|
* gui: add logging infrastructureDenys Vlasenko2010-01-141-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* GUI: fixed problem with keyring when run after "su -"Jiri Moskovcak2009-10-221-8/+0
| | | | | | | - 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
* lib/Plugins/CCpp.cpp: fix a bug with detecting missing debuginfosDenys Vlasenko2009-10-161-2/+2
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* removed unsecure reading/writting from ~HOME directoryJiri Moskovcak2009-10-051-1/+10
| | | | | | - 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
* remove DBusManager::uniq_nameDenys Vlasenko2009-09-291-2/+3
| | | | | | also fix some whitespace damage Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* GUI: added support for gettext (+part of czech translation)Jiri Moskovcak2009-08-261-1/+9
|
* GUI: single instance pattern rhbz#512390, trac#60Jiri Moskovcak2009-07-221-0/+6
- improved status window