[SailfishDevel] USSD request

2014-02-23 Thread Oleg Linkin
How I can send USSD request using c++ or qml? ___ SailfishOS.org Devel mailing list

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

2014-02-23 Thread Tero Siironen
Could it be related how and where the qml is loaded? I'm reading the qml files from resource file. I haven't tested this yet with simple application that uses the default sailfishapp structure, so that I could confirm this, just guessing. -- Tero 2014-02-24 9:00 GMT+02:00 Andrey Kozhevnikov : >

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

2014-02-23 Thread Andrey Kozhevnikov
working fine for both cpp and qml output On 24.02.2014 05:37, Artem Marchenko wrote: I found message handler working just fine (both for QML console and cpp qDebug() messages) is emulator builds, but not for when code is running on device. Go figure. Could it be so that on device exactly QML

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

2014-02-23 Thread christopher . lamb
Hi This may be related: I haven noticed that using journalctl to view system logs on the device, QML and C++ debug output is reported differently. Below is an example extract: C++ debug is reported with the application name. QML debug is reported as lipstick Feb 23 13:39:39 localhost lips

Re: [SailfishDevel] how to activate vibration actuator

2014-02-23 Thread . .
Sorry, clicked SEND too soon. :) Chris said this: For simple vibration, I personally think that using the QML wrappers is still the easiest. For example: import QtQml 2.0 import QtFeedback 5.0 QtObject { id: root property ThemeEffect buttonBuzz: ThemeEffect { effect: ThemeEffect.Press } propert

[SailfishDevel] how to activate vibration actuator

2014-02-23 Thread . .
I asked this question in the DL a while ago and didn't get a reply (did get some helpful pointers). I finally have the code to do this. Adapted from https://github.com/nemomobile/qt-mobility-haptics-ffmemlessChris Adams was also kind enough to say this #include #include #include #include #inclu

Re: [SailfishDevel] Puzzling application rejection...

2014-02-23 Thread Artem Marchenko
> What is the desired channel to contact reviewer if developer do not understand/do not > agree with reason behind rejection? I found #sailfishos IRC channel a good source of quick help for these issues. There are often people with direct contact with testers. developer-care email seems to be use

Re: [SailfishDevel] Please help me, how to get the screen capture without block UI

2014-02-23 Thread Artem Marchenko
Has anybody measured how much time it takes to save a screenshot? I wonder if you could do a screencast, say, at 5-15FPS using this method. Best regards, Artem. On Fri, Feb 14, 2014 at 6:17 PM, itviewer wrote: > Hi Storbjörk , > Thank you very much,you are right! > By the way,in the latest

Re: [SailfishDevel] Sailfish OS alarm scheduler - where do find source, headers, docs?

2014-02-23 Thread Ove Kåven
Den 24. feb. 2014 00:20, skrev Artem Marchenko: Hi All I seem to remember somebody telling that Sailfish/Nemo scheduler is the same timed as in Harmattan (or a little modified timed?). I fail to find links to the Jolla's timed sources-headers-docs, however. Could somebody, please, point me ther

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

2014-02-23 Thread Artem Marchenko
I found message handler working just fine (both for QML console and cpp qDebug() messages) is emulator builds, but not for when code is running on device. Go figure. Could it be so that on device exactly QML engine is somehow always used separately from your c++ execution context.. no it doesn't m

[SailfishDevel] Sailfish OS alarm scheduler - where do find source, headers, docs?

2014-02-23 Thread Artem Marchenko
Hi All I seem to remember somebody telling that Sailfish/Nemo scheduler is the same timed as in Harmattan (or a little modified timed?). I fail to find links to the Jolla's timed sources-headers-docs, however. Could somebody, please, point me there? I'd use it for setting custom alarms via dbus.

Re: [SailfishDevel] Sharing in Sailfish

2014-02-23 Thread Andrey Kozhevnikov
its in nemomobile transferengine plugins On 24.02.2014 01:49, Peter Pykäläinen wrote: 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 a

[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äinen ___ SailfishO

[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 ___ SailfishOS

[SailfishDevel] Thanks for your efforts

2014-02-23 Thread Faraaz Ahmed
Hey, I am an India based graphic designer and I love the concept of custom roms. Since a very long time I am using them. Recently came across your project of sailfish os. I think you guys are amazing. Just how you all manage to keep up the dream despite whatever nokia did to project meego. I reall

Re: [SailfishDevel] Hidden information to ListView

2014-02-23 Thread Jukka Heikkilä
Hi, that was the problem. Big thanks for your help. Kind Regards, Jukka 2014-02-23 10:21 GMT+02:00 Andrey Kozhevnikov : > what the problem? You not forced to use all fields in any visual elements. > > You can use model.get(index).fieldname for getting any field from model > > > On 23.02.2014 14:

Re: [SailfishDevel] Hidden information to ListView

2014-02-23 Thread Andrey Kozhevnikov
what the problem? You not forced to use all fields in any visual elements. You can use model.get(index).fieldname for getting any field from model On 23.02.2014 14:17, Jukka Heikkilä wrote: Hi Chris and others, yes I understand how to add more than one fields in the same append command. The pr

Re: [SailfishDevel] Hidden information to ListView

2014-02-23 Thread Jukka Heikkilä
Hi Chris and others, yes I understand how to add more than one fields in the same append command. The problem is that I would like to add hidden (not visible for user) per ListItem. In my example which I send in my previous mail was only one label which is visible for user, but how to add variable