Re: [SailfishDevel] Provide onLinkActiviated in DetailItem.value?

2015-06-26 Thread Giuliettasw
Onclick? Von meinem iPad gesendet > Am 26.06.2015 um 15:18 schrieb Andrea Scarpino : > >> On Fri, Jun 26, 2015 at 1:25 PM, Tone Kastlunger >> wrote: >> Does Qt.openUrlExternally not work for you? > > On which slot? > There is no onLinkActiviated, neither onClicked in a DetailItem. > _

Re: [SailfishDevel] Provide onLinkActiviated in DetailItem.value?

2015-06-26 Thread Andrea Scarpino
On Fri, Jun 26, 2015 at 1:25 PM, Tone Kastlunger wrote: > Does Qt.openUrlExternally not work for you? > On which slot? There is no onLinkActiviated, neither onClicked in a DetailItem. ___ SailfishOS.org Devel mailing list To unsubscribe, please send a

Re: [SailfishDevel] Provide onLinkActiviated in DetailItem.value?

2015-06-26 Thread Andrea Scarpino
On Fri, Jun 26, 2015 at 1:09 PM, Pekka Vuorela wrote: > Easy way: just create your own version of DetailItem that supports the > functionality. > Thanks, however mine is a suggestion for Sailfish APIs, I'm not looking for workarounds :-) ___ SailfishOS

Re: [SailfishDevel] Provide onLinkActiviated in DetailItem.value?

2015-06-26 Thread Tone Kastlunger
Does Qt.openUrlExternally not work for you? Best, tortoisedoc On Fri, Jun 26, 2015 at 2:09 PM, Pekka Vuorela wrote: > pe, 2015-06-26 kello 12:30 +0200, Andrea Scarpino kirjoitti: > > Hi, > > would be possible to propagate value.onLinkActiviated signal in > > DetailItem? > > I guess that singnal

Re: [SailfishDevel] Provide onLinkActiviated in DetailItem.value?

2015-06-26 Thread Pekka Vuorela
pe, 2015-06-26 kello 12:30 +0200, Andrea Scarpino kirjoitti: > Hi, > would be possible to propagate value.onLinkActiviated signal in > DetailItem? > I guess that singnal also requires the value.textFormat to be > Text.RichText (maybe this is a stopper?) > > > > But it would allow links to be "cl

Re: [SailfishDevel] compile error

2015-06-26 Thread Rudi Timmermans
Hi Guys, Do you know a way to ignore the .DS_Store files when compile a RPM ? I have remove them manual but after a reboot of my system the are back. So i hope to found some why that the are not packed into the RPM file. --- Best r

[SailfishDevel] Provide onLinkActiviated in DetailItem.value?

2015-06-26 Thread Andrea Scarpino
Hi, would be possible to propagate value.onLinkActiviated signal in DetailItem? I guess that singnal also requires the value.textFormat to be Text.RichText (maybe this is a stopper?) But it would allow links to be "clicked" (e.g. open external browser on tap). Thanks! -- Andrea _

Re: [SailfishDevel] Data corruption during IO in deep sleep

2015-06-26 Thread Simo Piiroinen
On Sunday, June 21, 2015 04:44:20 PM Alexander Meshcheryakov wrote: > Hi all > > I suffer from data corruption when processes writes/reads large > amounts of data (~100MiB) from/to filesystem and Jolla enters deep > sleep mode. Looks like a kernel bug to me. ... > 2. Is there a way to prevent dev

Re: [SailfishDevel] compile error

2015-06-26 Thread Rudi Timmermans
Hi Lucien, Ok thanks this works perfect ;) --- Best regards! Rudi Timmermans. Op 26/06/15 om 09:06 schreef Lucien Xu: Hi Rudi, There are plenty of doc scattered on the internet. The secret is to use QT_TR_NOOP in

Re: [SailfishDevel] compile error

2015-06-26 Thread Lucien Xu
Hi Rudi, There are plenty of doc scattered on the internet. The secret is to use QT_TR_NOOP in the ListElement because you are not allowed to script what's inside a ListElement. See for instance this bug report https://bugreports.qt.io/browse/QTBUG-11403. Especially this example given in th