Re: [SailfishDevel] SyncML topic revived (further down the rabbit hole)

2019-08-05 Thread deloptes
Tone Kastlunger wrote: > Strictly speaking, I don't see any problem with this - from a syncml > client / server > perspective; was the socket owned by the bluetooth manager also for bluez4 > as well? No, the problem is with Qt5 - There was a totally different mechanism and the service interface w

Re: [SailfishDevel] SyncML topic revived (further down the rabbit hole)

2019-08-05 Thread Tone Kastlunger
>These might be useful for another applications that may be using dbus, but >not for the syncml code that relies solely on filedescriptors outside dbus. Strictly speaking, I don't see any problem with this - from a syncml client / server perspective; was the socket owned by the bluetooth manager a

Re: [SailfishDevel] SyncML topic revived (further down the rabbit hole)

2019-08-04 Thread deloptes
Chris Adams wrote: > Hi, > > (Sorry for top posting, OWA doesn't quote properly...) > > That old PR is actually mine, if you're referring to > https://git.merproject.org/mer-core/buteo-sync-plugins/merge_requests/1 > > I think it had some issues (e.g. didn't do UUID matching properly between >

Re: [SailfishDevel] SyncML topic revived (further down the rabbit hole)

2019-07-30 Thread deloptes
Damien Caliste wrote: > Ah, I see, when looking at the page of your project > (https://git.merproject.org/deloptes/bluez5_buteo-syncfw), it is not > defined as fork from mer-core. I guess, you created a new project and > push there from your computer. For Gitlab to know it's a fork, you have > to

Re: [SailfishDevel] SyncML topic revived (further down the rabbit hole)

2019-07-30 Thread deloptes
Damien Caliste wrote: > Strange, when you visit the branch page of your project > (https://git.merproject.org/deloptes/bluez5_buteo-syncfw/branches) do > you see "merge request" button for each branch ? Is it still returning > error 403 when you click on one ? > > Ah, I see, when looking at the p

Re: [SailfishDevel] SyncML topic revived (further down the rabbit hole)

2019-07-30 Thread Damien Caliste
Hello, Le 2019-07-30 11:00, deloptes a écrit : OK, thank you again. I read the documentation [1] and [2] now and tried it accordingly, but when I click the New merge request from bluez5_buteo-syncfw it goes to a new page "403" saying " You don't have the permission to access this page. Strang

Re: [SailfishDevel] SyncML topic revived (further down the rabbit hole)

2019-07-30 Thread deloptes
Chris Adams wrote: > Usually you don't push to the main repository, but instead you create a > private fork of the repository, push your changes there (e.g. to > deloptes_bluez5 branch or something) and then create a merge request from > your private fork to the upstream repository. > > Then the

Re: [SailfishDevel] SyncML topic revived (further down the rabbit hole)

2019-07-29 Thread Chris Adams
ubject: Re: [SailfishDevel] SyncML topic revived (further downthe rabbit hole) Chris Adams wrote: > Again sorry for top posting, using OWA which doesn't quote properly. > > It sounds like you're making good progress which is fantastic! > Please tag me in any merge req

Re: [SailfishDevel] SyncML topic revived (further down the rabbit hole)

2019-07-28 Thread deloptes
Chris Adams wrote: > Again sorry for top posting, using OWA which doesn't quote properly. > > It sounds like you're making good progress which is fantastic! > Please tag me in any merge requests (using @chriadam on github etc) so > that I get notified of them, and then I can review etc. > > Best

Re: [SailfishDevel] SyncML topic revived (further down the rabbit hole)

2019-07-28 Thread deloptes
Damien Caliste wrote: > Hello, > > I guess that > https://git.sailfishos.org/deloptes/poc-bluez5-buteo-syncml-plugins is a > fork of buteo-sync-plugins with your changes. What about buteo-syncfw ? > > What client are you using on desktop side to test the plugin in phone ? > I attach a new patc

Re: [SailfishDevel] SyncML topic revived (further down the rabbit hole)

2019-07-26 Thread deloptes
Tone Kastlunger wrote: > I think it'd be important to add it next to bluez4 dbus stuff (and hence > straightforward perhaps). > > I mean, adding bluez5 next to bluez4 support *might* just be easier (i.e. > less changes) than moving to Y.A.L. Bluez4 is beeing removed, but yes this is what I mean

Re: [SailfishDevel] SyncML topic revived (further down the rabbit hole)

2019-07-26 Thread Tone Kastlunger
>May be it is better using QDbus and not linking against kf5bluezqt and thus >making buteo-syncfw depend on this library for couple of operations >required to handle the sync profile. I think it'd be important to add it next to bluez4 dbus stuff (and hence straightforward perhaps). I mean, adding

Re: [SailfishDevel] SyncML topic revived (further down the rabbit hole)

2019-07-26 Thread deloptes
Damien Caliste wrote: > What about buteo-syncfw ? May be it is better using QDbus and not linking against kf5bluezqt and thus making buteo-syncfw depend on this library for couple of operations required to handle the sync profile. I am still thinking about it and I'm not sure. Let me know what

Re: [SailfishDevel] SyncML topic revived (further down the rabbit hole)

2019-07-26 Thread deloptes
Chris Adams wrote: > It sounds like you're making good progress which is fantastic! > Please tag me in any merge requests (using @chriadam on github etc) so > that I get notified of them, and then I can review etc. > Yes indeed, it works perfectly well. There are still some open questions and bu

Re: [SailfishDevel] SyncML topic revived (further down the rabbit hole)

2019-07-26 Thread deloptes
Damien Caliste wrote: > Can you point out where did you push your modifications to buteo stack ? > I would like to give a look and test. > > I guess that > https://git.sailfishos.org/deloptes/poc-bluez5-buteo-syncml-plugins is a > fork of buteo-sync-plugins with your changes. What about buteo-syn

Re: [SailfishDevel] SyncML topic revived (further down the rabbit hole)

2019-07-26 Thread Damien Caliste
Hello, Le 2019-07-23 13:41, deloptes a écrit : As my previous posts were not showing on the dev list, I write here to test if it works. In any case I'll be glad to receive some advises and review on the progress done. What I did is to - rebase btcalendar on current master and add late

Re: [SailfishDevel] SyncML topic revived (further down the rabbit hole)

2019-07-25 Thread Chris Adams
rds, Chris. From: Devel [devel-boun...@lists.sailfishos.org] on behalf of deloptes [delop...@gmail.com] Sent: Tuesday, July 23, 2019 9:41 PM To: devel@lists.sailfishos.org Subject: Re: [SailfishDevel] SyncML topic revived (further down the rabbit hole) Chris Adams wr

Re: [SailfishDevel] SyncML topic revived (further down the rabbit hole)

2019-07-23 Thread deloptes
Chris Adams wrote: > Hi, > > (Sorry for top posting, OWA doesn't quote properly...) > > That old PR is actually mine, if you're referring to > https://git.merproject.org/mer-core/buteo-sync-plugins/merge_requests/1 > > I think it had some issues (e.g. didn't do UUID matching properly between >

Re: [SailfishDevel] SyncML topic revived (further down the rabbit hole)

2019-07-23 Thread Chris Adams
e IRC in .au timezone, or perhaps flypig or pvuorela in .fi timezone). Best regards, Chris. From: Devel [devel-boun...@lists.sailfishos.org] on behalf of Damien Caliste [dcali...@free.fr] Sent: Saturday, July 20, 2019 9:16 PM To: devel@lists.sailfishos.org Sub

Re: [SailfishDevel] SyncML topic revived (further down the rabbit hole)

2019-07-20 Thread Damien Caliste
Hello, Le Samedi 20 juillet 2019, Tone Kastlunger a écrit : > buteo-sync-plugin tho, > so I suppose expectations for a more extensive changeset to be merged > upstream should be kept low? I'm afraid it's a question of poking. Submitter should ask for reason of silence or rejection up to getting a

Re: [SailfishDevel] SyncML topic revived (further down the rabbit hole)

2019-07-20 Thread Tone Kastlunger
Theres a dangling mr pending for over a year (for calendar sync) in the buteo-sync-plugin tho, so I suppose expectations for a more extensive changeset to be merged upstream should be kept low? On Saturday, July 20, 2019, Damien Caliste wrote: > Hello, > > Le Samedi 20 juillet 2019, deloptes a éc

Re: [SailfishDevel] SyncML topic revived (further down the rabbit hole)

2019-07-20 Thread Damien Caliste
Hello, Le Samedi 20 juillet 2019, deloptes a écrit : > 5. 1.7 uses cmake and thus building does not work You can build cmake projects in SDK also. Sailfish-office is one example, Calligra another one, while the latter is a bit complicated due to KF5 dependencies. In a nutshell, ssh into SDK, -

Re: [SailfishDevel] SyncML topic revived (further down the rabbit hole)

2019-07-19 Thread deloptes
Chris Adams wrote: > Hi, > > Yes, I suspect that the Buteo plugins weren't updated when the rest of the > stack was upgraded to BlueZ 5. > I assume that you can simply update the code in that repository to use the > appropriate interfaces and APIs to begin the porting effort. I don't > believe t

Re: [SailfishDevel] SyncML topic revived

2019-07-17 Thread deloptes
Damien Caliste wrote: > Hello, > > Le Jeudi 11 juillet 2019, deloptes a écrit : >> > able to use the same credentials for all these services. >> >> Thank you Slava, but it does not work > Is it working logging in bugs.merproject.org ? If so, what is not working, > to log in git.sailfishos.org we

Re: [SailfishDevel] SyncML topic revived

2019-07-11 Thread deloptes
Damien Caliste wrote: > Is it working logging in bugs.merproject.org ? If so, what is not working, > to log in git.sailfishos.org webpage or something else ? To push there, > you need to log on the website and add your public SSH key, I guess you > know. > > Have a nice day, > > Damien. Yes,

Re: [SailfishDevel] SyncML topic revived

2019-07-10 Thread Damien Caliste
Hello, Le Jeudi 11 juillet 2019, deloptes a écrit : > > able to use the same credentials for all these services. > > Thank you Slava, but it does not work Is it working logging in bugs.merproject.org ? If so, what is not working, to log in git.sailfishos.org webpage or something else ? To push t

Re: [SailfishDevel] SyncML topic revived

2019-07-10 Thread deloptes
Slava Monich wrote: > AFAIK it's the same LDAP behind bugs.merproject.org and > git.merproject.org (or git.sailfishos.org these days), you should be > able to use the same credentials for all these services. Thank you Slava, but it does not work! Who can investigate? regards __

Re: [SailfishDevel] SyncML topic revived

2019-07-10 Thread Slava Monich
On 22/06/2019 23:39, Tone Kastlunger wrote: Looks like merproject is closed. Hmm? Havent heard of this; it's available at git.sailfishos.org ; Yeah, don't panic! It's just a re-branding :) AFAIK old merproject.org credentials should work at sailfishos.org. At least mine did. Cheers, -Slava

Re: [SailfishDevel] SyncML topic revived

2019-07-10 Thread deloptes
Slava Monich wrote: > On 22/06/2019 23:39, Tone Kastlunger wrote: >>> Looks like merproject is closed. >> Hmm? Havent heard of this; it's available at git.sailfishos.org ; > > Yeah, don't panic! It's just a re-branding :) > > AFAIK old merproject.org credentials should work at sailfishos.org. At

Re: [SailfishDevel] SyncML topic revived

2019-06-23 Thread Matti Viljanen
deloptes kirjoitti sunnuntai 23. kesäkuuta 2019: > Tone Kastlunger wrote: > > > It's been Juhannus weekend in Finland (mid-summer), there's no way you > > will find anyone active on the > > irc :) > > Oh thanks I think I must be naive to some extent, because I last spoke > on Wednesday wit

Re: [SailfishDevel] SyncML topic revived

2019-06-23 Thread deloptes
Tone Kastlunger wrote: > It's been Juhannus weekend in Finland (mid-summer), there's no way you > will find anyone active on the > irc :) Oh thanks I think I must be naive to some extent, because I last spoke on Wednesday with two guys from Finland and they told me that Friday is public holi

Re: [SailfishDevel] SyncML topic revived

2019-06-23 Thread Tone Kastlunger
It's been Juhannus weekend in Finland (mid-summer), there's no way you will find anyone active on the irc :) Try again tomorrow or send a pm I'd say. On Sun, Jun 23, 2019 at 2:34 AM deloptes wrote: > > Slava Monich wrote: > > > AFAIK old merproject.org credentials should work at sailfishos.org.

