Re: [SailfishDevel] Video playback in application

2014-02-16 Thread AL13N
Hi, but then... how is the gallery video playback working??? it uses VideoOutput as well... this is a short reproducer: [nemo@localhost testvideo2]$ cat main.qml import QtQuick 2.0 import Sailfish.Silica 1.0 import QtMultimedia 5.0 ApplicationWindow {

Re: [SailfishDevel] Python and Qt Widgets development possible?

2014-02-16 Thread Marcin M.
Death? The folks on qt project said that qt widgets isn't gonna be dropped. -- Marcin 2014-02-16 16:40 GMT+01:00 christopher.l...@thurweb.ch: Dietmar Sailfish is very far from being QML only. Sailfish like all other platforms based on Qt5.X supports a rich mix of C++, QML and Javascript.

Re: [SailfishDevel] Getting odd error when attempting to use LocalStorage.changeVersion

2014-02-16 Thread Rob Hoelz
On Sat, 15 Feb 2014 17:42:15 +0100 Rob Hoelz r...@hoelz.ro wrote: On Sat, 15 Feb 2014 01:47:52 +0100 Rob Hoelz r...@hoelz.ro wrote: Hi all, I'm working on an update for my Sudoku application, and one of the new features necessitates a storage schema change. So I wrote a utility

Re: [SailfishDevel] Getting odd error when attempting to use LocalStorage.changeVersion

2014-02-16 Thread Sylvain B .
Thanks for the report on qt-project, I just faced this exact same issue this afternoon (my app is not released yet but I already wanted to see if a DB update will be possible). It's a shame not to be able to open the DB without specifying the version :/ Waiting for improvements on QML

[SailfishDevel] Inhibit PageStack back gestures on Map widget

2014-02-16 Thread Tigre-Bleu
Hi, I have a Pagestack where a page is displaying a map with QtLocation Map {} element. I can pan the map to the top/bottom/right but if I try to pan to the left, the OS thinks it is a swipe back and pop the page out. I would expect that the Map {} element intercepts all mouse events when

Re: [SailfishDevel] Video playback in application

2014-02-16 Thread Mohammed Hassan
On Sun, Feb 16, 2014 at 11:08:10PM +0100, AL13N wrote: Op zondag 16 februari 2014 19:34:29 schreef Mohammed Hassan: On Sun, Feb 16, 2014 at 04:31:24PM +0100, Ove Kåven wrote: Den 16. feb. 2014 11:32, skrev AL13N: Hi, but then... how is the gallery video playback working??? it uses

[SailfishDevel] Preventing auto sleep and detecting sleep mode

2014-02-16 Thread Arvid Fahlström Myrman
Hi, I have two questions relating to sleep mode: First, is it possible for an application to prevent the Jolla from automatically entering sleep mode e.g. while on a specific page? An example use case would be when using navigation apps while driving, where you need the screen to be on at all

Re: [SailfishDevel] Inhibit PageStack back gestures on Map widget

2014-02-16 Thread Aaron McCarthy
Hi, On Sun, 16 Feb 2014 18:29:55 Tigre-Bleu wrote: I have a Pagestack where a page is displaying a map with QtLocation Map {} element. I can pan the map to the top/bottom/right but if I try to pan to the left, the OS thinks it is a swipe back and pop the page out. I would expect that the