Re: [SailfishDevel] symbol lookup error from syncemail-client (undefined symbol: _ZN5Buteo13PluginManagerC1Ev)

2020-01-03 Thread Damien Caliste
Hello, Maybe not a good idea, but remove all the .moc in buteo-syncfw or make clean and recompile. Damien. Le Vendredi 3 janvier 2020, deloptes a écrit : > Hi, > I then get following error from syncemail-client > > symbol lookup error: /usr/lib/buteo-plugins-qt5//oopp/syncemail-client: > undef

Re: [SailfishDevel] Flatpak for Sailfish

2019-12-27 Thread Damien Caliste
Thank you Rinigus for all of this. Indeed, the current main blocker seems to be the fact that xdg-shell is not available in Lipstick. This is linked to the ancient version of QtWayland, even not 5.6, but still 5.4 ! They already have a 5.9 branch in SailfishOS git (https://git.sailfishos.org/me

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-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-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 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] openobex-devel-0.1.4-1.2.1.jolla.armv7hl requires bluez-libs-devel, but this requirement cannot be provided

2019-07-20 Thread Damien Caliste
Hello, Normally, you don't need the -devel package on device. It is used to compile in SDK only and provide the headers and .so. The executable created in SDK is linking against the .so.X that is provided by the non -devel package, itself installed on device. Good luck with your efforts to bri

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] Secure storage for login data

2019-06-12 Thread Damien Caliste
Hello, Indeed, sailfish secrets allow to store encrypted data. I can send an example here in C++, and there are C bindings also. Damien. > Le Mercredi 12 juin 2019, Dylan Van Assche via Devel a écrit : > > Hi, > > > > Is there already a ready-to-use solution for storing login data (API keys

Re: [SailfishDevel] CalDAV/CardDAV Contributor Meeting

2017-12-04 Thread Damien Caliste
Hello Chris, Le 2017-12-04 04:15, Chris Adams a écrit : My apologies - but this will have to be postponed until next Monday. No problem. Sorry for the late notice, but it turns out that I will not be available tonight after all. For later on meetings, it is fine with me to shift them earlier

[SailfishDevel] How to update Poppler ?

2015-09-09 Thread Damien Caliste
Hello, I've asked earlier this year this same question : https://lists.sailfishos.org/pipermail/devel/2015-March/005906.html that is related to this crash reported in TJC : https://together.jolla.com/question/22721/some-pdfs-crash-documents/ and following the advice from Tortoisedoc who kindly

Re: [SailfishDevel] Harbour news

2013-12-17 Thread Damien Caliste
> think you need an API (library or QML import) for your Harbour app that > is not yet approved, let us know on sailfish-devel. I posted before about the Glib stack with Cairo,  that propose a stable API, that may help to port applications to Sailfish. Namely, glib-2.0, gobject-2.0 and cairo-1.0

Re: [SailfishDevel] working on apps?

2013-12-14 Thread Damien Caliste
Hello, I ported a map application written by Till Harbaum for Maemo named Maep. The Sailfish version can be found in github https://github.com/dcaliste/maep-qt There is a thread with screenshots on TMO. Regards, Damien. ___ SailfishOS.org Devel mai

[SailfishDevel] Accent with maliit keyboard

2013-12-02 Thread Damien Caliste
Hello, I'm wondering after using the virtual keyboard in the emulator if typing accents will be convenient or not. Currently, it seems to me that accents are reachable by a long press on the letter then, by clicking on the accented one (e.g. long press on "e" then one can choose "é", "è", "

[SailfishDevel] Accent with maliit keyboard

2013-12-02 Thread Damien Caliste
Hello, Sorry for the double posting, I messup with my emails, please prefer to use this one when replying to me… I'm wondering after using the virtual keyboard in the emulator if typing accents will be convenient or not. Currently, it seems to me that accents are reachable by a long pre

[SailfishDevel] How to open the default browser from a button click

2013-11-27 Thread Damien Caliste
Hello, How in QML, do I open the default environement browser at a given url from the onClicked of a Button ? Thanks in advance, Damien. ___ SailfishOS.org Devel mailing list

Re: [SailfishDevel] File chooser

2013-11-01 Thread Damien Caliste
Hello, On Fri Nov 1 08:54:03 2013 kher...@khertan.net wrote: > For the file selector, it should not be difficult to make one with a > SilicaListView, and the qmldir extension. Ok, I'm new to QML, I didn't know about qmldir. I'll give a look. But I was hopping something common to avoid discre