summaryrefslogtreecommitdiffstats
path: root/src/Gui
Commit message (Collapse)AuthorAgeFilesLines
...
* abrt-gui: correct "update" signal signatureDenys Vlasenko2009-10-011-8/+8
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* abrt-gui: partially remove job_id parameterDenys Vlasenko2009-10-012-4/+4
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* abrt-gui: remove pending_jobs member, it is no longer necessaryDenys Vlasenko2009-09-301-17/+4
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* abrt-gui: make "report" toolbar button work even if abrtd is not runningDenys Vlasenko2009-09-302-11/+21
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* abrt-gui: move dbus signal handlers init where they should beDenys Vlasenko2009-09-301-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_nameDenys Vlasenko2009-09-299-87/+80
| | | | | | also fix some whitespace damage Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* add support for abrtd autostartDenys Vlasenko2009-09-291-6/+11
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* GUI: send the reporters settings as an argument for Report()Jiri Moskovcak2009-09-293-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 topJiri Moskovcak2009-09-291-1/+1
|
* Version 0.0.90.0.9Jiri Moskovcak2009-09-222-10/+3
|
* GUI: save/load comment and "how to reproduce"Jiri Moskovcak2009-09-212-2/+11
|
* GUI: fixed word wrap in Comment field rhbz#524349Jiri Moskovcak2009-09-211-1/+2
|
* updated translation stringsJiri Moskovcak2009-09-187-6/+6
|
* GUI: added popup menu, fixed behaviour when run with root privsJiri Moskovcak2009-09-172-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 crashJiri Moskovcak2009-09-161-1/+4
|
* GUI: added missing tooltipsJiri Moskovcak2009-09-101-0/+2
|
* GUI: more global settings (still "read-only")Jiri Moskovcak2009-09-095-88/+593
|
* abrtd: eliminate g_pending_jobs[] map and all corresponding TODOs :)Denys Vlasenko2009-09-081-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 fixesJiri Moskovcak2009-09-081-1/+1
|
* Added forgotten fileJiri Moskovcak2009-09-081-0/+88
|
* GUI: added UI for global settings (just preview, not usable!)Jiri Moskovcak2009-09-088-9/+299
|
* CommLayerServerDBus: make it resilient (again) against malformed dbus callsDenys Vlasenko2009-09-021-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* GUI: don't try to introspect the clientJiri Moskovcak2009-09-011-1/+1
|
* GUI: every item in report is sent by default - added warning dialog to let ↵Jiri Moskovcak2009-09-012-1/+10
| | | | user change it
* GUI: better error messageJiri Moskovcak2009-09-012-3/+3
|
* GUI: improvements to settings dialogJiri Moskovcak2009-09-013-54/+81
|
* GUI: enabled doubleclick on dump in mainwindowJiri Moskovcak2009-08-311-1/+6
|
* added signal JobStarted => removed the ugly sleep() hackJiri Moskovcak2009-08-272-4/+15
|
* don't encode the job id into message string, send it as an separate argumentJiri Moskovcak2009-08-271-7/+9
|
* forgot to push abrt_utilsJiri Moskovcak2009-08-261-0/+16
|
* removed unneeded fileJiri Moskovcak2009-08-261-438/+0
|
* GUI: added support for gettext (+part of czech translation)Jiri Moskovcak2009-08-268-240/+45
|
* GUI: added first part of support for gettextJiri Moskovcak2009-08-251-0/+15
|
* GUI: few improvements, to be more userfriendlyJiri Moskovcak2009-08-244-5/+235
|
* GUI: bring the GUI up to front instead of just blinking in taskbar (trac#60, ↵Jiri Moskovcak2009-08-242-2/+1
| | | | rhbz#512390)
* GUI: removed dependency on libsexy if gtk2 >= 2.17Jiri Moskovcak2009-08-212-8/+9
|
* new version, small fixes to guiJiri Moskovcak2009-08-201-1/+3
|
* added dialogs.GtkBuilder to makefile.amJiri Moskovcak2009-08-201-1/+1
|
* GUI: added horizontal scrolling to report windowJiri Moskovcak2009-08-201-1/+1
|
* GUI: added clickable link to "after report" status windowJiri Moskovcak2009-08-204-16/+155
|
* abrt-giu: tooltip is "View and report application crashes" nowDenys Vlasenko2009-08-201-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* GUI: nicer after report messageJiri Moskovcak2009-08-192-1/+9
|
* abrt-gui: fix crash when run by rootDenys Vlasenko2009-08-181-1/+3
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* whitespace cleanup, no code changesDenys Vlasenko2009-08-1812-134/+134
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2009-08-181-1/+1
|\
| * Bump version to 0.0.6Denys Vlasenko2009-08-171-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 Moskovcak2009-08-179-20/+116
|/
* GUI: Changes in plugin's settings are now savedJiri Moskovcak2009-08-123-1/+20
|
* GUI: Added option to disable/enable plugins (config preview)Jiri Moskovcak2009-08-1110-23/+563
|
* GUI: minor fix to center the error dialog on parent.Jiri Moskovcak2009-08-041-1/+2
|