Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | abrtd: add comment about ccpp/abrtd race | Denys Vlasenko | 2009-12-10 | 2 | -1/+7 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | abrtd: fix manpage: s/abrt/abrtd/; document -s and -v | Denys Vlasenko | 2009-12-10 | 1 | -10/+15 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | make "abrt-cli --delete randomuuid" report that deletion failed. closes bug 59 | Denys Vlasenko | 2009-12-10 | 7 | -40/+71 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | style fixes, no code changes | Denys Vlasenko | 2009-12-10 | 7 | -15/+15 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | applet: make animation stop after 1 minute. (closes bug 108) | Denys Vlasenko | 2009-12-10 | 2 | -0/+5 |
| | | | | | | See https://fedorahosted.org/abrt/ticket/108 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt | Jiri Moskovcak | 2009-12-09 | 5 | -10/+16 |
|\ | |||||
| * | Gui: make report status window's text wrap. Fixes bug 82 | Denys Vlasenko | 2009-12-09 | 2 | -1/+4 |
| | | | | | | | | | | | | See https://fedorahosted.org/abrt/ticket/82 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
| * | better wording to dbus error message (bug 106) | Denys Vlasenko | 2009-12-09 | 1 | -1/+2 |
| | | | | | | | | | | | | See https://fedorahosted.org/abrt/ticket/106 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
| * | fix incorrect wording | Denys Vlasenko | 2009-12-09 | 3 | -8/+10 |
| | | | | | | | | | | | | | | | | | | This looked wrong: "This crash has been reported, you can find the report(s) at: Kernel oops report was uploaded." Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | | show comment and how to reproduce fields, when BT rating > 3 | Jiri Moskovcak | 2009-12-09 | 1 | -2/+0 |
|/ | |||||
* | CCMainWindow.py: remove unused warning_cb | Denys Vlasenko | 2009-12-09 | 1 | -12/+1 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | GUI: added log window | Jiri Moskovcak | 2009-12-09 | 6 | -6/+152 |
| | |||||
* | preparatory cosmetics | Denys Vlasenko | 2009-12-08 | 1 | -4/+5 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | removed un needed files | Jiri Moskovcak | 2009-12-08 | 2 | -17/+0 |
| | |||||
* | PyHook: better logic for checking if abrtd is running rhbz#539987 | Jiri Moskovcak | 2009-12-07 | 3 | -40/+34 |
| | |||||
* | re-enabled gpg sign checking | Jiri Moskovcak | 2009-12-07 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt | Jiri Moskovcak | 2009-12-07 | 1 | -14/+8 |
|\ | |||||
| * | gui: removing unused self.update_pBar | Denys Vlasenko | 2009-12-07 | 1 | -14/+8 |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | | PyHook: use repr() for displaying variables rhbz#545070 | Jiri Moskovcak | 2009-12-07 | 1 | -1/+1 |
|/ | |||||
* | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt | Jiri Moskovcak | 2009-12-07 | 11 | -25/+26 |
|\ | |||||
| * | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt | Karel Klic | 2009-12-07 | 29 | -703/+732 |
| |\ | |||||
| | * | *: remove most of remaining const string& params | Denys Vlasenko | 2009-12-07 | 10 | -24/+25 |
| | | | | | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
| * | | Fixed fprintf format warning | Karel Klic | 2009-12-07 | 1 | -1/+1 |
| | | | |||||
* | | | GUI: more fixes by rrakus@redhat.com | Jiri Moskovcak | 2009-12-07 | 1 | -5/+12 |
| |/ |/| | |||||
* | | remove std::string usage from class CABRTException. | Denys Vlasenko | 2009-12-06 | 2 | -10/+10 |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | | do not send "MISSING:" over dbus; clarify a message in debuginfo installer | Denys Vlasenko | 2009-12-04 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | | small fix on top of DeleteDebugDump change | Denys Vlasenko | 2009-12-04 | 3 | -4/+4 |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | | simplify code which deletes corrupted debug dumps; kill unused EXCEP_FATAL | Denys Vlasenko | 2009-12-04 | 6 | -89/+24 |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | | GUI: gui fixes from rrakus@redhat.com | Jiri Moskovcak | 2009-12-04 | 9 | -525/+594 |
| | | |||||
* | | dbus: stop returning bool from DeleteDebugDump call, it's not needed | Denys Vlasenko | 2009-12-04 | 2 | -10/+4 |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | | whitespace cleanup | Denys Vlasenko | 2009-12-03 | 4 | -5/+5 |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | | SQLite3: string& -> char*, -8k in code size | Denys Vlasenko | 2009-12-03 | 1 | -1/+1 |
| | | | | | | | | | | | | Run tested Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | | rename CreateReport -> StartJob, GetJobResult -> CreateReport | Denys Vlasenko | 2009-12-03 | 6 | -28/+23 |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | | hopefully fix rhbz#541854: when we trim the dir, we must delete it from DB too | Denys Vlasenko | 2009-12-03 | 5 | -38/+73 |
|/ | | | | | | Also added a more robust code to resis SEGVing if directory doesn't exist. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | Added forgotten mem check. | Karel Klic | 2009-12-03 | 1 | -1/+7 |
| | |||||
* | GUI: handle cases when gui fails to start daemon on demand rhbz#543725 | Jiri Moskovcak | 2009-12-03 | 3 | -4/+12 |
| | |||||
* | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt | Jiri Moskovcak | 2009-12-03 | 3 | -21/+33 |
|\ | |||||
| * | fix rhbz#518422: refuse to start if some required plugins are missing | Denys Vlasenko | 2009-12-02 | 3 | -21/+33 |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | | GUI: more string fixes rhbz#543266 | Jiri Moskovcak | 2009-12-03 | 1 | -4/+4 |
|/ | |||||
* | last change crash fix | Karel Klic | 2009-12-02 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt | Karel Klic | 2009-12-02 | 3 | -9/+25 |
|\ | |||||
| * | GUI: survive gnome-keyring access denial rhbz#543200 | Jiri Moskovcak | 2009-12-02 | 3 | -9/+25 |
| | | |||||
* | | Final list of broken backtraces | Karel Klic | 2009-12-02 | 1 | -1/+13 |
| | | |||||
* | | Get input from stdin if no filename is provided | Karel Klic | 2009-12-02 | 1 | -32/+44 |
|/ | |||||
* | typo fixes rhbz#543266 | Jiri Moskovcak | 2009-12-02 | 5 | -10/+10 |
| | |||||
* | abrt-debuginfo-install: better fix for incorrect passing double quotes | Denys Vlasenko | 2009-12-01 | 1 | -5/+5 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | fixed executing of yum in abrt-debuginfo-install | Jiri Moskovcak | 2009-12-01 | 1 | -1/+1 |
| | | | | | | - since some update it seems that the behavior of bash has changed and yum has been passed wrong arguments, so it couldn't find required debuginfo rpms | ||||
* | fixed wrong commit | Jiri Moskovcak | 2009-12-01 | 1 | -1/+1 |
| | |||||
* | APPLET: stop animation when it's not needed rhbz#542157 | Jiri Moskovcak | 2009-12-01 | 1 | -0/+1 |
| | |||||
* | fixes on top of AutoReportUIDs change. run tested | Denys Vlasenko | 2009-11-30 | 3 | -33/+36 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> |