Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Update #include of private headers in QtDeclarative | Thiago Macieira | 2010-04-02 | 1 | -10/+10 | |
| | | | | | | | | | | Always use private/. The WinSCW compiler doesn't search the current directory, for whatever reason. | |||||
* | | Optimization: Only allocate QScriptValue if we need too | Aaron Kennedy | 2010-04-01 | 1 | -5/+5 | |
|/ | ||||||
* | Remove warnings | Yann Bodson | 2010-03-19 | 1 | -29/+30 | |
| | ||||||
* | Optimization: Reduce unnecessary QObject allocations | Aaron Kennedy | 2010-03-17 | 1 | -11/+7 | |
| | ||||||
* | Fix crash on 32-bit platforms | Aaron Kennedy | 2010-03-12 | 1 | -1/+1 | |
| | ||||||
* | Improve value type binding behavior | Aaron Kennedy | 2010-03-11 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | Changing value type bindings in state changes, and implicitly removing them on property assignment was not reliable. Internally the system considered a binding on "font" and one on "font.x" as a binding on two separate properties, even though the "font" binding completely overrides the "font.x" property. Following this change a binding to "font.x" creates a proxy binding object on the "font" property in addition to the "font.x" binding itself. This allows behavior to be consistent across all operations. QT-2920 | |||||
* | Add QML support for methods returning QList<QObject *> | Aaron Kennedy | 2010-03-09 | 1 | -35/+55 | |
| | ||||||
* | Integrate QML's object ownership with the JS collector | Aaron Kennedy | 2010-03-09 | 1 | -14/+51 | |
| | | | | | | | QML now behaves in a way similar to QtScript when it comes to QObject ownership. QT-2803 | |||||
* | Add support for QtScript connect/disconnect syntax in QML | Aaron Kennedy | 2010-03-05 | 1 | -0/+81 | |
| | | | | | | | This support was accidentally removed as a consequence of 4a665ff5da05860f5eb46e3982ef3d8163a6cf59. QTBUG-8001 | |||||
* | Compile without QVariant::EasingCurve in Qt 4.6.2. | Warwick Allison | 2010-03-04 | 1 | -1/+1 | |
| | ||||||
* | Rename QDeclarativeMetaProperty -> QDeclarativeProperty | Aaron Kennedy | 2010-02-25 | 1 | -2/+2 | |
| | | | | There's nothing meta about our properties. | |||||
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 1 | -0/+673 | |
QDeclarativeXXX. |