Re: [Development] Role names and Proxy Models

2012-01-16 Thread Stephen Kelly
Hi Johan, Please reply to the list. On Monday, January 16, 2012 08:22:48 you wrote: 2012/1/16 Stephen Kelly stephen.ke...@kdab.com: I'm not sure what your actual proposal is? My issue is that the role names of a proxy model are taken directly from the model being proxied, i.e. the

[Development] QTextFragment visibility option

2012-01-16 Thread Pierre Stirnweiss
Hello everybody, As it is my first post in that list, a bit of presentation is due: my name is Pierre Stirnweiss, and I am part of the Calligra (www.calligra.org) team. I initially started coding in KOffice time, with the initial implementation of the change tracking system. We (as in the

Re: [Development] Role names and Proxy Models

2012-01-16 Thread Olivier Goffart
On Monday 16 January 2012 02:13:44 Stephen Kelly wrote: [...] If QML doesn't re-read the rolenames when the model is reset, then there's a patch to be made in QtDeclarative. (QAbstractProxyModel doesn't re-read them on reset either. Ogoffart rejected my patch to make it do that for reasons

Re: [Development] Role names and Proxy Models

2012-01-16 Thread Giuseppe D'Angelo
On 16 January 2012 12:21, Olivier Goffart oliv...@woboq.com wrote: I think Qt 5 still do not implement ways to notify that the role name change. Proper signals to handle that (along the lines of all other QAIM signals) can always be added after 5.0, right? -- Giuseppe D'Angelo

Re: [Development] Role names and Proxy Models

2012-01-16 Thread Stephen Kelly
On Monday, January 16, 2012 13:21:19 you wrote: On Monday 16 January 2012 02:13:44 Stephen Kelly wrote: [...] If QML doesn't re-read the rolenames when the model is reset, then there's a patch to be made in QtDeclarative. (QAbstractProxyModel doesn't re-read them on reset either.

Re: [Development] Role names and Proxy Models

2012-01-16 Thread Olivier Goffart
On Monday 16 January 2012 13:48:33 Stephen Kelly wrote: On Monday, January 16, 2012 13:21:19 you wrote: On Monday 16 January 2012 02:13:44 Stephen Kelly wrote: [...] If QML doesn't re-read the rolenames when the model is reset, then there's a patch to be made in QtDeclarative.

Re: [Development] QLocale work

2012-01-16 Thread John Layt
On Sunday 15 Jan 2012 22:53:31 Thiago Macieira wrote: On Sunday, 15 de January de 2012 23.09.35, John Layt wrote: * A QCldrLocale is not really needed for Qt purposes, it's only needed for anyone who wants to know what individual settings are, like KDE What would this class provide that

Re: [Development] Qt Playground - 3D Audio module

2012-01-16 Thread michael.goddard
Hi Laszlo, On 9/01/12 4:52 PM, ext Laszlo Papp lp...@kde.org wrote: The module name would be either QtOpenAL or 3D Audio. Either one works for me. I'd prefer QtOpenAL because there are other 3D audio systems (if less popular), but there may be a trademark issue. I've asked Cristy about this

[Development] Text clipping in QtQuick 2.0

2012-01-16 Thread Todd.Rose
Text elements with wrapMode: Text.NoWrap are being clipped when the text painted width exceeds the element width. Seems like a big regression from QtQuick1.x...is this a known issue? Bug? Feature? Simple example: TextBug.qml import QtQuick 2.0 Rectangle { width: 360 height: 360

Re: [Development] Text clipping in QtQuick 2.0

2012-01-16 Thread andrew.den-exter
It's a bug. https://bugreports.qt.nokia.com/browse/QTBUG-23670 Specifically items are being clipped to their boundingRect's, for which some item's quite logically return their painted size and so are never clipped. Text and Image are I think the only ones that do this. Andrew From:

Re: [Development] What's the story for Qt5 on Harmattan?

2012-01-16 Thread Simon Hausmann
On Thursday, January 12, 2012 06:50:58 AM ext xizhi@nokia.com wrote: Hi, Practically, since Qt Project has no plan to support Qt5 in Harmattan, I believe the Harmattan-specific code sits in its own clone repository (same as for QtonPi [1] and ), right? [1]