summaryrefslogtreecommitdiffstats
path: root/src/declarative
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | Remove QML_DEFINE_... macros, now use QML_REGISTER_... macros calls.Warwick Allison2010-02-2342-815/+285
| |/ / / / / |/| | | | |
* | | | | | Fix but in QmlMetaProperty assignment operatorAaron Kennedy2010-02-231-0/+2
* | | | | | Small QmlMetaProperty code cleanupAaron Kennedy2010-02-231-16/+16
* | | | | | Better support modelData for object list models.Michael Brasser2010-02-231-1/+1
|/ / / / /
* | | | | Make uncached text painting work for richtext too.Martin Jones2010-02-232-3/+12
| |_|/ / |/| | |
* | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlMartin Jones2010-02-2264-1432/+1123
|\ \ \ \
| * | | | Replace QmlList* and QList* support with a single QmlListProperty typeAaron Kennedy2010-02-2264-1432/+1123
* | | | | Remove race condition in remote pixmap cancelling.Martin Jones2010-02-221-17/+12
|/ / / /
* | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlMartin Jones2010-02-221-0/+5
|\ \ \ \
| * \ \ \ Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlMichael Brasser2010-02-2210-93/+83
| |\ \ \ \
| * | | | | Update QmlChanges with animation API changes.Michael Brasser2010-02-221-0/+5
| | |_|/ / | |/| | |
* | | | | Rename MouseRegion -> MouseAreaMartin Jones2010-02-2214-124/+127
| |/ / / |/| | |
* | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlMartin Jones2010-02-227-66/+65
|\ \ \ \
| * | | | Fix compile error on SolarisAaron Kennedy2010-02-227-66/+65
| |/ / /
* | | | Document the default velocity of EaseFollowMartin Jones2010-02-221-1/+10
* | | | Remove use of unexprted private classes.Martin Jones2010-02-222-26/+8
|/ / /
* | | Revert "Speed up QmlGraphicsItem::setParentItem."Bjørn Erik Nilsen2010-02-191-5/+1
* | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlWarwick Allison2010-02-191-3/+6
|\ \ \
| * \ \ Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlMartin Jones2010-02-192-8/+1
| |\ \ \
| * | | | Delete the QmlImageRequestHandler in the correct thread.Martin Jones2010-02-191-3/+6
* | | | | More strict type checking of ListElement properties.Warwick Allison2010-02-192-10/+40
| |/ / / |/| | |
* | | | Fix "AnimatedImage ignores Anchors setting"Michael Brasser2010-02-191-0/+1
* | | | Remove unused function that breaks build on AIX.Michael Brasser2010-02-191-8/+0
|/ / /
* | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qtMartin Jones2010-02-18298-334/+350
|\ \ \ | | |/ | |/|
| * | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2010-02-16295-332/+352
| |\ \
| | * | Fix copyright year.Jason McDonald2010-02-16293-293/+293
| | * | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1Jason McDonald2010-02-164-2/+10
| | |\ \
| | | * | doc: Fixed some qdoc errors.Martin Smith2010-02-164-2/+10
| | * | | Fix broken license headers.Jason McDonald2010-02-162-35/+35
| | |/ /
| | * | doc: Fixed some qdoc errors.Martin Smith2010-02-163-2/+14
* | | | Make QmlDom API internalKai Koehne2010-02-185-409/+420
* | | | Compile fix with namepaceshjk2010-02-183-1/+9
* | | | Removed incorrect Q_UNUSED() macro from QmlPropertyAnimation::transitionLeonardo Sobral Cunha2010-02-181-1/+0
* | | | Doc: onExited, onEntered only work when button pressed or hoverEnabledMartin Jones2010-02-181-0/+16
* | | | Ensure visibleIndex and currentIndex are updated on itemsMoved().Martin Jones2010-02-181-2/+25
* | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlMartin Jones2010-02-188-480/+583
|\ \ \ \
| * | | | Animation doc fix.Michael Brasser2010-02-181-24/+11
| * | | | Add a RotationAnimation element.Michael Brasser2010-02-183-0/+223
| * | | | Remove unneeded comparison.Michael Brasser2010-02-181-1/+1
| * | | | Fix bugs and add tests related to manual start/stop control of animations.Michael Brasser2010-02-182-10/+12
| * | | | Transitions and Behaviors should exclusively control their animations.Michael Brasser2010-02-185-8/+25
| * | | | Animation's setTarget should only be called via QmlValueSource*.Michael Brasser2010-02-181-1/+3
| * | | | Minor transition cleanup.Michael Brasser2010-02-181-7/+1
| * | | | Minor animation class cleanup.Michael Brasser2010-02-183-29/+25
| * | | | Get rid of the matchProperties/properties distinction, as itMichael Brasser2010-02-187-438/+320
* | | | | QmlView API review. See QmlChanges.txt for details.Martin Jones2010-02-183-227/+229
|/ / / /
* | | | Fix typo in docsAlan Alpert2010-02-171-1/+1
* | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml into master-integra...Qt Continuous Integration System2010-02-1779-760/+1403
|\ \ \ \ | |/ / / |/| | |
| * | | Add missing NOTIFY signals to various QML item class propertiesJoona Petrell2010-02-1710-17/+74
| * | | Fix currentIndex after itemsMoved()Martin Jones2010-02-171-8/+46