On Mon, 2009-11-30 at 10:52 +0000, Patrick Ohly wrote: > I merged the Congwu's "phone" branch and last week also Yongsheng's > D-Bus changes. Jussi's GUI branch is still pending; we are uncertain > whether we want to expose translators to string changes on "master" > which will be updated again later on. > > One option is to keep the GUI changes out of "master" and work on a > "syncevolution-1-0-branch" for a while.
The sync-UI was merged into "master". update-po is intelligent enough to not throw away all old strings which are only temporarily disabled, so translators should be able to get by without too much work. Jussi, I solved the %ld/size_t formatting problem on 32 bit slightly differently. I think the code in your branch (%u/size_t) would have failed on 64 bit. Please discard that patch when continuing on the "jku" branch. For those who have not used -Wall -Werror on 32 bit because there were warnings, please enable -Werror from now on and use the latest code. I went through all warnings that g++ 4.3 brought and and fixed them in both libsynthesis and our code. Result is in the "master" branches. -- Best Regards, Patrick Ohly The content of this message is my personal opinion only and although I am an employee of Intel, the statements I make here in no way represent Intel's position on the issue, nor am I authorized to speak on behalf of Intel on this matter. _______________________________________________ SyncEvolution mailing list [email protected] http://lists.syncevolution.org/listinfo/syncevolution
