[SailfishDevel] Jolla DeviceInfo

2014-02-23 Thread Peter Pykäläinen
Hi, any idea on how to use QML DeviceInfo on Sailfish? I have been searching for a solution to get the event when device screen is locked (onLockStatusChanged), but apparently the imports are not working / not allowed. // Peter Pykäläinen

[SailfishDevel] Sharing in Sailfish

2014-02-23 Thread Peter Pykäläinen
Hi, how to use the sharing in a Sailfish application? I'm looking for similar what we had in Meego Harmattan. I guess it was called share-ui. Is there any way I can invoke the sharing functionality from my application? // Peter Pykäl

[SailfishDevel] QML DeviceInfo

2014-04-28 Thread Peter Pykäläinen
Hi, any idea on how to use QML DeviceInfo on Sailfish? I have been searching for a solution to get the event when device screen is locked (onLockStatusChanged), but apparently the imports are not working / not allowed. // Peter Pykäläinen

[SailfishDevel] App rejected...

2014-04-28 Thread Peter Pykäläinen
1 second interval. I have been strugeling to find a way to get Qt5SystemInfo to expose me when the device is locked so I could stop the timer and then start it again when the device is unlocked. Good ideas to overcome this issue are mostly welcome.

Re: [SailfishDevel] App rejected...

2014-04-28 Thread Peter Pykäläinen
Thank you for you response. Unfortunately no, since I need to show info on the cover. // Peter Pykäläinen On 29 April 2014 00:10, Andrey Kozhevnikov wrote: > well, just stopping timer when app minimized is not enough? > > 29.04.2014 03:08, Peter Pykäläinen пишет: > >

Re: [SailfishDevel] QML DeviceInfo

2014-04-28 Thread Peter Pykäläinen
Thank you so much. I will give this a try. // Peter Pykäläinen 29.4.2014 6.43 kirjoitti "Lorn Potter" : > > On 29 Apr 2014, at 5:09 am, Peter Pykäläinen > wrote: > > > Hi, > > > > any idea on how to use QML DeviceInfo on Sailfish? > > I have been

Re: [SailfishDevel] QML DeviceInfo

2014-05-01 Thread Peter Pykäläinen
= "on" , screenOn = true alienTimer is true alienTimer is true alienTimer is true alienTimer is true [D] WakeupWatcher::mceDisplayStateChanged:62 - --> currentDisplayState = "off" , screenOn = false alienTimer is true alienTimer is true alienTimer is true alienTim

Re: [SailfishDevel] App rejected...

2014-05-01 Thread Peter Pykäläinen
Thanks Martin, your trick works actually really well. I had to create another timer for the Cover but that is no issue. // Peter Pykäläinen On 29 April 2014 07:23, wrote: > Thank you. > Will have a look at that. > > martin.gri...@gmail.com kirjoitti Tue Apr 29 2014 07:12:45 GMT+

Re: [SailfishDevel] Clear text predictions

2014-05-23 Thread Peter Pykäläinen
Could you just disable word prediction all togehter? I always do that with search fields in my apps. // Peter Pykäläinen On 23 May 2014 12:30, Matthias Fehring wrote: > Hello list, > > in my Transifex client Framrekkari I am loding next and previous source > strings by simple ex

[SailfishDevel] Dynamic VisualItemModel in SlideshowView

2014-09-28 Thread Peter Pykäläinen
hat option. // Peter Pykäläinen ___ SailfishOS.org Devel mailing list To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

Re: [SailfishDevel] Dynamic VisualItemModel in SlideshowView

2014-09-28 Thread Peter Pykäläinen
Because I need a slideshow. How can I do a slideshowview with ListModel? // Peter Pykäläinen On 28 September 2014 23:21, Krisztian Olah wrote: > Why not use a ListModel then? > > On 28 September 2014 18:44, Peter Pykäläinen > wrote: > >> Hi, >> >> anybody kno

Re: [SailfishDevel] Dynamic VisualItemModel in SlideshowView

2014-09-29 Thread Peter Pykäläinen
Thanks, I'll check those out. // Peter Pykäläinen On 29 September 2014 11:13, Lukas Vogel wrote: > Hi, > > In cutespotify there I use in full player view the album cover kind as in > a Slideshow: > > https://github.com/lukedirtwalker/cutespotify/blob/sailfish/qm