Re: [SailfishDevel] SyncML topic revived

2019-06-22 Thread deloptes
Slava Monich wrote: > AFAIK old merproject.org credentials should work at sailfishos.org. At > least mine did. I don't have any :) - looked yesterday and found the info - looked at IRC - silence - went to bed. (I actually pinged sage and lbt but no one answered.) __

Re: [SailfishDevel] SyncML topic revived

2019-06-22 Thread Slava Monich
On 22/06/2019 23:39, Tone Kastlunger wrote: Looks like merproject is closed. Hmm? Havent heard of this; it's available at git.sailfishos.org ; Yeah, don't panic! It's just a re-branding :) AFAIK old merproject.org credentials should work at sailfishos.org. At least mine did. Cheers, -Slav

Re: [SailfishDevel] SyncML topic revived

2019-06-22 Thread deloptes
Tone Kastlunger wrote: > Hmm? Havent heard of this; it's available at git.sailfishos.org ; > You will have to ping lbt on irc to get an accoutn tho (as per > instructions on the > website "In the meantime, to get an account please contact lbt or sage > on #sailfishos on freenode IRC." ) Yes, I re

Re: [SailfishDevel] SyncML topic revived

2019-06-22 Thread Tone Kastlunger
> Looks like merproject is closed. Hmm? Havent heard of this; it's available at git.sailfishos.org ; You will have to ping lbt on irc to get an accoutn tho (as per instructions on the website "In the meantime, to get an account please contact lbt or sage on #sailfishos on freenode IRC." ) On Sa

