[SailfishDevel] Changelog in rpm

2014-04-10 Thread kim
Hi Do you know how I can add a changelog file to the RPM package from the creator (like we did in the Harmattan SDK), and how it should be formatted ? /Kim ___ SailfishOS.org Devel mailing list

Re: [SailfishDevel] Landscape mode in Sailfish?

2014-04-10 Thread Thomas Perl
Hi, On 2014-04-07 13:00, Iosif Hamlatzis wrote: ok I have managed to rotate my display and convert the touch co-ordinates but I have a lot flashes on the screen. I presume it has to do with the call to glScissor At some places in my code I call glScissor and glGetIntegerv modify and retrieve

Re: [SailfishDevel] Changelog in rpm

2014-04-10 Thread Juha Kallioinen
On 10.04.2014 10:50, k...@foder.dk wrote: Hi Do you know how I can add a changelog file to the RPM package from the creator (like we did in the Harmattan SDK), and how it should be formatted ? Hi Kim, short answer: no. Longer answer: There's no direct support for changelogs in Qt Creator f

[SailfishDevel] ShaderEffect QML element

2014-04-10 Thread Luca Donaggio
Hi, Is ShaderEffect QML element supposed to work on device (I'm on 1.0.4.20)? I'm always getting this error (content of log property): QOpenGLShader::compile(Fragment): failed *** Problematic Fragment shader source code *** [W] QOpenGLShaderPrivate::compile:326 - #ifndef GL_FRAGMENT_PRECISION

Re: [SailfishDevel] ShaderEffect QML element

2014-04-10 Thread Luca Donaggio
I replied myself: the problem was with this syntax in my fragment shader code: vec2(-0.75f, -0.5f) it's legal inside the emulator but *not on real device*. Of course, all it takes to make it work is using float() constructor: vec2(float(-0.75), float(-0.5)) Hope it could help someone else.

Re: [SailfishDevel] ShaderEffect QML element

2014-04-10 Thread David Greaves
caveat: I'm pretty new to GLSL For me: vec2(-0.75, -0.5) is fine. Note that integers like: vec2(-0.75, 1) fail. I will be putting the glsl validation and optimiser tool into mer-tools 'soon'. (Sooner now I know other people are playing with it) David On 10/04/14 12:50, Luca Donaggio wrot

Re: [SailfishDevel] ShaderEffect QML element

2014-04-10 Thread Luca Donaggio
Thanks a lot David! I'm pretty new to GLSL as well, I reached my conclusion with trial-and-error (basically commenting out each and every line of code in my fragment shader until I found the offending one) and I'm sure I tried your solution at least once, but to no avail. Oh well, now it works, s

[SailfishDevel] Email Application - cannot download attachments - a feature?!

2014-04-10 Thread Simon Bolek
hi there, so there is this Email Application on my pretty jolla mobile phone. I can successfully receive and send emails (WOW! this is a great so far), however when i try to download a nice attachment (e.g. a jpg file) someone sent to me, this is not possible. I tap on the attachment and the progr

Re: [SailfishDevel] Email Application - cannot download attachments - a feature?!

2014-04-10 Thread Valerio Valerio
Hi, On Thu Apr 10 2014 22:28:15 GMT+0300 (EEST), Simon Bolek wrote: > hi there, > > > so there is this Email Application on my pretty jolla mobile phone. I can > successfully receive and send emails (WOW! this is a great so far), however > when i try to download a nice attachment (e.g. a jpg

Re: [SailfishDevel] Email Application - cannot download attachments - a feature?!

2014-04-10 Thread Andreas Nilsson
Interesting. it forze at about 3/4 when useing 3g but finished correctly via wifi. This was from gmail, however that account is setup via defaults from jolla. Best regards Andreas On Thu, Apr 10, 2014 at 10:37 PM, Valerio Valerio wrote: > Hi, > > On Thu Apr 10 2014 22:28:15 GMT+0300 (EEST), Si

Re: [SailfishDevel] Email Application - cannot download attachments - a feature?!

2014-04-10 Thread Simon Bolek
Thank y'all, which ML would be the correct one? Maybe i am not the only one with this? I am only using wlan, which is connected with other feature (map is activating mobile data by itself - android like) i have problems with, which I posted already but no real solution was found...but let's not hij

Re: [SailfishDevel] Email Application - cannot download attachments - a feature?!

2014-04-10 Thread Valerio Valerio
Hi, On 11/04/14 08:41, Simon Bolek wrote: Thank y'all, which ML would be the correct one? Maybe i am not the only one with this? I am only using wlan, which is connected with other feature (map is activating mobile data by itself - android like) i have problems with, which I posted already but