Re: [SailfishDevel] QtTouch for Sailfish?

2014-11-21 Thread Wim de Vries
Thanks a lot. It works fine now! r wim On Friday, November 21, 2014 06:12:59 PM Jonni Rainisto wrote: Ah, sorry, I've used non-IDE mb script to build those projects. I added a build fix in yaml-file and pushed it into repo, and now the raw QTouchEvents example should also compile in sailfish

[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 Wim de Vries
ported to Qt5 as Add-on modules: https://sailfishos.org/wiki/Porting/Harmattan re, Jonni From: devel-boun...@lists.sailfishos.org [devel-boun...@lists.sailfishos.org] on behalf of Wim de Vries [wsvr...@xs4all.nl] Sent: Wednesday, November 12, 2014 11

[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

Re: [SailfishDevel] Adding other sensors

2014-04-29 Thread Wim de Vries
On 04/28/2014 03:10 AM, Neel wrote: Hi, What do you people think about adding sensors like temperature, humidity, pressure etc.? I heard that iOS is doing so already with the next version of the mobile devices. I joined the group just a couple of days back so don't know if this was

Re: [SailfishDevel] No QSerialPort

2014-03-28 Thread Wim de Vries
...@lists.sailfishos.org] on behalf of wsvries [wsvr...@xs4all.nl] Sent: Tuesday, March 25, 2014 10:46 AM To: devel@lists.sailfishos.org Subject: Re: [SailfishDevel] No QSerialPort Thanks, Alejandro Exojo schreef op 2014-03-24 21:53: El Sunday 23 March 2014, Wim de Vries escribió: So, it should

Re: [SailfishDevel] No QSerialPort

2014-03-27 Thread Wim de Vries
, As this is getting very confused and we are mixing connecting devices to the Jolla and connecting the Jolla to the pc. So which one is it? On 26/03/14 22:11, Wim de Vries wrote: Thank you guys. Indeed devel-su works. I have attached the devices, but the first problem is that the connection does

Re: [SailfishDevel] No QSerialPort

2014-03-26 Thread Wim de Vries
On 03/26/2014 07:34 AM, Radek Polak wrote: On Tuesday, March 25, 2014 12:32:34 PM wsvries wrote: Don know about OTG, but my Linux systems always attach a Generic Serial Driver to the devices. Why is Sailfish acting differently? No idea how this is in jolla but in openmoko there were

Re: [SailfishDevel] No QSerialPort

2014-03-26 Thread Wim de Vries
[ 32.080450] usb 3-2.1.4: cp210x converter now attached to ttyUSB0 Use Qserialport on ttyUSB0 and ready you are. Nothing of this the dmesg of Jolla, though :-( r wim On 03/26/2014 12:34 PM, Jozef Mlich wrote: On Wed, 2014-03-26 at 12:07 +0100, Wim de Vries wrote: On 03/26/2014 07:34 AM

Re: [SailfishDevel] No QSerialPort

2014-03-24 Thread Wim de Vries
The error in (qmake): :-1: error: Unknown module(s) in QT: serialport So, my guess is that there is no qserial lib. Any Sailfish person that can confirm/reject? Thanks. pro: QT += serialport .h: #include QtSerialPort/QtSerialPort On 03/23/2014 10:35 PM, Wim de Vries wrote: Thanks, I

Re: [SailfishDevel] No QSerialPort

2014-03-23 Thread Wim de Vries
Thanks, I thought it came in with 5.2. So, it should be available in Sailfish. Have to recheck the errors, but it looked like the libs and headers were not there (QtSerialPort/QtSerialPort no such file). On 03/19/2014 09:39 PM, Alejandro Exojo wrote: El Wednesday 19 March 2014, Wim de Vries

[SailfishDevel] No QSerialPort

2014-03-19 Thread Wim de Vries
Hi all, My app cannot work without Q(t)SerialPort. Is there a plan to upgrade to Qt5.2, or a way to add the Qt5.1 (beta) QtSerial libs and headers? Thanks. ___ SailfishOS.org Devel mailing list

[SailfishDevel] (USB) access to sdcard?

2014-01-25 Thread Wim de Vries
Hi, Currently the SDCARD is mounted at /run/usr/10/media/sdcard. Can I hard-code this into my app, or will it change in future? Also, I want my users to be able to put data (aviation maps+more) on the SD card via a USB connection. Currently there is no access via USB (just the home is

Re: [SailfishDevel] (USB) access to sdcard?

2014-01-25 Thread Wim de Vries
Thanks. On 01/25/2014 06:18 PM, Chris Walker wrote: On Sat, 25 Jan 2014 14:35:30 +0100 Wim de Vries wsvr...@xs4all.nl wrote: Hi, Currently the SDCARD is mounted at /run/usr/10/media/sdcard. I think you mean /run/user/.. as /run/usr doesn't exist and I don't think you'd want to be writing

Re: [SailfishDevel] OpenGL Under Selica QML

2014-01-24 Thread Wim de Vries
Hi David, The example that I use is also QQuickItem derived. Indeed I'll take your method for placement and resizing. Also necessary for landscape/portrait changes. thanks. r wim On 01/23/2014 10:38 AM, David Greaves wrote: On 23/01/14 09:28, Wim de Vries wrote: On 01/22/2014 05:34 PM

Re: [SailfishDevel] OpenGL Under Selica QML

2014-01-23 Thread Wim de Vries
On 01/22/2014 05:34 PM, David Greaves wrote: Fantastic - I just verified that it works here too. How are you getting the GL into the QML scene? From one of the GL examples (Squircle in c++): glViewport() determining the position (not yet QML) in Page. main c++:

[SailfishDevel] OpenGL Under Selica QML

2014-01-22 Thread Wim de Vries
Hi, Some time ago Thomas Perl was so kind to supply us with an example 'OpenGL Over QML'. It uses the afterRendering() signal. I am trying to use the beforeRendering() signal (including setClearBeforeRendering(false)), but I get no OpenGL output. It works with standard (non-Selica) QML. I

[SailfishDevel] harbour rejects user files in a Documents subfolder?

2014-01-22 Thread Wim de Vries
Hi, My checklists app got rejected by harbour again because of user data files :-( . My app creates a checklistdata folder under Documents (one default/example data file is copied there after first start up). Harbour doesn't want that: File creation in /home/nemo/Documents/ is not allowed, if

Re: [SailfishDevel] xdg folder stuff: howto? more info

2014-01-09 Thread Wim de Vries
I am not sure, but maybe I caused the misunderstanding. My app (code) uses QStandardPaths, but was rejected. Harbour stated that I should use the XDG- based rules. So, I thought: what is wrong with QStandardPaths? Now -thanks to the comments up here- I understand that harbour was talking about

Re: [SailfishDevel] How to install user (controlled) data files for my app avoiding /usr/share

2014-01-09 Thread Wim de Vries
to provide the maps on a server in this case. The additional benefit is that the user can skip downloading the data if he knows it will not use it. Never the case in first use. Only after some time of usage. Luciano On Thu, Jan 9, 2014 at 9:05 AM, Wim de Vries wsvr...@xs4all.nl wrote: Hi, I am

Re: [SailfishDevel] How to install user (controlled) data files for my app avoiding /usr/share

2014-01-09 Thread Wim de Vries
...@lists.sailfishos.org] on behalf of Wim de Vries [wsvr...@xs4all.nl] Sent: Thursday, January 09, 2014 10:05 AM To: devel@lists.sailfishos.org Subject: [SailfishDevel] How to install user (controlled) data files for my app avoiding /usr/share Hi, I am converting my aircraft navigation app

Re: [SailfishDevel] Listing of to use macros in .yaml?

2014-01-09 Thread Wim de Vries
OK.Thanks. On 01/09/2014 12:05 PM, Ruslan Nigmatullin wrote: Hello! SailfishOS is mostly like Fedora, so their rpm specs have compatible macroses: https://docs.fedoraproject.org/en-US/Fedora_Draft_Documentation/0.1/html/RPM_Guide/ch09s07.html 09.01.2014, 01:16, Wim de Vries wsvr...@xs4all.nl

Re: [SailfishDevel] How to install user (controlled) data files for my app avoiding /usr/share

2014-01-09 Thread Wim de Vries
your idea. Hardly any experience with RPM though. I'll have to dive into that. Sailfish people: please confirm if this is an allowed option. Thanks. R wim From: devel-boun...@lists.sailfishos.org [devel-boun...@lists.sailfishos.org] on behalf of Wim de

Re: [SailfishDevel] How to install user (controlled) data files for my app avoiding /usr/share

2014-01-09 Thread Wim de Vries
USB to a dir in $XDG_DATA_HOME. The good thing is that I am not in a hurry, don't expect many pilots with a Jolla for now :-) And, in the long term ... A pilot Other Half! r wim On 01/09/2014 01:50 PM, Thomas Perl wrote: Hi, On 09 Jan 2014, at 09:05, Wim de Vries wsvr...@xs4all.nl wrote: I am

Re: [SailfishDevel] How to install user (controlled) data files for my app avoiding /usr/share

2014-01-09 Thread Wim de Vries
On 01/09/2014 11:56 PM, Martin Kolman wrote: 9.1.2014 23:27, Wim de Vries: Thanks Thomas for the explanation. Indeed, I think I will stick to a minimal persistent data set to enable the user to play with. For the open/free data I will have a look at SF. The maps created by the user

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

2014-01-08 Thread Wim de Vries
Indeed, as a novice with rpm I always open .yaml it in kate. On 01/08/2014 06:06 PM, christopher.l...@thurweb.ch wrote: seconded: So far I have not seen the benefit of a dedicated editor: It does not make it any easier for the novice to understand what the entries are for, so why this

[SailfishDevel] xdg folder stuff: howto?

2014-01-07 Thread Wim de Vries
Hi, Can someone please explain how the XDG folders work. These env vars seem not be set when I try to read the values with QProcessEnvironment. So how can I read/write to those folders (C++)? And how to access them from QML? The documention/FAQ only gives a very general spec. I must be missing

[SailfishDevel] Where does my locally installed app go?

2013-12-22 Thread Wim de Vries
Hi, On Jolla phone. I did a local install (pkcon install-local checklists-1.0.1-1.i586.rpm). No errors. But I cannot find any trace of app anywhere. Terminal log: [nemo@localhost ~]$ pkcon install-local checklists-1.0.1-1.i586.rpm Installing files [=] Waiting in queue

Re: [SailfishDevel] Where does my locally installed app go?

2013-12-22 Thread Wim de Vries
thx, but qpm is not on Jolla: -bash: qpm: No such file or directory and find does not find my app files either BTW: same for deployment via SDK (via WLAN) thanks r wim On 12/22/2013 03:03 PM, David Greaves wrote: On 22/12/13 13:43, Wim de Vries wrote: Hi, On Jolla phone. I did a local

Re: [SailfishDevel] Where does my locally installed app go?

2013-12-22 Thread Wim de Vries
[=] Installing packages [ == ] 15:49:46 PackageKit remove state 0x403fdc00 [=] On 12/22/2013 03:03 PM, David Greaves wrote: On 22/12/13 13:43, Wim de Vries wrote: Hi, On Jolla phone. I did

[SailfishDevel] missing libc.so.6 on Jolla (again)

2013-12-22 Thread Wim de Vries
Hi, After local install I get: [nemo@localhost ~]$ pkcon -v install-local checklists-1.0.1-1.armv7hl.rpm 17:23:20PackageKit Verbose debugging enabled (on console 1) 17:23:20PackageKit notify::connected 17:23:20PackageKit notify::connected 17:23:20

Re: [SailfishDevel] Mainloop problem

2013-12-22 Thread Wim de Vries
Not sure if correct, but I use view-close() (through a QML2C++ call) and all ends. In your case possibly: QObject::connect(view, SIGNAL(destroyed()), view, SLOT(close())); On 12/22/2013 05:45 PM, Mikael Hermansson wrote: Changed to:

Re: [SailfishDevel] Mainloop problem

2013-12-22 Thread Wim de Vries
On 12/22/2013 06:03 PM, Wim de Vries wrote: Not sure if correct, but I use view-close() (through a QML2C++ call) and all ends. In your case possibly: QObject::connect(view, SIGNAL(destroyed()), view, SLOT(close())); Just found out: the above works on the emulator; not on Jolla. On 12/22

Re: [SailfishDevel] cannot hide() contextmenu

2013-12-18 Thread Wim de Vries
Thx. That works. Maybe sth for in the documentation in the future? On 12/18/2013 02:24 AM, Bea Lam wrote: Hello, On 17 Dec 2013, at 11:17 pm, Wim de Vries wsvr...@xs4all.nl wrote: Hi, I am trying a contextmenu. I can show() it, but not hide it. Clicking on the lower rectangle does not hide

[SailfishDevel] cannot hide() contextmenu

2013-12-17 Thread Wim de Vries
Hi, I am trying a contextmenu. I can show() it, but not hide it. Clicking on the lower rectangle does not hide it: import QtQuick 2.0 import Sailfish.Silica 1.0 Page { id: pageT Rectangle { id : timerWindow anchors.top: parent.top anchors.left: parent.left anchors.right:

[SailfishDevel] (silica)listview without model?

2013-12-15 Thread Wim de Vries
Hi, Working on the GUI port from QWidgets to QML. I am trying the ContextMenu example in the documentation. It does not work: I did see that the SilicaListView has no model (in the QML documentation there is always a model). Same goes for the ListItem example. Is Sailfish different from QML

Re: [SailfishDevel] qmlscene error handling

2013-12-15 Thread Wim de Vries
I don't know about Python, but QML is giving no feedback at all (even console.log does not work) since the SDK update. See no output from console.log topic above. Possibly related. r wim On 12/15/2013 05:19 PM, Osmo Salomaa wrote: Hello, I'm writing an application using QML and PyOtherSide.

[SailfishDevel] no output from console.log

2013-12-14 Thread Wim de Vries
Hi, Since 1312 I do not get any of the console.log output in the application output window. Am I overseeing sth. thanks. r wim ___ SailfishOS.org Devel mailing list

[SailfishDevel] best way to set QML properties from within C++ in Sailfish?

2013-12-12 Thread Wim de Vries
Hi, I need to set many properties in QML elements from within C++. QT documentation: QQmlEngine http://qt-project.org/doc/qt-5.0/qtqml/qqmlengine.html engine; QQmlComponent http://qt-project.org/doc/qt-5.0/qtqml/qqmlcomponent.html component(engine, MyItem.qml); QObject

Re: [SailfishDevel] best way to set QML properties from within C++ in Sailfish?

2013-12-12 Thread Wim de Vries
Thanks. On 12/12/2013 01:44 PM, Robin Burchell wrote: On 12 Dec 2013, at 13:42, Wim de Vries wsvr...@xs4all.nl mailto:wsvr...@xs4all.nl wrote: I need to set many properties in QML elements from within C++. You may find it easier to expose these properties *from* C++ to QML, using

Re: [SailfishDevel] C++ and QML Integration: SetContextProperty with the latest SailfishOS Templates

2013-12-12 Thread Wim de Vries
Hi Cristopher, I got this answer some time ago: QGuiApplication *app = SailfishApp::application(argc, argv); QQuickView *view = SailfishApp::createView(); view-rootContext()-setContextProperty(cppproperty, view); view-setSource(SailfishApp::pathTo(qml/main.qml));

Re: [SailfishDevel] best way to set QML properties from within C++ in Sailfish?

2013-12-12 Thread Wim de Vries
On 12/12/2013 02:28 PM, Wim de Vries wrote: Thanks. On 12/12/2013 01:44 PM, Robin Burchell wrote: On 12 Dec 2013, at 13:42, Wim de Vries wsvr...@xs4all.nl mailto:wsvr...@xs4all.nl wrote: I need to set many properties in QML elements from within C++. You may find it easier to expose

Re: [SailfishDevel] best way to set QML properties from within C++ in Sailfish?

2013-12-12 Thread Wim de Vries
On 12/12/2013 02:39 PM, Robin Burchell wrote: On 12 Dec 2013, at 14:28, Wim de Vries wsvr...@xs4all.nl mailto:wsvr...@xs4all.nl wrote: I need to set many properties in QML elements from within C++. You may find it easier to expose these properties *from* C++ to QML, using a singleton type

[SailfishDevel] QWindow in main?

2013-12-06 Thread Wim de Vries
Hi, I am trying to get sth working after the c++/openGL discussion. Some of you mentioned using QWindow. For now I am just trying to get a QWindow working together with some QML. Problem starts with main. It is only about QQuickView. Where to got with my QWindow? Thanks.

Re: [SailfishDevel] where did the template sailfishapplication.cpp/h go?

2013-12-06 Thread Wim de Vries
, Robin On 06 Dec 2013, at 11:58, Wim de Vries wsvr...@xs4all.nl wrote: Hi, Just looking at the template and documentation of the latest SDK and found out that sailfishapplication.cpp and sailfishapplication.h were removed from the sources. I used to redefine them (using MyQQuickview etc.). Am I

[SailfishDevel] qml and opengl/c++

2013-12-06 Thread Wim de Vries
Hi, Some of you referred to the 'OpenGL Under QML' (http://qt-project.org/doc/qt-5.1/qtquick/scenegraph-openglunderqml.html) example. I got the example working in Sailfish. Only one problem. It doesn't show up within 'ApplicationWindow'. I have to comment ApplicationWindow{} out and use the

Re: [SailfishDevel] opengl again..

2013-12-05 Thread Wim de Vries
Thanks. 1) using QML writing C++ items to integrate into the scene graph (see http://qt-project.org/doc/qt-5.0/qtquick/qquickitem.html for the base class) - this also means you'll be able to use Silica in your application 2) using C++, instantiating a QWindow, and doing all your rendering by

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

2013-12-05 Thread Wim de Vries
Hi Thomas, Thanks. I'll just boil down to your last important remark On 12/05/2013 09:56 AM, Thomas Perl wrote: Are we missing code examples of how to integrate C++-based OpenGL rendering like QGLWidget (initializeGL, resizeGL and paintGL) with Sailfish Silica QML UIs? Would it help you if

[SailfishDevel] opengl again..

2013-12-04 Thread Wim de Vries
Hi, I am developing on a ubuntu 12.10 notebook host. I have a simple app with a standard Qt C++ GUI that runs fine on the host as well as the emulator. I have added a QGLWiget (with shaders) which shows a triangle nicely on the host. Still, on the emulator (with 3D acc enabled) the QGLWidget is

Re: [SailfishDevel] opengl again..

2013-12-04 Thread Wim de Vries
On 12/04/2013 08:18 PM, joao morgado wrote: @: Wim de Vries. I share your frustation about OpenGL with QWindow, and I'm also frustated with Qt widgets. I have a very nice app in OVI, symbian, with QWidgets and OpenGL, I'll have to do a complete redesign, since widgets are black listed

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

2013-12-04 Thread Wim de Vries
Hi all, This basically a very strong request to the Sailfish an Qt people. I mean this in positive sense: please don not enforce QML at the cost of C++ on the developers community. First, C(++) is THE language for openGL. We want to program shaders and heavy calculations (C++). Qt used to be

Re: [SailfishDevel] installing extra files via rpm

2013-11-21 Thread Wim de Vries
Thanks. Removing and adding kits seems to generate new .yaml file based on .pro and .pri. On 11/21/2013 11:11 AM, Andrey Kozhevnikov wrote: create sailfish project, or dont use yaml, use spec. On 21.11.2013 16:01, Wim de Vries wrote: Hi Artem, Thanks for the reply. Best way would

[SailfishDevel] directory structure on Sailfish

2013-11-19 Thread Wim de Vries
Hi, Does anyone know about documentation concerning the directory structure on Sailfish? Where are apps installed? What is the applications data directory? How can I create extra dirs with data during installation/deployment? What is the recommended dir for the user to store app data (in my

Re: [SailfishDevel] user and app data howto?

2013-11-14 Thread Wim de Vries
On 11/13/2013 11:27 PM, Robin Burchell wrote: Hi, On Wed, Nov 13, 2013 at 9:19 PM, Wim de Vries wsvr...@xs4all.nl wrote: I have my app ready. Until now I just did a scp -r -P 2223 ./checklistsdata nemo@localhost:/home/nemo to copy the app data. But I need a robust solution before submitting

[SailfishDevel] user and app data howto?

2013-11-13 Thread Wim de Vries
Hi, I have my app ready. Until now I just did a scp -r -P 2223 ./checklistsdata nemo@localhost:/home/nemo to copy the app data. But I need a robust solution before submitting to the harbour... Are there rules concerning user and app data? The user may change/delete data from within the app,

[SailfishDevel] error: Unknown module(s) in QT: serialport

2013-11-07 Thread Wim de Vries
Hi, Have been away sometime. Installed the latest SDK: Qt5.1. 5.1 supports Qt Serial Port, but somehow not in the Sailfish version. Any hints? Thanks. ___ SailfishOS.org Devel mailing list

[SailfishDevel] where to put my OS sailfish project

2013-09-24 Thread Wim de Vries
Hi, I just finalized my (OS) app (https://github.com/wspilot/checklists). (for starters it might useful: several listviews, C++-QML communication; mixed QML/Sailfisch GUI). As far as I can see the only place to share it is https://wiki.merproject.org/wiki/Sailfish. But that wiki does not work

[SailfishDevel] cover stays after app has quitted

2013-08-29 Thread Wim de Vries
Hi all, After quitting the app, very often, the cover is still there (sometimes garbled). It works ok when the shutDown function is called from the pull-down menu. (MyesNoDialog is used as a message Dialog). QML: Page.. if (saveFailed) { var errorDialog =

Re: [SailfishDevel] yet another pop problem (Dialog)

2013-08-15 Thread Wim de Vries
code 127. Thanks, Matt *From:* devel-boun...@lists.sailfishos.org [devel-boun...@lists.sailfishos.org] on behalf of Wim de Vries [wsvr...@xs4all.nl] *Sent:* Thursday, August 15, 2013 7:21 PM *To:* devel

Re: [SailfishDevel] Cannot pop while operation is in progress : SOLVED

2013-08-14 Thread Wim de Vries
pages above the top. Thanks, Matt From: Wim de Vries [wsvr...@xs4all.nl] Sent: Wednesday, August 14, 2013 5:42 PM To: Matthew Vogt Cc: Wim de Vries; devel@lists.sailfishos.org Subject: RE: [SailfishDevel] Cannot pop while operation is in progress

[SailfishDevel] file permissions of user data files

2013-08-11 Thread Wim de Vries
Hi, I am trying to save a file from within my app. I can read the file, not write to it: cannot open /etc/ssh/authorized_keys/checklists/GEO1 ; Permission denied From within ubuntu I have made the file (GEO1) and dir (checklists) r/w for all. Thanks.

[SailfishDevel] under which user do apps run

2013-08-11 Thread Wim de Vries
Hi, Trying to find out under which user my app runs. whoami from within the app returns . and ~ has no content. Thanks. ___ SailfishOS.org Devel mailing list

Re: [SailfishDevel] under which user do apps run

2013-08-11 Thread Wim de Vries
QDir dp(/home/nemo/checklists) works ok. That's why I got confused. But the ~ not being recognized may be a Qt issue. From: devel-boun...@lists.sailfishos.org [devel-boun...@lists.sailfishos.org] on behalf of Wim de Vries [wsvr...@xs4all.nl] Sent: Sunday

Re: [SailfishDevel] pagestack signals for eg pageback

2013-08-09 Thread Wim de Vries
something else, please describe your use case so we can support it better. Thanks, Matt From: devel-boun...@lists.sailfishos.org [devel-boun...@lists.sailfishos.org] on behalf of Wim de Vries [wsvr...@xs4all.nl] Sent: Friday, August 09, 2013 10:35 PM

[SailfishDevel] opengl support in the sailfish emulator?

2013-07-09 Thread Wim de Vries
Hi, I have asked this question before, but got no answer. Now the issue becomes more urgent for my project. Trying again: does/should the sailfish emulator support openGL (ES)? thanks. ___ SailfishOS.org Devel mailing list

Re: [SailfishDevel] Disable the PageStackIndicator

2013-06-17 Thread Wim de Vries
Same problem here. I do need all the real-estate. Broader, is it possible to change the style (e.g. highlight collor of of the puldpwn/up menus). On 06/17/2013 10:27 PM, christopher.l...@thurweb.ch wrote: Hi All Is there anyway I can disable / remove the PageStackIndicator? I think it

Re: [SailfishDevel] Qt version plans?

2013-06-08 Thread Wim de Vries
On 06/08/2013 04:11 PM, Superpelican wrote: Jolla have said that they will support Qt5 in the future for Sailfish apps and Qt5 support is also already in Mer (the base of Sailfish OS). But they haven't been very clear on when they will switch to Qt5. I myself would like to know it too, because

Re: [SailfishDevel] R: QML: Unable to open input file: No such file or directory

2013-06-04 Thread Wim de Vries
are in the pages directory (next to the qmls). r wim *Da: *Wim de Vries *Inviato: *martedì 4 giugno 2013 14:53 *A: *devel@lists.sailfishos.org *Oggetto: *[SailfishDevel] QML: Unable to open input file: No such file or directory Hi, I am sandboxing the sailfishapplication. In the page dir, I created my

Re: [SailfishDevel] R: QML: Unable to open input file: No such file or directory

2013-06-04 Thread Wim de Vries
de Vries wrote: Additinal note: If I load in FirstPage it does work. If I load it in ThirdPage it dowsn't. On 06/04/2013 03:31 PM, Wim de Vries wrote: On 06/04/2013 02:56 PM, and.berna...@gmail.com wrote: Maybe you forgot to add it to the qml.files variable in the .pro file? Or to the .qrc

Re: [SailfishDevel] change Silica theme details

2013-06-03 Thread Wim de Vries
, since you are not focusing on that, do you ? True. Le vendredi 31 mai 2013 17:12:25 Wim de Vries a écrit : Hi, My app will work in very (sun)light circumstances, so I need more contrast between colours. Is there a way to change (parts of the) the Silica theme? Thanks

Re: [SailfishDevel] change Silica theme details

2013-06-03 Thread Wim de Vries
with Sailfish, but that's not a problem, since you are not focusing on that, do you ? True. Le vendredi 31 mai 2013 17:12:25 Wim de Vries a écrit : Hi, My app will work in very (sun)light circumstances, so I need more contrast between colours. Is there a way to change (parts

Re: [SailfishDevel] Regarding SailfishOS and its SDK

2013-05-19 Thread Wim de Vries
On 05/19/2013 02:54 AM, Hotmail wrote: I have to apologize for inaccurate info about the SDK, after rebooting, the SDK does work. The pitfall is that after installation, no prompt of a reboot. Other points still hold though. *From:* Hotmail mailto:im...@hotmail.com *Sent:* Sunday, May 19, 2013

[SailfishDevel] opengl on Sailfish emulator

2013-05-18 Thread Wim de Vries
Hi, When running a app with an QGLWindow I only get a black window. The OpenGL works when deployed on the desktop. Should I worry, or is this due to (my) virtualbox (Ubuntu 13.4 64bits)? Thanks. ___ SailfishOS.org Devel mailing list

Re: [SailfishDevel] mediagallery won't work

2013-04-27 Thread Wim de Vries
/libqmeegographicssystem.so XISlaveSwitch Do you have the QtMultimediaKit installed? The PreviewGrid.qml imports it import QtMobility.gallery 1.1 See one of my earlier threads on the issue of installing QtMultimedia / Mobility Ciao Chris Zitat von Wim de Vries wsvr...@xs4all.nl: Hi, I am trying

Re: [SailfishDevel] adding a module to the Qt-sdk

2013-04-14 Thread Wim de Vries
@localhost -p Ciao Chris Zitat von Wim de Vries wsvr...@xs4all.nl: Hi, I have an aircraft navigation system (open source, see https://sourceforge.net/projects/pilotnavigator/) running on Ubuntu. I have recently added the QtSerialPort module to it. Now I want to port the system

[SailfishDevel] cannot deploy on emulator

2013-04-04 Thread Wim de Vries
Hi, Ubuntu 12.10 64bits. i am trying to build and deploy the mediagallery example, but it fails. When the emulator starts I see some some mounting errors related to ext-fs, but it all flashes away... I can get the sailfish screen with ctrl-H. See below the compile output. thanks. 11:31:21:

Re: [SailfishDevel] cannot deploy on emulator

2013-04-04 Thread Wim de Vries
Well, answering myself: QtCreator-Tools-Options-Devices I increased the time-out value to 60secs. Now it works! Wim de Vries schreef op 2013-04-04 11:33: Hi, Ubuntu 12.10 64bits. i am trying to build and deploy the mediagallery example, but it fails. When the emulator starts I see some