Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Improved --close behavior in abrt-bz-dupchecker | Karel Klic | 2010-03-11 | 1 | -5/+14 | |
| | | ||||||
* | | GUI: added action to applet to directly report last crash | Jiri Moskovcak | 2010-03-11 | 7 | -25/+168 | |
|/ | | | | Revieved by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | GUI: renamed main_window3 -> main_window | Jiri Moskovcak | 2010-03-09 | 2 | -2/+2 | |
| | ||||||
* | GUI: fixed the report window height on small display rhbz#563919 | Jiri Moskovcak | 2010-03-09 | 2 | -461/+477 | |
| | ||||||
* | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt | Jiri Moskovcak | 2010-03-09 | 1 | -5/+10 | |
|\ | ||||||
| * | cli: make --report UUIDprefix match only unique prfix | Denys Vlasenko | 2010-03-09 | 1 | -5/+10 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | | GUI: translations work again | Jiri Moskovcak | 2010-03-09 | 1 | -6/+7 | |
|/ | ||||||
* | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt | Jiri Moskovcak | 2010-03-09 | 1 | -10/+16 | |
|\ | ||||||
| * | Never flag backtrace as binary file (fixes problem observed in bz#571411) | Denys Vlasenko | 2010-03-08 | 1 | -10/+16 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | | GUI: added option to run without main window v3 | Jiri Moskovcak | 2010-03-08 | 4 | -25/+70 | |
|/ | ||||||
* | use FILENAME_BACKTRACE for oops text too | Denys Vlasenko | 2010-03-05 | 4 | -19/+4 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | add ProcessUnpackaged option to abrt.conf | Denys Vlasenko | 2010-03-05 | 9 | -19/+52 | |
| | | | | | | Based on patch by Pekka Pietikainen <pp@ee.oulu.fi> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | abrt-debuginfo-install: use -debuginfo repos which match enabled "usual" repos | Denys Vlasenko | 2010-03-04 | 1 | -7/+16 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | cli: pass reporters param in call_Report(); handle error returns | Denys Vlasenko | 2010-03-04 | 1 | -6/+29 | |
| | | | | | | | | | | | ... Do you want to send the report? [y/N]: y >! string expected in dbus message, but not found ('e') >! dbus call Report: parameter type mismatch Dbus call returned error: 'org.freedesktop.DBus.Error.Failed' Acked-by: Nikola Pajkovsky <npajkovs@redhat.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | GUI: more window positioning fixes | Jiri Moskovcak | 2010-03-04 | 2 | -5/+6 | |
| | ||||||
* | GUI: center all dialogs on parent | Jiri Moskovcak | 2010-03-04 | 3 | -2/+10 | |
| | ||||||
* | *: UID:UUID -> crash_id conversion | Denys Vlasenko | 2010-03-04 | 17 | -222/+245 | |
| | | | | | | | | | | | | | | | | | | | This fixes at least three instances where we did not check whether user is even allowed to report or delete a crash. Also fixes a few cases when root might inadvertently act on (e.g. delete) mote than one crash. Renamed FILENAME_UID to CD_UID - makes more sense this way. Added COL_INFORMALL and CD_INFORMALL. Nuked UID == -1 hacks. Renamed getReport() to start_job on Python side. Dropped a few unused parameters from server -> client dbus signals. Fixed CLI's way of reverencing crashes (see updated help text). Run-tested (GUI and CLI). Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> Acked-by: Nikola Pajkovsky <npajkovs@redhat.com> | |||||
* | GUI: added reporter selection window | Jiri Moskovcak | 2010-03-04 | 7 | -186/+382 | |
| | ||||||
* | GUI: removed dead code | Jiri Moskovcak | 2010-03-04 | 1 | -18/+3 | |
| | ||||||
* | fix bz#570081 (self.is_oops is not defined) | Denys Vlasenko | 2010-03-03 | 1 | -1/+2 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | abrt-debuginfo-install: remove -R2 from yum! it's not "anti-yum-lock" option! | Denys Vlasenko | 2010-03-03 | 1 | -10/+14 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | save reporters' results to abrt_vNN_reportresult table too | Denys Vlasenko | 2010-03-02 | 1 | -0/+12 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt | Jiri Moskovcak | 2010-03-02 | 4 | -9/+17 | |
|\ | ||||||
| * | fix format security error | Frederic Crozat | 2010-03-02 | 1 | -1/+1 | |
| | | | | | | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com> | |||||
| * | add reporters param to dbus call Report() | Denys Vlasenko | 2010-03-01 | 3 | -8/+16 | |
| | | | | | | | | | | | | This only adds the parameter, so far it is just ignored Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | | icons repackaging | Jiri Moskovcak | 2010-03-01 | 4 | -8/+8 | |
|/ | ||||||
* | trivial simplification | Denys Vlasenko | 2010-02-26 | 1 | -4/+2 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | partial fix for bz#565983 | Denys Vlasenko | 2010-02-23 | 1 | -1/+2 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | simplify kerneloops/dumpoops a bit | Denys Vlasenko | 2010-02-23 | 1 | -6/+7 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | cli: add support for "--report @N" and "--report PARTIAL_UUID" | Denys Vlasenko | 2010-02-23 | 3 | -23/+54 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | added a comment about dbus disconnect handling | Denys Vlasenko | 2010-02-17 | 1 | -0/+21 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | GUI: improved url handling in report messages | Jiri Moskovcak | 2010-02-17 | 3 | -14/+30 | |
| | ||||||
* | license fix | Nikola Pajkovsky | 2010-02-16 | 1 | -24/+21 | |
| | | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com> | |||||
* | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt | Karel Klic | 2010-02-15 | 2 | -14/+26 | |
|\ | ||||||
| * | GUI: enabled column sorting rhbz#541853 | Jiri Moskovcak | 2010-02-15 | 1 | -14/+24 | |
| | | ||||||
| * | GUI: enabled searching in the main window | Jiri Moskovcak | 2010-02-14 | 1 | -0/+2 | |
| | | | | | | | | - just write the package name | |||||
* | | Added option to close bugs recognized as a duplicate: --close | Karel Klic | 2010-02-15 | 1 | -20/+59 | |
|/ | ||||||
* | abrt-hook-ccpp: do not consider SIGQUIT to be a crash | Denys Vlasenko | 2010-02-12 | 2 | -42/+33 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | Load plugin settings also from ~/.abrt/*.conf | Karel Klic | 2010-02-12 | 1 | -82/+114 | |
| | ||||||
* | Move LoadPluginSettings to the shared utils library. Add parameter ↵ | Karel Klic | 2010-02-12 | 2 | -63/+0 | |
| | | | | skipKeysWithoutValue. | |||||
* | Merge branch 'master' of git://git.fedorahosted.org/git/abrt | Karel Klic | 2010-02-12 | 1 | -2/+10 | |
|\ | ||||||
| * | fixed problem with bugzilla+nss | Jiri Moskovcak | 2010-02-12 | 1 | -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 report | Karel Klic | 2010-02-12 | 1 | -61/+122 | |
|/ | ||||||
* | fix bz#541088 "abrt should not catch python excp EPIPE" | Denys Vlasenko | 2010-02-11 | 1 | -0/+14 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | fix bz#554242 "Cannot tab between input areas in report dialog" | Denys Vlasenko | 2010-02-11 | 1 | -0/+3 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | fix bz#563484 "abrt uses unnecessary disk space when getting debug info" | Denys Vlasenko | 2010-02-11 | 1 | -39/+44 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | Don't show empty 'Not loaded plugins' section - fix#2 rhbz#560971 | Jiri Moskovcak | 2010-02-09 | 1 | -7/+7 | |
| | ||||||
* | GUI: escape plugin messages before using them in set_markup() | Jiri Moskovcak | 2010-02-09 | 2 | -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 bug | Denys Vlasenko | 2010-02-09 | 1 | -5/+5 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt | Karel Klic | 2010-02-09 | 5 | -10/+7 | |
|\ |