Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 1 | -1/+3 |
| | | | | | | - 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 | ||||
* | whitespace cleanups | Denys Vlasenko | 2009-11-18 | 1 | -2/+2 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | GUI: renamed "Crash rate" to "Crash count" | Jiri Moskovcak | 2009-11-06 | 1 | -1/+1 |
| | |||||
* | GUI: small fix to make only valid urls clickable | Jiri Moskovcak | 2009-11-03 | 1 | -1/+1 |
| | |||||
* | just changed comments | Jiri Moskovcak | 2009-11-03 | 1 | -1/+1 |
| | |||||
* | GUI: Wrong settings window is not shown behind the reporter dialog rhbz#531119 | Jiri Moskovcak | 2009-10-29 | 1 | -1/+1 |
| | |||||
* | GUI: small fixes | Jiri Moskovcak | 2009-10-22 | 1 | -2/+5 |
| | |||||
* | GUI: make the newest dump selected | Jiri Moskovcak | 2009-10-22 | 1 | -1/+2 |
| | |||||
* | GUI: added refresh button, added sanity check to plugin settings | Jiri Moskovcak | 2009-10-13 | 1 | -9/+25 |
| | | | | | | | | | - 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 |
| | |||||
* | GUI: call Report() with the latest pluginsettings | Jiri Moskovcak | 2009-10-06 | 1 | -1/+2 |
| | | | | | | - pluginlist is cached so it should be refreshed before Report() is called otherwise we get the old settings to the daemon | ||||
* | abrt-gui: partially remove job_id parameter | Denys Vlasenko | 2009-10-01 | 1 | -1/+1 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | abrt-gui: make "report" toolbar button work even if abrtd is not running | Denys Vlasenko | 2009-09-30 | 1 | -4/+5 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | remove DBusManager::uniq_name | Denys Vlasenko | 2009-09-29 | 1 | -7/+7 |
| | | | | | | also fix some whitespace damage Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | GUI: send the reporters settings as an argument for Report() | Jiri Moskovcak | 2009-09-29 | 1 | -2/+8 |
| | | | | | - daemon shouldn't read from $HOME dir, as it is unsecure and won't work on NFS mounted homes. | ||||
* | GUI: reversed the dumplist, so the latest crashes are at the top | Jiri Moskovcak | 2009-09-29 | 1 | -1/+1 |
| | |||||
* | GUI: save/load comment and "how to reproduce" | Jiri Moskovcak | 2009-09-21 | 1 | -1/+1 |
| | |||||
* | updated translation strings | Jiri Moskovcak | 2009-09-18 | 1 | -1/+1 |
| | |||||
* | GUI: added popup menu, fixed behaviour when run with root privs | Jiri Moskovcak | 2009-09-17 | 1 | -3/+16 |
| | | | | | | - pop-up menu binded to right mouse button should be more user friendly - the background color was wrongly set when run as root because of wrong refence to liststore item | ||||
* | GUI: more global settings (still "read-only") | Jiri Moskovcak | 2009-09-09 | 1 | -2/+2 |
| | |||||
* | GUI: added UI for global settings (just preview, not usable!) | Jiri Moskovcak | 2009-09-08 | 1 | -1/+9 |
| | |||||
* | GUI: better error message | Jiri Moskovcak | 2009-09-01 | 1 | -1/+1 |
| | |||||
* | GUI: enabled doubleclick on dump in mainwindow | Jiri Moskovcak | 2009-08-31 | 1 | -1/+6 |
| | |||||
* | added signal JobStarted => removed the ugly sleep() hack | Jiri Moskovcak | 2009-08-27 | 1 | -1/+1 |
| | |||||
* | GUI: added support for gettext (+part of czech translation) | Jiri Moskovcak | 2009-08-26 | 1 | -29/+13 |
| | |||||
* | GUI: added first part of support for gettext | Jiri Moskovcak | 2009-08-25 | 1 | -0/+15 |
| | |||||
* | GUI: few improvements, to be more userfriendly | Jiri Moskovcak | 2009-08-24 | 1 | -1/+11 |
| | |||||
* | GUI: bring the GUI up to front instead of just blinking in taskbar (trac#60, ↵ | Jiri Moskovcak | 2009-08-24 | 1 | -0/+1 |
| | | | | rhbz#512390) | ||||
* | GUI: added clickable link to "after report" status window | Jiri Moskovcak | 2009-08-20 | 1 | -14/+2 |
| | |||||
* | GUI: nicer after report message | Jiri Moskovcak | 2009-08-19 | 1 | -1/+7 |
| | |||||
* | abrt-gui: fix crash when run by root | Denys Vlasenko | 2009-08-18 | 1 | -1/+3 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | whitespace cleanup, no code changes | Denys Vlasenko | 2009-08-18 | 1 | -34/+34 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt | Jiri Moskovcak | 2009-08-18 | 1 | -1/+1 |
|\ | |||||
| * | Bump version to 0.0.6 | Denys Vlasenko | 2009-08-17 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | | GUI now show the status window after report to let user know how did it go. | Jiri Moskovcak | 2009-08-17 | 1 | -8/+46 |
|/ | |||||
* | GUI: Added option to disable/enable plugins (config preview) | Jiri Moskovcak | 2009-08-11 | 1 | -0/+7 |
| | |||||
* | GUI: minor fix to center the error dialog on parent. | Jiri Moskovcak | 2009-08-04 | 1 | -1/+2 |
| | |||||
* | DBus: Many fixes to client -> cli works again, changed JobDone notification | Jiri Moskovcak | 2009-08-03 | 1 | -1/+1 |
| | |||||
* | GUI: Added detection whether daemon is running (gui disables itself) | Jiri Moskovcak | 2009-07-28 | 1 | -0/+7 |
| | |||||
* | GUI: single instance pattern rhbz#512390, trac#60 | Jiri Moskovcak | 2009-07-22 | 1 | -6/+34 |
| | | | | - improved status window | ||||
* | Daemon: added threaded CreateReport -> breaks CLI! | Jiri Moskovcak | 2009-07-20 | 1 | -4/+11 |
| | |||||
* | Allow only one instance of GUI | Jiri Moskovcak | 2009-06-16 | 1 | -1/+1 |
| | |||||
* | Fixed gui for new daemon API | Jiri Moskovcak | 2009-04-09 | 1 | -15/+3 |
| | | | | | removed unneeded code some UI improvements | ||||
* | Added column 'user' to the gui | Jiri Moskovcak | 2009-03-16 | 1 | -6/+20 |
| | |||||
* | Gui: set the newest entry as active (ticket#23) | Jiri Moskovcak | 2009-03-13 | 1 | -1/+6 |
| | |||||
* | Delete and Report button are no longer active if no entry is selected ↵ | Jiri Moskovcak | 2009-03-13 | 1 | -2/+4 |
| | | | | (ticket#41) | ||||
* | Gui refreshes silently (ticket#36) | Jiri Moskovcak | 2009-03-13 | 1 | -6/+7 |
| | |||||
* | Added error reporting over dbus to daemon, error handling in gui, about dialog | Jiri Moskovcak | 2009-03-13 | 1 | -0/+18 |
| | |||||
* | Changed gui according to rhbz#489624, fixed dbus timeouts | Jiri Moskovcak | 2009-03-11 | 1 | -7/+9 |
| |