Re: [SailfishDevel] SyncML topic revived

2019-06-22 Thread deloptes
Tone Kastlunger wrote: > Any source / patch available? > would be awesome to test it, have some contacts lingering in my Jolla > phone.. Hi, as mentioned only fist part is kind of done. Second part is still to be done, but will take time as I have only ~1-2h/day free time. So far as mentioned th

Re: [SailfishDevel] SyncML topic revived

2019-06-22 Thread Tone Kastlunger
Any source / patch available? would be awesome to test it, have some contacts lingering in my Jolla phone.. On Fri, Jun 21, 2019 at 12:58 PM deloptes wrote: > > Tone Kastlunger wrote: > > > Finally we might get contacts sync via BT \o/ > > > > Good luck warrior! > > > > tortoisedoc > > God heard

Re: [SailfishDevel] SyncML topic revived

2019-06-21 Thread deloptes
Tone Kastlunger wrote: > Finally we might get contacts sync via BT \o/ > > Good luck warrior! > > tortoisedoc God heard your prayers [14646]: [D] unknown:0 - BT adapter state powered: true [14646]: [D] unknown:0 - Starting server plug-in: "syncml" [14646]: [D] unknown:0 - Starting oop plugin

Re: [SailfishDevel] SyncML topic revived

2019-06-17 Thread deloptes
Chris Adams wrote: > Hi, > > Hmm, I'm not sure. When I enter scratchbox2 target build terminal, I see > KF5BluezQt.pc in /usr/lib/pkgconfig so I assume that: > > CONFIG+=link_pkgconfig > PKGCONFIG+=KF5BluezQt > > should work. But if that doesn't work for you, I'm not sure... > > I just check

