Re: [Multisync-devel] [PATCH] multisync/src patch

2004-03-04 Thread Bo Lincoln
to 'void' should have make no troubles > > > Well, that doesn't fix all the warnings during compilation - but most of them. > Patches are us usual against the cvs-version. > It's running on my test-machine, but I can't test some of the plugins > curren

Re: [Multisync-devel] [PATCH] various plugin patches

2004-02-09 Thread Bo Lincoln
Eh, yes :) /Bo On Mon, 2004-02-09 at 20:10, Tom Foottit wrote: > Did you apply the opie_sync one too? :) > > If not I will apply it tonight. > > Tom > > > On Mon, 2004-02-09 at 13:57, Bo Lincoln wrote: > > Thank you very much! > > > > The pa

Re: [Multisync-devel] [PATCH] various plugin patches

2004-02-09 Thread Bo Lincoln
I'll try to fix this as soon as I've a free > timeslot. > > Patches were tested with 0.81, and adapted to the cvs-version. > > ciao, > Stefan -- Bo Lincoln <[EMAIL PROTECTED]> --- The SF.Net e

Re: [Multisync-devel] Trying to sync a P900 via GRPS - fails after transferring much of my addressbook

2004-01-09 Thread Bo Lincoln
he bash shell to sys admin. > Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click > ___ > Multisync-devel mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/multisync-devel -- Bo Lincoln <[EMAIL

Re: [Multisync-devel] Mozilla Calendar plugin

2003-12-16 Thread Bo Lincoln
the bash shell to sys admin. > Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click > ___ > Multisync-devel mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/multisync-devel -- Bo Linco

Re: [Multisync-devel] configure patch II

2003-12-07 Thread Bo Lincoln
at 09:22, Pav Lucistnik wrote: > Please see this revised patch. The culprit of previous problems was > extra parenthesis around the expression. -- Bo Lincoln <[EMAIL PROTECTED]> --- This SF.net email is sponsored by: IBM Linux Tutor

Re: [Multisync-devel] evolution plugin configure script portability patch

2003-12-04 Thread Bo Lincoln
d, as reducing local patches is always good. -- Bo Lincoln <[EMAIL PROTECTED]> --- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX or just sharpen your skills. Sign up for IBM's Free Linux Tutoria

Re: [Multisync-devel] Roadmap

2003-12-04 Thread Bo Lincoln
Hello! Yes, I agree we should definately have 0.82 release with bug fixes. I'm not sure about the help and internationalization features; since so much will have to be rewritten for 0.90 I would guess it's better to wait for those features until then. Inclusion into core Gnome is another issue. I

Re: [Multisync-devel] duplicates

2003-12-04 Thread Bo Lincoln
> a *lot* of people are seeing duplicates when syncing the first time. I think we need to know why this happens. If you get duplicates, either a) the duplicate check must either be faulty or b) the entries are different enough not to be tagged as duplicates. My guess is that "locking" the plugin

Re: [Multisync-devel] irmc plugin - bugs

2003-12-02 Thread Bo Lincoln
eate better code? SHARE THE LOVE, and help us help > YOU! Click Here: http://sourceforge.net/donate/ > ___ > Multisync-devel mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/multisync-devel -- Bo Lincoln <[EMAIL PROTECTED]>

Re: [Multisync-devel] Message Box failure - update

2003-12-01 Thread Bo Lincoln
> but thats really bad if i need a blocking message box (like > g_dialog_run) Yes, it hurts. But I guess we can create a common helper function which emulates the behavior of g_dialog_run by waiting for a signal from the GUI handling code in gtk_main. /Bo --

Re: [Multisync-devel] Message Box failure - update

2003-11-30 Thread Bo Lincoln
i have now found the reason. it crashes for some reason because it is called in a different thread. if i wrap it into another function and call it with g_idle_add it works perfectly. does anyone know how i can still call it in this function without g_idle_add? This is the way it is done in the res

Re: [Multisync-devel] Evolution plug-in questions

