summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* String updatesKarel Klic2010-07-1216-80/+80
|
* lower-case devel headersNikola Pajkovsky2010-07-0917-33/+33
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* GUI: fixed problem with no gkeyring and just one reporter enabled rhbz#612457Jiri Moskovcak2010-07-081-9/+14
|
* Display hostname in abrt-cli if it's available.Karel Klic2010-07-071-0/+5
|
* abrt-handle-upload should have mode 0755, fixingDenys Vlasenko2010-07-021-0/+0
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* added support for package specific actionsJiri Moskovcak2010-06-303-25/+55
|
* GUI: don't die if crash info doesn't contain btJiri Moskovcak2010-06-301-10/+21
| | | | | - and of course don't let user to report a bug without bt if the reporter plugin requires it
* abrt-handle-upload: ensure that we do not accidentally move over existing dirDenys Vlasenko2010-06-301-1/+4
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Merge branch 'remote2'Karel Klic2010-06-301-4/+12
|\
| * Allow remote crashes to not to belong to a package.Karel Klic2010-06-301-4/+12
| | | | | | | | Skip GPG check on remote crashes.
* | bad hostnames on remote crashesNikola Pajkovsky2010-06-301-7/+11
| | | | | | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* | unlimited MaxCrashReportsSizeNikola Pajkovsky2010-06-302-11/+14
| | | | | | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtNikola Pajkovsky2010-06-308-28/+33
|\ \
| * | GUI: trivial text wrapping fixJiri Moskovcak2010-06-301-0/+1
| | | | | | | | | | | | - fixes problem with long bug report messages displayed in the main window
| * | English and message format fixesDenys Vlasenko2010-06-307-28/+32
| | | | | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | | more readable abrt.confNikola Pajkovsky2010-06-301-2/+20
|/ / | | | | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* | 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
| |