Re: [SailfishDevel] SyncML topic revived

2019-06-17 Thread Chris Adams
. Best regards, Chris. From: Devel [devel-boun...@lists.sailfishos.org] on behalf of deloptes [delop...@gmail.com] Sent: Monday, June 17, 2019 5:02 PM To: devel@lists.sailfishos.org Subject: Re: [SailfishDevel] SyncML topic revived Chris Adams wrote

Re: [SailfishDevel] SyncML topic revived

2019-06-17 Thread deloptes
Chris Adams wrote: > Hi, > > No problem, thanks for your interest in helping port this module. > Elsewhere in Sailfish OS stack we have been using the following: > https://git.merproject.org/mer-core/kf5bluezqt/tree/master > > That's a Qt-like wrapper around BlueZ 5 from KDE Frameworks. > We cer

Re: [SailfishDevel] SyncML topic revived

2019-06-08 Thread Tone Kastlunger
Finally we might get contacts sync via BT \o/ Good luck warrior! tortoisedoc On Sat, Jun 8, 2019 at 5:55 PM deloptes wrote: > > Hi Slava, > > > Slava Monich wrote: > > > Hi, > > > >> Hi, > >> thank you for answering. I see both available in the SDK (I still have > >> 3.0.2.28) > >> > >> kf5blue

Re: [SailfishDevel] SyncML topic revived