Re: [SailfishDevel] Dynamic VisualItemModel in SlideshowView

2014-10-01 Thread Peter Pykäläinen
Thank you all for your inputs. I think I finally nailed it :) // Peter Pykäläinen On 29 September 2014 14:21, Krisztian Olah wrote: > Just use a delegate like in the given example: > https://sailfishos.org/sailfish-silica/qml-sailfishsilica-slideshowview.html > If still baffled, y

[SailfishDevel] Refrence dynamically created QML object?

2014-10-05 Thread Peter Pykäläinen
antly, so this is not an option. // Peter Pykäläinen ___ SailfishOS.org Devel mailing list To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

Re: [SailfishDevel] Refrence dynamically created QML object?

2014-10-06 Thread Peter Pykäläinen
Thank you for your reply. That sounds like it could work. Care to share your solution how you store your objects? // Peter Pykäläinen On 6 October 2014 10:12, wrote: > Can't you just store each object in a different javascript object? When I > create a bunch of objects in my ga

Re: [SailfishDevel] Refrence dynamically created QML object?

2014-10-06 Thread Peter Pykäläinen
Cheers! Will do. // Peter Pykäläinen On 6 October 2014 10:19, wrote: > I'm at work and only have my phone arm. If you haven't sorted it by 6pm > gmt, let me know and I'll pass something on :) > > Sent from my BlackBerry 10 smartphone. > *From: *Peter Pykäläin

Re: [SailfishDevel] Refrence dynamically created QML object?

2014-10-06 Thread Peter Pykäläinen
Thanks Andrey! Will test that too tonight. // Peter Pykäläinen On 6 October 2014 10:39, Andrey Kozhevnikov wrote: > use > > property Item object1 > property Item object2 > > ... > > function createObjects() { > object1 = component1.createObject(parent,

Re: [SailfishDevel] Refrence dynamically created QML object?

2014-10-06 Thread Peter Pykäläinen
Thank you Adam! Almost there, I think I nailed it with storing the objects in a javascript array and then destroying them once not needed anymore. Still needs a lot of polishing and testing. Thanks to all of you for your great help! // Peter Pykäläinen On 6 October 2014 20:57, Adam Pigg wrote

[SailfishDevel] SoundEffect

2014-10-08 Thread Peter Pykäläinen
zes the UI and plays with a delay. // Peter Pykäläinen ___ SailfishOS.org Devel mailing list To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

Re: [SailfishDevel] SoundEffect

2014-10-09 Thread Peter Pykäläinen
Hi. the file is WAV but still does not play. If I use Audio then it plays, but there is a significant delay even sound is only like 200ms long. // Peter Pykäläinen On 9 October 2014 10:11, Michael Neufing wrote: > Hello Peter, > > what format is the sound file of? > QML SoundEff

Re: [SailfishDevel] SoundEffect

2014-10-09 Thread Peter Pykäläinen
Ok I solved it! The WAV -file was in 32-bit. Converted it to be 16-bit and it works just fine. Thank you all for your support. // Peter Pykäläinen On 9 October 2014 23:24, Peter Pykäläinen wrote: > Hi, > > here is the code: > > SoundEffect { > > id: sho

[SailfishDevel] CoverBackground onStateChanged not triggered

2014-10-14 Thread Peter Pykäläinen
If I create a timer with running: state===Cover.Active the timer runs when the cover is active and stops when it's not. I'd really like to update some stuff on my cover everytime it comes visible. // Peter Pykäläinen ___ SailfishOS.org Devel

Re: [SailfishDevel] CoverBackground onStateChanged not triggered

2014-10-14 Thread Peter Pykäläinen
Thank you so much! Will test it. // Peter Pykäläinen On 15 October 2014 00:30, Basil Semuonov wrote: > You should use 'status' property, not 'state'. > > > https://sailfishos.org/sailfish-silica/qml-sailfishsilica-cover.html#status-prop > > On Tue, Oct

[SailfishDevel] QtFeedback 5.0 not allowed? Really?

