[SailfishDevel] qtsvg imageformat not registered for first launch of app

2014-05-05 Thread Simon Persson
Hello! My game submission to harbour was recently rejected, I'm bringing up the issue here because I suspect the issue lies outside my app. Please help me either confirm this suspicion or point me to where my app could be missing something. The problem: 1. On a clean OS installation, install

[SailfishDevel] Preferred way to build rpm package depending on Python 3 on Sailfish ?

2014-05-05 Thread Roberto Colistete Jr.
Hi, I'd like to know your opinion about preferred way to build rpm package depending on Python 3 on Sailfish. For example, I have built IPython 2.0.0 : https://openrepos.net/content/rcolistete/ipython-sailfishos and SymPy 0.7.5 : https://openrepos.net/content/rcolistete/sympy-sailf

Re: [SailfishDevel] SDL2 on the market

2014-05-05 Thread Iosif Hamlatzis
ok thnx I'll start porting my rest of the games and submit them all at once On 6 May 2014 00:54, Bernd Wachter wrote: > Iosif Hamlatzis writes: > > > Should I resubmit my SDL2 game on the market or should I wait? > > > > Is there going to be an announcement when the SDL2 issue has been > reso

[SailfishDevel] Howto activate scrolling when the keyboard shows up ?

2014-05-05 Thread Matthias Barmeier
Hi, When trying to implement a simple dialog I got the problem that the keyboard hides the lower half of my dialog. I tried several things found but nothing worked. Could some one leave me a hint where to look or a code snippet how to make dialog scrollable, when the keyboard is activated.

Re: [SailfishDevel] SDL2 on the market

2014-05-05 Thread Bernd Wachter
Iosif Hamlatzis writes: > Should I resubmit my SDL2 game on the market or should I wait? > > Is there going to be an announcement when the SDL2 issue has been resolved? Please wait, we're not yet ready to allow new libraries in harbour intake. We're still working on solving the issue. Bernd __

[SailfishDevel] SDL2 on the market

2014-05-05 Thread Iosif Hamlatzis
Should I resubmit my SDL2 game on the market or should I wait? Is there going to be an announcement when the SDL2 issue has been resolved? ___ SailfishOS.org Devel mailing list

Re: [SailfishDevel] Scrolling to keyboard focus

2014-05-05 Thread Andrey Kozhevnikov
Answer is making your application working properly, because in all my apps text filelds and areas are scrolled as they should :) 05.05.2014 23:13, Marcin M. ?: Hi, A long time ago I was told that if the field with keyboard focus isn't visible then the view will be scrolled so that it is v