[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] Legacy trolltech strings

2012-01-19 Thread shane.kearns
+shane.kearns=accenture@qt-project.org] On Behalf Of xizhi@nokia.com Sent: Thursday, January 19, 2012 10:52 To: development@qt-project.org Subject: [Development] Legacy trolltech strings Hi, Currently we have at least the following in the source code (mainly for the interface

Re: [Development] Legacy trolltech strings

2012-01-19 Thread lars.knoll
See https://bugreports.qt.nokia.com/browse/QTBUG-23273 I have a patch for removing it from Q_DECLARE_INTERFACE, see http://codereview.qt-project.org/#change,13570 It'll require more work to get rid of the other references. I'm especially wondering what would break if we change the com.trolltech