summaryrefslogtreecommitdiffstats
path: root/src/Gui/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* GUI: added version to about dialogJiri Moskovcak2010-03-171-0/+3
|
* icons repackagingJiri Moskovcak2010-03-011-1/+1
|
* preparatory patch with trivial cleanupsDenys Vlasenko2010-01-191-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* mkde abrt-gui --help and --version behave as expected. closes bug 85Denys Vlasenko2009-12-101-1/+2
| | | | | | See https://fedorahosted.org/abrt/ticket/85 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* made desktop file translatableJiri Moskovcak2009-11-151-0/+3
|
* Added abrt.png, fixed rhbz#Jiri Moskovcak2009-11-021-1/+5
| | | | - we should have an icon in menu
* GUI: added refresh button, added sanity check to plugin settingsJiri Moskovcak2009-10-131-1/+1
| | | | | | | | | - 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)
* removed unsecure reading/writting from ~HOME directoryJiri Moskovcak2009-10-051-1/+1
| | | | | | - 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
* updated translation stringsJiri Moskovcak2009-09-181-1/+1
|
* build fixesJiri Moskovcak2009-09-081-1/+1
|
* GUI: added UI for global settings (just preview, not usable!)Jiri Moskovcak2009-09-081-1/+2
|
* GUI: added support for gettext (+part of czech translation)Jiri Moskovcak2009-08-261-2/+2
|
* added dialogs.GtkBuilder to makefile.amJiri Moskovcak2009-08-201-1/+1
|
* GUI: Added option to disable/enable plugins (config preview)Jiri Moskovcak2009-08-111-3/+4
|
* GUI: single instance pattern rhbz#512390, trac#60Jiri Moskovcak2009-07-221-1/+1
| | | | - improved status window
* Fix build system for the case where configure was run with non-default prefixDenys Vlasenko2009-07-201-1/+6
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Fixed gui for new daemon APIJiri Moskovcak2009-04-091-1/+3
| | | | | removed unneeded code some UI improvements
* Rename to abrtJiri Moskovcak2009-03-031-2/+2
|
* async dbus method calls, added exception handlerJiri Moskovcak2009-03-021-3/+3
|
* New guiJiri Moskovcak2009-03-021-1/+1
| | | | DBusBackend improvements
* Added CCReport.pyJiri Moskovcak2009-02-251-1/+1
|
* more gui atutools fixesJiri Moskovcak2009-02-251-1/+1
|
* More autotools magic for guiJiri Moskovcak2009-02-251-20/+6
|
* Forgot to add mainwindow.py.Jiri Moskovcak2009-02-241-1/+1
|
* Added autotools scripts for gui.Jiri Moskovcak2009-02-241-0/+29