summaryrefslogtreecommitdiffstats
path: root/src/Gui
Commit message (Collapse)AuthorAgeFilesLines
* fixed tooltip localization rhbz#574693Jiri Moskovcak2010-07-191-12/+9
|
* 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-1212-68/+68
|
* 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: trivial text wrapping fixJiri Moskovcak2010-06-301-0/+1
| | | | - fixes problem with long bug report messages displayed in the main window
* GUI: add a hostname columnJiri Moskovcak2010-06-232-6/+15
|
* GUI: don't try to use action plugins as reportersJiri Moskovcak2010-06-222-1/+5
| | | | | | - 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: don't show the placehondler icon rhbz#605693Jiri Moskovcak2010-06-212-19/+18
| | | | | | | | - the generic executable icon seems to be a better choice if we have it and the placeholder is used really as a last resort - the logic in get_icon_for_package has been improved to not try so hard as it usually picked the wrong icon and might be more confusing for users then just not showing it at all
* 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-163-4/+13
| | | | | - 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
|
* Merge branch 'master' of ssh://vda@git.fedorahosted.org/git/abrtDenys Vlasenko2010-05-281-29/+59
|\
| * GUI: remember comment and howto on backtrace refresh rhbz#545690Jiri Moskovcak2010-05-271-29/+59
| |
* | Merge branch 'master' of ssh://vda@git.fedorahosted.org/git/abrtDenys Vlasenko2010-05-272-4/+7
|\|
| * GUI: added close button to the backtrace viewerJiri Moskovcak2010-05-261-3/+6
| |
| * use header case in button label rhbz#565812Jiri Moskovcak2010-05-261-1/+1
| |
* | make log window resizableDenys Vlasenko2010-05-261-2/+0
|/ | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* GUI: new reporting wizardJiri Moskovcak2010-05-266-81/+361
|
* 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>
* GUI: fixed per package reporter configurationJiri Moskovcak2010-05-251-1/+7
| | | | | - the per-package reporter has higher priority so it shouldn't be overwritten by the group reporter
* added glade file forgotten from the last commitJiri Moskovcak2010-05-251-0/+73
|
* GUI: added the new wizard interface (not active now)Jiri Moskovcak2010-05-254-1/+558
| | | | | - just added the files to repo so translators can start working on localization
* GUI: minor fix to make "Copy to clipboard" translatableJiri Moskovcak2010-05-121-1/+1
|
* GUI: center the progress window on parentJiri Moskovcak2010-05-051-1/+1
|
* add Lapo Calamandrei to credit tabs in guiNikola Pajkovsky2010-05-051-0/+1
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* updated icons rhbz#587698Jiri Moskovcak2010-05-031-3/+3
| | | | - thanks to Lapo Calamandrei for the icons
* removed forgotten debug messageJiri Moskovcak2010-04-061-1/+0
|
* gui: fix 551989 "crash detected in abrt-gui-1.0.0-1.fc12" and suchDenys Vlasenko2010-04-021-8/+18
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> Acked-by: Jiri Moskovcak <jmoskovc@redhat.com>
* gui: tweak help text (trivial)Denys Vlasenko2010-04-011-5/+4
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* trivial: fix 566806 "abrt-gui sometimes can't be closed"Denys Vlasenko2010-04-011-1/+4
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* gui: fix the last case where gnome-keyring's find_items_sync() may throw ↵Denys Vlasenko2010-04-011-0/+3
| | | | | | DeniedError Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* minor gui fixesJiri Moskovcak2010-03-311-5/+26
|
* GUI: total rewrite based on design from Mairin DuffyJiri Moskovcak2010-03-316-152/+653
|
* GUI: shrink progress window when details are collapsedJiri Moskovcak2010-03-201-2/+4
|
* GUI: fixed icon for the "report done" windowJiri Moskovcak2010-03-191-0/+1
|
* GUI: moved the reporters settings check before the reporter dialogJiri Moskovcak2010-03-192-65/+66
|
* GUI: stay at selected line when new crash occursJiri Moskovcak2010-03-191-4/+23
| | | | - and select the next line when selected crash is deleted
* GUI: fixed translator creditsJiri Moskovcak2010-03-181-74/+1
| | | | | - use "translator-credits" so the gui shows only the translator of the current language
* GUI: added version to about dialogJiri Moskovcak2010-03-172-0/+4
|
* GUI: fixed crash count column sorting rhbz#573139Jiri Moskovcak2010-03-172-2/+2
|
* Do not throw if there is no reporter for some action.Karel Klic2010-03-151-4/+9
|
* GUI: updated about dialogJiri Moskovcak2010-03-131-6/+80
| | | | | | | - added translators credits - updated copyright - added homepage URL - fixed window icon