summaryrefslogtreecommitdiffstats
path: root/src/Gui/report.glade
Commit message (Collapse)AuthorAgeFilesLines
* lower case direcotry(no code changed)Nikola Pajkovsky2010-08-101-827/+0
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* String updatesKarel Klic2010-07-121-4/+4
|
* make log window resizable (again)Denys Vlasenko2010-05-251-3/+0
| | | | | | | Log window is meant to make it possible to see the log. Non-resizable window makes it annoyingly difficult... Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* minor gui fixesJiri Moskovcak2010-03-311-5/+26
|
* GUI: shrink progress window when details are collapsedJiri Moskovcak2010-03-201-2/+4
|
* GUI: minor report dialog fixesJiri Moskovcak2010-03-111-0/+2
| | | | | - 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-461/+476
|
* GUI: center all dialogs on parentJiri Moskovcak2010-03-041-0/+2
|
* GUI: added reporter selection windowJiri Moskovcak2010-03-041-0/+136
|
* fix bz#554242 "Cannot tab between input areas in report dialog"Denys Vlasenko2010-02-111-0/+3
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* GUI: make text fields in report wnd more consistent (no border for all)Denys Vlasenko2010-02-091-1/+0
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* GUI: fixed scrolling in reporter dialog rhbz#559687Jiri Moskovcak2010-02-031-18/+6
|
* Report GUI: made more fields copyable - closed rhbz#526209; tweaked wordingDenys Vlasenko2010-01-291-1/+9
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* remove extra "secondary" propertyDenys Vlasenko2010-01-291-1/+0
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* GUI ReporterDialog: hide log buttonDenys Vlasenko2010-01-291-0/+2
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* report GUI: rename buttons: Log -> Show log, Send -> Send reportDenys Vlasenko2010-01-271-4/+3
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* GUI: reporter dialog polishingJiri Moskovcak2010-01-191-65/+78
|
* GUI: redesign of reporter dialogJiri Moskovcak2010-01-191-145/+503
|
* fix EnglishDenys Vlasenko2009-12-101-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* GUI: added log windowJiri Moskovcak2009-12-091-3/+17
|
* GUI: gui fixes from rrakus@redhat.comJiri Moskovcak2009-12-041-107/+155
|
* GUI: fixed text wrapping in comment field rhbz#531276Jiri Moskovcak2009-11-191-4/+4
|
* GUI: added cancel to send dialog rhbz#537238Jiri Moskovcak2009-11-181-1/+1
|
* GUI: make "How to reproduce" field more visibleJiri Moskovcak2009-11-091-1/+44
| | | | | - 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-3/+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/+0
|
* GUI: added refresh button, added sanity check to plugin settingsJiri Moskovcak2009-10-131-8/+17
| | | | | | | | | - 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)
* GUI: fixed word wrap in Comment field rhbz#524349Jiri Moskovcak2009-09-211-1/+2
|
* GUI: added horizontal scrolling to report windowJiri Moskovcak2009-08-201-1/+1
|
* GUI: Fixed reporter dialog rhbz#497600Jiri Moskovcak2009-07-201-18/+28
|
* Wrap lines in report to keep the window sane sizedJiri Moskovcak2009-04-101-1/+2
|
* Fixed gui for new daemon APIJiri Moskovcak2009-04-091-2/+2
| | | | | removed unneeded code some UI improvements
* Added a progress bar, new Comment entry for user comments..Jiri Moskovcak2009-03-041-1/+44
|
* New guiJiri Moskovcak2009-03-021-0/+86
DBusBackend improvements