summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* added a comment about dbus disconnect handlingDenys Vlasenko2010-02-171-0/+21
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* GUI: improved url handling in report messagesJiri Moskovcak2010-02-173-14/+30
|
* license fixNikola Pajkovsky2010-02-161-24/+21
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtKarel Klic2010-02-152-14/+26
|\
| * GUI: enabled column sorting rhbz#541853Jiri Moskovcak2010-02-151-14/+24
| |
| * GUI: enabled searching in the main windowJiri Moskovcak2010-02-141-0/+2
| | | | | | | | - just write the package name
* | Added option to close bugs recognized as a duplicate: --closeKarel Klic2010-02-151-20/+59
|/
* abrt-hook-ccpp: do not consider SIGQUIT to be a crashDenys Vlasenko2010-02-122-42/+33
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Load plugin settings also from ~/.abrt/*.confKarel Klic2010-02-121-82/+114
|
* Move LoadPluginSettings to the shared utils library. Add parameter ↵Karel Klic2010-02-122-63/+0
| | | | skipKeysWithoutValue.
* Merge branch 'master' of git://git.fedorahosted.org/git/abrtKarel Klic2010-02-121-2/+10
|\
| * fixed problem with bugzilla+nssJiri Moskovcak2010-02-121-2/+10
| | | | | | | | | | | | - it's more workaround which makes rpmlib to reinitialize nss hash functions and that make xmlrpc works properly after fork() we need to find a proper place to fix this!
* | Remove newline from user input, separate run_report_editor from the reportKarel Klic2010-02-121-61/+122
|/
* fix bz#541088 "abrt should not catch python excp EPIPE"Denys Vlasenko2010-02-111-0/+14
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* fix bz#554242 "Cannot tab between input areas in report dialog"Denys Vlasenko2010-02-111-0/+3
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* fix bz#563484 "abrt uses unnecessary disk space when getting debug info"Denys Vlasenko2010-02-111-39/+44
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Don't show empty 'Not loaded plugins' section - fix#2 rhbz#560971Jiri Moskovcak2010-02-091-7/+7
|
* GUI: escape plugin messages before using them in set_markup()Jiri Moskovcak2010-02-092-2/+4
| | | | | | - if the messages contain tags like <foo> it would break the markup and end-up with message like: GtkWarning: Failed to set text from markup due to error parsing markup
* cli: fix trivial error counter bugDenys Vlasenko2010-02-091-5/+5
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtKarel Klic2010-02-095-10/+7
|\
| * GUI: remove code which unconditionally throws out BIN filesDenys Vlasenko2010-02-091-5/+5
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2010-02-091-1/+0
| |\
| | * GUI: make text fields in report wnd more consistent (no border for all)Denys Vlasenko2010-02-091-1/+0
| | | | | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * | GUI: only urls should be clickableJiri Moskovcak2010-02-091-1/+1
| |/
| * GUI: fixed exception in plugin settings dialog rhbz#560851Jiri Moskovcak2010-02-091-1/+1
| |
| * GUI: respect system settings for toolbars rhbz#552161Jiri Moskovcak2010-02-081-2/+0
| |
* | Results are sorted by component ownerKarel Klic2010-02-091-31/+48
|/
* Add component owner to the outputKarel Klic2010-02-081-2/+13
|
* python hook: move UUID generation to abrtd; generate REASON, add it to bz titleDenys Vlasenko2010-02-083-26/+19
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtKarel Klic2010-02-081-10/+15
|\
| * make "reason" field less verbose; bz reporter: include it in "summary"Denys Vlasenko2010-02-081-10/+15
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | Put back changes accidentally pushed from RHEL6 branch to master by meKarel Klic2010-02-082-16/+8
|/
* remove autoreport hack, re-enable proper code for itDenys Vlasenko2010-02-081-5/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* remove binary files from report if client did not include themDenys Vlasenko2010-02-081-0/+19
| | | | | | | This is not used at the moment, but will be needed when GUI will reinstate "Attachments" checkboxes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* stupid whitespace fixDenys Vlasenko2010-02-071-1/+0
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* *: remove all usages of C++ streams (-10k in code size)Denys Vlasenko2010-02-0723-67/+246
| | | | | | Also add copyright banners to all files which were missing them Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Merge branch 'master' of git://git.fedorahosted.org/git/abrtKarel Klic2010-02-071-1/+1
|\
| * Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2010-02-078-43/+152
| |\
| * | added avant-window-navigator to blacklist per maintainer requestJiri Moskovcak2010-02-071-1/+1
| | |
* | | +wiki output, +caching, +faster picklingKarel Klic2010-02-071-10/+59
| |/ |/|
* | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtKarel Klic2010-02-063-33/+56
|\ \
| * | abrtd: fix handling of dupes (weren't deleting dup's directory); better loggingDenys Vlasenko2010-02-053-33/+56
| |/ | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | Some Bugzilla script improvementsKarel Klic2010-02-062-3/+6
| |
* | Ask for login and password if missing from reporter plugin.Karel Klic2010-02-053-7/+90
|/
* use .new suffix on new crashdumps; strip it when crashdump is readyDenys Vlasenko2010-02-043-24/+43
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* abrtd: handle "perl -w /usr/bin/script" tooDenys Vlasenko2010-02-041-2/+9
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtKarel Klic2010-02-045-216/+58
|\
| * abrtd: fix rhbz#560642 - don't die on bad plugin namesDenys Vlasenko2010-02-045-216/+58
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | Component-wise duplicatesKarel Klic2010-02-041-20/+26
| |
* | Removed 5 shift/reduce conflictsKarel Klic2010-02-041-1/+1
| |