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 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 &g

[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

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 alter

Re: [SailfishDevel] Harbour compliant way to read contacts

2014-01-25 Thread Putze Sven
Hi, could you please shed some light about this issue? What kind of service agreements? Between whom? Was there some hidden hint in the fine print I did not read why I bought the phone? Or to put it in some more provocative way: those contact data is *my* data and *I* want to decide what inform

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) { ca

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,

[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] Check for OS in .PRO file

2014-01-04 Thread Putze Sven
mur'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++{ >>SDK

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

2014-01-04 Thread Putze Sven
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 on the MerSDK VM") } else{ message("running somewhere else") } But I will also

Re: [SailfishDevel] API/Silica Module for Contacts

2014-01-03 Thread Putze Sven
So I have to assume there is no API (yet?) and have voted on together. BR. Sven ___ SailfishOS.org Devel mailing list

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] 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.

[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

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 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 ses

Re: [SailfishDevel] configure mail accounts via command line

2013-12-27 Thread Putze Sven
On 25.12.2013, at 18:49, Andrey Kozhevnikov 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 passwords are not in a p

[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 presentatio

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] 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] 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 they

Re: [SailfishDevel] The missing HelloWorld. Wizard included

2013-11-30 Thread Putze Sven
Hi, great idea, I get an error if I try to run it on the emulator: bash: /opt/sdk/helloworld-pro-sailfish: No such file or directory Remote application finished with exit code 127. is shown in the "Application output" tab. BR. Sven On 30.11.2013, at 19:06, Artem Marchenko wrote: > Hi All >

[SailfishDevel] [solved] qmake / Makefile - rules missing

2013-11-30 Thread Putze Sven
Ok, needed own settings, used this as a template https://github.com/amarchen/Wikipedia/blob/master/src/src.pro BR. Sven On 30.11.2013, at 13:12, Putze Sven wrote: > Hi there, > > after I changed the structure inside of a test project, some of the rules in > the resulting

[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

[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 ├─

Re: [SailfishDevel] Third party modules / header files

2013-11-26 Thread Putze Sven
. not shared). Hm, so far I thought 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" : > >> Hi there, >> >> For some time now I am wondering

[SailfishDevel] Third party modules / header files

2013-11-26 Thread Putze Sven
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 to sketch my understanding so far: # I can use any RPM package that is available via "zypper" on the emulator AKA "The SailfishOS Emulator". SSH in that thingy and i

Re: [SailfishDevel] SDK and Harbour news

2013-11-21 Thread Putze Sven
On 21.11.2013, at 14:06, Reto Zingg wrote: > On 21.11.2013 14:53, Putze Sven wrote: >>> >>> - Shared libraries >>> · You can ship your own private copies of shared libraries that you >>> link against in /usr/share//, you are not allowed to >

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//, 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 form /usr/s

[SailfishDevel] Is there a bug tracker?

2013-08-10 Thread Putze Sven
It seems that I stirred up a hornet's nest here... First of all thank you, that there has been an answer from the Jolla team, although the answer is not what I hoped for. As a user or potential developer in the Jolla universe I simply don't care where the problem is. The SDK is the top layer I c

[SailfishDevel] Is there a bug tracker?

2013-08-07 Thread Putze Sven
Hi there, is there a bugtracker for reported issues or new issues anywhere around (Sailfish OS / SDK / Installer)? Or is everything handled via this list here so far? Best. Sven ___ SailfishOS.org Devel mailing list