2014-12-01 Thread Peter Pykäläinen
Just got my game rejected in Jolla Harbour this morning due to: *Import 'QtFeedback 5.0' is not allowed* Is it really so that vibration is not allowed in Harbour apps? Is there any alternative? // Peter Pykäläinen ___ SailfishOS.org Devel ma

Re: [SailfishDevel] QtFeedback 5.0 not allowed? Really?

2014-12-01 Thread Peter Pykäläinen
Thank you Andrey! Brilliant idea! // Peter Pykäläinen On 1 December 2014 at 15:08, Andrey Kozhevnikov wrote: > I can suggest you to use QtFeedback from Qt side and register QML type. > > 01.12.2014 18:06, Peter Pykäläinen пишет: > > Just got my game rejected in Jolla Harbo

Re: [SailfishDevel] QtFeedback 5.0 not allowed? Really?

2014-12-01 Thread Peter Pykäläinen
tion(argc, argv)); QScopedPointer view(SailfishApp::createView()); Rumbler rumbler; view->rootContext()->setContextProperty("Rumbler", &rumbler); view->setSource(SailfishApp::pathTo("qml/harbour-myapp.qml")); view->show(); view

Re: [SailfishDevel] QtFeedback 5.0 not allowed? Really?

2014-12-01 Thread Peter Pykäläinen
Nevermind and sorry about the spam. Had this in my .pro file: CONFIG += link_pkgconfig after I removed that all works just fine! // Peter Pykäläinen On 1 December 2014 at 22:18, Peter Pykäläinen wrote: > I give up! > > Once I figured out how to add the stupid haptics stuff into

Re: [SailfishDevel] QtFeedback 5.0 not allowed? Really?

2014-12-01 Thread Peter Pykäläinen
Hi, yes with this setup it seems to be working just fine: CONFIG += sailfishapp PKGCONFIG += Qt0Feedback I hope it's ok to do it like that. // Peter Pykäläinen On 1 December 2014 at 22:25, Andrey Kozhevnikov wrote: > CONFIG/PKGCONFIG += sailfishapp in pro? > > 02.12.201

Re: [SailfishDevel] QtFeedback 5.0 not allowed? Really?

2014-12-01 Thread Peter Pykäläinen
Hi, yes I did, thank you all for your help. Especially Andrey, you are the man! Let's see now if this passes harbour QA or not :) // Peter Pykäläinen On 1 December 2014 at 22:30, Gabriel Böhme wrote: > Have you tried cleaning the project? Helps sometimes. > > Am Mon Dec 01 201

Re: [SailfishDevel] QtFeedback 5.0 not allowed? Really?

2014-12-01 Thread Peter Pykäläinen
Not fun. So no vibration then, how can this basic stuff not be accepted? // Peter Pykäläinen On 1 December 2014 at 22:57, Kimmo Lindholm wrote: > Run the pre-validation tool from SDK, if you get green there, it’s much > closer to approval… > > > > (I prefer accessing it through

Re: [SailfishDevel] QtFeedback 5.0 not allowed? Really?

2014-12-01 Thread Peter Pykäläinen
Good point Asser! Not to mention how big of a misunderstading it is not to allow vibration all together. // Peter Pykäläinen On 1 December 2014 at 23:34, sailfishmail wrote: > > Another observation: > > You're allowed to require qt5-qtfeedback in your RPM-packaging >

Re: [SailfishDevel] QtFeedback 5.0 not allowed? Really?

2014-12-01 Thread Peter Pykäläinen
Yeah thanks. Just found out yesterday that there is one! :) // Peter Pykäläinen On 2 December 2014 at 08:10, Giuliettasw wrote: > Remember to use the harbour validation tool :)! > > Von meinem iPad gesendet > > Am 1.12.2014 um 22.33 schrieb Peter Pykäläinen >: > >

Re: [SailfishDevel] QtFeedback 5.0 not allowed? Really?

2014-12-02 Thread Peter Pykäläinen
1.18/allowed_libraries.conf >> and >> https://github.com/sailfish-sdk/sdk-harbour-rpmvalidator/ >> blob/1.18/allowed_qmlimports.conf >> you're not allowed to use what you required to be installed. >> >> Maybe some misunderstanding when making the harbour

Re: [SailfishDevel] No RPM built ?