2003-11-30 Thread Bo Lincoln
the problem is that afaik evolution does not provide a api to access its address, tasks and calendar. they are accessed by working on the files where they are stored (~/evolution/local/...). Actually, the DO have an API to access these through the backend (wombat). This is what the Evo plugin use

Re: [Multisync-devel] small multisync bug

2003-11-23 Thread Bo Lincoln
> i noticed a small bug that might irritate some users: > > If a plugin blocks for some reason and you try to close multisync you > have to press the close button 2 times... i dont know exactly why > multisync behaves this way. It's because the quit routine sends a "please quit" signal to each s

Re: [Multisync-devel] todo issues

2003-11-23 Thread Bo Lincoln
c-devel mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/multisync-devel -- Bo Lincoln <[EMAIL PROTECTED]> --- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you

Re: [Multisync-devel] nokia / wbxml / behaviour

2003-11-12 Thread Bo Lincoln
> Hiya, > I too have reached the stage of the nokia 3650 - kernel exec 3 error. > > Everything seemed OK until the phone crashed, so I guest it must > be related to the nokia parsing the xml. Your validator does not seem to understand anything at all, so that does not help much :) As far as I ca

Re: [Multisync-devel] Syncing with xmltv

2003-11-09 Thread Bo Lincoln
> > No, I usually place the programs (TV shows) I want to see in my calendar on P800 > > manually. It would be nice to just select interesting programs from xmltv > > and then sync it to P800 :-) > > it is possibly to create such a plugin. take a look at the other > plugins. you have to load the x

[Multisync-devel] Member posting only

2003-11-06 Thread Bo Lincoln
Hello, It may seem like you are the only ones in thw world who _don't_ need to know, but anyway: I've turned subscribed-only-posting back on on the multisync mailing lists, to stop more spam from being relayed. So, please make sure you post from your subscribed mailing address.

Re: [Multisync-devel] DBus Woes...

2003-10-15 Thread Bo Lincoln
t; > > > AC_CONFIG_SUBDIRS (DIR ...) > > > > It has other side effects, so you should probably read the fine > > manual. > > > > BTW: Thank you for the Palm plug-in. > > > > --- > This SF.ne

Re: [Multisync-devel] GPE Plugin

2003-10-10 Thread Bo Lincoln
Hi! Great, we are very happy for every new plugin! GPE stores contact, calendar, and todo info in small platform independent sqlite databases. It should be relatively easy to transfer the files to the desktop, parse, and sync them. I believe that opie keeps similar files except that they are xml

Re: [Multisync-devel] synchronization - the iPod

2003-10-06 Thread Bo Lincoln
> > Since MultiSync has such a prolific conduit business, I decided to ask > > the synchronization experts: Is a iPod conduit feasible, and how can > > I (with my Mac and a third-generation iPod) help? > > Just write the .ics and .vcs in the right place on the iPod filesystem. > Of course, that

[Multisync-devel] Re: [Multisync-users] Sync with cleaned PDA

2003-10-02 Thread Bo Lincoln
> 2. If you use the same sync pair then it keeps state and will assume > that you deleted all of the contacts. What you want to do is delete your > existing sync pair for Evo <-> Opie and create a new one. This should > force option b) Tom, is it possible to detect that the databases have been re

[Multisync-devel] Re: Client/Daemon communication (was: Re: [Multisync-devel] mutlisync architecture)

2003-10-01 Thread Bo Lincoln
> The multisyncd and clients (like GUI) should communicate using D-Bus: > http://www.freedesktop.org/Software/dbus > > D-Bus is a an emerging standard, desktop agnostic for interapplication > communication. I think it is better that going thru and ORB or Bonobo, > and a little bit more high

Re: [Multisync-devel] libversit

2003-09-29 Thread Bo Lincoln
_ > Multisync-devel mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/multisync-devel -- Bo Lincoln <[EMAIL PROTECTED]> --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://t

Re: [Multisync-devel] mutlisync architecture

2003-09-25 Thread Bo Lincoln
> I think that we could at least use a UNIX socket. > All of this would be implemented in libmultisync that would be called by > any client (GUI or not) of multisyncd. I guess all the Gnome people would say "Bonobo". It probably makes sense. The GUI/lib separation could be useful, but we should

