Re: [SailfishDevel] Application always active

2013-09-22 Thread Robin Burchell
Hi, On 22. sep. 2013, at 13:19, Marcin Mielniczuk marmistrz...@gmail.com wrote: I'm trying to utilze ApplicationWindow.applicationActive to set the cover text. But the onApplicationActiveChanged signal isn't emitted, and the applicationActive property is always true. Try

Re: [SailfishDevel] MeeGo runtime support in Sailfish

2013-10-24 Thread Robin Burchell
Hi, On Thu, Oct 24, 2013 at 6:27 AM, Tone Kastlunger users.giulie...@gmail.com wrote: I noticed there is a minimal meego runtime in Saifish (/usr/include/mlite5); even tho I do not know the details about how MTheme co could work under Sailfish, are there any plans for an extensive meego

Re: [SailfishDevel] Problems porting our game to Sailfish - welcome any advice

2013-10-24 Thread Robin Burchell
Hi, You probably don't want to hear this, but please note that QtWidgets (which includes the QGraphicsView framework) is not really a supported configuration on Sailfish. It may work, it may not. If it breaks, you probably get to keep the pieces. Even if it does work, you should keep in mind

Re: [SailfishDevel] Bug in sailfish silica scroll feedback

2013-10-29 Thread Robin Burchell
Hi, This is already known and tracked internally. It's due to behavioural changes we ran into when switching from Qt 4 to Qt 5. We will either fix this for all cases, or disable it completely for the time being in a future SDK update. BR, Robin On Tue, Oct 29, 2013 at 9:19 PM, Dmitry

Re: [SailfishDevel] Status of Sailfish SMS?

2013-11-13 Thread Robin Burchell
Hi, On Wed, Nov 13, 2013 at 11:08 PM, Seppo Tiainen seppo.tiai...@gmail.com wrote: Yes, that's the way to go. In Harmattan QML, there were: Qt.openUrlExternally(tel:012345x) for calls, and Qt.openUrlExternally(sms:01234567444 + ?body= + bodytext) for SMSs. tel: is already supported.

Re: [SailfishDevel] Account management

2013-11-13 Thread Robin Burchell
Hi, On Wed, Nov 13, 2013 at 9:26 PM, Tigre-Bleu de...@tigre-bleu.net wrote: Hi Jonni, nemo-qml-plugin-accounts-qt5 looks like what I'm looking for, but I have a hard time trying to figure out how it's working because I can't find a lot of documentation/examples. You most likely don't want

Re: [SailfishDevel] Account management

2013-11-14 Thread Robin Burchell
On Thu, Nov 14, 2013 at 12:50 AM, Tigre-Bleu de...@tigre-bleu.net wrote: Ok, thanks for the info. I will then just wait for the Sailfish accounts control implementation details and implement everything in the app for the moment. Antoine - Mail original - De: Robin Burchell robin+me

Re: [SailfishDevel] Cannot launch app by clicking app icon in emulator

2013-11-18 Thread Robin Burchell
Hi, Running applications from SSH requires that the environment be correctly set up. See the files in /var/lib/environment/nemo. Developer mode (which I guess parts of which may filter back down to the SDK, at some point, maybe) will set this up for you when enabled, but in the meantime, you'll

[SailfishDevel] Update on application naming for Harbour applications

2013-11-22 Thread Robin Burchell
Ahoy, In Iekku’s mail yesterday, we referred to application names needing to use a “dotted” form (e.g. com.example.myapp). It was brought to our attention that this isn’t factually possible at this time due to limitations in Qt Creator/qmake, so we’re unfortunately forced due to time

Re: [SailfishDevel] Qt5Svg links against Qt5Widgets - rejected in Harbour

2013-11-27 Thread Robin Burchell
Hi Alessandro, On 27 Nov 2013, at 20:43, Alessandro Portale alessan...@casaportale.de wrote: my app uses QtSvg and got rejected because it requires the blacklisted QtWidgets. That was corrected a while ago: https://github.com/mer-packages/qtsvg/commit/b2d0ef6a21f3956830c6f4b89c19527193bdabbc

