Re: [SailfishDevel] Font rendering bug

2014-01-16 Thread Michal Jerz
P.S. If someone wants to try and see the font rendering issue, here's a very simple example (simply a page showing some text): https://app.box.com/s/zf1seb00bd9q2u9ji7u6 When launched automatically right after deployment (and when started from the terminal by typing Biorhythms) the font is comp

[SailfishDevel] Font rendering bug

2014-01-16 Thread Michal Jerz
Hello, There is something wrong with font rendering. A different (better looking, larger) font is used when an application is started automatically right after deployment (and each time it is started from the Terminal), and a different font (uglier, smaller) is used when an application is star

Re: [SailfishDevel] Disabling navigation gestures

2014-01-16 Thread Antoine Reversat
Hi, I ended up using Bobs solution. I disabled backNavigation and made a custom button to go back. On Thu, Jan 16, 2014 at 1:47 PM, Seppo Tiainen wrote: > Hi, > > You can check if these easy QML tools are enough for you app: > - gesture.grab command within a MultiPointTouchArea ( onGestureStart

Re: [SailfishDevel] QML Timer stops running

2014-01-16 Thread Martin Windolph
Hi, to avoid trial and error with Harbour for you: I don’t think you will make it into Harbour with this Audio Workaround :-( This is a part of my last rejection reason: “It seems that there are problems in audio usage. […] Also audio usage is blocking suspend when I press Power button .” I

Re: [SailfishDevel] Division by zero in Slider.qml

2014-01-16 Thread Matthew Vogt
Thanks, I have filed a bug report for this issue. Matt From: devel-boun...@lists.sailfishos.org [devel-boun...@lists.sailfishos.org] on behalf of Hendrik Borghorst [hendrikborgho...@gmail.com] Sent: Thursday, January 16, 2014 9:30 AM To: Sailfish OS Develo

Re: [SailfishDevel] QML Timer stops running

2014-01-16 Thread Jens Persson
So, I switched my shutdown logic to qml timers and they work just fine when the gstreamer pipeline is in paused state. And I got a bit curious so I also tested with the qml multimedia plugin and it worked just fine too. So basically all you need is one line (and one import) to make timers work in q

[SailfishDevel] SMS issues/wishes

2014-01-16 Thread Seppo Tiainen
Hi, I would like to add two more items to the SMS wish list: 1) If you use Qt.openUrlExternally("sms:" + smsNumber + "?body=" + smsText); in your app you will not be returned back to the app but you will have to close the sms sending UI (at least when cancelling) and this may result in some kind

Re: [SailfishDevel] No inbox? -> SMS

2014-01-16 Thread Seppo Tiainen
Hi, I would like to add two items to the list: 5) If you use Qt.openUrlExternally("sms:" + smsNumber + "?body=" + smsText); in your app you will not be returned back to the app but you will have to close the sms sending UI (at least when cancelling) and this may result in some kind of stack error

Re: [SailfishDevel] Disabling navigation gestures

2014-01-16 Thread Seppo Tiainen
Hi, You can check if these easy QML tools are enough for you app: - gesture.grab command within a MultiPointTouchArea ( onGestureStarted: {gesture.grab();} ) - or, page by page you can use backNavigation: false and/or forwardNavigation: false. Seppo 2014/1/15 Alexander Ladygin > Hi there > Ju

Re: [SailfishDevel] Division by zero in Slider.qml

2014-01-16 Thread Marcin M.
In the second case it's not 0, but 10. -- Marcin 2014/1/16 Hendrik Borghorst > Hello folks, > > I've noticed some strange behaviour in Silica Silder. If you set > minimumValue=maximumValue , the handle gets invisible and cannot get > activated > again. > > if you've a look at (except from Slid

Re: [SailfishDevel] SailfishOS SDK January update available today.

2014-01-16 Thread Antoine Reversat
Release notes == changelog. On Thu, Jan 16, 2014 at 2:11 AM, Tone Kastlunger wrote: > Changelog? :) > > > > On Wed, Jan 15, 2014 at 5:24 PM, Jarko Vihriala > wrote: > >> >> Hello again, >> >> Today at 16:00 UTC we are publishing a little update on SailfishOS SDK. >> The update itself touches

[SailfishDevel] Fwd: Sharing a common OfflineStorage DB between multiple Sailfish apps.

2014-01-16 Thread christopher . lamb
Hi all This morning on the train on the way to work I tried the following to change the location of the offlineStorage DB: The c++ main function of the demo app CreateDBQt5 now looks like this: int main(int argc, char *argv[]) { QScopedPointer app(SailfishApp::application(argc, argv));