summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | 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
| | | |
| * | | Added option to close bugs with low rating: --closeKarel Klic2010-02-151-4/+11
| | |/ | |/|
| * | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtKarel Klic2010-02-1521-279/+1102
| |\|
| | * re-enabled kerneloops after bad mergeJiri Moskovcak2010-02-122-12/+24
| | |
| | * abrt-hook-ccpp: do not consider SIGQUIT to be a crashDenys Vlasenko2010-02-123-42/+34
| | | | | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| | * Merge branch 'master' of git://git.fedorahosted.org/git/abrtKarel Klic2010-02-121-0/+27
| | |\
| | | * SPEC: updated changelog1.0.7Jiri Moskovcak2010-02-121-0/+27
| | | |
| | * | Better comment for LoadPluginSettingsKarel Klic2010-02-121-1/+3
| | |/
| | * Merge branch 'master' of git://git.fedorahosted.org/git/abrtKarel Klic2010-02-121-1/+1
| | |\
| | | * Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2010-02-122-61/+123
| | | |\
| | | * | 1 -> yes, to be coherent in config filesJiri Moskovcak2010-02-121-1/+1
| | | | |
| | * | | Load plugin settings also from ~/.abrt/*.confKarel Klic2010-02-121-82/+114
| | | | |
| | * | | Move LoadPluginSettings to the shared utils library. Add parameter ↵Karel Klic2010-02-124-64/+84
| | | | | | | | | | | | | | | | | | | | skipKeysWithoutValue.
| | * | | get_home_dir uses uid_t for the uidKarel Klic2010-02-122-2/+2
| | | |/ | | |/|
| | * | 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
| | | |
| | * | Added comment to perror_msg declaration.Karel Klic2010-02-121-0/+1
| | |/
| | * 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>
| | * added "make scratch-build" to make targetsJiri Moskovcak2010-02-101-0/+3
| | | | | | | | | | | | - builds rpm packages in koji from the local git repo
| | * Added "make srpm" targetJiri Moskovcak2010-02-101-0/+8
| | |
| | * Sending translation for po/id.podheche2010-02-101-0/+633
| | |
| | * 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>
| * | Git ignores ABRT's RPMs and build intermediate filesKarel Klic2010-02-151-0/+4
| | |
| * | display package and its owner in the outputKarel Klic2010-02-151-2/+2
| |/
| * fix big-endian build problemDenys Vlasenko2010-02-091-5/+12
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtKarel Klic2010-02-0911-72/+97
| |\
| | * 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
| | |/
| | * updated how_to_testJiri Moskovcak2010-02-091-1/+7
| | |
| | * Python analyzer: make hashing bug-for-bug compatible :]Denys Vlasenko2010-02-091-2/+21
| | | | | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| | * Sending translation for Spanishdennistobar2010-02-091-51/+49
| | |
| | * abrt.init: add commented-out http[s]_proxy=xxx assignmentsDenys Vlasenko2010-02-091-2/+8
| | | | | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| | * 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
| | |
| | * Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2010-02-083-6/+13
| | |\
| | | * remove FILENAME_UUIDDenys Vlasenko2010-02-082-4/+0
| | | | | | | | | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| | * | updated HOW_TO_TESTJiri Moskovcak2010-02-081-2/+5
| | | |
| * | | Fixes, displays package ownersKarel Klic2010-02-091-16/+58
| | | |
| * | | Results are sorted by component ownerKarel Klic2010-02-091-31/+48
| | | |
| * | | Ignore cached backtraces in scripts dirKarel Klic2010-02-091-0/+1
| | |/ | |/|
| * | Add component owner to the outputKarel Klic2010-02-081-2/+13
| |/
* | remove debug messageNikola Pajkovsky2010-02-091-1/+0
| | | | | | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>