summaryrefslogtreecommitdiffstats
path: root/src/applet/applet_gtk.c
Commit message (Collapse)AuthorAgeFilesLines
* include/report/report.h: change API from having more functions to having ↵Denys Vlasenko2011-05-241-1/+3
| | | | | | | | | | | | | | | more flags Now we have three functions instead of four: int report_problem_in_dir(const char *dirname, int flags); int report_problem_in_memory(problem_data_t *pd, int flags); int report_problem(problem_data_t *pd); (third one is a trivial wrapper around report_problem_in_memory), and two new flags LIBREPORT_ANALYZE and LIBREPORT_RELOAD_DATA. Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* assorted cleanups, memory leak fix (g_list_free in add_basics_to_problem_data)Denys Vlasenko2011-05-221-20/+17
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* report C API improvementsJiri Moskovcak2011-05-181-1/+1
|
* report api proposalJiri Moskovcak2011-05-131-14/+2
|
* applet: fixed the notification program nameJiri Moskovcak2011-03-281-1/+1
|
* applet: really fixed: don't show status icon when server support persistence ↵Jiri Moskovcak2011-03-281-20/+20
| | | | trac#127
* don't use a status icon when the notification server supports persistence ↵Jiri Moskovcak2011-03-251-53/+65
| | | | | | | | | | | | trac#127 Newer notifications servers (gnome-shell, or notification-daemon >= 0.6.0) support persistence of notifications. This means that a bubble won't just disappear after it is shown - it will stay until it is seen/addressed/acted upon. This means we don't have to rely on a status icon to provide the persistence for the message. In fact we should remove the status icons since they will provide a confusing duplication of this information
* added jsteinar to artwork creditsJiri Moskovcak2011-03-251-0/+1
|
* override old gui by new oneNikola Pajkovsky2011-03-111-5/+6
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* fixed build against libnotify 0.7Jiri Moskovcak2010-11-251-0/+7
|
* consolidate HAVE_CONFIG_H in abrtlib.hDenys Vlasenko2010-08-301-3/+0
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* CCApplet.cpp -> applet_gtk.cNikola Pajkovsky2010-08-301-0/+444
Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com> Acked-off-by: Denys Vlasenko <vda.linux@googlemail.com>