Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | GUI: reorder question_dialog buttons | Jiri Moskovcak | 2009-11-20 | 1 | -1/+1 |
| | |||||
* | GUI: fix button order in question_dialog | Jiri Moskovcak | 2009-11-20 | 1 | -1/+3 |
| | |||||
* | do not report uid resolution error as *error*; report UID -1 as "N/A" | Denys Vlasenko | 2009-11-20 | 1 | -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 setting | Jiri Moskovcak | 2009-11-20 | 2 | -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#534171 | Jiri Moskovcak | 2009-11-20 | 1 | -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_TXT | Denys Vlasenko | 2009-11-19 | 1 | -2/+2 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | CCReporterDialog.py: use same names as C++ code | Denys Vlasenko | 2009-11-19 | 1 | -17/+23 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | GUI: fixed text wrapping in comment field rhbz#531276 | Jiri Moskovcak | 2009-11-19 | 1 | -4/+4 |
| | |||||
* | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt | Jiri Moskovcak | 2009-11-18 | 1 | -1/+1 |
|\ | | | | | | | | | Conflicts: src/Gui/CCReporterDialog.py | ||||
| * | GUI: added cancel to send dialog rhbz#537238 | Jiri Moskovcak | 2009-11-18 | 3 | -8/+12 |
| | | |||||
* | | GUI: added cancel to send dialog rhbz#537238 | Jiri Moskovcak | 2009-11-18 | 3 | -8/+12 |
|/ | |||||
* | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt | Jiri Moskovcak | 2009-11-18 | 1 | -2/+2 |
|\ | |||||
| * | whitespace cleanups | Denys Vlasenko | 2009-11-18 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | | GUI: added window icon rhbz#537240 | Jiri Moskovcak | 2009-11-18 | 1 | -0/+1 |
|/ | | | | - (doesn't work and throws warning if abrt is not installed!) | ||||
* | made desktop file translatable | Jiri Moskovcak | 2009-11-15 | 2 | -2/+5 |
| | |||||
* | disable lib/Python, we don't use it anymore (run tested) | Denys Vlasenko | 2009-11-13 | 1 | -2/+2 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | GUI: shouldn't yell to user | Jiri Moskovcak | 2009-11-09 | 1 | -1/+1 |
| | | | | - removed '!' from warning message | ||||
* | GUI: make "How to reproduce" field more visible | Jiri Moskovcak | 2009-11-09 | 2 | -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 Moskovcak | 2009-11-06 | 1 | -1/+1 |
| | |||||
* | GUI: added support for backtrace rating | Jiri Moskovcak | 2009-11-06 | 2 | -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 clickable | Jiri Moskovcak | 2009-11-03 | 2 | -2/+2 |
| | |||||
* | just changed comments | Jiri Moskovcak | 2009-11-03 | 1 | -1/+1 |
| | |||||
* | GUI: convert to url only string starting as url | Jiri Moskovcak | 2009-11-03 | 1 | -1/+1 |
| | |||||
* | Added abrt.png, fixed rhbz# | Jiri Moskovcak | 2009-11-02 | 3 | -2/+6 |
| | | | | - we should have an icon in menu | ||||
* | typo fix | Jiri Moskovcak | 2009-11-01 | 1 | -1/+1 |
| | |||||
* | GUI: Wrong settings window is not shown behind the reporter dialog rhbz#531119 | Jiri Moskovcak | 2009-10-29 | 3 | -3/+6 |
| | |||||
* | Merge branch 'master' of git://git.fedorahosted.org/git/abrt | Jiri Moskovcak | 2009-10-28 | 1 | -1/+1 |
|\ | |||||
| * | typo fix | Denys Vlasenko | 2009-10-27 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | | GUI: fixed exception when enabling plugin rhbz#530495 | Jiri Moskovcak | 2009-10-23 | 1 | -1/+3 |
|/ | |||||
* | GUI: small fixes | Jiri Moskovcak | 2009-10-22 | 2 | -11/+8 |
| | |||||
* | GUI: fixed problem with keyring when run after "su -" | Jiri Moskovcak | 2009-10-22 | 3 | -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 behavior | Jiri Moskovcak | 2009-10-22 | 1 | -4/+1 |
| | | | | - ENTER inserts a new line instead of ending the editing | ||||
* | GUI: make the newest dump selected | Jiri Moskovcak | 2009-10-22 | 1 | -1/+2 |
| | |||||
* | adding abrt-debuginfo-install script | Denys Vlasenko | 2009-10-16 | 1 | -1/+1 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | lib/Plugins/CCpp.cpp: fix a bug with detecting missing debuginfos | Denys Vlasenko | 2009-10-16 | 1 | -2/+2 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | small fix in gui | Jiri Moskovcak | 2009-10-13 | 1 | -4/+3 |
| | |||||
* | GUI: added refresh button, added sanity check to plugin settings | Jiri Moskovcak | 2009-10-13 | 6 | -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 locale | Karel Klic | 2009-10-12 | 1 | -2/+2 |
| | |||||
* | *: add "force" param to CreateReport dbus call. If !0, regenerates backtrace | Denys Vlasenko | 2009-10-09 | 1 | -1/+2 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | GUI: added option to show password in plugin settings gui | Jiri Moskovcak | 2009-10-08 | 1 | -0/+14 |
| | | | | | | - if there is an entry with visibility set to False and toggle button called the same name as entry, we make the toggle button to reveal the password in respective entry | ||||
* | GUI: fixed report cells editing rhbz#527763 | Jiri Moskovcak | 2009-10-08 | 1 | -2/+5 |
| | | | | | - changed cell behavior, so now it remembers the text even on "focus-out" and forgets the new text only if escape is pressed | ||||
* | abrt-gui: make it safe wrt abrtd restarts | Denys Vlasenko | 2009-10-07 | 1 | -53/+39 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | fixed saving/reading user config | Jiri Moskovcak | 2009-10-07 | 1 | -0/+12 |
| | | | | | | | - if user changes else then the password, the keyring was duped and the next time the old one was returned, so we need to make sure that the keyring is only updated (so far by removing the old one and creating a new one) | ||||
* | small code fixes, no logic changes | Jiri Moskovcak | 2009-10-06 | 1 | -2/+2 |
| | | | | | - has_key has been deprecated, so I removed it to avoid deprecation warning | ||||
* | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt | Jiri Moskovcak | 2009-10-06 | 1 | -1/+4 |
|\ | |||||
| * | Fix Bug 526220 - [abrt] crash detected in abrt-gui-0.0.9-2.fc12 | Denys Vlasenko | 2009-10-06 | 1 | -1/+4 |
| | | | | | | | | | | | | Caused by lack of sanity checking on .conf contents... Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | | GUI: call Report() with the latest pluginsettings | Jiri Moskovcak | 2009-10-06 | 2 | -2/+6 |
|/ | | | | | | - pluginlist is cached so it should be refreshed before Report() is called otherwise we get the old settings to the daemon | ||||
* | GUI: code cleanup, removed some debugging messages | Jiri Moskovcak | 2009-10-05 | 3 | -10/+3 |
| | |||||
* | removed unsecure reading/writting from ~HOME directory | Jiri Moskovcak | 2009-10-05 | 8 | -47/+124 |
| | | | | | | - daemon eunning under root can't read/write from ~HOME, so reading/writting config files have been moved to client (GUI) - uses gnome keyring to store the credentials | ||||
* | manual merge | Jiri Moskovcak | 2009-10-05 | 3 | -8/+37 |
| |