Re: [Development] Is QMap Broken

2014-11-09 Thread Robert Steckroth
[SOLVED]: After perusing the qmap.h libraiy I found the reason why QMap was keeping a sorted node list. There is a few of these calls to qMapLessThanKey which is doing variant comparison. template inline bool qMapLessThanKey(const Key &key1, const Key &key2) { return key1 < key2; } Any wa

Re: [Development] The dark side of QtMultimedia

2014-11-09 Thread Kevin Kofler
Gianluca wrote: > Phonon ?!?! > Please can you give us some links to this Phonon for Qt5 ? https://phonon.kde.org/ (some of the linked wiki information is outdated) https://projects.kde.org/projects/kdesupport/phonon http://download.kde.org/stable/phonon/ Build the latest release with -DPHONON_BUI

Re: [Development] The dark side of QtMultimedia

2014-11-09 Thread Gianluca
Phonon ?!?! Please can you give us some links to this Phonon for Qt5 ? On which platform has been ported Phonon ? I really need a good multimedia module for android and iOS. Thanks, Gianluca. Il giorno 09/nov/2014, alle ore 23:09, Kevin Kofler ha scritto: > Massimo Callegari wrote: >> I am w

Re: [Development] The dark side of QtMultimedia

2014-11-09 Thread Kevin Kofler
Nichols Andy wrote: > A bit of history for those of you who don’t know. QtMultimedia was > developed and maintained in Brisbane, Australia by the Qt team in Nokia. > When Nokia divested in Qt, they closed the Brisbane office and suddenly > the QtMultimedia team ceased to exist. At this point Qt

Re: [Development] The dark side of QtMultimedia

2014-11-09 Thread Kevin Kofler
Massimo Callegari wrote: > I am well aware you guys do your best to provide a quality > cross-platform framework and so far you did an excellent job ! > Unfortunately I cannot say such thing for the Qt Multimedia module. If > you stick to the provided examples (properly tailored to hide all the > b

Re: [Development] Display and manipulate extended attributes with Qt

2014-11-09 Thread Thiago Macieira
On Sunday 09 November 2014 09:44:26 Erez Massuri wrote: > Hi, > > Is there any Qt class that allows you to read and write a file's extended > attributes ? No, but if you want to submit one we can discuss the API. -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Op

[Development] Display and manipulate extended attributes with Qt

2014-11-09 Thread Erez Massuri
Hi, Is there any Qt class that allows you to read and write a file's extended attributes ? Thanks, Erezinho This email message and its attachments are for the sole use of the intended recipient(s) and may not be shared with any other party. They may contain confidential information of 888