Re: [SailfishDevel] Linking to qwidget, or any other method to access the clipboard

2013-12-02 Thread Robin Burchell
Hi Michael, The QClipboard pointer should also be available with QGuiApplication: http://qt-project.org/doc/qt-5.0/qtgui/qguiapplication.html#clipboard Or is there something else that I’m missing? BR, Robin On 02 Dec 2013, at 10:19, Michael Demetriou qwa...@gmail.com wrote: Hello, I'm

Re: [SailfishDevel] QWindow in main?

2013-12-06 Thread Robin Burchell
On 06 Dec 2013, at 10:32, Wim de Vries wsvr...@xs4all.nl wrote: 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. If you want to do OpenGL and QML together, you’ll need to use

Re: [SailfishDevel] Sharing version number (and other constants?) between .yaml/spec, .pro and .cpp/.qml

2013-12-06 Thread Robin Burchell
https://github.com/nemomobile/mlite/blob/master/rpm/mlite-qt5.yaml#L20 gives you https://github.com/nemomobile/mlite/blob/master/rpm/mlite-qt5.spec#L60 if you want to go all out gung-ho with automation, you can also do something like https://github.com/nemomobile/mlite/blob/master/src/src.pro#L3

[SailfishDevel] Harbour API additions

2013-12-09 Thread Robin Burchell
Ahoy, We have today added two new items to the Harbour-accepted list of supported APIs. = QtWebkit = Due to popular demand, we are now accepting applications using QtWebkit directly, both QML and C++. It should be noted that QtWebkit has no upstream support, and we do not have any real

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

2013-12-12 Thread Robin Burchell
On 12 Dec 2013, at 13:42, Wim de Vries wsvr...@xs4all.nlmailto: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 (for example)

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

2013-12-12 Thread Robin Burchell
On 12 Dec 2013, at 14:28, Wim de Vries wsvr...@xs4all.nlmailto: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 (for example)

Re: [SailfishDevel] Delegate creation on demand

2013-12-15 Thread Robin Burchell
Can you please provide a minimal test case (i.e. ideally a single QML file, usable with qmlscene) demonstrating your problem? Please see http://sscce.org/ On 15 Dec 2013, at 21:03, Hendrik Borghorst hendrikborgho...@gmail.com wrote: Hello, the problem isn't my delegate. It is quite

Re: [SailfishDevel] QtMultimedia SoundEffect Vs Audio

2013-12-20 Thread Robin Burchell
Hi, On 20 Dec 2013, at 12:21, Kimmo Lindholm kimmo.lindh...@eke.fimailto:kimmo.lindh...@eke.fi wrote: First I used QtMultimedia Audio component which seems to follow system volume setting, but after the sound is played, there is glitch in animations running on the screen. This sounds like a

Re: [SailfishDevel] QDnsLookup always fails

2013-12-23 Thread Robin Burchell
Hi, On 22 Dec 2013, at 19:31, Alexander Stante sta...@gmail.com wrote: Looking at the source code of QDnsLookup for Unix operating systems, it looks like it can't load / find certain libraries. Has onyone else experienced the same problem? I've tried it with the latest version of the SDK. Is

Re: [SailfishDevel] Undocumented Silica components

2014-01-06 Thread Robin Burchell
For things in Qt itself, keep an eye on Qt upstream. When they are part of an official Qt release (that is: stable API), then we can look at them when we upgrade. As far as I know, nobody has yet prioritised work on either of those, and platform support is scarce, so I don’t see them happening

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

2014-01-08 Thread Robin Burchell
On 09 Jan 2014, at 00:37, Thomas Tanghus tho...@tanghus.net wrote: On Wednesday 08 January 2014 09:22 Jonni Rainisto wrote: IMHO applications that use QStandardPaths should be always accepted, there must be something wrong with the process or rules if that is the cause for rejection. If

Re: [SailfishDevel] QStandardPaths not working when app is run from Launcher

