Re: [Development] Removing QContactThumbnail class from QtContacts API

2012-01-30 Thread xizhi.zhu
+xizhi.zhu=nokia@qt-project.org [development-bounces+xizhi.zhu=nokia@qt-project.org] on behalf of Di-Flora Cristiano (Nokia-MP/Tampere) Sent: Tuesday, January 31, 2012 7:44 AM To: development@qt-project.org Subject: [Development] Removing QContactThumbnail class from QtContacts API Hi

[Development] Legacy trolltech strings

2012-01-19 Thread xizhi.zhu
Hi, Currently we have at least the following in the source code (mainly for the interface identifiers): com.trolltech.Qt.* com.trolltech.qml.* com.nokia.Qt.* com.nokia.qt.* Any plans / on-going work to fix these legacies? I propose to use org.qt-project.*. Any other ideas?

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

2012-01-11 Thread xizhi.zhu
Frameworks Nokia Mobile: +358 (0)50 480 1247 From: development-bounces+xizhi.zhu=nokia@qt-project.org [development-bounces+xizhi.zhu=nokia@qt-project.org] on behalf of Gil Quim (Nokia-DXM/SiliconValley) Sent: Tuesday, January 10, 2012 9:51 PM

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

2012-01-10 Thread xizhi.zhu
Hi, I would like to get some clarity regarding Qt5 on Harmattan... Based on the Wiki page here (http://developer.qt.nokia.com/wiki/Qt_5.0), Harmattan is not a Tier 1 platform. I also didn't find any Wiki page saying anything regarding Tier 2 and Tier 3 platforms. The only information I can

[Development] Behavior of QStringList in QML changed recently?

2011-11-17 Thread xizhi.zhu
Hi, I have some C++ code, returning QStringList to QML. Then I have these code in QML: var stringList = myObject.getStringList(); console.log(stringList) // place 1 var idx = stringList.indexOf(rants); if (idx != -1) stringList.splice(idx, 1); At place 1, it was printing the string list,

Re: [Development] Behavior of QStringList in QML changed recently?

2011-11-17 Thread xizhi.zhu
Bug reported at: https://bugreports.qt.nokia.com/browse/QTBUG-22808 Thanks in advance ;) Xizhi Zhu (Steven) Software Engineer @ Qt Development Frameworks Nokia Mobile: +358 (0)50 480 1247 From: Adams Christopher (Nokia-MP-Qt/Brisbane)

Re: [Development] qtsystems doesn't compile - mtcore mandatory dependency

2011-11-01 Thread xizhi.zhu
Frameworks Nokia Mobile: +358 (0)50 480 1247 From: development-bounces+xizhi.zhu=nokia@qt-project.org [development-bounces+xizhi.zhu=nokia@qt-project.org] on behalf of ext Thiago Macieira [thi...@kde.org] Sent: Tuesday, November 01, 2011 4:44 PM