Re: [SailfishDevel] Workflow for co-development for desktop / sailfish silica

2015-10-23 Thread Martin Kolman
Fri, 23 Oct 2015 15:21:47 +0200 Te: Thanks for the input, Almicar and Hassan, I successfully tried sailfish-reload on (Arch) Linux and will definitely use it in the future as it *really* speeds up development. Hassan's tips seem to resemble the sailfish-reload internals in a manual way (whic

Re: [SailfishDevel] Workflow for co-development for desktop / sailfish silica

2015-10-23 Thread Oleksii Serdiuk
Hi Thomas, It is definitely possible to have common C++ base. Also, if your JS files don't depend on platform-specific API, they can be shared across platforms. That's what I do in TAO Translator[1]. However, instead of using QFileSelector (as it's not available on Qt 4), I'm using #ifdef's t

Re: [SailfishDevel] How to require an exact sailfish version in rpm?

2015-10-23 Thread Alexander Ladygin
Thanks, but i've already figured out it as i said previously. Pointing to sailfish-version was enough On Fri, Oct 23, 2015 at 5:01 PM, Andrey Kozhevnikov wrote: > check how spec file for patch should look: > https://github.com/CODeRUS/sailfishos-launcher-combined-patch/blob/master/rpm/sailfishos

[SailfishDevel] UX issues

2015-10-23 Thread François K .
Hi, I have yet another UX/UI issue. I'll try to be as concise as possible, but this post might end a bit long. Sorry for that. I'm also sorry if it sounds easy to solve, or out of topic for some of you. Just tell me. Please consider the following (basic) scenario : My app allows the user to m

Re: [SailfishDevel] How to require an exact sailfish version in rpm?

2015-10-23 Thread Andrey Kozhevnikov
check how spec file for patch should look: https://github.com/CODeRUS/sailfishos-launcher-combined-patch/blob/master/rpm/sailfishos-launcher-combined-patch.spec -- Исходное сообщение -- От: "Alexander Ladygin" Кому: "Sailfish OS Developers" Отправлено: 23.10.2015 18:50:33 Тема: Re: [Sa

Re: [SailfishDevel] How to require an exact sailfish version in rpm?

2015-10-23 Thread Alexander Ladygin
it is for patches for pachmanager. And they are OS version dependant. On Fri, Oct 23, 2015 at 4:07 PM, Artem Marchenko wrote: > But then certainly you shouldn't need to refer to exact Sailfish OS > version. Unless you want to tune the UI look, it's all about the versions > of libraries used, rig

Re: [SailfishDevel] Workflow for co-development for desktop / sailfish silica

2015-10-23 Thread TE
Thanks for the input, Almicar and Hassan, I successfully tried sailfish-reload on (Arch) Linux and will definitely use it in the future as it *really* speeds up development. Hassan's tips seem to resemble the sailfish-reload internals in a manual way (which is also nice to know, especially as

Re: [SailfishDevel] How to require an exact sailfish version in rpm?

2015-10-23 Thread Artem Marchenko
But then certainly you shouldn't need to refer to exact Sailfish OS version. Unless you want to tune the UI look, it's all about the versions of libraries used, right? ;) Best regards, Artem. On Fri, Oct 23, 2015 at 2:47 PM, Alexander Ladygin wrote: > it's not for harbour, it's for openrepos >

Re: [SailfishDevel] How to require an exact sailfish version in rpm?

2015-10-23 Thread Alexander Ladygin
it's not for harbour, it's for openrepos Thanks Andrei, sailfish-version will do it On Fri, Oct 23, 2015 at 1:54 PM, Martin Grimme wrote: > Hi, > > depending on the used libraries, Harbour tries to detect the required > OS version automatically. But you can also select it manually if > Harbour's

Re: [SailfishDevel] How to require an exact sailfish version in rpm?

2015-10-23 Thread Martin Grimme
Hi, depending on the used libraries, Harbour tries to detect the required OS version automatically. But you can also select it manually if Harbour's guess doesn't look good to you. Martin 2015-10-23 12:50 GMT+02:00, Adam Pigg : > You can also specify the is version in the harbour store listing

Re: [SailfishDevel] How to require an exact sailfish version in rpm?

2015-10-23 Thread Adam Pigg
You can also specify the is version in the harbour store listing.

Re: [SailfishDevel] How to require an exact sailfish version in rpm?

2015-10-23 Thread Andrey Kozhevnikov
for Harbour you not allowed to do so, for education purposes you can depend on sailfish-version package version :) -- Исходное сообщение -- От: "Alexander Ladygin" Кому: "Sailfish OS Developers" Отправлено: 23.10.2015 15:46:33 Тема: [SailfishDevel] How to require an exact sailfish vers

[SailfishDevel] How to require an exact sailfish version in rpm?

2015-10-23 Thread Alexander Ladygin
Hello there sailors. What should i put in .spec file to require a specific OS version? Alex. ___ SailfishOS.org Devel mailing list To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

Re: [SailfishDevel] planning for next SailfishOS community meeting 5.11

2015-10-23 Thread Christophe Chapuis
Hi, For the topics, there is always the one about the roadmap for open-sourcing more of Sailfish, which unfortunately couldn't be handled in the previous meeting. So there acutally are topics to be addressed for next meeting, I hope this is not overlooked. I am really interested in that topic. Ch

Re: [SailfishDevel] Lipstick and xdg-open

2015-10-23 Thread Tone Kastlunger
Wait wait; there is no need for a separate process to take care of the dbus call; that is taken care of by libcontentaction. So if your app exposes a DBus interface, you can use the X-Maemo-Service / X-Maemo-methods in a separate, specific .desktop file to specify which method should be used to ope

Re: [SailfishDevel] Lipstick and xdg-open

2015-10-23 Thread r0kk3rz
Thanks Guys, https://git.merproject.org/mer-core/libcontentaction/blob/master/src/doc.h This seems to have some information about how it all hooks together, and I can see that the sailfish-browser defines a separate .desktop file with a systemd/dbus service to handle its 'open url' action. https