[SailfishDevel] Random white screen issue, app has passed QA

2014-01-14 Thread Kaj-Michael Lang
Got my first app into the Harbour, works for me and obvisouly for QA too. But about 1/2 of the comments are people complaining that all they get is a white screen. That most likely is some error in the qml, a import plugin missing, but how can that be if QA passed it ? Any ideas? Oh, and the app

Re: [SailfishDevel] Random white screen issue, app has passed QA

2014-01-14 Thread Kaj-Michael Lang
On Tue, 2014-01-14 at 14:24 +0600, Andrey Kozhevnikov wrote: seems like you missed some of depends I realize that.. but how could it have passed QA then ? And afaik I use nothing that isn't included on the device from the start and I remember some mail was saying that you shouldn't include

Re: [SailfishDevel] Android QA proccess

2014-01-14 Thread Iekku Pylkka
Hi, Thank you for valid feedback. We have had resource problems to perform Android apps QA during vacation and get it up and running after vacations. Hopefully we are soon back on full speed. Thank you for your patience. See my replies above :) Br, Iekku Pylkkä -Original Message-

Re: [SailfishDevel] Random white screen issue, app has passed QA

2014-01-14 Thread Reto Zingg
Hi, On 14.01.2014 10:21, Kaj-Michael Lang wrote: Got my first app into the Harbour, works for me and obvisouly for QA too. But about 1/2 of the comments are people complaining that all they get is a white screen. That most likely is some error in the qml, a import plugin missing, but how can

Re: [SailfishDevel] Random white screen issue, app has passed QA

2014-01-14 Thread Kaj-Michael Lang
On Tue, 2014-01-14 at 10:34 +0200, Reto Zingg wrote: that is not by default on device. Add a dependency to: qt5-qtdeclarative-import-xmllistmodel that should fix it. We need to investigate how that could get pre installed to the device of the Harbour testers. Ok, thanks for the

Re: [SailfishDevel] Random white screen issue, app has passed QA

2014-01-14 Thread Reto Zingg
Hi, On 14.01.2014 10:34, Reto Zingg wrote: Hi, On 14.01.2014 10:21, Kaj-Michael Lang wrote: Got my first app into the Harbour, works for me and obvisouly for QA too. But about 1/2 of the comments are people complaining that all they get is a white screen. That most likely is some error in the

Re: [SailfishDevel] mersdk and kernel-devel

2014-01-14 Thread Kalle Jokiniemi
Hi, On 11.01.2014 14:30, Kimmo Lindholm wrote: Ok, I need to build the complete kernel to get Module.symvers … but I get error with “make modules”…. HELP I tried building that tree with my mer SDK and it worked.. I used following steps (inside mersdk): sb2 make sbj_defconfig sb2 make -j8

Re: [SailfishDevel] Release versioning best practice?

2014-01-14 Thread Luciano Montanaro
As far as I understand, the notation used is major.minor.patch-packageversion, with the packageversion reserved for the packager (changes to spec/yaml/ files). Since you are both the packager and the developer, you can always leave it to 0. Maybe, if you only fix packaging issues without

Re: [SailfishDevel] Disabling navigation gestures

2014-01-14 Thread Antoine Reversat
Yeah that's what I was going to do as a last resort :( On Tue, Jan 14, 2014 at 2:49 AM, Bob Jelica sailf...@jelica.se wrote: Hey, I’m fighting with the same problem. Only way, at least that I’ve found thus far, is to use backNavigation/forwardNavigation properties and then ”faking” the

[SailfishDevel] Jolla harbour website

2014-01-14 Thread Franck Routier (perso)
Hi, I suppose this is a known bug, but the stats on harbour are always at 0 (nr of downloads, likes, comments, ...), be on the dashboard, or on a specific app page. This is on the todo list, is't it ? BR, Franck ___ SailfishOS.org Devel mailing list

Re: [SailfishDevel] Jolla harbour website

