summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* typoKarel Klic2009-10-071-1/+1
|
* libtar existence checked in configuration phaseKarel Klíč2009-10-071-0/+3
|
* Merge branch 'master' of git://git.fedorahosted.org/git/abrtKarel Klíč2009-10-0722-1195/+1200
|\
| * Sending translation for Spanishbeckerde2009-10-061-250/+221
| |
| * Jan Kratochvil's fix (#525721): use core _only_, not executable image for ↵Denys Vlasenko2009-10-061-4/+9
| | | | | | | | | | | | backtrace Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * Sending translation for Polishraven2009-10-061-196/+194
| |
| * rename abrt.8 to abrtd.8Denys Vlasenko2009-10-063-2/+2
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * small code fixes, no logic changesJiri Moskovcak2009-10-061-2/+2
| | | | | | | | | | - has_key has been deprecated, so I removed it to avoid deprecation warning
| * Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2009-10-061-1/+4
| |\
| | * Fix Bug 526220 - [abrt] crash detected in abrt-gui-0.0.9-2.fc12Denys Vlasenko2009-10-061-1/+4
| | | | | | | | | | | | | | | | | | Caused by lack of sanity checking on .conf contents... Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2009-10-061-253/+211
| |\|
| | * Sending translation for Bengali (India)runab2009-10-061-253/+211
| | |
| * | GUI: call Report() with the latest pluginsettingsJiri Moskovcak2009-10-062-2/+6
| |/ | | | | | | | | | | - pluginlist is cached so it should be refreshed before Report() is called otherwise we get the old settings to the daemon
| * Sending translation for Dutchwarrink2009-10-061-194/+194
| |
| * Sending translation for Portugueseruigo2009-10-051-238/+219
| |
| * Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2009-10-051-0/+503
| |\
| * | GUI: code cleanup, removed some debugging messagesJiri Moskovcak2009-10-053-10/+3
| | |
| * | removed unsecure reading/writting from ~HOME directoryJiri Moskovcak2009-10-0510-52/+144
| | | | | | | | | | | | | | | | | | - 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
* | | .gitignore file with intermediary filesKarel Klíč2009-10-071-0/+47
| |/ |/|
* | Sending translation for po/nb.pokmaraas2009-10-051-0/+503
|/
* manual mergeJiri Moskovcak2009-10-053-8/+37
|
* Sending translation for Catalanxconde2009-10-041-195/+190
|
* Sending translation for Chinese (Simplified)cyrushmh2009-10-021-201/+198
|
* adding trivial pyhook.conf.5Denys Vlasenko2009-10-013-1/+20
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* abrt-gui: correct "update" signal signatureDenys Vlasenko2009-10-011-8/+8
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* FileTransfer: add one more error check; shrink code a bitDenys Vlasenko2009-10-012-58/+68
| | | | | | | | text data bss dec hex filename 38475 2152 24 40651 9ecb abrt.t6/abrt-0.0.9/lib/Plugins/.libs/libFileTransfer.so 37433 2144 24 39601 9ab1 abrt.t7/abrt-0.0.9/lib/Plugins/.libs/libFileTransfer.so Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* abrt-gui: partially remove job_id parameterDenys Vlasenko2009-10-012-4/+4
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* fix possible mem leakdnovotny2009-10-011-2/+7
|
* Merge branch 'master' of git://git.fedorahosted.org/git/abrtdnovotny2009-09-301-17/+4
|\
| * abrt-gui: remove pending_jobs member, it is no longer necessaryDenys Vlasenko2009-09-301-17/+4
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | error checking added to archive creationdnovotny2009-09-301-14/+48
|/
* try using pk-debuginfo-install before falling back to debuginfo-installDenys Vlasenko2009-09-301-1/+3
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* fix all instances of dent->d_type == DT_REG checksDenys Vlasenko2009-09-305-17/+35
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* abrt-gui: make "report" toolbar button work even if abrtd is not runningDenys Vlasenko2009-09-302-11/+21
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* abrt-gui: move dbus signal handlers init where they should beDenys Vlasenko2009-09-301-26/+11
| | | | | | | | | | | | | Old code was installing dbus signal handlers as if they are somehow related to the remote object we work with, but this is wrong - in reality, dbus signal handlers are installed on the dbus connection, they are not related to the object. Now code better reflect this. Also, remove AnalyzeComplete dbus handler - there is not such dbus signal. Run tested. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* remove DBusManager::uniq_nameDenys Vlasenko2009-09-2914-113/+109
| | | | | | also fix some whitespace damage Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* set LIMIT_MESSAGE to 16k, typo fix and daemon now reads config information ↵Nikola Pajkovsky2009-09-2929-5276/+5379
| | | | from dbus
* build fix for prev commitDenys Vlasenko2009-09-292-1/+2
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* add support for abrtd autostartDenys Vlasenko2009-09-295-35/+76
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* GUI: send the reporters settings as an argument for Report()Jiri Moskovcak2009-09-293-6/+15
| | | | | - daemon shouldn't read from $HOME dir, as it is unsecure and won't work on NFS mounted homes.
* GUI: reversed the dumplist, so the latest crashes are at the topJiri Moskovcak2009-09-291-1/+1
|
* add 16k cap for comment and how to reproduceNikola Pajkovsky2009-09-251-0/+32
|
* Sending translation for Oriyamgiri2009-09-251-37/+28
|
* updated DESIGN documentJiri Moskovcak2009-09-251-1/+8
|
* Sending translation for Punjabiaalam2009-09-251-50/+52
|
* abrtd: add an optional 2nd parameter to Report dbus callDenys Vlasenko2009-09-244-111/+70
| | | | | | Also, simplified dbus code a bit. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Merge branch 'master' of ssh://vda@git.fedorahosted.org/git/abrtDenys Vlasenko2009-09-241-1/+0
|\
| * disable checking tar in configure. missing pkg-confing. don't care whyNikola Pajkovsky2009-09-241-1/+0
| |
* | added docs/DESIGNDenys Vlasenko2009-09-242-0/+120
|/ | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* add check for libtar in configure.acNikola Pajkovsky2009-09-241-0/+1
|