summaryrefslogtreecommitdiffstats
path: root/src/declarative
Commit message (Collapse)AuthorAgeFilesLines
* Resize qmlruntime window to new dimensions when orientation changesJoona Petrell2010-05-071-10/+6
| | | | | Task-number: Reviewed-by: Warwick Allison
* Avoid repeated create/destroy at top list boundary with sub-pixel movement.Martin Jones2010-05-061-5/+5
|
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-05-0610-24/+27
|\
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-05-069-24/+25
| |\ | | | | | | | | | | | | Conflicts: src/declarative/graphicsitems/qdeclarativepainteditem.cpp
| | * qdoc fixesYann Bodson2010-05-067-15/+15
| | |
| | * TextInput echoMode doc.Yann Bodson2010-05-061-7/+8
| | |
| | * Make sure to call base class implementation.Michael Brasser2010-05-061-0/+1
| | |
| | * Use enum for drag.axis in doc and examples.Yann Bodson2010-05-061-2/+2
| | |
| * | Call QDeclarativeItem::geometryChanged() base implementationAaron Kennedy2010-05-061-0/+2
| |/
* | Avoid warnings as delegates with bindings to parent are created and destroyed.Martin Jones2010-05-066-9/+29
|/ | | | Task-number: QTBUG-10359
* Add QML_XHR_DUMP optionAaron Kennedy2010-05-061-0/+21
|
* Doc: more clarification of cacheBufferMartin Jones2010-05-052-0/+6
|
* Fix some compiler warnings.Martin Jones2010-05-052-24/+25
|
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-05-0529-242/+300
|\
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-05-056-6/+6
| |\
| | * Use enum rather than string for easing type.Yann Bodson2010-05-056-6/+6
| | |
| * | Fix cacheBuffer documentation.Martin Jones2010-05-053-12/+28
| |/ | | | | | | Task-number: QTBUG-10385
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-05-055-11/+8
| |\
| | * Fix qdoc errorsBea Lam2010-05-055-11/+8
| | |
| * | Document delegate life cycle.Martin Jones2010-05-053-1/+11
| | | | | | | | | | | | Task-number: QTBUG-10353
| * | little doc fix.Martin Jones2010-05-051-1/+1
| |/
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-05-0520-205/+221
| |\
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-05-052-0/+11
| | |\
| | | * Don't start valuesource animations until all component objects have been ↵Michael Brasser2010-05-052-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | completed. Task-number: QTBUG-9413
| | * | docWarwick Allison2010-05-0519-205/+210
| | |/ | | | | | | | | | Task-number: QTBUG-10386
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-05-052-3/+13
| |\ \ | | |/
| | * 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Autogenerate a name for unnamed states: "anonymousState1", etc. Task-number: QTBUG-10352 Reviewed-by: Aaron Kennedy
| | * | 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
| | | | | | | | | | | | | | | Task-number: QTBUG-10412 Reviewed-by: Aaron Kennedy
| * | QList<QObject*> models now update their properties when they change.Martin Jones2010-05-052-2/+10
| | | | | | | | | | | | Task-number: QTBUG-10348
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-05-0518-123/+144
| |\ \ | | |/
| * | 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
| | | |
* | | | Allow dynamic deletion of objects created with createQmlObjectAlan Alpert2010-05-041-1/+4
| |_|/ |/| | | | | | | | Task-number: QTBUG-10328
* | | Optimization for QDeclarativePaintedItem.Michael Brasser2010-05-042-12/+20
| | |
* | | Update childrenRect when children are added or removed.Michael Brasser2010-05-042-3/+40
| | | | | | | | | | | | Task-number: QT-714
* | | 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-041-0/+5
|\ | | | | | | | | Conflicts: src/declarative/graphicsitems/qdeclarativeitem.cpp
| * doc: Fixed some qdoc errors.Martin Smith2010-04-301-5/+0
| |
* | Remove QDeclarativeLoader::resizeModemae2010-05-033-101/+27
| | | | | | | | | | | | | | | | | | | | | | | | The explicit resizeMode is superfluous, all usecases could be achieved with the corrected default behaviour of the former ResizeLoaderToItem mode. The NoResize usecase is covered by wrapping the loader in an extra item. That means: A loader automatically gets its size from the item loaded unless the loader has an explicit size itself. Go-ahead-by: Michael Brasser
* | 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
| | | | | | | | | | | | QTBUG-10236
* | | 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-3010-17/+60
|\ \
| * \ 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
| | | | | | | | | | | | | | | | QTBUG-10239
| * | | Make QDeclarativeParserStatus method pure virtual to encourage right code.Warwick Allison2010-04-308-17/+47
| | | | | | | | | | | | | | | | | | | | Fix all code to be right, except multimedia. Currently, it's not *required* that types work without componentComplete, so not vital.