2014-12-02 Thread Peter Pykäläinen
Deploy by building fails for me too. Always has. If you are able to deploy to phone then you have the RPM on your disk too. // Peter Pykäläinen 2.12.2014 23.31 kirjoitti "Franck Routier (perso)" : > Hi, > > Le 02/12/2014 21:00, Kimmo Lindholm a écrit : > > Hi, >

Re: [SailfishDevel] Developer wiki?

2015-02-06 Thread Peter Pykäläinen
? > >> > > >> > Something like the Nokia developer wiki, where various how-to-do-that > >> > articles could be created and shared ? > >> > > >> > > >> > >>

Re: [SailfishDevel] Possible to trigger email app with attachment

2015-02-06 Thread Peter Pykäläinen
It's allowed since I'm using it in goViihde. 6.2.2015 15.50 kirjoitti "Kimmo Lindholm" : > launch email app from QML > > Qt.openUrlExternally("mailto: h...@hippa.com" + > "?subject=Bug report" + > "&body=Write here what is wrong...") > > > Have no experience is this allowed in Harb

Re: [SailfishDevel] Possible to trigger email app with attachment

2015-02-06 Thread Peter Pykäläinen
Doesn't mailto accept attachment="/path/to/file.log" Maybe that won't work in Sailfish though. // Peter Pykäläinen On 6 February 2015 at 16:17, Andrey Kozhevnikov wrote: > It's allowed of cource, but question was about attachments :) > > 06.02.2015 18:49,

Re: [SailfishDevel] Possible to trigger email app with attachment

2015-02-06 Thread Peter Pykäläinen
Ok, of course you did :) // Peter Pykäläinen On 6 February 2015 at 17:01, Andrey Kozhevnikov wrote: > tried long time ago, not worked > > 06.02.2015 19:55, Peter Pykäläinen пишет: > > Doesn't mailto accept attachment="/path/to/file.log" > > Mayb

[SailfishDevel] App won't start

2015-03-14 Thread Peter Pykäläinen
Hi, I have a strange problem. I am developing an app and it works fine when launched from QtCreator or terminal. But when trying to launch it by tapping the app icon, it starts, stays on the loading screen and then after a while dies. Anyone else had similar issues? // Peter Pykäläinen

Re: [SailfishDevel] App won't start

2015-03-14 Thread Peter Pykäläinen
t score: 0; property int hexCount: 0 initialPage: Component { Game { } } cover: Qt.resolvedUrl("cover/CoverPage.qml") } I have the same kind of setup in every other app that I've done, and they work just fine. // Peter Pykäläinen On 14 March 2015 at 21:34, Andrey Kozh

Re: [SailfishDevel] App won't start

2015-03-14 Thread Peter Pykäläinen
app is not it github // Peter Pykäläinen On 14 March 2015 at 22:03, Andrey Kozhevnikov wrote: > show content of desktop file, main.cpp and spec/yaml also, but it will > better to see at whole project tree on github or so, if your application is > opensource. > > 15.03.2015 00:58, Peter

Re: [SailfishDevel] App won't start

2015-03-14 Thread Peter Pykäläinen
Yeah, that's what I thought too :) Just too keen on my uptime! // Peter Pykäläinen On 14 March 2015 at 22:23, Andrey Kozhevnikov wrote: > Looks okay, ... if pro file did not touched also, your phone probably > needs a reboot :) > > 15.03.2015 01:18, Peter Pykäläinen пишет

Re: [SailfishDevel] App won't start

2015-03-14 Thread Peter Pykäläinen
How do I do that? Could you please send me the command? // Peter Pykäläinen On 14 March 2015 at 22:30, Andrey Kozhevnikov wrote: > you can try to restart lipstick only > > 15.03.2015 01:28, Peter Pykäläinen пишет: > > Yeah, that's what I thought too :) > Jus

Re: [SailfishDevel] App won't start

2015-03-14 Thread Peter Pykäläinen
Well that did it, thank you. // Peter Pykäläinen On 14 March 2015 at 22:55, Peter Pykäläinen wrote: > How do I do that? > Could you please send me the command? > > > // Peter Pykäläinen > > On 14 March 2015 at 22:30, Andrey Kozhevnikov > wrote: > >> you

Re: [SailfishDevel] App won't start

