Re: [SailfishDevel] Developing with SailfishOS - a short introduction

2013-12-07 Thread Putze Sven
Hi all, just a little update. A downloadable pdf version can now be found at http://hardcodes.de/SailfishOS/Developing-with-SailfishOS.pdf. It is still far from complete but grows :-) I went from "thinking about moving to another markup language" to "I will move". But I am still thinking about

Re: [SailfishDevel] Sharing version number (and other constants?) between .yaml/spec, .pro and .cpp/.qml

2013-12-07 Thread Putze Sven
Hi, I've used something like VERSION = 0.1.0 HC_GITHASH = $$system(git show HEAD|grep "^commit"|cut -c 8-) # c style DEFINEs to access the git hash and program version DEFINES += HC_PROGRAMVERSION=\\\"$$VERSION\\\" DEFINES += HC_GITHASH=\\\"$$HC_GITHASH\\\" in the .PRO file. This provides acces

Re: [SailfishDevel] Serious request: please let us use C++!

2013-12-07 Thread Thomas Perl
On 06 Dec 2013, at 17:46, Marcin M. wrote: > 2013/12/6 Wim de Vries > On 12/05/2013 06:41 PM, Marcin M. wrote: >> A style for plain Qt which would display with the native look & feel >> (compare the unsupported and buggy meegotouch-qt-style) would be great too! > > Do you mean QML or QWidgets lo

Re: [SailfishDevel] Developing with SailfishOS - a short introduction

2013-12-07 Thread Filip Kłębczyk
W dniu 07.12.2013 11:13, Putze Sven pisze: Hi all, just a little update. A downloadable pdf version can now be found at http://hardcodes.de/SailfishOS/Developing-with-SailfishOS.pdf. It is still far from complete but grows :-) I went from "thinking about moving to another markup language" to "

Re: [SailfishDevel] Serious request: please let us use C++!

2013-12-07 Thread Marcin M.
Thanks for elaborating! :) Btw. will this payback always in QML (so let's assume Fremantle Qt 4.7.4) or only on Sailfish? -- Marcin 2013/12/7 Thomas Perl > On 06 Dec 2013, at 17:46, Marcin M. wrote: > > 2013/12/6 Wim de Vries > > On 12/05/2013 06:41 PM, Marcin M. wrote: > >> A style for plai

Re: [SailfishDevel] Developing with SailfishOS - a short introduction

2013-12-07 Thread Tone Kastlunger
Great work! A troubleshooting section with known issues could be great to have as well! Best, tortoisedoc On Sun, Dec 1, 2013 at 10:27 PM, wrote: > Hi Sven > > Have now downloaded. Lots of good content, but I need to read through it a > few more times to comment in detail. > > One thing that i

[SailfishDevel] Harbour should allow libcrypt/openssl

2013-12-07 Thread Mikael Hermansson
I think harbour store should allow libcrypt/openssl because AFAIK that API will not change very often and is probadly already used in sailfishos? I guess there is some apps that want to use AES/MD5/SHA256 and so on. Passwordwallet apps and similar Regards Mikael

Re: [SailfishDevel] Harbour should allow libcrypt/openssl

2013-12-07 Thread Gianguido Sorà
That's a good point, just today I was wondering if it's possible for apps to use this library. Il 07/dic/2013 20:38 "Mikael Hermansson" ha scritto: > I think harbour store should allow libcrypt/openssl because AFAIK that > API will not change very often and is probadly already used in sailfishos

Re: [SailfishDevel] Developing with SailfishOS - a short introduction

2013-12-07 Thread Sven Putze
Thanks! There is already a troubleshooting section but of course only with those problems that occurred to me so far. I guess some quirks will certainly follow. If you know something worth mentioning, I will be happy to integrate any clean text delivery if you don't want to latex around ;-) Nev

Re: [SailfishDevel] Serious request: please let us use C++!

2013-12-07 Thread Wim de Vries
Thanks Thomas, Could you elaborate a bit more on standard QML/openGL and Sailfish. I did manage to mix non-Sailfish-QML and Sailfish (using QML listViews with specialized UIs within a surrounding Sailfish UI [pages]), but now but QML-openGL won't work within the Sailfish pages (see topic "qml a