Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Be consistent in conversion from string (eg. color, int rounding). | Warwick Allison | 2010-05-20 | 1 | -11/+14 |
| | | | | | Task-number: QTBUG-10820 Reviewed-by: Michael Brasser | ||||
* | Simplify code to make next change clearer. | Warwick Allison | 2010-05-20 | 1 | -14/+9 |
| | |||||
* | More class documentation fixes for declarative. | Michael Brasser | 2010-04-16 | 1 | -0/+1 |
| | |||||
* | Add Component.onDestruction attached property | Aaron Kennedy | 2010-04-15 | 1 | -1/+33 |
| | | | | | | | | | This property complements Component.onCompleted. It is emitted before the destruction actually begins (for the most part) so the objects are still alive and accessible. The QtObject.onDestroyed signal is now blocked as it never really worked properly anyway. | ||||
* | Rename the ridiculous QDeclarativeDeclarativeData -> QDeclarativeData | Aaron Kennedy | 2010-04-15 | 1 | -3/+3 |
| | |||||
* | 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: Reduce unnecessary QObject allocations | Aaron Kennedy | 2010-03-17 | 1 | -6/+6 |
| | |||||
* | QDeclarative::isWritable optimization. | Michael Brasser | 2010-03-15 | 1 | -5/+3 |
| | |||||
* | Improve value type binding behavior | Aaron Kennedy | 2010-03-11 | 1 | -24/+40 |
| | | | | | | | | | | | | | | 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 | ||||
* | doc: Fixed several qdoc errors. | Martin Smith | 2010-03-09 | 1 | -1/+2 |
| | |||||
* | doc: Fixed some QML qdoc errors. | Martin Smith | 2010-03-05 | 1 | -27/+55 |
| | |||||
* | Compile without QVariant::EasingCurve in Qt 4.6.2. | Warwick Allison | 2010-03-04 | 1 | -3/+3 |
| | |||||
* | QDeclarativeProperty::read() returns a QObjectStar when accessing a QObject ↵ | Aaron Kennedy | 2010-03-03 | 1 | -2/+9 |
| | | | | | | property QT-2793 | ||||
* | Doc | Aaron Kennedy | 2010-02-26 | 1 | -5/+45 |
| | |||||
* | Polish QDeclarativeProperty API | Aaron Kennedy | 2010-02-26 | 1 | -25/+86 |
| | |||||
* | Remove unnecessary QDeclarativeProperty::Type enum values | Aaron Kennedy | 2010-02-26 | 1 | -20/+41 |
| | |||||
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml | Bea Lam | 2010-02-25 | 1 | -18/+2 |
| | | | | | Conflicts: src/declarative/qml/qdeclarativeproperty.cpp | ||||
* | Rename QDeclarativeMetaProperty -> QDeclarativeProperty | Aaron Kennedy | 2010-02-25 | 1 | -0/+1200 |
There's nothing meta about our properties. |