summaryrefslogtreecommitdiffstats
path: root/src/Gui/CCReporterDialog.py
Commit message (Collapse)AuthorAgeFilesLines
* 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)
* remove DBusManager::uniq_nameDenys Vlasenko2009-09-291-2/+2
| | | | | | also fix some whitespace damage Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* GUI: save/load comment and "how to reproduce"Jiri Moskovcak2009-09-211-1/+10
|
* CommLayerServerDBus: make it resilient (again) against malformed dbus callsDenys Vlasenko2009-09-021-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* GUI: every item in report is sent by default - added warning dialog to let ↵Jiri Moskovcak2009-09-011-1/+9
| | | | user change it
* GUI: added support for gettext (+part of czech translation)Jiri Moskovcak2009-08-261-1/+2
|
* whitespace cleanup, no code changesDenys Vlasenko2009-08-181-19/+19
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Fixed crash on F11 ticket#51Jiri Moskovcak2009-04-231-1/+1
|
* minor fix in reporter guiJiri Moskovcak2009-04-101-1/+0
|
* Wrap lines in report to keep the window sane sizedJiri Moskovcak2009-04-101-5/+12
|
* Fixed gui for new daemon APIJiri Moskovcak2009-04-091-17/+48
| | | | | removed unneeded code some UI improvements
* Added a progress bar, new Comment entry for user comments..Jiri Moskovcak2009-03-041-13/+31
|
* Rename to abrtJiri Moskovcak2009-03-031-1/+1
|
* async dbus method calls, added exception handlerJiri Moskovcak2009-03-021-1/+1
|
* New guiJiri Moskovcak2009-03-021-1/+1
| | | | DBusBackend improvements
* - fixed few gcc warningsJiri Moskovcak2009-02-271-2/+11
| | | | | - added scrolled window for long reports - fixes for all issues identified in review (awilliam@redhat.com)
* Added scrolled window to the reporter dialogJiri Moskovcak2009-02-261-0/+1
|
* Fixed cancel button in reporterJiri Moskovcak2009-02-261-9/+4
|
* More rpm fixesJiri Moskovcak2009-02-251-6/+7
|
* report from GUIJiri Moskovcak2009-02-251-10/+24
|
* Fixed applet to reflect new gui scriptJiri Moskovcak2009-02-251-1/+2
|
* Made comment line in reporter editableJiri Moskovcak2009-02-231-1/+6
|
* Added more functionality to guiJiri Moskovcak2009-02-231-0/+56