[SailfishDevel] Gstreamer HTTP source element

2014-01-28 Thread Antoine Reversat
Hi, I'm trying to set up a gstreamer pipeline to read from an http source but I can't find a source element that handles http. On my desktop machine I can use souphttpsrc but this is not present on my jolla emulator. I tried using uridecodebin but it says : "No URI handler implemented for "http""

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

2014-01-28 Thread Andrea Bernabei
The sane way to have the Theme element exported is via qmlRegisterSingletonType() so I think that's what sailors are doing :) About the import, they probably just registered the singleton type using the Sailfish.Silica import URI, so you don't have to import another module to be able to access the

Re: [SailfishDevel] (USB) access to sdcard?

2014-01-28 Thread Wim de Vries
Hi Bernd, Possibly you'll earlier ready than I. I will just keep storage local for now. Thanks. r wim On 01/26/2014 07:13 PM, Bernd Wachter wrote: Wim de Vries writes: Hi, Currently the SDCARD is mounted at /run/usr/10/media/sdcard. Can I hard-code this into my app, or will it change in

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

2014-01-28 Thread christopher . lamb
Hi Thomas I was hoping you would answer 8-) The .js route did occur to me, but I initially decided to make that "Plan B". As the list of UX constants will be used by most of the QML files in my project, a shared js script (i.e. defined as .pragma library) would seem to be the way to go. But

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 functionality

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 SoftwareInputP

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? > > Har

[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] 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." : You mean unclosed brackets? With the MeeGo components such thing always was being reported in the log... -- Marcin 2014-01-28 Gabriel Böh

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 > 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 sc

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. wrote: > > > > Why can it happen? > > > Something similar has happened to me when a

Re: [SailfishDevel] White screen and no errors

2014-01-28 Thread Luciano Montanaro
On Tue, Jan 28, 2014 at 2:51 PM, Marcin M. 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 on no account be allo

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 rpmvalida

[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 Wayla

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 pro

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 m

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

[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 som

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 Matt