Changelog for
synce-trayicon-lang-0.16-3.1.noarch.rpm :
Fri Aug 3 14:00:00 2012 tejas.guruswamyAATTopensuse.org
- Update to upstream 0.16
+ add configure options to allow disabling of dccm backends;
only udev based backend is enabled by default
+ make the GtkStatusIcon a child of SynceTrayicon, rather than
trayicon being a subclass of statusicon, which is inflexible
+ fix build with recent libnotify (>= 0.7), which has no
support for attaching to widgets
+ remove obsolete libgnome items, replace deprecated functions
+ build changes for application indicator support
+ librapi2 has been merged into libsynce in synce-core, drop separate build dependency on it
+ add libappindicator support, required some reworking of the menus for passworded devices; require gtk >= 2.16
Mon Jun 27 14:00:00 2011 tejas.guruswamyAATTopensuse.org
- Fix build with libnotify > 0.7
Sat Apr 23 14:00:00 2011 tejas.guruswamyAATTopensuse.org
- Disable hal backend
Wed Mar 30 14:00:00 2011 tejas.guruswamyAATTopensuse.org
- Update to 0.15.1
+ monitor connections from udev based dccm
Sun May 2 14:00:00 2010 masterpatrickoAATTgmail.com
- Update to 0.15
+ Build and bug fixes.
Fri Feb 19 13:00:00 2010 masterpatrickoAATTgmail.com
- Patch to build against gtk 2.12
Sat Jul 18 14:00:00 2009 masterpatrickoAATTgmail.com
- Updated to 0.14 release
+ By default, the icon is hidden if nothing is connected, and tooltips will update.
Fri Jan 16 13:00:00 2009 masterpatrickoAATTgmail.com
- Updated to upstream version 0.13
* changed a few wstr_
*_current and _ascii to _utf8
* added .desktop and autostart files
* corrected compiler warnings
* make libnotify required
* device class - add device property connection-status for passworded devices, move rapi connection method from dccm clients to here, check if device is locked methods that require a connection
* dccm client classes - add device-unlocked signal to dccm-client, pass locked devices to device-manager instead of holding on to them
* device-manager class - add methods providing count of all / connected / password required devices, and list of names by these categories; add name parameter to device-removed and device-added signal; ask device to establish rapi connection when fully connected
* dont pop up password dialog immediately, put up notification of password required, activation signal (left click) activates password dialog, deal with multiple devices needing passwords
* various code cleanups
* add service-starting signal for dccm clients
* replace info dialogs with notifications
* change from eggtrayicon to GtkStatusIcon
* src/synce_app_man.c - assume cabs with processor type 0 are ok, extract cabs to subdir in /tmp
* add object-name and dccm-type to device properties
* add remove_by_prop to device-manager
* try both {o,hal-}dccm clients, allow for service interruptions, vdccm still optional in properties
* check for use of G_TYPE_CHECK_TYPE or G_TYPE_CHECK_INSTANCE_TYPE
* src/synce-trayicon.c - display notification instead of dialog for locked WM6 device, remove obsolete function
* configure.ac.in - add AM_PROG_CC_C_O
* hal-client.c - fixed detection of newly unlocked wm6 device
Tue Dec 9 13:00:00 2008 wrAATTopensuse.org
- made Hal the default communication type
Mon Dec 8 13:00:00 2008 masterpatrickoAATTgmail.com
- Moved synce-sync-engine from Suggests: to Recommends: to ensure it is installed.