comparison build/core.txt @ 248:7664de4a55e5

Fixed #23. QtD_QObjectEntity is not created dynamically for shell classes any more. Class initialization is now performed by static constructors. When wrapping QObjects returned from functions, their run-time types are now taken into account. QObjects are allocated on GC heap, a doubly-linked list is used to prevent them from been collected (arguably a better solution than allocating on C heap and adding GC ranges) Minor changes (including unnecessary).
author maxter
date Thu, 20 Aug 2009 14:47:17 +0000
parents ba7abb5c9e03
children 37eed70de029
comparison
equal deleted inserted replaced
247:27497bbe62a1 248:7664de4a55e5
5 qt_core/QPoint_shell qt_core/QPointF_shell 5 qt_core/QPoint_shell qt_core/QPointF_shell
6 qt_core/QSize_shell qt_core/QSizeF_shell 6 qt_core/QSize_shell qt_core/QSizeF_shell
7 qt_core/QLine_shell qt_core/QLineF_shell 7 qt_core/QLine_shell qt_core/QLineF_shell
8 qt_core/QRect_shell qt_core/QRectF_shell 8 qt_core/QRect_shell qt_core/QRectF_shell
9 qt_core/QString_shell qt_core/QVariant_shell 9 qt_core/QString_shell qt_core/QVariant_shell
10 qt_core/QModelIndex_shell qt_core/QMetaType_shell) 10 qt_core/QModelIndex_shell qt_core/QMetaType_shell
11 qt_core/QMetaObject_shell)
11 ## Module specific d files. 12 ## Module specific d files.
12 set (d_files QGlobal qtd/Array 13 set (d_files
14 QGlobal
15 qtd/Array
13 qtd/ArrayOpsPrimitive 16 qtd/ArrayOpsPrimitive
14 core/QString core/QMetaType) 17 qtd/Traits
18 core/QString
19 core/QMetaType
20 core/QMetaObject)
15 set (d_version_files 21 set (d_version_files
16 QtDObject 22 QtdObject
17 Signal qtd/Str 23 Signal qtd/Str
18 core/QLine core/QLineF 24 core/QLine core/QLineF
19 core/QModelIndex 25 core/QModelIndex
20 core/QRect core/QRectF 26 core/QRect core/QRectF
21 core/QSize core/QSizeF 27 core/QSize core/QSizeF