summaryrefslogtreecommitdiffstats
path: root/src/Gui
Commit message (Collapse)AuthorAgeFilesLines
...
* preparatory cosmeticsDenys Vlasenko2009-12-081-4/+5
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* gui: removing unused self.update_pBarDenys Vlasenko2009-12-071-14/+8
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* GUI: more fixes by rrakus@redhat.comJiri Moskovcak2009-12-071-5/+12
|
* GUI: gui fixes from rrakus@redhat.comJiri Moskovcak2009-12-049-525/+594
|
* dbus: stop returning bool from DeleteDebugDump call, it's not neededDenys Vlasenko2009-12-041-5/+3
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* whitespace cleanupDenys Vlasenko2009-12-032-3/+3
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* rename CreateReport -> StartJob, GetJobResult -> CreateReportDenys Vlasenko2009-12-031-2/+2
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* GUI: handle cases when gui fails to start daemon on demand rhbz#543725Jiri Moskovcak2009-12-033-4/+12
|
* GUI: more string fixes rhbz#543266Jiri Moskovcak2009-12-031-4/+4
|
* GUI: survive gnome-keyring access denial rhbz#543200Jiri Moskovcak2009-12-023-9/+25
|
* typo fixes rhbz#543266Jiri Moskovcak2009-12-025-10/+10
|
* GUI: reorder question_dialog buttonsJiri Moskovcak2009-11-201-1/+1
|
* GUI: fix button order in question_dialogJiri Moskovcak2009-11-201-1/+3
|
* do not report uid resolution error as *error*; report UID -1 as "N/A"Denys Vlasenko2009-11-201-4/+6
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* GUI: don't read the g-k every time we want to use the settingJiri Moskovcak2009-11-202-2/+6
| | | | | | - if g-k is not available, then user can set the settings at least for the current ABRT session, but it's lost if we forcibly reload it everytime
* GUI: survive if g-k access is denied rhbz#534171Jiri Moskovcak2009-11-201-0/+2
| | | | | - if gnome keyring is password protected abrt asks for unlock it, when you hit cancel on open gnome keyring you will got this crash.
* 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>
* GUI: fixed text wrapping in comment field rhbz#531276Jiri Moskovcak2009-11-191-4/+4
|
* 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-183-8/+12
| |
* | GUI: added cancel to send dialog rhbz#537238Jiri Moskovcak2009-11-183-8/+12
|/
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2009-11-181-2/+2
|\
| * whitespace cleanupsDenys Vlasenko2009-11-181-2/+2
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | GUI: added window icon rhbz#537240Jiri Moskovcak2009-11-181-0/+1
|/ | | | - (doesn't work and throws warning if abrt is not installed!)
* made desktop file translatableJiri Moskovcak2009-11-152-2/+5
|
* 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-092-2/+70
| | | | | - it was part of the treview and usually hidden because the long backtrace, so it was ignored by users.
* GUI: renamed "Crash rate" to "Crash count"Jiri Moskovcak2009-11-061-1/+1
|
* GUI: added support for backtrace ratingJiri Moskovcak2009-11-062-3/+64
| | | | | | - we don't allow user to create a bug report with backtrace rated below 3 - gui shows yellow warning if the rating == 3
* GUI: small fix to make only valid urls clickableJiri Moskovcak2009-11-032-2/+2
|
* just changed commentsJiri Moskovcak2009-11-031-1/+1
|
* GUI: convert to url only string starting as urlJiri Moskovcak2009-11-031-1/+1
|
* Added abrt.png, fixed rhbz#Jiri Moskovcak2009-11-023-2/+6
| | | | - we should have an icon in menu
* typo fixJiri Moskovcak2009-11-011-1/+1
|
* GUI: Wrong settings window is not shown behind the reporter dialog rhbz#531119Jiri Moskovcak2009-10-293-3/+6
|
* Merge branch 'master' of git://git.fedorahosted.org/git/abrtJiri Moskovcak2009-10-281-1/+1
|\
| * typo fixDenys Vlasenko2009-10-271-1/+1
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | GUI: fixed exception when enabling plugin rhbz#530495Jiri Moskovcak2009-10-231-1/+3
|/
* GUI: small fixesJiri Moskovcak2009-10-222-11/+8
|
* GUI: fixed problem with keyring when run after "su -"Jiri Moskovcak2009-10-223-22/+34
| | | | | | | - keyring daemon works only for the session owner so, if user "su" to other user abrt will fail to read/write any settings and will load the defaults, user still can change the settings and use them, but it will be lost when he quit the gui
* GUI: fixed report editor behaviorJiri Moskovcak2009-10-221-4/+1
| | | | - ENTER inserts a new line instead of ending the editing
* GUI: make the newest dump selectedJiri Moskovcak2009-10-221-1/+2
|
* adding abrt-debuginfo-install scriptDenys Vlasenko2009-10-161-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* lib/Plugins/CCpp.cpp: fix a bug with detecting missing debuginfosDenys Vlasenko2009-10-161-2/+2
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* small fix in guiJiri Moskovcak2009-10-131-4/+3
|
* GUI: added refresh button, added sanity check to plugin settingsJiri Moskovcak2009-10-136-40/+237
| | | | | | | | | - 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)
* Date/time honors current system localeKarel Klic2009-10-121-2/+2
|
* *: add "force" param to CreateReport dbus call. If !0, regenerates backtraceDenys Vlasenko2009-10-091-1/+2
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>