Re: [Multisync-devel] Getting the syncml plugin to work with a syncml server

2003-09-17 Thread Bo Lincoln
Hello Mika, Nice to hear that you are working on it. As you have noticed, the syncml engine code is somewhat hard to follow. One of the main problems is that the SyncML standard suffers from the good ol' problem of being command-response-based, and it does not state how a server or client should r

Re: [Multisync-devel] Two way synchronization?

2003-09-17 Thread Bo Lincoln
> Debian ships libtool 1.5 nowdays, which breaks the build of multisync. > Either install libtool1.4, which probably will break a lot of other > stuff, or try this patch: > > http://www.pdc.kth.se/~torkel/msync.diff.gz Thank you very much! MultiSync is now upgraded to libtool 1.5 in CVS. /Bo -

Re: [Multisync-devel] Two way synchronization?

2003-09-15 Thread Bo Lincoln
Cache-Control: no-store > > > > After that, the contact is still there on the client side. But after > pressing sync on the server side, the contact goes away on the > client side... > > > > > To be able to find the pro

Re: [Multisync-devel] Two way synchronization?

2003-09-14 Thread Bo Lincoln
Question: Where is the .so file? .so files for all plugins are missing after a "make" run... Libtool is unfortunately still magic to me. Check out a fresh copy from CVS and try again, or "make distclean", run ./autogen.sh and try again. Anyone else who is more familiar with the peculiarities of l

Re: [Multisync-devel] opie_sync