2015-03-15 Thread Peter Pykäläinen
Thanks. I had to run that as root to make it work. // Peter Pykäläinen On 15 March 2015 at 13:34, Andrey Kozhevnikov wrote: > it's systemctl --user restart lipstick > > 15.03.2015 16:31, Chris Walker пишет: > > On Sat, 14 Mar 2015 23:33:06 +0200 >> Peter Pykäläine

Re: [SailfishDevel] QtFeedback 5.0 not allowed? Really?

2015-04-29 Thread Peter Pykäläinen
/QtFeedback/libdeclarative_feedback.so > > >/usr/lib/qt5/qml/QtFeedback/plugins.qmltypes > > >/usr/lib/qt5/qml/QtFeedback/qmldir > > > > > > However, according to > > > https://github.com/sailfish-sdk/sdk-harbour-rpmvalidator/blob/1.18/all > > &

Re: [SailfishDevel] Harbour is now open for Tablet applications

2015-09-24 Thread Peter Pykäläinen
Good catch Kimmo, thanks for sharing. // Peter Pykäläinen On 24 September 2015 at 16:32, Kimmo Lindholm wrote: > Just noted that rpm versions needs to be identical for both, armv7hl and > i486 arch binaries. > > e.g. harbour-heebo-0.3.2-10.1.armv7hl.rpm and > harbour-heebo-0.3.

Re: [SailfishDevel] SDK version 1511 (2.0.0) is released

2015-11-10 Thread Peter Pykäläinen
Hi, Tried to update my version, but SDK updater gives checksum mismatch. Please fix. // Peter Pykäläinen 2015-11-10 13:55 GMT+02:00 Martin Kampas : > Hello again, > > Today (November 10th) at 11:30 UTC we have published new installers and > repositories of the Sailfish OS S

Re: [SailfishDevel] SDK version 1511 (2.0.0) is released

2015-11-10 Thread Peter Pykäläinen
Ok, now it works. // Peter Pykäläinen 2015-11-10 14:45 GMT+02:00 Alexander Ladygin : > updated for me just fine! > Design feature does not work though... should it? > > On Tue, Nov 10, 2015 at 3:36 PM, Peter Pykäläinen < > peter.pykalai...@gmail.com> wrote: > >>

Re: [SailfishDevel] Happy holidays from Jolla Harbour!

2015-12-23 Thread Peter Pykäläinen
Merry Christmas and keep up the good work! BR, // Peter Pykäläinen 2015-12-23 12:24 GMT+02:00 Lauri Johansson : > Hello > > We have survived from stormy waters and managed to check all the > applications from the Harbour intake queue. Now the crew is going to > well-deserved Ch

Re: [SailfishDevel] QtLocation | Qt 5.6

2017-01-02 Thread Peter Pykäläinen
vailable and work once Qt is updated to 5.6? > > Will QtLocation be allowed for harbour store apps > > once Qt 5.6 is (officially) available for Sailfish? > > > > And when can I expect Qt 5.6 to be released for SailfishOS? ;) > > > > Cheers, > >

Re: [SailfishDevel] QtLocation | Qt 5.6

2017-01-02 Thread Peter Pykäläinen
That is an option yes, but a bit of a cheat :) Tone Kastlunger kirjoitti maanantai 2. tammikuuta 2017: > Bundle it as a private dependency? > > On Mon, Jan 2, 2017 at 10:50 AM, Peter Pykäläinen < > peter.pykalai...@gmail.com> wrote: > > > In my opinion we've w

Re: [SailfishDevel] QtLocation | Qt 5.6

2017-01-02 Thread Peter Pykäläinen
We should be allowed to use at least all the same components Jolla itself is using. Talk about vibration etc. Those have been in the SFOS from the beginning and are still not allowed in 3rd party apps. Kinda lame. // Peter Pykäläinen 2017-01-02 11:18 GMT+02:00 Kaj-Michael Lang : > On Mon, 2

Re: [SailfishDevel] QtLocation | Qt 5.6 - alternatives (PinchMap)

2017-01-03 Thread Peter Pykäläinen
will be part of a modRana stable release once the bugs are ironed out > > > Other than PinchMap, there is also Maep which I *think* might be also > adapted as a map widget: > https://github.com/dcaliste/maep-qt > > Also I guess worst case one could