summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-05-0530-316/+500
| | | | | |\ \
| | | | | | * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-05-051-1/+9
| | | | | | |\ \
| | | | | | | * | Enable states to be activated via their 'when' clause even if unnamed.Michael Brasser2010-05-051-1/+9
| | | | | | * | | Null objects should appear as JS nullAaron Kennedy2010-05-051-1/+2
| | | | | | |/ /
| | | | | | * | Fix a crash with null objects returned from a Q_INVOKABLERhys Weatherley2010-05-051-1/+2
| | | | | * | | syntax updateWarwick Allison2010-05-051-1/+1
| | | | * | | | QList<QObject*> models now update their properties when they change.Martin Jones2010-05-052-2/+10
| | | | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-05-0527-291/+459
| | | | |\ \ \ \ | | | | | | |/ / | | | | | |/| |
| | | | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-05-041-22/+28
| | | | |\ \ \ \
| | | | * | | | | Ensure flick endpoint is recalculated for variable height lists.Martin Jones2010-05-042-2/+3
| | | | | |_|/ / | | | | |/| | |
| | | * | | | | Move Qt.widgets import to be an unsupported exampleAlan Alpert2010-05-056-772/+1
| | | * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-05-049-168/+315
| | | |\ \ \ \ \ | | | | | |_|/ / | | | | |/| | |
| | | * | | | | Allow dynamic deletion of objects created with createQmlObjectAlan Alpert2010-05-041-1/+4
| | * | | | | | Make component.createObject require a parent argumentAlan Alpert2010-05-052-2/+20
| | | |/ / / / | | |/| | | |
| | * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-05-0482-1667/+2609
| | |\ \ \ \ \ | | | |/ / / /
| | | * | | | Optimization for QDeclarativePaintedItem.Michael Brasser2010-05-042-12/+20
| | | * | | | Update childrenRect when children are added or removed.Michael Brasser2010-05-042-3/+40
| | | * | | | Optimize childrenRect.Michael Brasser2010-05-042-43/+87
| | | * | | | Remove obsolete doc groupings.Michael Brasser2010-05-0415-69/+1
| | | | |/ / | | | |/| |
| | | * | | Doc improvementsBea Lam2010-05-041-22/+28
| | | |/ /
| | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into 4.7Warwick Allison2010-05-04216-2288/+5620
| | | |\ \
| | | * | | Remove QDeclarativeLoader::resizeModemae2010-05-033-101/+27
| | | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-04-3070-1437/+2410
| | | |\ \ \
| | | | * \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-04-301-5/+15
| | | | |\ \ \
| | | | | * | | Ensure eval and Function are in the correct scopeAaron Kennedy2010-04-301-5/+15
| | | | * | | | Don't create an anchors element so that we can check that there aren't anyMartin Jones2010-04-301-18/+30
| | | | |/ / /
| | | | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-04-3012-18/+67
| | | | |\ \ \
| | | | | * \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-04-302-4/+17
| | | | | |\ \ \
| | | | | | * | | Add Qt.fontFamilies() methodAaron Kennedy2010-04-302-0/+13
| | | | | * | | | Make QDeclarativeParserStatus method pure virtual to encourage right code.Warwick Allison2010-04-3010-18/+54
| | | | * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-04-308-11/+394
| | | | |\ \ \ \ \ | | | | | | |/ / / | | | | | |/| | |
| | | | | * | | | Fix assignment of value types to javascript var.Michael Brasser2010-04-301-4/+4
| | | | | |/ / /
| | | | | * | | Doc fixesBea Lam2010-04-301-1/+5
| | | | | * | | Fix error stringBea Lam2010-04-301-1/+1
| | | | | * | | Add QML value types for math3d typesRhys Weatherley2010-04-302-0/+367
| | | | | * | | Fix assert in qdeclarativepathviewLeonardo Sobral Cunha2010-04-301-1/+6
| | | | | * | | Avoid divisions by zero in qdeclarativetimelineLeonardo Sobral Cunha2010-04-301-3/+10
| | | | | * | | Initialize variable.Michael Brasser2010-04-301-1/+1
| | | | * | | | Avoid regenerating PathView delegates needlesslyMartin Jones2010-04-301-2/+6
| | | | * | | | When a model delegate is released, remove it from the scene immediately.Martin Jones2010-04-301-4/+3
| | | | |/ / /
| | | | * | | Doc: mention that size of delegate affects flicking performance.Martin Jones2010-04-303-0/+15
| | | | * | | buffer new items on initialization.Martin Jones2010-04-302-4/+6
| | | | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-04-307-16/+38
| | | | |\ \ \
| | | | | * | | Compile with QT_NO_GRAPHICSEFFECT.Michael Brasser2010-04-301-0/+2
| | | | | * | | Fix translation context when qsTr is used in PropertyChanges.Michael Brasser2010-04-291-1/+10
| | | | | * | | Warn on assigning a function to a QML property.Michael Brasser2010-04-292-1/+15
| | | | | * | | Cleanup guards used in synthesized QML meta objectsAaron Kennedy2010-04-291-2/+1
| | | | | * | | Simplify QDeclarativeGuard logicAaron Kennedy2010-04-292-12/+10
| | | | * | | | Allow factor parameter to be passed to Qt.lighter() and Qt.darker()Martin Jones2010-04-291-4/+10
| | | | |/ / /
| | | | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-04-2913-247/+170
| | | | |\ \ \