2014-01-14 Thread Jukka Eklund
Related: https://together.jolla.com/question/10956/provide-some-basic-or-not-so-basic-app-usage-stats-for-the-developers/ Not so much votes in there yet though. On Tue, Jan 14, 2014 at 12:49 PM, Franck Routier (perso) a...@mecadu.orgwrote: Hi, I suppose this is a known bug, but the stats on

Re: [SailfishDevel] Release versioning best practice?

2014-01-14 Thread Thomas Tanghus
On Tuesday 14 January 2014 10:28 Luciano Montanaro wrote: As far as I understand, the notation used is major.minor.patch-packageversion, with the packageversion reserved for the packager (changes to spec/yaml/ files). Since you are both the packager and the developer, you can always leave

Re: [SailfishDevel] Jolla harbour website

2014-01-14 Thread Reto Zingg
Hi, On 14.01.2014 12:49, Franck Routier (perso) wrote: Hi, I suppose this is a known bug, but the stats on harbour are always at 0 (nr of downloads, likes, comments, ...), be on the dashboard, or on a specific app page. I would not call a missing feature a bug :-) This is on the todo list,

Re: [SailfishDevel] QML Timer stops running

2014-01-14 Thread Graham Cobb
On 14/01/14 01:14, Thomas Tanghus wrote: On Tuesday 14 January 2014 01:53 Ove Kåven wrote: No matter what OS or platform you're on, counting the number of times your timer callback is called is *never* a good idea, even on desktop PCs. Timer callbacks can be skipped for any number of reasons

Re: [SailfishDevel] Developer mode: SSH config and devel-su

2014-01-14 Thread Bernd Wachter
Graham Cobb g+jo...@cobb.uk.net writes: I would like to make a few changes to the login/auth setup for developer mode on my phone, to make it more similar to the other embedded devices I hack on. Does anyone see any problem with doing the following: 1) Put an authorized key in

Re: [SailfishDevel] QML Timer stops running

2014-01-14 Thread Thomas Tanghus
On Tuesday 14 January 2014 13:05 Graham Cobb wrote: On 14/01/14 01:14, Thomas Tanghus wrote: On Tuesday 14 January 2014 01:53 Ove Kåven wrote: No matter what OS or platform you're on, counting the number of times your timer callback is called is *never* a good idea, even on desktop PCs.

Re: [SailfishDevel] How to translate (lupdate) ?

2014-01-14 Thread Thomas Tanghus
On Monday 13 January 2014 16:28 Timur Kristóf wrote: Not sure what you mean by already performs all the checks you do - it doesn't check LANG, nor does it check QLocale::system().name() It does check LANG. That's how I test the translations: $ LANG=da_DK harbour-myapp On Mon, Jan 13, 2014

[SailfishDevel] MerSDK VM - src folder change (under Windows) not possible

2014-01-14 Thread Simon Bolek
hi, I have a difficulty in changing src shared folder for VM MerSDK in QtCreator. It seems impossible right now. Working on windows 7 with the latest SailfishOS installed. While installing I set, stupid me, Project Folder to: C:/path1/path1;C:/path2/path2 thinking QtCreator would understand both.

Re: [SailfishDevel] Mjpeg support in webview

2014-01-14 Thread Coley
When I try QtMultimedia to playback the stream as suggested it fails. I get an error - The QMediaPlayer object does not have a valid service I'm guessing I need to install some plugin, but what one should I install? Thanks, -Coley. On 13 January 2014 16:54, Coley coley.cur...@gmail.com wrote:

Re: [SailfishDevel] Android QA proccess

2014-01-14 Thread Maciej Jaros
Iekku Pylkka (2014-01-14 09:32): Hi, Thank you for valid feedback. We have had resource problems to perform Android apps QA during vacation and get it up and running after vacations. Hopefully we are soon back on full speed. Thank you for your patience. See my replies above :) Thank you,