summaryrefslogtreecommitdiffstats
path: root/src/Gui/CCReporterDialog.py
Commit message (Collapse)AuthorAgeFilesLines
* GUI: moved the reporters settings check before the reporter dialogJiri Moskovcak2010-03-191-62/+61
|
* Do not throw if there is no reporter for some action.Karel Klic2010-03-151-4/+9
|
* GUI: minor fixes in reporter dialogJiri Moskovcak2010-03-131-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 fixesJiri Moskovcak2010-03-111-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#563919Jiri Moskovcak2010-03-091-0/+1
|
* GUI: added option to run without main window v3Jiri Moskovcak2010-03-081-9/+25
|
* use FILENAME_BACKTRACE for oops text tooDenys Vlasenko2010-03-051-7/+2
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* GUI: center all dialogs on parentJiri Moskovcak2010-03-041-0/+2
|
* *: UID:UUID -> crash_id conversionDenys Vlasenko2010-03-041-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 windowJiri Moskovcak2010-03-041-1/+222
|
* fix bz#570081 (self.is_oops is not defined)Denys Vlasenko2010-03-031-1/+2
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* GUI: remove code which unconditionally throws out BIN filesDenys Vlasenko2010-02-091-5/+5
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2010-01-291-1/+1
|\
| * Report GUI: made more fields copyable - closed rhbz#526209; tweaked wordingDenys Vlasenko2010-01-291-1/+1
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | GUI: fixed the rating logic, to prevent sending BT with rating < 3Jiri Moskovcak2010-01-291-2/+3
|/
* fix bug 559881 (kerneloops not shown in "new" GUI)Denys Vlasenko2010-01-291-2/+6
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* GUI ReporterDialog: hide log buttonDenys Vlasenko2010-01-291-3/+8
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* GUI: hide the attachment checkboxesJiri Moskovcak2010-01-221-1/+4
| | | | - we don't use the YET anymore
* GUI: don't send comment and how_to if user didn't change itJiri Moskovcak2010-01-221-5/+9
| | | | - otherwise we send the useles default texts to bugzilla
* gui: restore default "1. 2. 3." for "how to reproduce" fieldDenys Vlasenko2010-01-211-1/+5
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* abrtd: fix Report() dbus call gaping security holesDenys Vlasenko2010-01-211-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 onceJiri Moskovcak2010-01-201-1/+1
|
* GUI: reporter dialog polishingJiri Moskovcak2010-01-191-8/+11
|
* resolve conflictJiri Moskovcak2010-01-191-3/+1
|\
| * Eliminate ATT file type - use TXT or BINDenys Vlasenko2010-01-191-2/+1
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * preparatory patch with trivial cleanupsDenys Vlasenko2010-01-191-1/+0
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | GUI: redesign of reporter dialogJiri Moskovcak2010-01-191-117/+109
|/
* gui: add logging infrastructureDenys Vlasenko2010-01-141-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* *: disable plugin loading/unloading through GUI. Document keyring a bitDenys Vlasenko2010-01-131-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2009-12-091-1/+1
|\
| * Gui: make report status window's text wrap. Fixes bug 82Denys Vlasenko2009-12-091-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 > 3Jiri Moskovcak2009-12-091-2/+0
|/
* GUI: added log windowJiri Moskovcak2009-12-091-1/+8
|
* preparatory cosmeticsDenys Vlasenko2009-12-081-4/+5
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* GUI: gui fixes from rrakus@redhat.comJiri Moskovcak2009-12-041-7/+14
|
* whitespace cleanupDenys Vlasenko2009-12-031-2/+2
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* GUI: survive gnome-keyring access denial rhbz#543200Jiri Moskovcak2009-12-021-1/+4
|
* typo fixes rhbz#543266Jiri Moskovcak2009-12-021-2/+2
|
* replace 't' with CD_TXTDenys Vlasenko2009-11-191-2/+2
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* CCReporterDialog.py: use same names as C++ codeDenys Vlasenko2009-11-191-17/+23
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2009-11-181-1/+1
|\ | | | | | | | | Conflicts: src/Gui/CCReporterDialog.py
| * GUI: added cancel to send dialog rhbz#537238Jiri Moskovcak2009-11-181-6/+10
| |
* | GUI: added cancel to send dialog rhbz#537238Jiri Moskovcak2009-11-181-6/+10
|/
* disable lib/Python, we don't use it anymore (run tested)Denys Vlasenko2009-11-131-2/+2
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* GUI: shouldn't yell to userJiri Moskovcak2009-11-091-1/+1
| | | | - removed '!' from warning message
* GUI: make "How to reproduce" field more visibleJiri Moskovcak2009-11-091-1/+26
| | | | | - it was part of the treview and usually hidden because the long backtrace, so it was ignored by users.
* GUI: added support for backtrace ratingJiri Moskovcak2009-11-061-0/+32
| | | | | | - we don't allow user to create a bug report with backtrace rated below 3 - gui shows yellow warning if the rating == 3
* GUI: Wrong settings window is not shown behind the reporter dialog rhbz#531119Jiri Moskovcak2009-10-291-1/+5
|
* small fix in guiJiri Moskovcak2009-10-131-4/+3
|
* GUI: added refresh button, added sanity check to plugin settingsJiri Moskovcak2009-10-131-20/+88
| | | | | | | | | - added refresh button to reporter dialog, so user can "recreate" the backtrace after he install the necessary debuginfos - gui will warn the user if he tries to ue reporter which requires login/password and if those are not filled properly (next step is to implement test_settings() into plugins, so we can test if the settings are ok before we try to report something)