Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | abrt-gui: correct "update" signal signature | Denys Vlasenko | 2009-10-01 | 1 | -8/+8 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | abrt-gui: partially remove job_id parameter | Denys Vlasenko | 2009-10-01 | 2 | -4/+4 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | abrt-gui: remove pending_jobs member, it is no longer necessary | Denys Vlasenko | 2009-09-30 | 1 | -17/+4 | |
| | | | | 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 | 2 | -11/+21 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | abrt-gui: move dbus signal handlers init where they should be | Denys Vlasenko | 2009-09-30 | 1 | -26/+11 | |
| | | | | | | | | | | | | | Old code was installing dbus signal handlers as if they are somehow related to the remote object we work with, but this is wrong - in reality, dbus signal handlers are installed on the dbus connection, they are not related to the object. Now code better reflect this. Also, remove AnalyzeComplete dbus handler - there is not such dbus signal. Run tested. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | remove DBusManager::uniq_name | Denys Vlasenko | 2009-09-29 | 9 | -87/+80 | |
| | | | | | | also fix some whitespace damage Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | add support for abrtd autostart | Denys Vlasenko | 2009-09-29 | 1 | -6/+11 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | GUI: send the reporters settings as an argument for Report() | Jiri Moskovcak | 2009-09-29 | 3 | -6/+15 | |
| | | | | | - 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 | |
| | ||||||
* | Version 0.0.90.0.9 | Jiri Moskovcak | 2009-09-22 | 2 | -10/+3 | |
| | ||||||
* | GUI: save/load comment and "how to reproduce" | Jiri Moskovcak | 2009-09-21 | 2 | -2/+11 | |
| | ||||||
* | GUI: fixed word wrap in Comment field rhbz#524349 | Jiri Moskovcak | 2009-09-21 | 1 | -1/+2 | |
| | ||||||
* | updated translation strings | Jiri Moskovcak | 2009-09-18 | 7 | -6/+6 | |
| | ||||||
* | GUI: added popup menu, fixed behaviour when run with root privs | Jiri Moskovcak | 2009-09-17 | 2 | -3/+41 | |
| | | | | | | - 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: fixed crash setSettings crash | Jiri Moskovcak | 2009-09-16 | 1 | -1/+4 | |
| | ||||||
* | GUI: added missing tooltips | Jiri Moskovcak | 2009-09-10 | 1 | -0/+2 | |
| | ||||||
* | GUI: more global settings (still "read-only") | Jiri Moskovcak | 2009-09-09 | 5 | -88/+593 | |
| | ||||||
* | abrtd: eliminate g_pending_jobs[] map and all corresponding TODOs :) | Denys Vlasenko | 2009-09-08 | 1 | -1/+2 | |
| | | | | | | | | | | -6k: text data bss dec hexfilename 194741 2656 2384 199781 30c65abrt.t1/abrt-0.0.8.5/src/Daemon/.libs/abrtd 188316 2648 2320 193284 2f304abrt.t2/abrt-0.0.8.5/src/Daemon/.libs/abrtd Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | build fixes | Jiri Moskovcak | 2009-09-08 | 1 | -1/+1 | |
| | ||||||
* | Added forgotten file | Jiri Moskovcak | 2009-09-08 | 1 | -0/+88 | |
| | ||||||
* | GUI: added UI for global settings (just preview, not usable!) | Jiri Moskovcak | 2009-09-08 | 8 | -9/+299 | |
| | ||||||
* | CommLayerServerDBus: make it resilient (again) against malformed dbus calls | Denys Vlasenko | 2009-09-02 | 1 | -1/+1 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | GUI: don't try to introspect the client | Jiri Moskovcak | 2009-09-01 | 1 | -1/+1 | |
| | ||||||
* | GUI: every item in report is sent by default - added warning dialog to let ↵ | Jiri Moskovcak | 2009-09-01 | 2 | -1/+10 | |
| | | | | user change it | |||||
* | GUI: better error message | Jiri Moskovcak | 2009-09-01 | 2 | -3/+3 | |
| | ||||||
* | GUI: improvements to settings dialog | Jiri Moskovcak | 2009-09-01 | 3 | -54/+81 | |
| | ||||||
* | 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 | 2 | -4/+15 | |
| | ||||||
* | don't encode the job id into message string, send it as an separate argument | Jiri Moskovcak | 2009-08-27 | 1 | -7/+9 | |
| | ||||||
* | forgot to push abrt_utils | Jiri Moskovcak | 2009-08-26 | 1 | -0/+16 | |
| | ||||||
* | removed unneeded file | Jiri Moskovcak | 2009-08-26 | 1 | -438/+0 | |
| | ||||||
* | GUI: added support for gettext (+part of czech translation) | Jiri Moskovcak | 2009-08-26 | 8 | -240/+45 | |
| | ||||||
* | 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 | 4 | -5/+235 | |
| | ||||||
* | GUI: bring the GUI up to front instead of just blinking in taskbar (trac#60, ↵ | Jiri Moskovcak | 2009-08-24 | 2 | -2/+1 | |
| | | | | rhbz#512390) | |||||
* | GUI: removed dependency on libsexy if gtk2 >= 2.17 | Jiri Moskovcak | 2009-08-21 | 2 | -8/+9 | |
| | ||||||
* | new version, small fixes to gui | Jiri Moskovcak | 2009-08-20 | 1 | -1/+3 | |
| | ||||||
* | added dialogs.GtkBuilder to makefile.am | Jiri Moskovcak | 2009-08-20 | 1 | -1/+1 | |
| | ||||||
* | GUI: added horizontal scrolling to report window | Jiri Moskovcak | 2009-08-20 | 1 | -1/+1 | |
| | ||||||
* | GUI: added clickable link to "after report" status window | Jiri Moskovcak | 2009-08-20 | 4 | -16/+155 | |
| | ||||||
* | abrt-giu: tooltip is "View and report application crashes" now | Denys Vlasenko | 2009-08-20 | 1 | -1/+1 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | GUI: nicer after report message | Jiri Moskovcak | 2009-08-19 | 2 | -1/+9 | |
| | ||||||
* | 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 | 12 | -134/+134 | |
| | | | | 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 | 9 | -20/+116 | |
|/ | ||||||
* | GUI: Changes in plugin's settings are now saved | Jiri Moskovcak | 2009-08-12 | 3 | -1/+20 | |
| |