Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | added BZ as reporter for Kerneloops | Jiri Moskovcak | 2010-01-29 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch 'master' into rhel6 | Jiri Moskovcak | 2010-01-29 | 1 | -2/+2 | |
|\| | ||||||
| * | GUI: wider report message dialog | Jiri Moskovcak | 2010-01-29 | 1 | -2/+2 | |
| | | ||||||
* | | use the rhel gpg keys | Jiri Moskovcak | 2010-01-29 | 1 | -1/+8 | |
| | | ||||||
* | | Merge branch 'master' into rhel6 | Jiri Moskovcak | 2010-01-29 | 4 | -10/+29 | |
|\| | | | | | | | | | Conflicts: src/Daemon/abrt.conf | |||||
| * | moved the gpg key list from abrt.conf to gpg_keys file | Jiri Moskovcak | 2010-01-29 | 4 | -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 rhel6 | Denys Vlasenko | 2010-01-29 | 1 | -2/+3 | |
|\| | ||||||
| * | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt | Jiri Moskovcak | 2010-01-29 | 2 | -2/+10 | |
| |\ | ||||||
| * | | GUI: fixed the rating logic, to prevent sending BT with rating < 3 | Jiri Moskovcak | 2010-01-29 | 1 | -2/+3 | |
| | | | ||||||
* | | | Merge branch 'master' into rhel6 | Denys Vlasenko | 2010-01-29 | 5 | -26/+69 | |
|\ \ \ | | |/ | |/| | ||||||
| * | | Report GUI: made more fields copyable - closed rhbz#526209; tweaked wording | Denys Vlasenko | 2010-01-29 | 2 | -2/+10 | |
| |/ | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | GUI: fixed bug caused by failed gk-authorization | Jiri Moskovcak | 2010-01-29 | 2 | -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 360px | Jiri Moskovcak | 2010-01-29 | 1 | -3/+7 | |
| | | | | | | | | | | - and make this work dynamically!!! making 360px the hard border is not very nice | |||||
* | | Merge branch 'master' into rhel6 | Denys Vlasenko | 2010-01-29 | 2 | -3/+15 | |
|\| | ||||||
| * | fix bug 559881 (kerneloops not shown in "new" GUI) | Denys Vlasenko | 2010-01-29 | 2 | -3/+15 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | | Merge branch 'master' into rhel6 | Denys Vlasenko | 2010-01-29 | 1 | -1/+0 | |
|\| | ||||||
| * | remove extra "secondary" property | Denys Vlasenko | 2010-01-29 | 1 | -1/+0 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | | Merge branch 'master' into rhel6 | Denys Vlasenko | 2010-01-29 | 3 | -3/+15 | |
|\| | ||||||
| * | GUI ReporterDialog: hide log button | Denys Vlasenko | 2010-01-29 | 3 | -3/+15 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | | Merge branch 'master' into rhel6 | Denys Vlasenko | 2010-01-29 | 1 | -4/+1 | |
|\| | ||||||
| * | added valgrind and strace to blacklist | Jiri Moskovcak | 2010-01-28 | 1 | -4/+1 | |
| | | ||||||
* | | re-enabled the gpg check in rhel6 branch | Jiri Moskovcak | 2010-01-28 | 1 | -1/+1 | |
| | | | | | | | | - for some reason the merging from master failed for this change | |||||
* | | abrt.conf: add Bugzilla reporter | Denys Vlasenko | 2010-01-28 | 1 | -2/+2 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | | Merge branch 'master' into rhel6 | Denys Vlasenko | 2010-01-28 | 2 | -2/+8 | |
|\| | | | | | | | | | | | | | Conflicts: src/Daemon/abrt.conf Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | reenabled gpg check | Jiri Moskovcak | 2010-01-28 | 2 | -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 time | Denys Vlasenko | 2010-01-28 | 1 | -3/+8 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | | Merge branch 'master' into rhel6 | Denys Vlasenko | 2010-01-27 | 1 | -4/+3 | |
|\| | ||||||
| * | report GUI: rename buttons: Log -> Show log, Send -> Send report | Denys Vlasenko | 2010-01-27 | 1 | -4/+3 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | | Merge branch 'master' into rhel6 | Denys Vlasenko | 2010-01-27 | 1 | -1/+1 | |
|\| | ||||||
| * | applet: reduce blinking timeout to 3 sec | Denys Vlasenko | 2010-01-27 | 1 | -1/+1 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | | Merge branch 'master' into rhel6 | Denys Vlasenko | 2010-01-27 | 4 | -14/+34 | |
|\| | ||||||
| * | abrtd: proper fix to autostart problem | Denys Vlasenko | 2010-01-27 | 4 | -14/+34 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | | Merge branch 'master' into rhel6 | Denys Vlasenko | 2010-01-27 | 1 | -17/+36 | |
|\| | ||||||
| * | fix dbus autostart | Denys Vlasenko | 2010-01-27 | 1 | -17/+36 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | | Merge branch 'master' into rhel6 | Denys Vlasenko | 2010-01-27 | 1 | -6/+11 | |
|\| | ||||||
| * | abrtd: set "Reported" status only if at least one reporter succeeded | Denys Vlasenko | 2010-01-27 | 1 | -6/+11 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | | Merge branch 'master' into rhel6 | Denys Vlasenko | 2010-01-26 | 1 | -7/+7 | |
|\| | ||||||
| * | SOSreport: make it avoid double runs; add forced regeneration; upd PLUGINS-HOWTO | Denys Vlasenko | 2010-01-26 | 1 | -7/+7 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | | Merge branch 'master' into rhel6 | Denys Vlasenko | 2010-01-26 | 1 | -1/+0 | |
|\| | ||||||
| * | revert Log window type to "top level" - it looks weird as "dialog" one | Denys Vlasenko | 2010-01-26 | 1 | -1/+0 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | | Merge branch 'master' into rhel6 | Denys Vlasenko | 2010-01-26 | 2 | -194/+31 | |
|\| | ||||||
| * | python hook: clean up exception handler (removed dead code) | Denys Vlasenko | 2010-01-26 | 2 | -194/+31 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | | Merge branch 'master' into rhel6 | Denys Vlasenko | 2010-01-25 | 1 | -4/+5 | |
|\| | ||||||
| * | attribute SEGVs in perl to script's package, like we already do for python | Denys Vlasenko | 2010-01-25 | 1 | -4/+5 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | abrt.conf: wrap line >80chars | Denys Vlasenko | 2010-01-25 | 1 | -2/+2 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | abrt.conf: remove some bad English | Denys Vlasenko | 2010-01-25 | 1 | -2/+2 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | fix previous commit | Denys Vlasenko | 2010-01-22 | 1 | -1/+1 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | remove unused getuidbyname | Denys Vlasenko | 2010-01-22 | 2 | -8/+6 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | GUI: hide the attachment checkboxes | Jiri Moskovcak | 2010-01-22 | 1 | -1/+4 | |
| | | | | | | | | - we don't use the YET anymore | |||||
* | | abrt.conf: wrap line >80chars | Denys Vlasenko | 2010-01-25 | 1 | -2/+2 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> |