Re: [SailfishDevel] When does Jolla give us an API?

2014-02-09 Thread Putze Sven
Hi, On 03.02.2014, at 16:58, David Greaves david.grea...@jolla.com wrote: On 03/02/14 15:29, Putze Sven wrote: Hi there, during Fosdem I spoke to some people about this, even to Carsten Munk from Jolla itself (not in the depth and detail of this mail, I must admit) and he suggested

[SailfishDevel] When does Jolla give us an API?

2014-02-03 Thread Putze Sven
Hi there, during Fosdem I spoke to some people about this, even to Carsten Munk from Jolla itself (not in the depth and detail of this mail, I must admit) and he suggested to write this in the mailing list, so those of Jolla who should be concerned have a chance to answer this question and I

Re: [SailfishDevel] Harbour compliant way to read contacts

2014-01-29 Thread Putze Sven
Hi, I am just wondering why there was the idea hey, let's do some bondage and use the Google API (or Facebook or...) instead of using CardDav and CalDav from the beginning. Shouldn't that have been the natural choice for an more or less open phone? Nevertheless I will be happy when the

Re: [SailfishDevel] Sharing a common OfflineStorage DB between multiple Sailfish apps.

2014-01-19 Thread Putze Sven
Hi, What are the pros and cons of using QStandardPaths as opposed to XDG Environmental Variables? If you look into the unix implementation of the class QStandardPaths, you find something like QString QStandardPaths::writableLocation(StandardLocation type) { switch (type) { case

[SailfishDevel] SDK / Deploy / Problem with subprojects

2014-01-05 Thread Putze Sven
Hi there, let's assume I've got an umbrella project file myApp.pro which is in some BaseDir: TEMPLATE = subdirs SUBDIRS = myAppLogic myAppSFOS CONFIG += ordered myAppSFOS.depends = myAppLogic There are 2 subprojects, first there is myAppLogic which builds a library, second is myAppSFOS which

Re: [SailfishDevel] Qt Creator Yaml file editor loses new entries

2014-01-05 Thread Putze Sven
Hi, IMHO the .yaml file is (partly) rewritten if something changes in your .pro file, could this be your problem here? BR. Sven On 29.12.2013, at 17:48, christopher.l...@thurweb.ch wrote: Hi All If add a new dependency to the a projects .yaml file via the QtCreator yaml file editor,

Re: [SailfishDevel] Check for OS in .PRO file

2014-01-04 Thread Putze Sven
and Timur's suggestions would work. David On 04/01/14 10:42, Putze Sven wrote: Hi, I should read my mails more often 8) Just figured out win32|macx{ SDKHOSTNAME=unknown } linux-g++{ SDKHOSTNAME=$$system(hostname) } contains(SDKHOSTNAME , SailfishSDK){ message(Heureka! Running

[SailfishDevel] How to use QtTest?

2013-12-31 Thread Putze Sven
Hi there, I am still in the process of how to organize projects in such a way that I want to make sure that they don't turn out as a maintenance nightmare and I can add other platforms in future. One topic of this is building the business logic as a library and create a test project for it. So

Re: [SailfishDevel] How to use QtTest?

2013-12-31 Thread Putze Sven
in a header file. The corresponding CONFIG += qtestlib Actually it is CONFIG += testlib but documented as qtestlib in one of the help files. But the problem remains the same. BR. Sven ___ SailfishOS.org Devel mailing list

[SailfishDevel] Request for modern C++ compiler in the SailfishOS SDK

2013-12-30 Thread Putze Sven
Hi there, yes the subject is quite a bit provocative :-) When I get it right there is a gcc4.6.4 on the MerSDK virtual machine. An up-to-date version of gcc should be something around 4.8. Usually I am not part of the I must always have the latest version race but with reference to compilers

[SailfishDevel] Remote Xterm/Wayland session possible?

2013-12-27 Thread Putze Sven
Hi all, would it be possible to open a (SSH tunneled) Xterm or Wayland session with the phone? Is there enough technology in the Wayland stack on the phone? Usecase could be presentation on a beamer, recording of what's happening on the phone. How did the Jolla guys make their remote

Re: [SailfishDevel] configure mail accounts via command line

2013-12-27 Thread Putze Sven
On 25.12.2013, at 18:49, Andrey Kozhevnikov coderusin...@gmail.com wrote: what profit of using long crypted password if you can't remember it or just type, if you keeping your long and crypted password in some text file and pasting it every time you need to reset your mail account? My

Re: [SailfishDevel] Remote Xterm/Wayland session possible?

2013-12-27 Thread Putze Sven
Is there a VNC server available? I remember someone asking that as a feature. On 27.12.2013, at 11:43, Andrey Kozhevnikov coderusin...@gmail.com wrote: VNC? On 27.12.2013 16:40, Putze Sven wrote: Hi all, would it be possible to open a (SSH tunneled) Xterm or Wayland session

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] The missing HelloWorld. Wizard included

2013-12-01 Thread Putze Sven
Hi, one thing I am trying to wrap my head around is the usage of a project for different devices/operating systems (why? because a living ecosystem needs to attract more developers and those coming from other platforms will come if they already use Qt or see a chance in switching to Qt but

[SailfishDevel] qmake / Makefile - rules missing

2013-11-30 Thread Putze Sven
Hi there, after I changed the structure inside of a test project, some of the rules in the resulting Makefile are missing. The structure is now as follows: TestSailfishOS/ ├── Makefile ├── TestSailfishOS ├── TestSailfishOS.pro ├── TestSailfishOS.pro.user ├── moc │ └── moc_qbusinesslogic.cpp

[SailfishDevel] http://releases.sailfishos.org/sdk/ --403 Forbidden

2013-11-30 Thread Putze Sven
Hi, if I try to access http://releases.sailfishos.org/sdk/ which is linked from https://sailfishos.org/develop-overview-article.html I get 403 Forbidden. This might need a fix. BR. Sven ___ SailfishOS.org Devel mailing list

Re: [SailfishDevel] Third party modules / header files

2013-11-26 Thread Putze Sven
that this is true for everything that is _not_ available as RPM package in the NEMO repository. BR. Sven mfg Chris Zitat von Putze Sven sailfish...@hardcodes.de: Hi there, For some time now I am wondering what the best practice would be for using third party components. First off all I want

Re: [SailfishDevel] SDK and Harbour news

2013-11-21 Thread Putze Sven
- Shared libraries · You can ship your own private copies of shared libraries that you link against in /usr/share/name of your app/, you are not allowed to install shared libraries anywhere else. Hi, do I get it right that for each and every App there will be a directory in the