2019-06-08 Thread deloptes
Hi Slava, Slava Monich wrote: > Hi, > >> Hi, >> thank you for answering. I see both available in the SDK (I still have >> 3.0.2.28) >> >> kf5bluezqt-bluez5-5.24.0+git15-1.3.2.jolla.i486 >> libbluez-qt5-0.1.26-1.3.2.jolla.i486 >> >> but I can not find source for libbluez-qt5 on mer. I find a not

Re: [SailfishDevel] SyncML topic revived

2019-06-08 Thread Slava Monich
Hi, Hi, thank you for answering. I see both available in the SDK (I still have 3.0.2.28) kf5bluezqt-bluez5-5.24.0+git15-1.3.2.jolla.i486 libbluez-qt5-0.1.26-1.3.2.jolla.i486 but I can not find source for libbluez-qt5 on mer. I find a note in Changelog for SFOS 2.2.1 Can someone point to the r

Re: [SailfishDevel] SyncML topic revived

2019-06-07 Thread deloptes
n...@lists.sailfishos.org] on behalf of deloptes > [delop...@gmail.com] Sent: Friday, June 07, 2019 5:09 PM > To: devel@lists.sailfishos.org > Subject: Re: [SailfishDevel] SyncML topic revived > > Hi, > and thank you for the answer. Appreciated! I see there is QT Bluetooth > m

Re: [SailfishDevel] SyncML topic revived

2019-06-07 Thread Chris Adams
Best regards, Chris. From: Devel [devel-boun...@lists.sailfishos.org] on behalf of deloptes [delop...@gmail.com] Sent: Friday, June 07, 2019 5:09 PM To: devel@lists.sailfishos.org Subject: Re: [SailfishDevel] SyncML topic revived Hi, and thank you for the answer. Appreciated! I see t

Re: [SailfishDevel] SyncML topic revived

2019-06-07 Thread deloptes
t; added to the core middleware pattern, I suggest you ping lbt on IRC to > discuss. > > Best regards, > Chris. > > > From: Devel [devel-boun...@lists.sailfishos.org] on behalf of deloptes > [delop...@gmail.com] Sent: Wednesday, June 05, 2019 6:06 PM > To: d

Re: [SailfishDevel] SyncML topic revived

2019-06-05 Thread Chris Adams
on IRC to discuss. Best regards, Chris. From: Devel [devel-boun...@lists.sailfishos.org] on behalf of deloptes [delop...@gmail.com] Sent: Wednesday, June 05, 2019 6:06 PM To: devel@lists.sailfishos.org Subject: Re: [SailfishDevel] SyncML topic revived de

Re: [SailfishDevel] SyncML topic revived

2019-06-05 Thread deloptes
deloptes wrote: > Another question is where do I find source or documentation around > patterns-sailfish-mw package. It looks like it is the right place to > integrate such a plugin. > No one answered about patterns-sailfish-mw. I was digging deeper and found out that in libbuteosyncfw/profile

[SailfishDevel] SyncML topic revived

2019-05-04 Thread deloptes
Looking at the code in buteo-sync-plugins/serverplugins/syncmlserver/BTConnection.h buteo-sync-plugins/serverplugins/syncmlserver/BTConnection.cpp // Get the Bluez manager dbus interface QDBusInterface mgrIface ("org.bluez", "/", "org.bluez.Manager", QDBusConnection::systemBus ()); T

Re: [SailfishDevel] SyncML topic revived

2019-04-22 Thread deloptes
Thank you Chris, > The btcalendarsync branch (which added very preliminary support for > synchronizing calendar events via SyncML over Bluetooth) hasn't been > touched in years.  A `git pull --rebase origin master` may be needed to I already did this > rebase it on top of current master, and the

Re: [SailfishDevel] SyncML topic revived

2019-04-17 Thread Chris Adams
I get back from vacation. From: Devel [devel-boun...@lists.sailfishos.org] on behalf of deloptes [delop...@gmail.com] Sent: Friday, April 12, 2019 5:58 PM To: devel@lists.sailfishos.org Subject: [SailfishDevel] SyncML topic revived Hi, 2y ago I asked few questions regarding syncml supp

[SailfishDevel] SyncML topic revived

2019-04-12 Thread deloptes
Hi, 2y ago I asked few questions regarding syncml support via bluetooth and you, especially Chris, were nice to advise me to look at https://git.merproject.org/mer-core/buteo-sync-plugins For various reasons (family, work, open source contribs to my desktop and more) I am just now ready to follow