Hi,

This is a heads-up, the QSG* classes will be renamed soon to QQuick* in 
qtdeclarative master. If you're doing Qt5 based
builds and are sticking to the sha1 of the WK2 bot 
(37ea8e961b8fdaaa1f36758b8ad059b23c013f15), then you don't have to
do anything for the moment.

I've created https://bugs.webkit.org/show_bug.cgi?id=70494 as a place where we 
can keep the patch until we
update the bot (after the change has landed in qtdeclarative).


Simon
--- Begin Message ---
Den 28. sep. 2011 04:49, skrev ext [email protected]:
> Hi,
>
> On 28/09/2011, at 3:46 AM, ext Adriano Rezende wrote:
>
>> Hi,
>>
>> I didn't have time to play with QtQuick2 yet, but looking at the code
>> I think there are some points that should be reconsidered.
>>
>> 1. Naming conventions
>>
>> QtQuick2 items adopts an abbreviation 'SG' to prefix their class
>> names, like QSGItem. Since SG is not a well know acronym, wouldn't be
>> better to have a more descriptive name without abbreviating? Like,
>> QQuickItem, QSceneItem or even QSceneGraphItem?
> "SG" is a placeholder.  The plan is to rename QSGItem to QQuickItem.

An update on this: The renaming will happen shortly. In particular:

QSGItem --> QQuickItem
QSGView --> QQuickView
QSGCanvas --> QQuickCanvas
QSGPaintedItem --> QQuickPaintedItem

Header files will be renamed accordingly (e.g. qsgitem.h --> qquickitem.h).

Regards,
Kent
_______________________________________________
Qt5-feedback mailing list
[email protected]
http://lists.qt.nokia.com/mailman/listinfo/qt5-feedback

--- End Message ---
_______________________________________________
webkit-qt mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-qt

Reply via email to