2014-01-19 Thread Robin Burchell
Hi, Can you please provide a small sample demonstrating this? As I’m quite sure it works for our own uses. BR, Robin On 19 Jan 2014, at 14:34, Sylvain B. sth...@hotmail.commailto:sth...@hotmail.com wrote: Hey, My app did not want to read the some cached content it was supposed to have

Re: [SailfishDevel] how to get qml debug output to file

2014-02-05 Thread Robin Burchell
On 04 Feb 2014, at 22:37, Tero Siironen tero.siiro...@iki.fi wrote: Andrey Kozhevnikov coderusin...@gmail.com kirjoitti 4.2.2014 kello 23.14: This is messages handler i'm using in my projects: This doesn’t seem to make a difference for me, the log file still contains only c++ side debug

Re: [SailfishDevel] undefined symbols

2014-02-13 Thread Robin Burchell
On 12 Feb 2014, at 15:54, Attila Csipa q...@csipa.in.rs wrote: On 12/02/14 16:49, Andrey Kozhevnikov wrote: because there are no qt5 config for Qt0Feedback, but pkgconfig did the magic with including libraries :) Well, technically, there is a

Re: [SailfishDevel] A kickoff meeting about SailfishOS, open source, collaboration, way forward @ 15 April, 15:00 UTC

2014-04-06 Thread Robin Burchell
On 05 Apr 2014, at 10:21, Thomas B. Rücker tho...@ruecker.fimailto:tho...@ruecker.fi wrote: Reading this I can't help but wonder if Jolla now claims ownership of Mer/Nemo then. Even with fancy hat changing. Bringing this discussion up in a strictly Sailfish context implies this. I think you’ve

Re: [SailfishDevel] A kickoff meeting about SailfishOS, open source, collaboration, way forward @ 15 April, 15:00 UTC

2014-04-07 Thread Robin Burchell
On 07 Apr 2014, at 16:11, Filip Kłębczyk fklebc...@gmail.com wrote: We don't want the community to work on the bugs and take our jobs!. I don’t know any of the context of the discussion you’re referring to, so I won’t say anything about that particular case. I will say this: You’re of course

[SailfishDevel] Qt 5.2 in devel

2014-06-17 Thread Robin Burchell
Hello intrepid developers, Qt 5.2 rebuilds have (finally, thank god) finished in devel. I’ve updated a single device (via version —dup) so far without too many ill effects (see below), and done some brief smoke testing. The device rebooted the user session successfully, and rebooted to a UI

Re: [SailfishDevel] Qt 5.2 in devel

2014-06-17 Thread Robin Burchell
Sorry folks. This wasn’t intended to be posted here, but, have a slight visual on what’s going on behind the curtain anyway. :) tl;dr: Qt 5.2 upgrade is on the way in the nearish (but not immediate) future :) Fra: Robin Burchell robin.burch...@jolla.commailto:robin.burch...@jolla.com Svar til

Re: [SailfishDevel] Qt 5.2 in devel

2014-07-07 Thread Robin Burchell
Den 07.07.14 20:12 skrev Timur Kristóf timur.kris...@gmail.com: Why just 5.2? Why not go straight to 5.3? Gunnar already answered this, but I¹ll repeat it somewhat: We¹ve put a reasonable amount of work into stabilizing 5.2, and are fairly confident that it¹s of acceptable quality by now. Pushing

Re: [SailfishDevel] Setting application screen orientation from C++

2014-07-31 Thread Robin Burchell
Den 31.07.14, 10.39 skrev Tomasz Sterna to...@xiaoka.com: Dnia 2014-07-31, czw o godzinie 08:49 +0300, Iosif Hamlatzis pisze: the same answer that I should do the rotation translation my self and not only for rendering but for touch screen. Also a regression from Maemo... where the only thing

Re: [SailfishDevel] Setting application screen orientation from C++

2014-07-31 Thread Robin Burchell
Den 31.07.14, 07.49 skrev Iosif Hamlatzis i.hamlat...@gmail.commailto:i.hamlat...@gmail.com: I had asked a while a go the same question regarding orientation when I started porting my SDL games and received the same answer that I should do the rotation translation my self and not only for