[SailfishDevel] Module 'Sailfish.Silica' does not contain a module identifier directive

2013-08-05 Thread christopher . lamb
Hi I am probably in danger of being over pedantic, but according to http://qt-project.org/doc/qt-5.0/qtqml/qtqml-modules-qmldir.html the Sailfish Silica qmldir file should start with the line module Sailfish.Silica That would eliminate the error below: Module 'Sailfish.Silica' does not conta

Re: [SailfishDevel] DeclarativeWindowAttached: unsupported platform: "wayland"

2013-08-05 Thread christopher . lamb
Hi Robin Thanks, I have also just found out that the default "Hello Sailors" app gives the same error, so as you say it is not down to me ... Maybe this one for the Known Issues Page under a heading "Errors you can Ignore..." Chris Zitat von "Robin Burchell" : On 5. aug. 2013, at 16:07

[SailfishDevel] DeclarativeWindowAttached: unsupported platform: "wayland"

2013-08-05 Thread christopher . lamb
Hi All Any idea what might be causing the error: DeclarativeWindowAttached: unsupported platform: "wayland" After my app (newly ported to Alpha 2) starts up this error appears twice. So far I have no clue what is causing it. Chris ___ SailfishOS

[SailfishDevel] Porting LocalStorage to Qt5: Blog updated

2013-08-05 Thread christopher . lamb
Hi Erlend As promised, I have just updated my Sailfish Blog with my experiences in updating LocalStorage from Qt4 Style to the new Qt5 style supported by the Sailfish Alpha 2. http://flyingsheeponsailfish.blogspot.ch/2013/08/alpha-2-migrating-localstorage-from-qt4.html mfg Chris Zitat vo

Re: [SailfishDevel] Notification During Voice Call

2013-08-05 Thread Thomas B. Rücker
On 08/03/2013 11:16 PM, FIlip Kłębczyk wrote: > W dniu 03.08.2013 21:36, Josh Alner | Killer Mobile Software pisze: >> In meego(Harmattan) we had used APIs from >> #include or #include >> to get notified during calls (voice calls). I'm not seeing any >> equivalent in SailfishOS. > > My guess is t

Re: [SailfishDevel] Bug in the Silica Reference docs and possible bug in the Dialog component

2013-08-05 Thread Matthew Vogt
Hi Superpelican. Thanks for catching the errors in the Dialog documentation, I will correct them. In your Clamshell dialog, you do not need to explicitly pop() the dialog page in response to the accept action; it is popped by the user's interaction (either a drag or an 'Accept' click), and the a

[SailfishDevel] Alpha 2: Installation of QtQuick LocalStorage "plugin"

2013-08-05 Thread christopher . lamb
Hi All I spent some time this morning migrating the part of one of my apps that uses Qt LocalStorage from the old Alpha to the new Alpha. I now have everything up and running tickity-bo. One of the key problems was that I was getting errors similar to the one below: "file:///opt/sdk/QT5T

[SailfishDevel] Consumer question: DRM

2013-08-05 Thread René Vangsgaard
Hi Will Sailfish/Jolla support some of the DRM services, for example Netflixh, HBO and others? According to the website, no, but will it work as Android apps on top of the Android layer/emulator? I think this is a requirement for a consumer OS and device. Thank you, René

Re: [SailfishDevel] sqlite "out of memory" error

2013-08-05 Thread Erlend Böe
Hoi Chris I will use the localstorage for my settings, so a blog entry would very much be appreciated :-) My main DB is however opened in C++, to do this I use the QSqlDatabase class. it then fails with out of memory on open(). In Alpha 1 it worked perfectly. QSqlDatabase db = QSqlDatabase:addD

[SailfishDevel] Fwd: Re:sqlite "out of memory" error

2013-08-05 Thread christopher . lamb
Sali Erlend Sorry, pressed send too soon on my last ... How exactly are you trying to access Sqlite? via QtQuick LocalStorage API, or by some other means? The error message you quote sounds as though the Emulator is having problems opening a 1.7 GB Database due to memory problems. I think

Re: [SailfishDevel] sqlite "out of memory" error

2013-08-05 Thread christopher . lamb
Zitat von "Erlend Boe" : Hoi Chris after using the patch, it is also working for me. However, I have some other problems: * opening my sqlite DB (1.7 GB) fails with QSqlError(-1, "Error opening database", "out of memory") * debugging fails with "connection to remote server failed: tcp:loc