Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lower case direcotry(no code changed) | Nikola Pajkovsky | 2010-08-10 | 1 | -578/+0 |
| | | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com> | ||||
* | String updates | Karel Klic | 2010-07-12 | 1 | -11/+11 |
| | |||||
* | GUI: fixed per package reporter configuration | Jiri Moskovcak | 2010-05-25 | 1 | -1/+7 |
| | | | | | - the per-package reporter has higher priority so it shouldn't be overwritten by the group reporter | ||||
* | 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 |
| | | | | | - hopefully better text for buttons in "wrong settings dialog" - don't continue with reporting when user press ESC in wrong settings dialog | ||||
* | GUI: minor report dialog fixes | Jiri Moskovcak | 2010-03-11 | 1 | -1/+11 |
| | | | | | - added button tooltips - made "I checked ..." text red, so it's more visible | ||||
* | 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 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | 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 |
| | | | | | | | | | | | | | | | | | | | 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 | 1 | -1/+222 |
| | |||||
* | 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> | ||||
* | GUI: remove code which unconditionally throws out BIN files | 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 | 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 |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | | 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 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | GUI ReporterDialog: hide log button | Denys Vlasenko | 2010-01-29 | 1 | -3/+8 |
| | | | | 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 | ||||
* | GUI: don't send comment and how_to if user didn't change it | Jiri Moskovcak | 2010-01-22 | 1 | -5/+9 |
| | | | | - otherwise we send the useles default texts to bugzilla | ||||
* | gui: restore default "1. 2. 3." for "how to reproduce" field | Denys Vlasenko | 2010-01-21 | 1 | -1/+5 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | abrtd: fix Report() dbus call gaping security holes | Denys Vlasenko | 2010-01-21 | 1 | -75/+79 |
| | | | | | | We were blindly trusting the values passed to us Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | 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 |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
| * | preparatory patch with trivial cleanups | Denys Vlasenko | 2010-01-19 | 1 | -1/+0 |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | | 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 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | *: disable plugin loading/unloading through GUI. Document keyring a bit | Denys Vlasenko | 2010-01-13 | 1 | -1/+1 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | 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 |
| | | | | | | | | | | | | See https://fedorahosted.org/abrt/ticket/82 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 |
|/ | |||||
* | GUI: added log window | Jiri Moskovcak | 2009-12-09 | 1 | -1/+8 |
| | |||||
* | preparatory cosmetics | Denys Vlasenko | 2009-12-08 | 1 | -4/+5 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | 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 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | 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 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | CCReporterDialog.py: use same names as C++ code | Denys Vlasenko | 2009-11-19 | 1 | -17/+23 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt | Jiri Moskovcak | 2009-11-18 | 1 | -1/+1 |
|\ | | | | | | | | | Conflicts: src/Gui/CCReporterDialog.py | ||||
| * | 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 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | GUI: shouldn't yell to user | Jiri Moskovcak | 2009-11-09 | 1 | -1/+1 |
| | | | | - removed '!' from warning message | ||||
* | GUI: make "How to reproduce" field more visible | Jiri Moskovcak | 2009-11-09 | 1 | -1/+26 |
| | | | | | - it was part of the treview and usually hidden because the long backtrace, so it was ignored by users. |