summaryrefslogtreecommitdiffstats
path: root/src/declarative
Commit message (Expand)AuthorAgeFilesLines
* Honor default property orderingAaron Kennedy2010-02-031-2/+49
* Fix compile on visual, changed NaN checks to use qIsNaN instead of isnan.Joona Petrell2010-02-031-4/+3
* Ensure unrequested items are placed outside the visible area.Martin Jones2010-02-032-9/+18
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2010-02-031-2/+8
|\
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2010-02-033-6/+6
| |\
| * | Fix Loader crash when Loader.item causes a new item to be loadedMartin Jones2010-02-031-2/+8
* | | Compile.Warwick Allison2010-02-033-6/+6
| |/ |/|
* | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2010-02-023-2/+31
|\ \ | |/
| * Handle wheel events in Flickable.Martin Jones2010-02-023-2/+31
* | The depot (4.6.2) does not have the Value patch yet, adjust version checksWarwick Allison2010-02-023-6/+6
|/
* Fix insertion and deletion of multiple items in GridView.Martin Jones2010-02-024-114/+72
* Fix QList<QObject*> as a model. Add docs and example.Martin Jones2010-02-011-2/+3
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2010-02-0110-10/+114
|\
| * Tests for NaN values in the property x, y, widht and height setters ofMarco Bubke2010-02-011-0/+8
| * Add transformOriginChanged signal to QmlGraphicsItemMarco Bubke2010-02-012-1/+3
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2010-02-011-1/+1
| |\
| | * Support animating attached properties.Michael Brasser2010-02-011-1/+1
| * | Don't use statics for type definition, at least for plugin modules.Warwick Allison2010-02-013-3/+35
| |/
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2010-02-0175-3461/+4324
| |\
| | * Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic int...Yann Bodson2010-01-2910-143/+451
| | |\
| | * | Add paintedWidth and paintedHeight properties to QmlGraphicsImage.Yann Bodson2010-01-293-2/+59
| * | | Ensure pixmaps can be retrieved even if they do not fit in the QPixmapCache.Warwick Allison2010-02-011-2/+8
| * | | docWarwick Allison2010-02-011-1/+1
* | | | Compile on machines without SCHED_IDLEMartin Jones2010-02-011-1/+1
| |_|/ |/| |
* | | Add new files.Martin Jones2010-01-292-0/+163
* | | Move image network access into a separate thread, with decoding.Martin Jones2010-01-296-136/+279
* | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2010-01-2923-561/+615
|\ \ \
| * | | Doc.Michael Brasser2010-01-291-2/+4
| | |/ | |/|
| * | Convert lists to variants on assignment.Aaron Kennedy2010-01-283-6/+32
| * | Optimization: Skip attached property search where possibleAaron Kennedy2010-01-283-17/+22
| * | Support builtin string converters in every contextAaron Kennedy2010-01-284-32/+83
| * | Assigning undefined resets QObject propertiesAaron Kennedy2010-01-282-5/+15
| * | Add reset methods to QmlMetaPropertyAaron Kennedy2010-01-282-0/+27
| * | Cache reset'abilityAaron Kennedy2010-01-282-9/+12
| * | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic int...Aaron Kennedy2010-01-274-76/+108
| |\ \
| | * | Speed up QmlGraphicsItem::setParentItem.Bjørn Erik Nilsen2010-01-271-1/+5
| * | | CleanupAaron Kennedy2010-01-279-489/+415
* | | | Don't crash when accessing index -1Martin Jones2010-01-291-5/+5
| |/ / |/| |
* | | Fix crash when removing multiple items.Martin Jones2010-01-272-65/+75
* | | Ignore mouse events when !interactive.Martin Jones2010-01-271-0/+7
* | | Don't react to mouse when !interactive. Allow fixup delay to be adjusted.Martin Jones2010-01-272-14/+25
|/ /
* | Harden binding optimizerAaron Kennedy2010-01-2719-1166/+213
* | Support attached properties in QmlMetaPropertyAaron Kennedy2010-01-251-16/+40
* | Harden QML binding optimizerAaron Kennedy2010-01-229-279/+489
* | Clarify QmlPropertyMap::valueChanged docs.Michael Brasser2010-01-221-1/+4
* | Speed up QmlGraphicsItem construction.Bjørn Erik Nilsen2010-01-211-4/+6
* | Fixed possible array index-out-of-bounds crash in error reporting.Erik Verbruggen2010-01-212-2/+12
* | Remove unused variable.Alexis Menard2010-01-211-1/+0
* | Fixes: Allows qtcreator to build on system installed qt-kineticBill King2010-01-211-1/+1
* | Allow composite value sourcesAaron Kennedy2010-01-211-3/+3