summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * abrt-gtk: make Delete key actually delete the dump dirDenys Vlasenko2011-02-1014-243/+261
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * abrt-gtk: add keyboard handler for delete keyDenys Vlasenko2011-02-101-8/+33
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * get rid of FILENAME_DESCRIPTION, rename "release" to "os_release"Denys Vlasenko2011-02-1014-53/+16
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * updated doc/TODO_crash_dump_fieldsDenys Vlasenko2011-02-101-1/+40
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * updated doc/TODO_crash_dump_fieldsDenys Vlasenko2011-02-101-0/+18
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * added doc/TODO_crash_dump_fieldsDenys Vlasenko2011-02-101-0/+49
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * change yes/no text to yes/no gtk iconsJiri Moskovcak2011-02-091-3/+3
| |
| * abrt-gtk: remove (unimplemented) info pane; clean up code a bitDenys Vlasenko2011-02-091-87/+67
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * abrt-gtk: more cleanupsDenys Vlasenko2011-02-096-61/+61
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * abrt-gtk: some cleanupsDenys Vlasenko2011-02-096-141/+86
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * abrt-gtk: beginning of C rewrite of GUIJiri Moskovcak2011-02-099-1/+372
| |
| * l10n: Updates to Panjabi (Punjabi) (pa) translationjassy2011-02-081-45/+43
| | | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org)
| * abrt-cli: suppress errors when we try to read dump dirs which aren't oursDenys Vlasenko2011-02-071-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | $ abrt-cli -lf Can't create lock file '/var/spool/abrt/ccpp-1296609283-15129/.lock': Permission denied Can't access '/var/spool/abrt/ccpp-1296609283-15129': Permission denied Can't create lock file '/var/spool/abrt/ccpp-1294848465-26639/.lock': Permission denied Can't access '/var/spool/abrt/ccpp-1294848465-26639': Permission denied Can't create lock file '/var/spool/abrt/ccpp-1294848466-26657/.lock': Permission denied Can't access '/var/spool/abrt/ccpp-1294848466-26657': Permission denied ^^^^^^^^^^^^^^^^^^^^ these messages 0. Crash dump : /home/test/.abrt/spool/ccpp-1296609283-15129.868047 UID : 0 Package : coreutils-8.4-10.fc13 Executable : /bin/sleep Crash Time : Wed 02 Feb 2011 02:14:43 AM CET Crash Count: 1 Hostname : dhcp-25-227.brq.redhat.com 1. Crash dump : /home/test/.abrt/spool/ccpp-1296609283-15129 UID : 0 Package : coreutils-8.4-10.fc13 Executable : /bin/sleep Crash Time : Wed 02 Feb 2011 02:14:43 AM CET Crash Count: 1 Hostname : dhcp-25-227.brq.redhat.com Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * abrt-cli: delete half-copied dir on dir copy errorDenys Vlasenko2011-02-071-1/+14
| | | | | | | | | | | | Also, make -d DIR to try deletion itself before resorting to abrtd Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2011-02-072-63/+75
| |\
| | * l10n: Updates to Dutch (Flemish) (nl) translationwarrink2011-02-071-17/+21
| | | | | | | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org)
| | * doc/design updateDenys Vlasenko2011-02-071-46/+54
| | | | | | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * | fix problem with daemon shutdown when abrt.conf file is wrongJiri Moskovcak2011-02-071-1/+2
| |/ | | | | | | | | | | | | | | | | | | | | - it gives this message abrtd: Loading settings abrtd: abrt.conf: Invalid syntax on line 38 abrtd: Error while initializing daemon process 20610: arguments to dbus_connection_unref() were incorrect, assertion "connection != NULL" failed in file dbus-connection.c line 2791. This is normally a bug in some application using the D-Bus library. D-Bus not built with -rdynamic so unable to print a backtrace Aborted
| * l10n: Updates to Kannada (kn) translationshanky2011-02-071-19/+23
| | | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org)
| * l10n: Updates to Gujarati (gu) translationswkothar2011-02-071-17/+21
| | | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org)
| * l10n: Updates to Polish (pl) translationraven2011-02-061-17/+21
| | | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org)
| * l10n: Updates to Ukrainian (uk) translationyurchor2011-02-061-17/+21
| | | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org)
| * Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2011-02-051-1/+1
| |\
| | * abrt-gui: fix wrong field name; Message->messageDenys Vlasenko2011-02-051-1/+1
| | | | | | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * | - help button show the online help instead of about dialog rhbz#666267Jiri Moskovcak2011-02-052-4/+46
| |/
| * l10n: Updates to Dutch (Flemish) (nl) translationwarrink2011-02-041-4/+4
| | | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org)
| * abrt_curl: add "Accept: text/plain" header to our HTTP transactionsDenys Vlasenko2011-02-041-1/+9
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtKarel Klic2011-02-042-8/+8
| |\
| | * l10n: Updates to Oriya (or) translationmgiri2011-02-041-4/+4
| | | | | | | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org)
| | * l10n: Updates to Polish (pl) translationraven2011-02-041-4/+4
| | | | | | | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org)
| * | btparser: Better normalization of glibc architecture-specific functions.Karel Klic2011-02-044-41/+113
| |/ | | | | | | btparser: New supported format of thread header: "Thread 8 (LWP 6357):"
| * abrt-action-generate-backtrace: exit with 0 even if the parser failsKarel Klic2011-02-041-1/+6
| |
| * l10n: Updates to Panjabi (Punjabi) (pa) translationjassy2011-02-041-4/+4
| | | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org)
| * l10n: Updates to Gujarati (gu) translationswkothar2011-02-041-6/+6
| | | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org)
| * l10n: Updates to Ukrainian (uk) translationyurchor2011-02-041-4/+4
| | | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org)
| * update vda's debug scriptsDenys Vlasenko2011-02-034-17/+65
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * abrt_curl: fflush http body streamDenys Vlasenko2011-02-031-0/+5
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * in bz/rhts description, list attachments and their sizesDenys Vlasenko2011-02-031-6/+27
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * abrt_rh_support: remove code which looks into Strata-Message: headerDenys Vlasenko2011-02-031-73/+4
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * cli: change user's abrt dir from $HOME/abrt to $HOME/.abrtDenys Vlasenko2011-02-031-2/+2
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * l10n: Updates to Panjabi (Punjabi) (pa) translationjassy2011-02-031-78/+115
| | | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org)
| * l10n: Updates to Oriya (or) translationmgiri2011-02-031-84/+121
| | | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org)
| * l10n: Updates to Kannada (kn) translationshanky2011-02-031-78/+115
| | | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org)
| * l10n: Updates to Ukrainian (uk) translationyurchor2011-02-021-79/+117
| | | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org)
| * l10n: Updates to Dutch (Flemish) (nl) translationwarrink2011-02-021-79/+118
| | | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org)
| * l10n: Updates to Oriya (or) translationmgiri2011-02-021-158/+166
| | | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org)
| * l10n: Updates to Gujarati (gu) translationswkothar2011-02-021-77/+72
| | | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org)
| * l10n: Updates to Polish (pl) translationraven2011-02-011-222/+200
| | | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org)
| * run_event: fix comment which become outdated after recent changeDenys Vlasenko2011-02-011-1/+0
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * abrt-cli -r DIR: copy non-writable DIR into $HOME/abrt/spoolDenys Vlasenko2011-02-0110-16/+259
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>