Re: [SailfishDevel] Compile boost library for sailfish os

2014-11-12 Thread Andrey Kozhevnikov
my Jolla have boost out of the box: http://paste.ubuntu.com/8960027 12.11.2014 00:11, Andrin Bertschi пишет: Hi there, I am about to build a sailfish app running a websocket server. I am interested in using Websocketcpp Library (https://github.com/zaphoyd/websocketpp) for that purpose.

[SailfishDevel] QSystemInfo: No such file or directory

2014-11-12 Thread Wim de Vries
Hi, I am am trying to build a simple test app using QtMobility 1.2.2. (http://doc.qt.digia.com/qtmobility-1.2/quickstart.html) Building gives: fatal error: QSystemInfo: No such file or directory Following Qt instructions I have: .pro: CONFIG += mobility MOBILITY += systeminfo C++: #include

Re: [SailfishDevel] QSystemInfo: No such file or directory

2014-11-12 Thread Jonni Rainisto
QtMobility is for Qt4 only, so its not avail for Qt5/SailfishOS. Some of old mobility api's have been ported to Qt5 as Add-on modules: https://sailfishos.org/wiki/Porting/Harmattan re, Jonni From: devel-boun...@lists.sailfishos.org

Re: [SailfishDevel] QSystemInfo: No such file or directory

2014-11-12 Thread Wim de Vries
Thanks Jonni! So, I need to look at Mobile APIs (http://qt-project.org/doc/qt-5/mobiledevelopment.html), I presume. r wim On Wednesday, November 12, 2014 09:25:21 AM Jonni Rainisto wrote: QtMobility is for Qt4 only, so its not avail for Qt5/SailfishOS. Some of old mobility api's have been

Re: [SailfishDevel] Compile boost library for sailfish os

2014-11-12 Thread Michael Neufing
Hi, in order to compile something in SailfishOS SDK, that depends on boost (or any other libs), you have to install the boost*-dev libraries (or corresponding) the SDK-Environment. To do this, you can SSH into you MerSDK Build-Engine and install the libraries using zypper, or you can do

Re: [SailfishDevel] Building command line Linux tools for jolla

2014-11-12 Thread Florian Kellmer
On 2014-11-11 22:09:05 +0100, Martin Kolman wrote: Dne 11.11.2014 v 22:04 Philipp Seiler napsal(a): Hi guys, It's me once again, asking a question. I already have a Jolla with some nice native apps but I want to have some command line programms for that typical geeky linux feeling on

Re: [SailfishDevel] How to create a nemo transfer-engine plugin?

2014-11-12 Thread Dmitriy Purgin
Hallo Gabriel, It could help if you would post more detailed compile log from 'Compile Output' tab. The fragment you posted tells a quite obvious thing -- that RPM generation didn't succeed because of compilation failure. If you don't want to build an RPM, there's a 'Deploy by Copying Binaries'

[SailfishDevel] read/write to contacts and calendar

2014-11-12 Thread Wim de Vries
Hi, I have been searching a lot, went through this mailing list, etc, but is still unclear to me how I can read/write contacts and calendar in Qt5. QMobility is obsolete (Qt4.7). Should I use dbus. If so, is there documentation about it Sailfish services etc.? Thanks. wim

[SailfishDevel] Add locale support to jolla calendar

2014-11-12 Thread E.S. Rosenberg
Hi all, I'm trying to add support for locale (or at least firstDayOfWeek) to jolla-calendar, in the MonthPage.qml file I successfully made the day labels depend on the locale, but to actually shift all the dates over seems to be more of an issue. As far as I can tell this should involve the

Re: [SailfishDevel] Building command line Linux tools for jolla

2014-11-12 Thread Florian Kellmer
On 2014-11-11 22:09:05 +0100, Martin Kolman wrote: Dne 11.11.2014 v 22:04 Philipp Seiler napsal(a): Hi guys, It's me once again, asking a question. I already have a Jolla with some nice native apps but I want to have some command line programms for that typical geeky linux feeling on