summaryrefslogtreecommitdiffstats
path: root/src/declarative
Commit message (Expand)AuthorAgeFilesLines
* docWarwick Allison2010-04-204-12/+23
* Allow null to be assigned to object propertiesAaron Kennedy2010-04-202-1/+11
* Fix AnchorChanges to work with parent.right.Michael Brasser2010-04-206-221/+366
* CompileWarwick Allison2010-04-201-2/+0
* Improve error messages, especially on embedded.Warwick Allison2010-04-2013-22/+197
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-04-203-9/+36
|\
| * Add drag.active property to MouseArea in qmlLeonardo Sobral Cunha2010-04-203-9/+36
* | Handle overrides correctly in extension objectsAaron Kennedy2010-04-201-2/+73
|/
* Allow Loader sourceComponent to be set to undefeined.Martin Jones2010-04-202-2/+11
* Doc fix.Michael Brasser2010-04-191-3/+10
* Minor internal anchor refactoring.Michael Brasser2010-04-195-113/+112
* Doc clarification.Michael Brasser2010-04-191-2/+4
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-04-191-1/+2
|\
| * Document default easing curve.Alan Alpert2010-04-191-1/+2
* | Fix flipable behaviour when back element is resizedAlan Alpert2010-04-192-12/+40
|/
* Typo.Yann Bodson2010-04-191-1/+1
* Remove "property var" supportAaron Kennedy2010-04-191-6/+0
* Renamed mousePosChanged signal to mousePositionChangedLeonardo Sobral Cunha2010-04-192-6/+6
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-04-191-5/+14
|\
| * List properties for dynamic meta objects.Warwick Allison2010-04-191-5/+14
* | Remove Script {} supportAaron Kennedy2010-04-1912-252/+23
|/
* Don't crash on deleted objects assigned to variant propertiesAaron Kennedy2010-04-192-6/+22
* Fiddle with the overshoot correction curve.Martin Jones2010-04-191-2/+2
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-04-1937-149/+315
|\
| * Documentation fixes.Yann Bodson2010-04-192-8/+11
| * Reference count ObjectData's to correctly delete objects with no parentAaron Kennedy2010-04-192-3/+9
| * QDeclarativeImage should stretch in one direction when tiling in the other.Yann Bodson2010-04-191-5/+20
| * CompileAaron Kennedy2010-04-191-0/+2
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-04-195-23/+29
| |\
| * | Emit runtime warnings through QDeclarativeEngineAaron Kennedy2010-04-1933-133/+273
* | | Avoid painfully slow flicking to snap positions in GridViewMartin Jones2010-04-191-1/+10
* | | Avoid painfully slow flicking to snap positions.Martin Jones2010-04-191-1/+10
| |/ |/|
* | Add some padding to Rectangles with border to avoid qDrawBorderPixmap() bug.Martin Jones2010-04-191-1/+3
* | Speed up Rectangle creation with pen or gradient slightlyMartin Jones2010-04-192-3/+16
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-04-194-3/+35
|\ \ | |/
| * Update mouse area coordinates automatically when changing positionLeonardo Sobral Cunha2010-04-194-3/+35
* | Always allow view position to be fixed.Martin Jones2010-04-193-19/+10
|/
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-04-1837-299/+520
|\
| * Recognize identifiers containing unicode escape sequences.Roberto Raggi2010-04-161-1/+41
| * Fixed parsing of inner labelled statements.Roberto Raggi2010-04-162-4/+4
| * Doc: in QML use "real" and "enumeration", not "qreal" and "enum"Martin Jones2010-04-1611-22/+22
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-04-1612-240/+356
| |\
| | * Wait for debug clients asynchronously instead of blocking creation ofBea Lam2010-04-163-85/+57
| | * ResizeMode support for QGraphicsWidgets created with QDeclarativeViewJoona Petrell2010-04-162-88/+180
| | * More class documentation fixes for declarative.Michael Brasser2010-04-167-32/+77
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-04-166-11/+32
| | |\
| | * | Throw exceptions on programming errors for global functions.Warwick Allison2010-04-161-35/+42
| * | | Doc: make note about using clip: true in views slightly more prominent.Martin Jones2010-04-163-3/+3
| | |/ | |/|
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-04-161-3/+3
| |\ \
| | * | Do not set a font pixel size of 0.Yann Bodson2010-04-161-3/+3