[SailfishDevel] Fwd: Re: ListView with SectionDelegate (Strange Behaviour)

2014-01-30 Thread christopher . lamb
Hi All Just a minor clarification: The bug occurs (on Sailfish) both with SilicaListView, and with the bog standard ListView elements. Grüsse Chris - Weitergeleitete Nachricht von m.gabrielboe...@googlemail.com - Datum: Thu, 30 Jan 2014 23:57:23 +0100 Von: "Gabriel Böhme

Re: [SailfishDevel] ListView with SectionDelegate (Strange Behaviour)

2014-01-30 Thread Gabriel Böhme
Hi again, I can add, that the append/insert "bug" is also happening in Qt 5.2. But maybe it's not really a bug, because appending means -> okay add it at the end of the list. With a model coming from C++ side, it could be possible to order it, the way you want it, every time a new item is added. B

[SailfishDevel] Carsten Munk FOSSDEM talk

2014-01-30 Thread Rigoberto Calleja
Hi, Is Carsten's Munk talk at FOSSDEM going to be streamed or recorded? Thanks! ___ SailfishOS.org Devel mailing list

Re: [SailfishDevel] ListView with SectionDelegate (Strange Behaviour)

2014-01-30 Thread christopher . lamb
Sali Norbert thanks for your confirmation. I have not filed a bug report with the Qt-Project, as my tests on Desktop, Android etc indicate that this is not a general Qt 5.x bug, but a Sailfish specific one. (Despite my expectations, I got expected behaviour on those platforms). My unders

Re: [SailfishDevel] ListView with SectionDelegate (Strange Behaviour)

2014-01-30 Thread Norbert Wenzel
On 01/29/2014 07:56 PM, christopher.l...@thurweb.ch wrote: This time it is a ListView / SilicaListVew with a SectionDelegate based on FirstCharacter. For the items initially displayed this works well, with the section headers exactly where I would expect them[...] But as I flick up, I then a sec

[SailfishDevel] Handling incoming call

2014-01-30 Thread Markus Peltola
Hello all I'm looking for way to observe and hangup incoming calls for my blacklist app. I have found that it might be possible with telepathy but haven't found any more information. Is there any documentation about this or is there other ways to do it.

Re: [SailfishDevel] FOSDEM 2014 special for community

2014-01-30 Thread itviewer
Seems that jolla has forgotten china,whatever,I've been waiting so tired. ——“Stay tuned”!!! Happy Chinese New Year and greetings from Beijing ma xinjun From: Carol Chen Date: 2014-01-30 15:15 To: devel Subject: [SailfishDevel] FOSDEM 2014 special for community Dear developers, FOSDEM 2014

Re: [SailfishDevel] How to flick horizontally and vertically inoneview?

2014-01-30 Thread Gabriel Böhme
Hi Tobi, maybe a PathView allows you to do what you want. Should be possible to tune it to work like the Jolla calendar app. But it's a good idea to look in the official Jolla files, as well. Maybe there is a much better solution. :) Gabriel. 2014-01-30 sailfishmail > Hi, > > You can have a p

Re: [SailfishDevel] Different behavior when starting application from QtCreator or Launcher

2014-01-30 Thread Juha Kallioinen
On 30.01.2014 11:21, Luciano Montanaro wrote: Hello everybody, maybe someone may shed some light on this odd behavior: I have implemented an active cover in my train timetable application, where the action is enabled when a certain property in a C++ object (a string) has a length different from

Re: [SailfishDevel] Different behavior when starting application from QtCreator or Launcher

2014-01-30 Thread christopher . lamb
Luciano Is it possible that your C++ object is not defined? (and therefore the length > 0 test is failing?) Chris Zitat von "Luciano Montanaro" : Hello everybody, maybe someone may shed some light on this odd behavior: I have implemented an active cover in my train timetable application,

[SailfishDevel] Different behavior when starting application from QtCreator or Launcher

2014-01-30 Thread Luciano Montanaro
Hello everybody, maybe someone may shed some light on this odd behavior: I have implemented an active cover in my train timetable application, where the action is enabled when a certain property in a C++ object (a string) has a length different from zero. This property is set by the application wh

Re: [SailfishDevel] bidirectional channel toward people reviewing apps in Jolla harbour?

2014-01-30 Thread Zoltán Lutor
thx 2014-01-29 Reto Zingg > Hi, > > > On 29.01.2014 17:07, Zoltán Lutor wrote: > >> Hi, >> >> What is the preferred channel for bidirectional communication with >> people reviewing our apps submitted into Jolla Harbour? >> > > use: developer-care at jolla.com > > br > Reto > > Thx, >> >>

Re: [SailfishDevel] ListView with SectionDelegate (Strange Behaviour)

2014-01-30 Thread christopher . lamb
Hi Gabriel Thank you for taking the time to reproduce this issue. It is reassuring to know that based on the admittedly slim evidence of this issue alone I am not going completely mad! I agree that the 2 issues sound related (I will have a poke around with your code later today). Based