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

2014-01-31 Thread Andrey Kozhevnikov
you might need to use specific field for section name and write uppercase first letter to it. On 01.02.2014 02:32, Norbert Wenzel wrote: Sorry for tofu, I'm not able to manage the Google webmail reply interface correctly, and I don't have my Thunderbird with me atm. I just wanted to say that

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

2014-01-31 Thread Norbert Wenzel
Sorry for tofu, I'm not able to manage the Google webmail reply interface correctly, and I don't have my Thunderbird with me atm. I just wanted to say that since updating to the new Sailfish version (1.0.3.8) the problem seems to be gone. I can't confirm that for the your test, but the page I made

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

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

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

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

2014-01-29 Thread Gabriel Böhme
Hi Chris, I can reproduce this behavior with the code you posted and it seems to be a bug. I have encountered some days ago also a problem with section handling. If you are appending a new Item to the list, while you use FullString section headers, it's creating a new section, even if it is alrea

[SailfishDevel] ListView with SectionDelegate (Strange Behaviour)

2014-01-29 Thread christopher . lamb
Hi all I have come across some more strange behaviour. 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 (e.g between Anne and Babs in th