Re: [Development] QList

2017-03-21 Thread André Somers
Op 21/03/2017 om 16:55 schreef Thiago Macieira: > Em terça-feira, 21 de março de 2017, às 05:22:31 PDT, André Somers escreveu: >> Op 20/03/2017 om 23:43 schreef Kevin Kofler: >>> Marc Mutz wrote: https://github.com/KDE/libkleo/blob/2fe48b77ba61fada80eaace8cb71dd0fd1326

Re: [Development] QList

2017-03-21 Thread Thiago Macieira
Em terça-feira, 21 de março de 2017, às 05:22:31 PDT, André Somers escreveu: > Op 20/03/2017 om 23:43 schreef Kevin Kofler: > > Marc Mutz wrote: > >> https://github.com/KDE/libkleo/blob/2fe48b77ba61fada80eaace8cb71dd0fd1326 > >> 5ae/src/kleo/stl_util.h> > > Thanks for proving my point that the

Re: [Development] Diff between Qt-5.7.1 and Qt-5.8.0 on Android - Pointer Below the Cursor at Text Fields

2017-03-21 Thread Olivier Goffart
On Sonntag, 19. März 2017 09:39:57 CET Robert Iakobashvili wrote: > Hi, > Sorry for cross-posting, but maybe Qt Android maintainer is knowledgeable > about the issue below. > > Nexus-7 with Android-6 > > The same Qt app built with 5.7.1 works properly > and with 5.8.0 appears a blue pointer down

Re: [Development] QList

2017-03-21 Thread André Somers
Op 20/03/2017 om 23:43 schreef Kevin Kofler: > Marc Mutz wrote: >> https://github.com/KDE/libkleo/blob/2fe48b77ba61fada80eaace8cb71dd0fd13265ae/src/kleo/stl_util.h > Thanks for proving my point that the STL APIs require tons of copy > boilerplate in every project. > > That's not just your

Re: [Development] QList

2017-03-21 Thread Kevin Kofler
Marc Mutz wrote: > Ah, QToolBoxPrivate::PageList? > > You think you need QArrayList-as-a-class for that? > > The answer is no: https://codereview.qt-project.org/188941 So that code was already not broken. Kevin Kofler ___ Development mailing

Re: [Development] QList

2017-03-21 Thread Lars Knoll
Yes, as Thiago nicely points out there is a long history. But using QList as the name for something that we’d nowadays would call an array for Qt 4.0 is something that was indeed somewhat inspired by Java. We were looking a lot at the APIs provided in other languages (Java being the closest one