summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Fix to successfully parse a backtrace from rhbz#550642Karel Klic2010-02-031-0/+1
| |/
| * CCpp analyzer: change duphash calculation to group minor versions togetherDenys Vlasenko2010-02-031-4/+3
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtKarel Klic2010-02-0112-55/+52
|\|
| * abrt-hook-ccpp: fix rhbz#560612 "limit '18446744073709551615' is bogus"Denys Vlasenko2010-02-011-1/+6
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * APPLET: don't show the icon when abrtd is not runningJiri Moskovcak2010-01-311-2/+1
| | | | | | | | | | - happens when user disabled abrtd service and abrt-applet started without daemon
| * GUI: fixed some pylint warningsJiri Moskovcak2010-01-309-48/+39
| |
| * GUI: made report message labels wrapJiri Moskovcak2010-01-302-4/+6
| |
* | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtKarel Klic2010-01-292-5/+10
|\|
| * Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2010-01-291-1/+3
| |\
| | * Kerneloops: fix BZ reporting of oopsesDenys Vlasenko2010-01-291-1/+3
| | | | | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * | GUI: don't die if daemon doesn't send the gpg keysJiri Moskovcak2010-01-291-4/+7
| |/
* | added BZ as reporter for KerneloopsJiri Moskovcak2010-01-291-1/+1
| |
* | Merge branch 'master' into rhel6Jiri Moskovcak2010-01-291-2/+2
|\|
| * GUI: wider report message dialogJiri Moskovcak2010-01-291-2/+2
| |
* | use the rhel gpg keysJiri Moskovcak2010-01-291-1/+8
| |
* | Merge branch 'master' into rhel6Jiri Moskovcak2010-01-294-10/+29
|\| | | | | | | | | Conflicts: src/Daemon/abrt.conf
| * moved the gpg key list from abrt.conf to gpg_keys fileJiri Moskovcak2010-01-294-9/+29
| | | | | | | | | | | | - this should allow us to update the gpg_keys list when needed and will prevent the situation when user changed his abrt.conf
* | Merge branch 'master' into rhel6Denys Vlasenko2010-01-291-2/+3
|\|
| * Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2010-01-292-2/+10
| |\
| * | GUI: fixed the rating logic, to prevent sending BT with rating < 3Jiri Moskovcak2010-01-291-2/+3
| | |
* | | Merge branch 'master' into rhel6Denys Vlasenko2010-01-295-26/+69
|\ \ \ | | |/ | |/|
| * | Report GUI: made more fields copyable - closed rhbz#526209; tweaked wordingDenys Vlasenko2010-01-292-2/+10
| |/ | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * GUI: fixed bug caused by failed gk-authorizationJiri Moskovcak2010-01-292-21/+52
| | | | | | | | | | | | | | - if user enters a wrong password to gk and doesn't unlock it, the GUI would throw an exception, this patch makes GUI to ask twice per every plugin, ignore the exception is it fails and it will use defaults from /etc/abrt/plugins
| * GUI: wrap the reporter message if it's longer than 360pxJiri Moskovcak2010-01-291-3/+7
| | | | | | | | | | - and make this work dynamically!!! making 360px the hard border is not very nice
* | Merge branch 'master' into rhel6Denys Vlasenko2010-01-292-3/+15
|\|
| * fix bug 559881 (kerneloops not shown in "new" GUI)Denys Vlasenko2010-01-292-3/+15
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | Merge branch 'master' into rhel6Denys Vlasenko2010-01-291-1/+0
|\|
| * remove extra "secondary" propertyDenys Vlasenko2010-01-291-1/+0
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | Merge branch 'master' into rhel6Denys Vlasenko2010-01-293-3/+15
|\|
| * GUI ReporterDialog: hide log buttonDenys Vlasenko2010-01-293-3/+15
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | Merge branch 'master' into rhel6Denys Vlasenko2010-01-291-4/+1
|\|
| * added valgrind and strace to blacklistJiri Moskovcak2010-01-281-4/+1
| |
* | re-enabled the gpg check in rhel6 branchJiri Moskovcak2010-01-281-1/+1
| | | | | | | | - for some reason the merging from master failed for this change
* | abrt.conf: add Bugzilla reporterDenys Vlasenko2010-01-281-2/+2
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | Merge branch 'master' into rhel6Denys Vlasenko2010-01-282-2/+8
|\| | | | | | | | | | | | | Conflicts: src/Daemon/abrt.conf Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * reenabled gpg checkJiri Moskovcak2010-01-282-1/+8
| | | | | | | | | | | | - we still just check only the signature of the package, which doesn't tell us if the files on the disk weren't changed, but will at least filter not official packages
* | SOSreport: run it niced; abrt.conf: run SOSreport at crash timeDenys Vlasenko2010-01-281-3/+8
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | Merge branch 'master' into rhel6Denys Vlasenko2010-01-271-4/+3
|\|
| * report GUI: rename buttons: Log -> Show log, Send -> Send reportDenys Vlasenko2010-01-271-4/+3
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | Merge branch 'master' into rhel6Denys Vlasenko2010-01-271-1/+1
|\|
| * applet: reduce blinking timeout to 3 secDenys Vlasenko2010-01-271-1/+1
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | Merge branch 'master' into rhel6Denys Vlasenko2010-01-274-14/+34
|\|
| * abrtd: proper fix to autostart problemDenys Vlasenko2010-01-274-14/+34
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | Merge branch 'master' into rhel6Denys Vlasenko2010-01-271-17/+36
|\|
| * fix dbus autostartDenys Vlasenko2010-01-271-17/+36
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | Merge branch 'master' into rhel6Denys Vlasenko2010-01-271-6/+11
|\|
| * abrtd: set "Reported" status only if at least one reporter succeededDenys Vlasenko2010-01-271-6/+11
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | Merge branch 'master' into rhel6Denys Vlasenko2010-01-261-7/+7
|\|
| * SOSreport: make it avoid double runs; add forced regeneration; upd PLUGINS-HOWTODenys Vlasenko2010-01-261-7/+7
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | Merge branch 'master' into rhel6Denys Vlasenko2010-01-261-1/+0
|\|