summaryrefslogtreecommitdiffstats
path: root/src/Gui/CReporterAssistant.py
Commit message (Collapse)AuthorAgeFilesLines
* GUI: make how to mandatoryJiri Moskovcak2010-11-171-5/+51
| | | | | - some devels were complaining about lack of additional information because for some crashes the bt is not enough
* GUI: make the "install debuginfo" hint selectable rhbz#644343Jiri Moskovcak2010-11-151-0/+1
|
* GUI: wrap howto and comments rhbz#625237Jiri Moskovcak2010-11-151-0/+2
|
* GUI: show horizontal scrollbar when neededJiri Moskovcak2010-11-151-1/+1
|
* GUI: wrap lines in the backtrace window rhbz#625232Jiri Moskovcak2010-11-151-1/+3
|
* GUI: changed '*' to '•' rhbz#625236Jiri Moskovcak2010-11-151-2/+2
|
* added utf-8 coding tag into .py filesJiri Moskovcak2010-11-151-0/+1
|
* GUI: show the scrollbar in summary only when neededJiri Moskovcak2010-11-151-1/+1
|
* GUI: make the bt viewer not-editable rhbz#621871Jiri Moskovcak2010-11-151-0/+2
|
* Be more polite with userDenys Vlasenko2010-07-141-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* GUI: allow sending crashes without ratingKarel Klic2010-07-121-5/+8
| | | | | | | | - some crashes (koopses, python) doesn't require rating, because their backtrace is always good, so we don't rate them and GUI should treat them as the rating was good From: Jiri Moskovcak <jmoskovc@redhat.com>
* GUI: fixed package name in warning message when the packge is kernel rhbz#612191Karel Klic2010-07-121-1/+1
| | | | Author: Jiri Moskovcak <jmoskovc@redhat.com>
* String updatesKarel Klic2010-07-121-28/+28
|
* GUI: fixed problem with no gkeyring and just one reporter enabled rhbz#612457Jiri Moskovcak2010-07-081-9/+14
|
* GUI: don't die if crash info doesn't contain btJiri Moskovcak2010-06-301-10/+21
| | | | | - and of course don't let user to report a bug without bt if the reporter plugin requires it
* GUI: don't try to use action plugins as reportersJiri Moskovcak2010-06-221-0/+4
| | | | | | - action plugins can be specified in AnalyzerActionsAndReporters, but those are run automatically when user press "report" and gui shouldn't show them in reporter selector
* GUI: skip the plugin selection, if it's not neededJiri Moskovcak2010-06-161-5/+10
| | | | | | - if there's only one reporter, then we can skip the first page in the wizard - the page is skipped only if the plugin options are properly configured
* minor gui fixesJiri Moskovcak2010-06-161-2/+4
| | | | - made the report results selectable, center the wrong settings dialog
* GUI: don't require the rating for all reportersJiri Moskovcak2010-06-161-2/+12
| | | | | | - some reporters (logger, RHTSupport) doesn't require a good backtrace (so far only bz does) so gui shouldn't force user to have a good backtrace everytime
* GUI: fixed exception when there is no configure dialog for plugin rhbz#603745Jiri Moskovcak2010-06-161-1/+6
| | | | | - gui now complains about the missing dialog and won't throw and exception
* GUI: fixed few typosJiri Moskovcak2010-06-091-3/+3
|
* minor fix to assistantJiri Moskovcak2010-06-091-1/+0
|
* GUI: polished the reporter assistantJiri Moskovcak2010-06-081-34/+53
| | | | | | - fixed text layout - don't forget the comments - and few minor fixes
* GUI: don't remove user comments when re-reporting the bugJiri Moskovcak2010-06-031-0/+2
|
* GUI: remember comment and howto on backtrace refresh rhbz#545690Jiri Moskovcak2010-05-271-29/+59
|
* GUI: added close button to the backtrace viewerJiri Moskovcak2010-05-261-3/+6
|
* GUI: new reporting wizardJiri Moskovcak2010-05-261-72/+329
|
* GUI: added the new wizard interface (not active now)Jiri Moskovcak2010-05-251-0/+539
- just added the files to repo so translators can start working on localization