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 access in

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 I

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 th.p...@gmail.com On 06 Dec 2013, at 17:46, Marcin M. marmistrz...@gmail.com wrote: 2013/12/6 Wim de Vries wsvr...@xs4all.nl On

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, christopher.l...@thurweb.ch wrote: Hi Sven Have now downloaded. Lots of good content, but I need to read through it a few more times to comment in

[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 m...@7b4.se 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

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 ;-)