2003-09-11 Thread Bo Lincoln
> > Just throw out something I experienced, if you have come this far, I > > would like to apologize for my crappy English. :) > > No need to apologize, really. Considering that English is more or less > forced upon people who use international mailing lists, news groups, > etc. (although I person

Re: [Multisync-devel] SyncML plugin

2003-09-10 Thread Bo Lincoln
> Yep, i'll quite happily use my P800 for testing, if let me have the > details, as it currently stands I'm not actually using the calendar or > notes / tasks on my P800 (had problems with .8 of multisync and gave up) > > Let me know how you want to progress on this and how i can help Allright, I

Re: [Multisync-devel] Two way synchronization?

2003-09-10 Thread Bo Lincoln
> I could try cvs version if you think there were relating fixes since > release... Could you send me the output from MultiSync (on the client side) just before you press "Sync"? To be able to find the problem it would be helpful if you could compile the CVS version. We may have to add some debu

Re: [Multisync-devel] Name handling

2003-09-10 Thread Bo Lincoln
; Best regards, Armin Bauer > > > > --- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > ___ > Multisync-devel mailing list > [EMAIL PROTECTED] > https://lists.s

Re: [Multisync-devel] Two way synchronization?

2003-09-10 Thread Bo Lincoln
OK, before I start hunting, which version are you using? CVS? Gnome-1? /Bo On Wed, 2003-09-10 at 15:29, Marc Schiffbauer wrote: > * Bo Lincoln schrieb am 10.09.03 um 13:02 Uhr: > > > Thanks. OK now it seems to work. But I find it a bit strange, that I have to > > > press s

Re: [Multisync-devel] Two way synchronization?

2003-09-10 Thread Bo Lincoln
> Thanks. OK now it seems to work. But I find it a bit strange, that I have to > press sync on the serverside to make the sync happen... shouldnt it > be the clients decision when he wants to sync? Both sides should be able to force a sync (works fine for me). Do you get any output at all on the c

Re: [Multisync-devel] Two way synchronization?

2003-09-10 Thread Bo Lincoln
Hello! > I think it would be great if MultiSync could tell the user about > conflicts in some way... I for example always do a manual sync by > pushing the [Sync] Button. No automatic sync. This is interactive. > And I would love it if multisync would tell me about conflicts in > this case. Maybe

Re: [Multisync-devel] Two way synchronization?

2003-09-10 Thread Bo Lincoln
Hello, I'll answer the first and Tom will have to answer the second question: > 1. Does it support two-way synchronization? By two-way, I mean both side > will have a union of the dataset from both side, and conflict will be > prompt to user for solution. Yes, MultiSync does only two-way sync. As

Re: [Multisync-devel] SyncML plugin

2003-09-09 Thread Bo Lincoln
Multisync-devel mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/multisync-devel -- Bo Lincoln <[EMAIL PROTECTED]> --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkge

[Multisync-devel] Re: [Multisync-users] [PATCH] Thread locking patch

2003-09-02 Thread Bo Lincoln
Thanks again! In the CVS now. /Bo > Another patch fixing some condition signalling bugs. > There exists couple of possibilities, where a condition > signal might be sent before the other thread has had > enough time to actually call cond_signal_wait() > or cond_signal_timedwait() and therefore th

[Multisync-devel] Re: [Multisync-users] [PATCH] Multisync plugin loading error checks

2003-09-02 Thread Bo Lincoln
t more willing to inform the > user whenever an invalid module is being loaded. > > Regards, > Tomi Orava -- Bo Lincoln <[EMAIL PROTECTED]> --- This sf.net email is sponsored by:ThinkGeek Welcome to g

[Multisync-devel] Re: New plugin for MultiSync

2003-09-01 Thread Bo Lincoln
Hi! > > I've been quiet, developing a plugin for the Solaris calendar server > > (actually the CDE Calendar Server). N.B. Not the SunONE calendar server, > > but the CDE 'dtcm' calendar. - csa_plugin as the library on which it > > depends is called 'csa'. > > > > It's still beta; i.e. it works fo

Re: [Multisync-devel] suggestion: warn if connection fails

2003-08-27 Thread Bo Lincoln
--- > This SF.Net email sponsored by: Free pre-built ASP.NET sites including > Data Reports, E-commerce, Portals, and Forums are available now. > Download today and enter to win an XBOX or Visual Studio .NET. > http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_0

[Multisync-devel] Re: [Multisync-users] SyncML plugin conflict resolution

2003-08-27 Thread Bo Lincoln
cieve a duplicate and will have to delete one of them yourself. /Bo -- Bo Lincoln <[EMAIL PROTECTED]> --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf

Re: [Multisync-devel] Use of initialised variable in backup_plugin

2003-08-27 Thread Bo Lincoln
. Thank you! This is now in CVS. /Bo -- Bo Lincoln <[EMAIL PROTECTED]> --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf ___ Multisync-devel ma

[Multisync-devel] Re: [Multisync-users] SyncML plugin conflict resolution

2003-08-26 Thread Bo Lincoln
> I just have some questions regarding the SyncML plugin. What conflict > resolution policies does the SyncML plugin have? For example, I edited > the same item on both the client side and the server side of the SyncML > plugin. Which of the changes will be accepted? This is not a matter of which

Re: [Multisync-devel] Use of initialised variable in backup_plugin

2003-08-26 Thread Bo Lincoln
> Please find patch attached to make backup_load_entries return if > the backupdir hasn't been set. > > This was causing the backup plugin to core dump on a fresh install and > probably hasn't been noticed by people who already had their backup > plugin definitions set. Thank you! This is now in

Re: [Multisync-devel] Odd corner-case bugs

2003-07-31 Thread Bo Lincoln
>- If *all* of them are missing, multisync dumps core. > >- Above *might* be true if just more that one plugin is missing, > but I tested the all are missing case. Ahem. :P > >- If at least one plugin is missing, File/Quit just says "One > or more plugin

Re: [Multisync-devel] 0.80 release and debs?

2003-07-28 Thread Bo Lincoln
> I was wondering when (estimate) the 0.80 will be released? > The reason for that is that I think the debian packages (sid) should be > updated. The version of evoltion in sid is now >1.4 so the multisync > gnome2 should be debianized. Well, the aim is to stick to the plan, i.e. end of July. Oops

Re: [Multisync-devel] [PATCH] Tray icon support

2003-07-27 Thread Bo Lincoln
oday and enter to win an XBOX or Visual Studio .NET. > http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01 > ___ > Multisync-devel mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/multisync-devel -- Bo