summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2010-06-162-101/+161
|\
| * Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtKarel Klic2010-06-161-2/+2
| |\
| | * move misplaced sanity checks in cron parserDenys Vlasenko2010-06-161-2/+2
| | | | | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * | Check conf file for syntax errorsKarel Klic2010-06-161-99/+159
| |/ | | | | | | reviewed by: jmoskovc@redhat.com
* / GUI: skip the plugin selection, if it's not neededJiri Moskovcak2010-06-161-5/+10
|/ | | | | | - if there's only one reporter, then we can skip the first page in the wizard - the page is skipped only if the plugin options are properly configured
* minor gui fixesJiri Moskovcak2010-06-161-2/+4
| | | | - made the report results selectable, center the wrong settings dialog
* GUI: don't require the rating for all reportersJiri Moskovcak2010-06-161-2/+12
| | | | | | - some reporters (logger, RHTSupport) doesn't require a good backtrace (so far only bz does) so gui shouldn't force user to have a good backtrace everytime
* GUI: fixed exception when there is no configure dialog for plugin rhbz#603745Jiri Moskovcak2010-06-163-4/+13
| | | | | - gui now complains about the missing dialog and won't throw and exception
* RHTSupport: actually use settings; report curl errors betterDenys Vlasenko2010-06-151-3/+3
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2010-06-109-346/+683
|\
| * Remove abrt-hook-python deprecated by abrtd socketkarel2010-06-092-173/+1
| |
| * Daemon socket for reporting crasheskarel2010-06-096-12/+680
| |
| * Move hooklib from src/Hooks to lib/Utilskarel2010-06-093-162/+3
| |
* | GUI: fixed few typosJiri Moskovcak2010-06-091-3/+3
|/
* minor fix to assistantJiri Moskovcak2010-06-091-1/+0
|
* GUI: polished the reporter assistantJiri Moskovcak2010-06-081-34/+53
| | | | | | - fixed text layout - don't forget the comments - and few minor fixes
* ccpp hook: add SaveBinaryImage option which saves of the crashed binaryDenys Vlasenko2010-06-074-7/+40
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* GUI: don't remove user comments when re-reporting the bugJiri Moskovcak2010-06-031-0/+2
|
* remove "(deleted)" from executable path rhbz#593037Jiri Moskovcak2010-06-031-1/+9
|
* add new file *hostname* into debugdump directoryNikola Pajkovsky2010-06-011-0/+12
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* fix whitespaceDenys Vlasenko2010-05-313-7/+7
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* abrt-hook-ccpp: eliminate race between process exit and compat coredump creationDenys Vlasenko2010-05-281-125/+239
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Merge branch 'master' of ssh://vda@git.fedorahosted.org/git/abrtDenys Vlasenko2010-05-281-29/+59
|\
| * GUI: remember comment and howto on backtrace refresh rhbz#545690Jiri Moskovcak2010-05-271-29/+59
| |
* | Merge branch 'master' of ssh://vda@git.fedorahosted.org/git/abrtDenys Vlasenko2010-05-272-4/+7
|\|
| * GUI: added close button to the backtrace viewerJiri Moskovcak2010-05-261-3/+6
| |
| * use header case in button label rhbz#565812Jiri Moskovcak2010-05-261-1/+1
| |
* | make log window resizableDenys Vlasenko2010-05-261-2/+0
|/ | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* trivial: fix reversed logic in if (rename(path, newpath) != 0)...Denys Vlasenko2010-05-262-2/+2
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* abrt-cli: suppress misleading "crash 'XXXXXXXX' is not in database" messagesDenys Vlasenko2010-05-264-7/+15
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* GUI: new reporting wizardJiri Moskovcak2010-05-266-81/+361
|
* make log window resizable (again)Denys Vlasenko2010-05-251-3/+0
| | | | | | | Log window is meant to make it possible to see the log. Non-resizable window makes it annoyingly difficult... Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* GUI: fixed per package reporter configurationJiri Moskovcak2010-05-251-1/+7
| | | | | - the per-package reporter has higher priority so it shouldn't be overwritten by the group reporter
* trivial: stop leaking signal pipe to childrenDenys Vlasenko2010-05-251-0/+2
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* trivial: close lock file on execDenys Vlasenko2010-05-251-0/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* trivial: close inotify_fd on execDenys Vlasenko2010-05-251-0/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* added glade file forgotten from the last commitJiri Moskovcak2010-05-251-0/+73
|
* GUI: added the new wizard interface (not active now)Jiri Moskovcak2010-05-254-1/+558
| | | | | - just added the files to repo so translators can start working on localization
* More fixes for /var/cache/abrt -> /var/spool/abrt conversion1.1.3Denys Vlasenko2010-05-214-7/+7
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* remove "rename(DEBUG_DUMPS_DIR_OLD, DEBUG_DUMPS_DIR)" compat kludgeDenys Vlasenko2010-05-212-7/+0
| | | | | | | It causes selinux problems by itself. Even though we ovn both dirs, attempting to move them is not allowed... Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* fix tuns of memory leaks in CRPMNikola Pajkovsky2010-05-191-1/+4
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* kill yumdownloader if abrt-debuginfo-install is terminated mid-flightDenys Vlasenko2010-05-171-1/+10
| | | | | | | | This is needed to eventually fix https://bugzilla.redhat.com/show_bug.cgi?id=569694 yumdownloader not killed by ABRT Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* s/throw/raise/Denys Vlasenko2010-05-171-2/+2
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* do not create Python dumps if argv[0] is not absoluteDenys Vlasenko2010-05-171-6/+10
| | | | | | | | This should fix https://bugzilla.redhat.com/show_bug.cgi?id=547407 rhythmbox crash: abrt says "Executable doesn't belong to any package" Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Move /var/cache/abrt to /var/spool/abrt. Fixes bug 568101.Denys Vlasenko2010-05-142-2/+10
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Revert "Move hooklib from src/Hooks to lib/Utils"Nikola Pajkovsky2010-05-143-3/+151
| | | | This reverts commit 94a67f5d3edd6ac842cc3d7feea9e1954ee58a37.
* Revert "Daemon socket for reporting crashes"Nikola Pajkovsky2010-05-146-637/+12
| | | | This reverts commit 91c7c2ee8fa9ab6c29a7ddc64cff1fa9f5e2918a.
* Revert "Remove abrt-hook-python, deprecated by abrtd socket"Nikola Pajkovsky2010-05-142-1/+173
| | | | This reverts commit d0dde2aaf81f5ff24b57ce4647a89628ae411bbc.
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtNikola Pajkovsky2010-05-121-2/+2
|\
| * renamed daemon pid and lock file rhbz#588315Jiri Moskovcak2010-05-121-2/+2
| |