Re: [SailfishDevel] How to maximize an application from CoverAction?

2013-12-21 Thread Gabriel Boehme
Hi Mike, just wow and big thanks for the fast response, was exactly what I was looking for. :) Thank you very much! Gabriel. Am Samstag, den 21.12.2013, 23:38 + schrieb Mike Sheldon: > Hi Gabriel, > > On Sun, 2013-12-22 at 00:18 +0100, Gabriel Boehme wrote: > > In my applic

[SailfishDevel] How to maximize an application from CoverAction?

2013-12-21 Thread Gabriel Boehme
Hello sailors, just a short question, but I have no idea how to do it. Problem: In my application I want to offer, that a user can jump directly to the search with a CoverAction, same like Jolla Store is doing. Internally it pushes my SearchPage on the PageStack so no problem there, but I don't

Re: [SailfishDevel] QtContacts available

2013-12-21 Thread Gabriel Boehme
Hi, But all ways (C++/QML) are all not allowed at store at the moment, are they? Gabriel. Am Samstag, den 21.12.2013, 20:45 +0600 schrieb Andrey Kozhevnikov: > There is no QML Contacts 5.0 in Sailfish. > You can use Sailfish.Contacts in sailfish-components-contacts-qt5 > > On 21.12.2013 20:26,

Re: [SailfishDevel] Calling QML function from C++ class

2013-12-21 Thread Gabriel Boehme
Here is a Link in addition. It's from Qt4.8 Doc but still valid and a way to go. :) http://qt-project.org/doc/qt-4.8/qtbinding.html Am Samstag, den 21.12.2013, 12:05 +0200 schrieb Jukka Heikkilä: > Hi, > > I have successfully learned how to call C++ method from QML. I would > like to see a pract

Re: [SailfishDevel] Status of Pre-order phones

2013-12-20 Thread Gabriel Boehme
Hi, you could cut your actually used SIM card to the micro format, that is used in Jolla with some skill (search for that in the web). Cut my one to fit in N9 - works since 2 years without any problem. Also with some trial and error and luck you can place your Micro SIM card in the N900 sim tray,

Re: [SailfishDevel] Harbour news

2013-12-17 Thread Gabriel Boehme
Hi, it would be really great, if you could allow the System Information and Feedback imports/stuff (QML). Thank you very much and keep up the great and hard work! :) Gabriel. > 5) > New APIs are approved as we go along - we'll inform you when you're > allowed to use new APIs in Harbour apps on

Re: [SailfishDevel] opengl again..

2013-12-04 Thread Gabriel Boehme
Hi, couldn't you use setContextProperty to bind (a) C++ Object(s) to QML? Or do I miss some OpenGL specific thing? http://qt-project.org/doc/qt-5.0/qtqml/qtqml-cppintegration-contextproperties.html Works also with Sailfish, but is a bit different due to SailfishApp startup stuff, I also asked ab

Re: [SailfishDevel] Separator component

2013-12-04 Thread Gabriel Boehme
Just to add some details: You can also use the rotation property to get a right to left Separator. As well you can construct a Separator that starts highlighted in the middle and is loosing opacity to left and right by putting two of them in one Row, with one Separator rotated 180°. ;) Like:

Re: [SailfishDevel] Does Sailfish support PyQt5?

2013-12-01 Thread Gabriel Boehme
No it's not really supporting PyQt5, at the moment - in Jolla Store - are only Qt/QML apps with C++ allowed, but it is planned to support PyOtherSide from Thomas Perl. This allows to use a Python backend, with much better performance. As far as I know it's not very hard to understand and use it. L

[SailfishDevel] Let the screen stay awake

2013-11-25 Thread Gabriel Boehme
Hi sailors, in my Harmattan app version I was using the ScreenSaver QML element that was part of Qt Mobility's SystemInfo to prevent the screen from sleeping. But as far as I know Qt Mobility is now, with Qt5, forked in different packages and the relating Qt5 package is not allowed in Harbour appl

[SailfishDevel] Little bug in Silica Separator Component

2013-11-20 Thread Gabriel Boehme
Hi sailors, the Silica documentation says you can set the the "alignment" property of the Separator Component, but it's not working. So I checked the Separator.qml file and there is no alignment. And maybe it could be clever to give it a default width. :) Thanks for your attention. Gabriel. _

[SailfishDevel] Full Emulator and/or APIs

2013-11-20 Thread Gabriel Boehme
Hi sailors, @JollaHQ told me on Twitter to discuss the following question on the mailing list, but is more or less a question to some official Jolla member. Is there any plan to release with the next updates an emulator, with all standard apps/APIs integrated? This would be very helpful to create

Re: [SailfishDevel] Updating application icons. After a couple of days of sweat, blood and swear

2013-11-19 Thread Gabriel Boehme
+1 I can confirm these kind of problems (no visible icon), but for me it helped to ssh in the emulator and remove my package via zypper. Cleaning the project and deploy it with the new icon. Gabriel. Am Dienstag, den 19.11.2013, 21:26 +0200 schrieb Artem Marchenko: > Dear sailors > > > Pleas

Re: [SailfishDevel] best way to work with covers?

2013-11-15 Thread Gabriel Boehme
t; > } > > } > > > cover: Component { > CoverPage { > torch: app.sharedValue > } > } > > > } > > > > > I hope if helps. > > > Cheers, > Artem. > > > > > On Sat, Nov 16, 2013

[SailfishDevel] best way to work with covers?

2013-11-15 Thread Gabriel Boehme
Hi Sailfish sailors, I want to ask, what is recommended/best practice to handle different covers/covers with dynamic information. My case: On the main page (MainPage.qml) you can select some options and search depending on the selected options. My main cover shows the selected options if minimi

Re: [SailfishDevel] How to use setContext() or what is recommended?!

2013-11-13 Thread Gabriel Boehme
gt; Sailfish::setView(view.data(), "qrc:/main.qml"); > > > From: devel-boun...@lists.sailfishos.org [devel-boun...@lists.sailfishos.org] > on behalf of Gabriel Boehme [m.gabrielboe...@googlemail.com] > Sent: Wednesday, November 1

[SailfishDevel] How to use setContext() or what is recommended?!

2013-11-13 Thread Gabriel Boehme
Hi sailors, in the very first (Qt4 version) of the SDK I ported an easy application, that is using a list model. To connect the list model and also my main logic stuff I used the setContextProperty() method. In the first Qt5 SDK version I had to work a bit around that (created a view from Sailfish

[SailfishDevel] INSTALLS variable at pro file - installs at wrong location/is ignored

2013-09-16 Thread Gabriel Boehme
Hi sailors, I'm playing around with Alpha 2 version of the SDK, my app is nothing special - it just parses some iCal files. In the first version of the SDK I deployed them with INSTALLS variable in pro-file to the device. I've put them in a folder next to the qml files called "data", so they are