[SyncEvolution] Backend changes tracking and Automatic sync

2010-02-26 Thread Zhu, Yongsheng
Hi, all I'm working on automatic sync. One of scenario is to track changes of backends and do automatic sync. So we need define APIs for this. See below. // a listener to listen to changes of backend class SyncSourceListener { public: /** itemAdded is a callback when an item is newly added by

[Syncevolution-issues] [Bug 9759] sort session directories by increasing sequence number

2010-02-26 Thread bugzilla
http://bugzilla.moblin.org/show_bug.cgi?id=9759 --- Comment #3 from pohly patrick.o...@intel.com 2010-02-26 01:23:51 PST --- Patch below in pohly branch. Yongsheng, can you review? Does that solve the problem well enough so that we can close this issue? commit

[Syncevolution-issues] [Bug 9907] device-specific rules (Nokia 7120C)

2010-02-26 Thread bugzilla
http://bugzilla.moblin.org/show_bug.cgi?id=9907 pohly patrick.o...@intel.com changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Syncevolution-issues] [Bug 9907] device-specific rules (Nokia 7120C)

2010-02-26 Thread bugzilla
http://bugzilla.moblin.org/show_bug.cgi?id=9907 Chen Congwu congwu.c...@intel.com changed: What|Removed |Added Status|RESOLVED|REOPENED

[Syncevolution-issues] [Bug 6378] automatic sync

2010-02-26 Thread bugzilla
http://bugzilla.moblin.org/show_bug.cgi?id=6378 --- Comment #28 from pohly patrick.o...@intel.com 2010-02-26 02:36:00 PST --- I propose the following language improvements for the new config options: autoSync Controls automatic synchronization. Currently, automatic synchronization is done

[Syncevolution-issues] [Bug 6378] automatic sync

2010-02-26 Thread bugzilla
http://bugzilla.moblin.org/show_bug.cgi?id=6378 --- Comment #29 from pohly patrick.o...@intel.com 2010-02-26 02:49:48 PST --- (In reply to comment #27) syncevolution should have a mechanism to detect backends changes, here is a proposal: 1) Define a new class SyncSourceListener, used to

[Syncevolution-issues] [Bug 8933] sync-ui segmentation fault on ubuntu 9.10 64-bit

2010-02-26 Thread bugzilla
http://bugzilla.moblin.org/show_bug.cgi?id=8933 --- Comment #7 from easybeat b...@gmx.ch 2010-02-26 07:35:59 PST --- Hi after some google work I've found a site with a description to install another version of sync-ui. I uninstalled first and installed according to this description

[Syncevolution-issues] [Bug 8933] sync-ui segmentation fault on ubuntu 9.10 64-bit

2010-02-26 Thread bugzilla
http://bugzilla.moblin.org/show_bug.cgi?id=8933 pohly patrick.o...@intel.com changed: What|Removed |Added Status|NEEDINFO|RESOLVED

[Syncevolution-issues] [Bug 6378] automatic sync

2010-02-26 Thread bugzilla
http://bugzilla.moblin.org/show_bug.cgi?id=6378 --- Comment #30 from yongsheng zhu yongsheng@intel.com 2010-02-26 21:13:51 PST --- (In reply to comment #29) (In reply to comment #27) syncevolution should have a mechanism to detect backends changes, here is a proposal: 1) Define a

[Syncevolution-issues] [Bug 6378] automatic sync

2010-02-26 Thread bugzilla
http://bugzilla.moblin.org/show_bug.cgi?id=6378 --- Comment #31 from yongsheng zhu yongsheng@intel.com 2010-02-26 22:05:31 PST --- +/** the 'syncURL' used by synchronization */ +string m_url; Wouldn't it be easier to use the vectorstring returned by getSyncURL()? Then

[Syncevolution-issues] [Bug 6378] automatic sync

2010-02-26 Thread bugzilla
http://bugzilla.moblin.org/show_bug.cgi?id=6378 --- Comment #33 from yongsheng zhu yongsheng@intel.com 2010-02-26 22:12:52 PST --- I'm not sure whether we need this level of detail. It makes implementing change notification harder in the backends. What would the bool raw