| Commit message (Expand) | Author | Age | Files | Lines |
* | String updates | Karel Klic | 2010-07-12 | 1 | -11/+11 |
* | GUI: fixed per package reporter configuration | Jiri Moskovcak | 2010-05-25 | 1 | -1/+7 |
* | GUI: center the progress window on parent | Jiri Moskovcak | 2010-05-05 | 1 | -1/+1 |
* | GUI: moved the reporters settings check before the reporter dialog | Jiri Moskovcak | 2010-03-19 | 1 | -62/+61 |
* | Do not throw if there is no reporter for some action. | Karel Klic | 2010-03-15 | 1 | -4/+9 |
* | GUI: minor fixes in reporter dialog | Jiri Moskovcak | 2010-03-13 | 1 | -8/+3 |
* | GUI: minor report dialog fixes | Jiri Moskovcak | 2010-03-11 | 1 | -1/+11 |
* | GUI: fixed the report window height on small display rhbz#563919 | Jiri Moskovcak | 2010-03-09 | 1 | -0/+1 |
* | GUI: added option to run without main window v3 | Jiri Moskovcak | 2010-03-08 | 1 | -9/+25 |
* | use FILENAME_BACKTRACE for oops text too | Denys Vlasenko | 2010-03-05 | 1 | -7/+2 |
* | GUI: center all dialogs on parent | Jiri Moskovcak | 2010-03-04 | 1 | -0/+2 |
* | *: UID:UUID -> crash_id conversion | Denys Vlasenko | 2010-03-04 | 1 | -2/+2 |
* | GUI: added reporter selection window | Jiri Moskovcak | 2010-03-04 | 1 | -1/+222 |
* | fix bz#570081 (self.is_oops is not defined) | Denys Vlasenko | 2010-03-03 | 1 | -1/+2 |
* | GUI: remove code which unconditionally throws out BIN files | Denys Vlasenko | 2010-02-09 | 1 | -5/+5 |
* | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt | Jiri Moskovcak | 2010-01-29 | 1 | -1/+1 |
|\ |
|
| * | Report GUI: made more fields copyable - closed rhbz#526209; tweaked wording | Denys Vlasenko | 2010-01-29 | 1 | -1/+1 |
* | | GUI: fixed the rating logic, to prevent sending BT with rating < 3 | Jiri Moskovcak | 2010-01-29 | 1 | -2/+3 |
|/ |
|
* | fix bug 559881 (kerneloops not shown in "new" GUI) | Denys Vlasenko | 2010-01-29 | 1 | -2/+6 |
* | GUI ReporterDialog: hide log button | Denys Vlasenko | 2010-01-29 | 1 | -3/+8 |
* | GUI: hide the attachment checkboxes | Jiri Moskovcak | 2010-01-22 | 1 | -1/+4 |
* | GUI: don't send comment and how_to if user didn't change it | Jiri Moskovcak | 2010-01-22 | 1 | -5/+9 |
* | gui: restore default "1. 2. 3." for "how to reproduce" field | Denys Vlasenko | 2010-01-21 | 1 | -1/+5 |
* | abrtd: fix Report() dbus call gaping security holes | Denys Vlasenko | 2010-01-21 | 1 | -75/+79 |
* | GUI: small fix to show all warnings at once | Jiri Moskovcak | 2010-01-20 | 1 | -1/+1 |
* | GUI: reporter dialog polishing | Jiri Moskovcak | 2010-01-19 | 1 | -8/+11 |
* | resolve conflict | Jiri Moskovcak | 2010-01-19 | 1 | -3/+1 |
|\ |
|
| * | Eliminate ATT file type - use TXT or BIN | Denys Vlasenko | 2010-01-19 | 1 | -2/+1 |
| * | preparatory patch with trivial cleanups | Denys Vlasenko | 2010-01-19 | 1 | -1/+0 |
* | | GUI: redesign of reporter dialog | Jiri Moskovcak | 2010-01-19 | 1 | -117/+109 |
|/ |
|
* | gui: add logging infrastructure | Denys Vlasenko | 2010-01-14 | 1 | -1/+1 |
* | *: disable plugin loading/unloading through GUI. Document keyring a bit | Denys Vlasenko | 2010-01-13 | 1 | -1/+1 |
* | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt | Jiri Moskovcak | 2009-12-09 | 1 | -1/+1 |
|\ |
|
| * | Gui: make report status window's text wrap. Fixes bug 82 | Denys Vlasenko | 2009-12-09 | 1 | -1/+1 |
* | | show comment and how to reproduce fields, when BT rating > 3 | Jiri Moskovcak | 2009-12-09 | 1 | -2/+0 |
|/ |
|
* | GUI: added log window | Jiri Moskovcak | 2009-12-09 | 1 | -1/+8 |
* | preparatory cosmetics | Denys Vlasenko | 2009-12-08 | 1 | -4/+5 |
* | GUI: gui fixes from rrakus@redhat.com | Jiri Moskovcak | 2009-12-04 | 1 | -7/+14 |
* | whitespace cleanup | Denys Vlasenko | 2009-12-03 | 1 | -2/+2 |
* | GUI: survive gnome-keyring access denial rhbz#543200 | Jiri Moskovcak | 2009-12-02 | 1 | -1/+4 |
* | typo fixes rhbz#543266 | Jiri Moskovcak | 2009-12-02 | 1 | -2/+2 |
* | replace 't' with CD_TXT | Denys Vlasenko | 2009-11-19 | 1 | -2/+2 |
* | CCReporterDialog.py: use same names as C++ code | Denys Vlasenko | 2009-11-19 | 1 | -17/+23 |
* | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt | Jiri Moskovcak | 2009-11-18 | 1 | -1/+1 |
|\ |
|
| * | GUI: added cancel to send dialog rhbz#537238 | Jiri Moskovcak | 2009-11-18 | 1 | -6/+10 |
* | | GUI: added cancel to send dialog rhbz#537238 | Jiri Moskovcak | 2009-11-18 | 1 | -6/+10 |
|/ |
|
* | disable lib/Python, we don't use it anymore (run tested) | Denys Vlasenko | 2009-11-13 | 1 | -2/+2 |
* | GUI: shouldn't yell to user | Jiri Moskovcak | 2009-11-09 | 1 | -1/+1 |
* | GUI: make "How to reproduce" field more visible | Jiri Moskovcak | 2009-11-09 | 1 | -1/+26 |
* | GUI: added support for backtrace rating | Jiri Moskovcak | 2009-11-06 | 1 | -0/+32 |