[SailfishDevel] Repository Wishlist

2014-02-05 Thread Erlend Böe
Dear David, As a user I would like to have a repo with the following characteristics: * Guarantee that apps do not break my device by installing incompatible versions of libraries. * App Ratings, and download numbers, and ability to sort the list of apps based on these. * App comments * Easy sea

[SailfishDevel] Silica issue on coverpage: Opacity value is ignored in CoverBackground if a label is truncated with fading

2014-02-05 Thread Tigre-Bleu
Hi guys, If in a cover, a label is truncated with truncationMode: TruncationMode.Fade then the opacity value is ignored. For code example and screenshot, see the following bug report: https://github.com/Buschtrommel/ocNews/issues/27#issuecomment-34267086 I think it is an issue with Silica comp

Re: [SailfishDevel] QtWebKit QWebView

2014-02-05 Thread Andrey Kozhevnikov
most of extra packages are not preinstalled by default. you should install development packages using SDK Control Center, and add dependencies to your yaml/spec for installing all required packages on target devices. On 06.02.2014 01:52, Samuli Silvius wrote: Hi, So how to find what Qxxx cla

Re: [SailfishDevel] QtWebKit QWebView

2014-02-05 Thread Samuli Silvius
Hi, So how to find what Qxxx classes are supported and what not? E.g. this porting guide suggest to use QT += webkitwidgets http://www.jollausers.com/2013/08/harmattan2sailfish/ But if I try that Jolla SDK just says error: Unknown module(s) in QT: webkitwidgets Is there any way to use "QWebPa

Re: [SailfishDevel] Preventing deep sleep for a few seconds?

2014-02-05 Thread Thomas Tanghus
On Wednesday 05 February 2014 08:16:32 Valerio Valerio wrote: > Hi, > > On 05/02/14 02:58, Thomas Tanghus wrote: > > On Monday 03 February 2014 22:58:42 Ove Kåven wrote: > >> But for scheduled wakeups (say I want the next synchronization to occur > >> after 6 hours), I suppose the best option is t

Re: [SailfishDevel] FOSDEM Community follow-up - open source app community

2014-02-05 Thread David Greaves
On 04/02/14 07:40, "Thomas B. Rücker" wrote: > My question has been lingering for a while. ( > https://together.jolla.com/question/13605/visible-open-source-app-community-supported-by-jolla/ > ) > > But during FOSDEM we had a Sailfish/Jolla Community Round-Table ( > https://together.jolla.com/ques

Re: [SailfishDevel] how to get qml debug output to file

2014-02-05 Thread Robin Burchell
On 04 Feb 2014, at 22:37, Tero Siironen wrote: > Andrey Kozhevnikov kirjoitti 4.2.2014 kello 23.14: > >> This is messages handler i'm using in my projects: > > > This doesn’t seem to make a difference for me, the log file still contains > only c++ side debug prints, qml prints (like console.l

Re: [SailfishDevel] Sideload Native App To Sailfish

2014-02-05 Thread Reto Zingg
Hi, On 05.02.2014 09:18, christopher.l...@thurweb.ch wrote: No rooting (or jailbreaking) pr verboten-hacks required. Just put the phone into developer mode. In theory any user can do this with a few clicks. Then you can install anything that will run. However this route does imply that the us

Re: [SailfishDevel] Preventing deep sleep for a few seconds?

2014-02-05 Thread Valerio Valerio
On 05/02/14 10:04, Ove Kåven wrote: Den 05. feb. 2014 07:16, skrev Valerio Valerio: Hi, On 05/02/14 02:58, Thomas Tanghus wrote: On Monday 03 February 2014 22:58:42 Ove Kåven wrote: But for scheduled wakeups (say I want the next synchronization to occur after 6 hours), I suppose the best opt

Re: [SailfishDevel] Sideload Native App To Sailfish

2014-02-05 Thread Janne Kokko
And infact you don't even need Filemanager for that: 1) download an RPM using Jolla Browser 2) Open Jolla Store and keep it open in background 3) Go to Settings -> Transfers 4) Click the downloaded rpm file (nothing seems to happen) 5) Switch to Jolla Store and click "Install" This method also wo

Re: [SailfishDevel] Preventing deep sleep for a few seconds?

2014-02-05 Thread Ove Kåven
Den 05. feb. 2014 07:16, skrev Valerio Valerio: Hi, On 05/02/14 02:58, Thomas Tanghus wrote: On Monday 03 February 2014 22:58:42 Ove Kåven wrote: But for scheduled wakeups (say I want the next synchronization to occur after 6 hours), I suppose the best option is to use "timed"? I made a QML p