syncevolution/src/gtk-ui
Jussi Kukkonen bd39c07b22 gtk-ui: fix possible crasher
if a device configuration exists but the template does not,
we may try to create a config widget with empty name
2010-02-23 14:54:52 +02:00
..
close.png add tmp images for window decoration buttons 2009-04-16 10:24:48 +03:00
close_hover.png add tmp images for window decoration buttons 2009-04-16 10:24:48 +03:00
gtkinfobar.c gtk-ui: don't use new GTK features (MB #9170) 2010-01-26 14:46:57 +02:00
gtkinfobar.h gtk-ui: include copy of GtkInfoBar for gtk+<2.18 (MB #9170) 2010-01-22 15:09:42 +01:00
main.c gtk-ui: don't open two main windows (MB #9449) 2010-02-04 12:12:13 +02:00
Makefile.am gtk-ui: show status "waiting" with a progress spinner 2010-02-03 13:27:47 +01:00
mux-frame.c added missing copyright and license headers 2009-05-11 16:31:17 +02:00
mux-frame.h added missing copyright and license headers 2009-05-11 16:31:17 +02:00
mux-icon-button.c implement first phase of "single window mode" 2009-11-17 11:53:28 +02:00
mux-icon-button.h implement first phase of "single window mode" 2009-11-17 11:53:28 +02:00
mux-window.c gtk-ui: change bread-crumb functionality in moblin 2010-02-03 13:27:46 +01:00
mux-window.h gtk-ui: change bread-crumb functionality in moblin 2010-02-03 13:27:46 +01:00
README dbus client: support removing services 2009-04-16 18:16:49 +03:00
settings.png add tmp images for window decoration buttons 2009-04-16 10:24:48 +03:00
settings_hover.png add tmp images for window decoration buttons 2009-04-16 10:24:48 +03:00
sync-config-widget.c gtk-ui: use "fingerprint" for device template selector 2010-02-09 20:08:11 +02:00
sync-config-widget.h gtk-ui: changes in config api 2010-02-08 12:23:30 +02:00
sync-generic.png dbus client: add missing icon 2009-05-06 10:49:34 +03:00
sync-gtk.desktop.in --enable-gui=all: use different name in .desktop file for GTK version 2009-09-16 10:48:34 +02:00
sync-spinner.gif gtk-ui: show status "waiting" with a progress spinner 2010-02-03 13:27:47 +01:00
sync-ui-config.c gtk-ui: don't allow non-defined sources in emergency 2010-02-03 13:27:46 +01:00
sync-ui-config.h gtk-ui: handle source phases correctly (MB #9320) 2010-02-03 13:27:47 +01:00
sync-ui.c gtk-ui: fix possible crasher 2010-02-23 14:54:52 +02:00
sync-ui.h gtk-ui: backup-restore improvements 2010-02-17 08:30:32 +01:00
sync-ui.rc gtk-ui: implement bread-crumb navigation 2009-12-15 18:31:07 +02:00
sync.desktop.in add StartupNotify to desktop file 2009-08-12 10:34:39 +03:00
sync.png add Sync application icon 2009-09-17 13:11:59 +03:00
ui.glade gtk-ui: start bluetooth wizard when Add device clicked 2010-02-09 20:08:11 +02: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 gtkbuilder xml file and rc style file get found.  
 
 
 * Bugs
 
   - There is an initial flicker when windows are shown.
     This is probably a MuxBin initialization problem.
   - Sync progress notification and logs are not implemented fully
   - Restoring a backup is not implemented
   - Not possible to toggle Moblin / normal GTK+ style in configure