Re: [SailfishDevel] Sailfishos.org site renewal!

2015-02-05 Thread Kaj-Michael Lang
On la, 2015-01-31 at 12:43 +0100, Timur Kristóf wrote: - the old link says 404 and I can't find the same stuff on the new web site. Related, MerSDK VM points to https://sailfishos.org/develop-faq.html for help, but that does not exist anymore. Otherwise the nice site look good, but please

Re: [SailfishDevel] TextArea | Using EnterKey.onClicked

2015-02-05 Thread Nicolas Cisco
In the previous email, I transcribed wrongly the qml keys example. The correct example is: TextArea { id: textArea EnterKey.onClicked: console.log(EnterKey.onClicked) Keys.onEnterPressed: console.log(Keys.onEnterPressed) Keys.onPressed: console.log(Keys.onPressed)

Re: [SailfishDevel] Front camera access

2015-02-05 Thread Mohammed Hassan
On Fri, Feb 06, 2015 at 01:37:24AM +0500, Andrey Kozhevnikov wrote: SailfishOS yes, but gstreamer1.x is available in repo GStreamer 1.x is available but: 1) It's not yet allowed in Harbour 2) It's not fully functional yet Cheers, 05.02.2015 23:11, Dmitry пишет: AFAIK, Sailfish OS

[SailfishDevel] TextArea | Using EnterKey.onClicked

2015-02-05 Thread Nicolas Cisco
Hi, I'm using the EnterKey.onClicked in a TextArea, the problem is that if I retrieve the text area's text in the callback function, it has a trailing newline (the enter input). Is there a way to prevent the enter key?. I though of striping the enterkey by hand in the callback like `textArea.text

Re: [SailfishDevel] Front camera access

2015-02-05 Thread Mohammed Hassan
On Thu, Feb 05, 2015 at 01:06:08PM +0200, Billy Pitiot wrote: Hi all, I am currently trying to access the front camera of the Jolla phone. I managed to get a VideoOutput to display the rear camera using import QtMultimedia 5.0 but I do not understand how to change to the front camera.

Re: [SailfishDevel] Front camera access

2015-02-05 Thread Andrey Kozhevnikov
for front camera i don't know if Harbour-allowed ways are exists. And for gstreamer you need to add BuildRequires matching your missing development packages added to spec 05.02.2015 16:06, Billy Pitiot пишет: Hi all, I am currently trying to access the front camera of the Jolla phone. I

Re: [SailfishDevel] Front camera access

2015-02-05 Thread Dmitry
AFAIK, Sailfish OS currently using gstreamer-0.10 On 5 February 2015 at 13:06, Billy Pitiot bi...@aito-touch.com wrote: Hi all, I am currently trying to access the front camera of the Jolla phone. I managed to get a VideoOutput to display the rear camera using import QtMultimedia 5.0 but I

Re: [SailfishDevel] Front camera access

2015-02-05 Thread Andrey Kozhevnikov
SailfishOS yes, but gstreamer1.x is available in repo 05.02.2015 23:11, Dmitry пишет: AFAIK, Sailfish OS currently using gstreamer-0.10 On 5 February 2015 at 13:06, Billy Pitiot bi...@aito-touch.com mailto:bi...@aito-touch.com wrote: Hi all, I am currently trying to access the