summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* abrt.conf: revert last change (vda's mistake, it was not meant to go into git)Nikola Pajkovsky2010-06-301-1/+4
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Disable OpenGPG checking until final releaseNikola Pajkovsky2010-06-301-1/+1
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* abrt-handle-upload: fix in "remote" file creationDenys Vlasenko2010-06-301-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Merge branch 'cli'Karel Klic2010-06-293-113/+176
|\
| * Allow using the same operation multiple timesKarel Klic2010-06-291-1/+1
| |
| * Bash completion updateKarel Klic2010-06-221-5/+21
| |
| * Remove dead socket code.Karel Klic2010-06-221-9/+0
| |
| * Rename --get-list to --listKarel Klic2010-06-222-10/+10
| |
| * Update man pageKarel Klic2010-06-221-8/+15
| |
| * Options overhaulKarel Klic2010-06-221-56/+94
| |
| * Indentation onlyKarel Klic2010-06-221-24/+24
| |
| * Split print_crash_infos to two functions, add some comments.Karel Klic2010-06-221-33/+44
| |
* | Removed some memory leaksKarel Klic2010-06-282-11/+26
| |
* | Merge branch 'clicommentfix'Karel Klic2010-06-281-1/+15
|\ \
| * | Show comment and how to reproduce fields when reporing crashes in abrt-cliKarel Klic2010-06-221-1/+15
| |/
* | GUI: add a hostname columnJiri Moskovcak2010-06-232-6/+15
| |
* | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2010-06-226-26/+151
|\ \
| * | small fixes to WatchCrashdumpArchiveDir codeDenys Vlasenko2010-06-222-9/+9
| | | | | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * | added WatchCrashdumpArchiveDir directive to abrt.conf and related codeDenys Vlasenko2010-06-226-26/+151
| |/ | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* / GUI: don't try to use action plugins as reportersJiri Moskovcak2010-06-222-1/+5
|/ | | | | | - action plugins can be specified in AnalyzerActionsAndReporters, but those are run automatically when user press "report" and gui shouldn't show them in reporter selector
* GUI: don't show the placehondler icon rhbz#605693Jiri Moskovcak2010-06-212-19/+18
| | | | | | | | - the generic executable icon seems to be a better choice if we have it and the placeholder is used really as a last resort - the logic in get_icon_for_package has been improved to not try so hard as it usually picked the wrong icon and might be more confusing for users then just not showing it at all
* make "Loaded foo.conf" message less confusingDenys Vlasenko2010-06-211-1/+3
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* 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>