syncevolution/src/gtk3-ui
Patrick Ohly 918b07bb18 GTK-2/3 UI: avoid g_strcasecmp
g_strcasecmp() was deprecated and produces warnings with later glib,
which is fatal with -Werror. The method is used to relax an equal
comparison of the config name. Config names are not case sensitive and
SyncEvolution is using a similar "to lower" approach, so relaxing the
comparison is okay, although it is uncertain why exactly it is
necessary and/or whether it catches all cases.

All strings are expected to be UTF-8, but because SyncEvolution only
does primitive lowercasing itself, calling g_ascii_strcasecmp() seems
like a better match than the full UTF-8 aware case handling methods in
glib.
2012-04-24 15:42:09 +02:00
..
gtk-ui.am autotools: fixed UI translation 2012-03-30 07:31:59 +00:00
main.c gtk-ui: fork gtk3-version of the ui 2012-03-27 15:30:20 +02:00
mux-frame.c gtk3 changes 2012-03-27 15:30:20 +02:00
mux-frame.h gtk-ui: fork gtk3-version of the ui 2012-03-27 15:30:20 +02:00
README gtk-ui: fork gtk3-version of the ui 2012-03-27 15:30:20 +02:00
sync-config-widget.c GTK-2/3 UI: avoid g_strcasecmp 2012-04-24 15:42:09 +02:00
sync-config-widget.h gtk-ui: fork gtk3-version of the ui 2012-03-27 15:30:20 +02:00
sync-generic.png gtk-ui: fork gtk3-version of the ui 2012-03-27 15:30:20 +02:00
sync-gtk.desktop.in gtk-ui: fork gtk3-version of the ui 2012-03-27 15:30:20 +02:00
sync-spinner.gif gtk-ui: fork gtk3-version of the ui 2012-03-27 15:30:20 +02:00
sync-ui-config.c gtk-ui: fork gtk3-version of the ui 2012-03-27 15:30:20 +02:00
sync-ui-config.h gtk-ui: fork gtk3-version of the ui 2012-03-27 15:30:20 +02:00
sync-ui.c GTK-2/3 UI: avoid g_strcasecmp 2012-04-24 15:42:09 +02:00
sync-ui.css gtk3-ui: Make sure we don't overflow horizontally 2012-03-30 07:31:58 +00:00
sync-ui.h gtk-ui: fork gtk3-version of the ui 2012-03-27 15:30:20 +02:00
sync.desktop.in gtk-ui: fork gtk3-version of the ui 2012-03-27 15:30:20 +02:00
sync.png gtk-ui: fork gtk3-version of the ui 2012-03-27 15:30:20 +02:00
ui.xml gtk3-ui: Make sure we don't overflow horizontally 2012-03-30 07:31:58 +00:00

SyncEvolution Graphical User Interface for Moblin

 * Running
 
 Syncevolution D-Bus service must be either running or installed
 properly (so DBus autostart works). the client itself must be installed
 so glade ui file and rc style file get found.