Re: [SailfishDevel] How can I setup calendar access via QML ?

2014-01-28 Thread Matthias Barmeier
Hi, I have successfully gained read access to the calender. After reverse engineering the jolla calendar. Hopefully write access will work too . Ciao Matze Am 27.01.2014 13:18, schrieb Pekka Vuorela: On Sat, 2014-01-25 at 17:48 +0100, Ove Kåven wrote: Den 25. jan. 2014 13:55, skrev

[SailfishDevel] App own C++ plugin equivalent to Silica Theme

2014-01-28 Thread christopher . lamb
Hi All I would like to create a C++ plugin for my app to export common UX settings as constants to the QML side (Things like font sizes, margin sizes that reoccur throughout the app.) In essence I want something very similar to the functionality offered by by the Silica Theme. After

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

2014-01-28 Thread Juha Kallioinen
Hello, another minor update to the SDK Build Engine was released today. The update concerns again only the SDK Control Center, which gets some performance improvements, layout changes and provides a Check for updates now button in the Updates page. You should see updates available for the

Re: [SailfishDevel] Segmentation fault: No such file or directory.

2014-01-28 Thread Sylvain B .
From: aaron.mccar...@jolla.com To: devel@lists.sailfishos.org Date: Tue, 28 Jan 2014 11:19:12 +1000 Subject: Re: [SailfishDevel] Segmentation fault: No such file or directory. Hi, I replied to a duplicate email off list. Yes sorry my bad, I originally replied only to you by mistake

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

2014-01-28 Thread christopher . lamb
Hi Juha On the first attempt I got this error: Operation Failed finished: Updating SDK Engine - exited with status 4 History: - File './noarch/sdk-harbour-rpmvalidator-1.3-10.6.1.jolla.noarch.rpm' not found on medium 'http://releases.sailfishos.org/sdk/latest/hotfixes/i486/' - Can't

[SailfishDevel] White screen and no errors

2014-01-28 Thread Marcin M.
Hi, I'm giving one more go at my Sailfish app, but when I try to run it, I get a white screen only. The log is [D] QQmlDebuggingEnabler::QQmlDebuggingEnabler:1392 - QML debugging is enabled. Only use this in a safe environment. [D] QWaylandEglIntegration::QWaylandEglIntegration:58 - Using

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

2014-01-28 Thread Juha Kallioinen
Hi, this could have been some temporary cache hiccup. The rpmvalidator package was also updated to version sdk-harbour-rpmvalidator-1.4-10.7.1.jolla.noarch. The previous package version was what your error message shows. I neglected to mention in my original message that also the

Re: [SailfishDevel] White screen and no errors

2014-01-28 Thread Luciano Montanaro
On Tue, Jan 28, 2014 at 2:51 PM, Marcin M. marmistrz...@gmail.com wrote: Why can it happen? Something similar has happened to me when a QML file cannot be parsed. Check those curly brackets! :) Luciano -- Luciano Montanaro Anyone who is capable of getting themselves made President should

Re: [SailfishDevel] White screen and no errors

2014-01-28 Thread Gabriel Böhme
Hi, but an error in the QML file - *should* throw an error message on the console?! Gabriel. Am Dienstag, den 28.01.2014, 15:25 +0100 schrieb Luciano Montanaro: On Tue, Jan 28, 2014 at 2:51 PM, Marcin M. marmistrz...@gmail.com wrote: Why can it happen? Something similar has

Re: [SailfishDevel] White screen and no errors

2014-01-28 Thread Marcin M.
You mean unclosed brackets? With the MeeGo components such thing always was being reported in the log... -- Marcin 2014-01-28 Gabriel Böhme m.gabrielboe...@googlemail.com Hi, but an error in the QML file - *should* throw an error message on the console?! Gabriel. Am Dienstag, den

Re: [SailfishDevel] White screen and no errors

2014-01-28 Thread christopher . lamb
Hi Marcin How did you deploy? Have you checked the QtCreator compile output as well as the application output? Grüsse Chris Zitat von Marcin M. marmistrz...@gmail.com: You mean unclosed brackets? With the MeeGo components such thing always was being reported in the log... -- Marcin

[SailfishDevel] Interacting with the Sailfish Software Input Panel from code

2014-01-28 Thread christopher . lamb
Hi all Is there any way to interact with the Jolla Software Input Panel (Visual Keyboard9 from Code? i.e. Are any signals emitted when it opens / closes? Are there any methods to open and close it? Harmattan had things like panelOpen and closeSoftwareInputPanel(); So far in Sailfish all I

Re: [SailfishDevel] Interacting with the Sailfish Software Input Panel from code

2014-01-28 Thread Pekka Vuorela
On Tue, 2014-01-28 at 17:14 +0100, christopher.l...@thurweb.ch wrote: Hi all Is there any way to interact with the Jolla Software Input Panel (Visual Keyboard9 from Code? i.e. Are any signals emitted when it opens / closes? Are there any methods to open and close it? Harmattan had

Re: [SailfishDevel] Interacting with the Sailfish Software Input Panel from code

2014-01-28 Thread christopher . lamb
Hi Pekka thanks, that's it! Now using Qt.inputMethod.show() I have found this documented as a 4.8 to 5.0 change. http://qt.apidoc.info/5.2.0/qtdoc/qtquick-porting-qt5.html I think it would be helpful if the Silica documentation of the TextArea component also referred to the

Re: [SailfishDevel] App own C++ plugin equivalent to Silica Theme

2014-01-28 Thread Thomas Perl
On 2014-01-28 10:59, christopher.l...@thurweb.ch wrote: I would like to create a C++ plugin for my app to export common UX settings as constants to the QML side (Things like font sizes, margin sizes that reoccur throughout the app.) In essence I want something very similar to the