summaryrefslogtreecommitdiffstats
path: root/src/declarative
Commit message (Expand)AuthorAgeFilesLines
...
* Improve QML compiler statisticsAaron Kennedy2010-03-292-9/+45
* Use error enum not numbersWarwick Allison2010-03-291-2/+2
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-03-291-4/+0
|\
| * QDeclarativeItem::setParentItem should not modify the QObject parentAaron Kennedy2010-03-291-4/+0
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-03-291-45/+40
|\ \ | |/
| * DocAaron Kennedy2010-03-291-45/+40
* | Ensure currentIndex is updated when PathView items are removed/movedMartin Jones2010-03-292-8/+37
|/
* Relayout items when Flow size changes.Martin Jones2010-03-291-0/+3
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-03-2913-73/+527
|\
| * Optimization: reduce allocationsAaron Kennedy2010-03-292-4/+4
| * Remove "variant" QML propertiesAaron Kennedy2010-03-291-2/+1
| * Use QDateTime when specifying a "date" property in QMLAaron Kennedy2010-03-295-4/+43
| * Fix for qdeclarativelanguage::listPropertiesAaron Kennedy2010-03-291-2/+5
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-03-292-6/+9
| |\
| | * Fix crash in QDeclarativePropertyMap.Michael Brasser2010-03-292-6/+9
| * | Remove total wrongness.Warwick Allison2010-03-291-1/+0
| |/
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-03-297-47/+443
| |\
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-03-295-18/+27
| | |\
| | | * Fix memory leak and clean up deletion.Bea Lam2010-03-291-8/+5
| | | * Don't emit QDeclarativePropertyMap::valueChanged() before the value hasMichael Brasser2010-03-294-10/+22
| | * | Optimization: Don't use QVariant in QDeclarativeVMEMetaObjectAaron Kennedy2010-03-292-29/+416
| | |/
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-03-294-83/+105
| |\ \ | | |/
| * | Add importPathList, mainly for doc purposes.Warwick Allison2010-03-292-10/+25
* | | Make sure the image reader thread is shutdown properlyMartin Jones2010-03-291-2/+14
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-03-294-83/+105
|\ \ \ | | |/ | |/|
| * | Cleanup.Michael Brasser2010-03-282-30/+8
| * | Don't set status to Ready until model has been created (currently thisBea Lam2010-03-282-53/+97
| |/
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-03-2811-20/+54
|\ \ | |/
| * Source resizing for QDeclarativeImageProvider too.Warwick Allison2010-03-285-6/+12
| * tyopWarwick Allison2010-03-281-1/+1
| * Recompute the source location of regexp literals.Roberto Raggi2010-03-262-2/+14
| * Adds a way to clear the state list property in QDeclarativeStateGroupKai Koehne2010-03-261-1/+13
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-03-264-57/+281
| |\
| * | I've been told this fixes compilation on windows.Alan Alpert2010-03-261-1/+1
| * | Doc AugmentationAlan Alpert2010-03-261-1/+3
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-03-2629-340/+784
| |\ \
| * \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-03-2549-878/+1471
| |\ \ \
| * | | | Forgot to add a file.Alan Alpert2010-03-251-8/+10
* | | | | Fix change description: Import -> importMartin Jones2010-03-281-1/+1
| |_|_|/ |/| | |
* | | | Added highlight ranges/modes to PathViewMartin Jones2010-03-264-57/+281
| |_|/ |/| |
* | | Use QThread IdlePriority rather than linux platform code.Martin Jones2010-03-261-14/+1
* | | Test and fix order of transform application.Warwick Allison2010-03-263-37/+9
* | | Fix namespace.Warwick Allison2010-03-261-1/+3
* | | Simple case, no size returned.Warwick Allison2010-03-261-1/+1
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-03-261-4/+0
|\ \ \
| * | | QDeclarativeItem don't need to emit childrenChanged anymore.Alexis Menard2010-03-261-4/+0
* | | | sourceWidth/sourceHeight -> sourceSizeWarwick Allison2010-03-264-47/+24
|/ / /
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-03-266-18/+20
|\ \ \
| * | | Do not call parent implementation if we accept the keyPressEvent in GridView ...Yann Bodson2010-03-262-6/+6
| * | | Remove Q prefix from the validators.Michael Brasser2010-03-263-11/+13