summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add missing pro file.Michael Brasser2010-03-291-0/+7
|
* Fix memory leak and clean up deletion.Bea Lam2010-03-291-8/+5
|
* Don't emit QDeclarativePropertyMap::valueChanged() before the value hasMichael Brasser2010-03-295-11/+25
| | | | | | changed. Task-number: QTBUG-9386
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-03-299-29/+32
|\
| * Doc fixesBea Lam2010-03-291-5/+13
| |
| * Remove references to qmlviewer in docs.Bea Lam2010-03-298-23/+18
| |
| * Fix doc linkBea Lam2010-03-291-1/+1
| |
* | Fix svg and big image auto tests on win32.Martin Jones2010-03-293-2/+8
|/
* Run a subset of 'stable' visual tests.Michael Brasser2010-03-282-3/+12
|
* Rename visual test to qmlvisual.Michael Brasser2010-03-28676-24/+17
|
* Syntax and other small fixes for the visual tests.Michael Brasser2010-03-2821-177/+192
|
* Autotest tweaks.Michael Brasser2010-03-285-2/+45
|
* Cleanup.Michael Brasser2010-03-282-30/+8
|
* Don't set status to Ready until model has been created (currently thisBea Lam2010-03-283-64/+183
| | | | | | | | | | is set as soon as XML data is downloaded, so there is no notification when model is actually ready to be used). This also fixes data() to not crash if it is called before the model is ready. Task-number: QTBUG-7835
* Fix qdeclarativeimage autotest on the mac.Yann Bodson2010-03-283-2/+9
|
* QTBUG-9367 has been fixed. Expect pass.Warwick Allison2010-03-281-1/+0
|
* Source resizing for QDeclarativeImageProvider too.Warwick Allison2010-03-286-16/+32
| | | | (fixes test too)
* tyopWarwick Allison2010-03-281-1/+1
|
* Installed imports are no longer searched relative to caller.Warwick Allison2010-03-281-0/+1
| | | | (quoted URL is for that)
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-03-26183-1338/+3827
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * '4.7' of scm.dev.nokia.troll.no:qt/qt-qml: (77 commits) Recompute the source location of regexp literals. Adds a way to clear the state list property in QDeclarativeStateGroup I've been told this fixes compilation on windows. Doc Augmentation Added highlight ranges/modes to PathView Use QThread IdlePriority rather than linux platform code. Test and fix order of transform application. Test transforms. Fix namespace. Simple case, no size returned. sourceWidth/sourceHeight -> sourceSize QDeclarativeItem don't need to emit childrenChanged anymore. Control of image rendered size (esp. SVG). Do not call parent implementation if we accept the keyPressEvent in GridView and ListView delegates. Update test. Add autotest for QTBUG-9367. Remove Q prefix from the validators. Really fix qMin() parameter types. Add declarative subdir to examples.pro Add Symbian deploy section for qml import plugins ...
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-03-26183-1338/+3827
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * '4.7' of scm.dev.nokia.troll.no:qt/qt-qml: (77 commits) Recompute the source location of regexp literals. Adds a way to clear the state list property in QDeclarativeStateGroup I've been told this fixes compilation on windows. Doc Augmentation Added highlight ranges/modes to PathView Use QThread IdlePriority rather than linux platform code. Test and fix order of transform application. Test transforms. Fix namespace. Simple case, no size returned. sourceWidth/sourceHeight -> sourceSize QDeclarativeItem don't need to emit childrenChanged anymore. Control of image rendered size (esp. SVG). Do not call parent implementation if we accept the keyPressEvent in GridView and ListView delegates. Update test. Add autotest for QTBUG-9367. Remove Q prefix from the validators. Really fix qMin() parameter types. Add declarative subdir to examples.pro Add Symbian deploy section for qml import plugins ...
| | * Recompute the source location of regexp literals.Roberto Raggi2010-03-263-3/+15
| | | | | | | | | | | | Task-number: QTBUG-9367
| | * Adds a way to clear the state list property in QDeclarativeStateGroupKai Koehne2010-03-261-1/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | Needed by QmlDesigner, which needs to be able to remove states at runtime. Done my Marco Bubke Reviewed-by: Michael Brasser
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-03-269-69/+297
| | |\
| | | * Added highlight ranges/modes to PathViewMartin Jones2010-03-269-69/+297
| | | | | | | | | | | | | | | | Task-number: QT-319
| | * | I've been told this fixes compilation on windows.Alan Alpert2010-03-261-1/+1
| | | |
| | * | Doc AugmentationAlan Alpert2010-03-262-1/+16
| | | | | | | | | | | | | | | | Task-number: QTBUG-9396
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-03-26334-14194/+14777
| | |\ \ | | | |/
| | | * Use QThread IdlePriority rather than linux platform code.Martin Jones2010-03-261-14/+1
| | | | | | | | | | | | | | | | Task-number: QTBUG-9032
| | | * Test and fix order of transform application.Warwick Allison2010-03-266-41/+36
| | | | | | | | | | | | | | | | Remove Translate.z since Qt cannot sensibly support it yet.
| | | * Test transforms.Warwick Allison2010-03-261-0/+21
| | | |
| | | * Fix namespace.Warwick Allison2010-03-261-1/+3
| | | |
| | | * Simple case, no size returned.Warwick Allison2010-03-261-1/+1
| | | | | | | | | | | | | | | | Fixes Particles plugin.
| | | * 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It's done by QGraphicsItemPrivate::addChild and removeChild. Reviewed-by:akennedy
| | | * | sourceWidth/sourceHeight -> sourceSizeWarwick Allison2010-03-266-63/+38
| | | |/
| | | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-03-2619-26/+108
| | | |\
| | | | * Do not call parent implementation if we accept the keyPressEvent in GridView ↵Yann Bodson2010-03-262-6/+6
| | | | | | | | | | | | | | | | | | | | and ListView delegates.
| | | | * Update test.Michael Brasser2010-03-261-3/+1
| | | | |
| | | | * Add autotest for QTBUG-9367.Michael Brasser2010-03-263-0/+23
| | | | |
| | | | * Remove Q prefix from the validators.Michael Brasser2010-03-265-16/+16
| | | | |
| | | | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-03-267-0/+61
| | | | |\
| | | | | * Add declarative subdir to examples.proJoona Petrell2010-03-261-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Task-number: Reviewed-by: Martin Jones
| | | | | * Add Symbian deploy section for qml import pluginsJoona Petrell2010-03-266-0/+60
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Task-number: QTBUG-9364 Reviewed-by: jbarron
| | | | * | Really fix qMin() parameter types.Martin Jones2010-03-261-1/+1
| | | | |/
| | | * | Control of image rendered size (esp. SVG).Warwick Allison2010-03-2620-86/+696
| | | |/ | | | | | | | | | | | | | | | | | | | | | | | | Add Translate transform. Image::sourceWidth and Image::sourceHeight read/write properties. Task-number: QTBUG-8984
| | | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-03-262-0/+167
| | | |\
| | | | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-03-26296-14116/+13860
| | | | |\
| | | | * | Add missing files from 72599ca45c416f2f0a9654412c14a148ca3d728cAaron Kennedy2010-03-262-0/+167
| | | | | |
| | | * | | Document Particles module import.Martin Jones2010-03-262-1/+5
| | | | |/ | | | |/|