summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | | | * | Improve static assignment to QVariant's in the int and double caseAaron Kennedy2010-04-085-7/+44
| | | | * | Update QmlChanges for SmoothedFollowLeonardo Sobral Cunha2010-04-081-4/+12
| | | | * | Renamed 'source' property from SpringFollow to 'to'Leonardo Sobral Cunha2010-04-082-26/+35
| | | | * | Make script and binding assignments identical for list propertiesAaron Kennedy2010-04-081-1/+5
| | | | * | Fix qdeclarativeecmascript::arrayExpression() testAaron Kennedy2010-04-081-1/+1
| | | | * | Cleanup handling of errors in bindings and scriptsAaron Kennedy2010-04-0815-96/+148
| | | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-04-0816-23/+448
| | | | |\ \
| | | | * | | Fix AnimatedImage for remote image test. Fix and test sourceSize property.Warwick Allison2010-04-083-2/+7
| | | * | | | Calculate GridView columns regardless of whether we have a populated modelMartin Jones2010-04-081-1/+1
| | | * | | | Add highlightMoveDuration to views.Martin Jones2010-04-087-8/+131
| | | | |/ / | | | |/| |
| | | * | | Add SmoothedFollow element to qmlLeonardo Sobral Cunha2010-04-084-0/+416
| | | * | | Tracking the velocity when restarting SmoothedAnimationLeonardo Sobral Cunha2010-04-081-0/+2
| | | * | | Fix doc of qml's SmoothedAnimationLeonardo Sobral Cunha2010-04-081-9/+10
| | | * | | Refactor in smoothedanimation, removed unneeded codeLeonardo Sobral Cunha2010-04-082-6/+1
| | | * | | Do not create a QScriptValue for an object being deletedAaron Kennedy2010-04-081-0/+3
| | | * | | Replace "import Qt 4.6" with "import Qt 4.7"Michael Brasser2010-04-087-7/+7
| | | * | | Don't optimized extended type constructionAaron Kennedy2010-04-083-1/+9
| | | |/ /
| | | * | Correctly handle shutdown order in the presence of QWidgetsAaron Kennedy2010-04-081-1/+1
| | | * | Initialize QDeclarativeData even when not using a QDeclarativeEngineAaron Kennedy2010-04-082-5/+14
| | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-04-085-25/+53
| | | |\ \
| | | | * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-04-088-37/+38
| | | | |\ \
| | | | * | | Replace Text::wrap property with Text::wrapMode enumeration.Martin Jones2010-04-085-25/+53
| | | * | | | Fix location of error message.Warwick Allison2010-04-081-2/+2
| | | | |/ / | | | |/| |
| | | * | | Revert "Add QListModelInterface::modelReset() signal and emit this in"Bea Lam2010-04-085-23/+12
| | | * | | Prevent Behavior from being triggered on initialization.Michael Brasser2010-04-081-12/+10
| | | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-04-084-11/+30
| | | |\ \ \ | | | | |/ /
| | | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-04-0810-109/+84
| | | | |\ \
| | | | | * | Revert "Support QList<QObject*> properties"Aaron Kennedy2010-04-089-105/+70
| | | | | * | Document behavior of conflicting when clauses.Michael Brasser2010-04-081-4/+14
| | | | * | | Don't emit clicked() after pressAndHold()Martin Jones2010-04-081-1/+1
| | | | |/ /
| | | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-04-0810-75/+119
| | | | |\ \
| | | | | * | Support QList<QObject*> propertiesAaron Kennedy2010-04-089-70/+105
| | | | * | | Fix setting of pointSize and pixelSize in different items.Martin Jones2010-04-082-6/+15
| | | * | | | Give error if attempt to import from a version that is not installed.Warwick Allison2010-04-081-0/+12
| | | * | | | Test actual error messages. Fix error messages. Test module-not-available error.Warwick Allison2010-04-081-2/+4
| | | | |/ / | | | |/| |
| | | * | | Update Repeater docs.Michael Brasser2010-04-071-5/+14
| | | |/ /
| | | * | Build on Windows.Martin Jones2010-04-071-1/+6
| | | * | Make sure Loader doesn't leak when component has errors.Michael Brasser2010-04-071-3/+3
| | | * | Cleanup (remove QDeclarativeScriptClass)Aaron Kennedy2010-04-0713-142/+34
| | | * | Disallow nested elements in ListModelAaron Kennedy2010-04-072-1/+9
| | | * | Fix warningMartin Jones2010-04-071-1/+1
| | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-04-078-17/+28
| | | |\ \
| | | | * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-04-0725-78/+259
| | | | |\ \
| | | * | | | Disallow creation of attached objects Keys and KeyNavigationMartin Jones2010-04-073-35/+36
| | | | |/ / | | | |/| |
| | | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-04-0719-50/+166
| | | |\ \ \
| | | | * | | Allow iteration over the Item.children propertyAaron Kennedy2010-04-072-3/+22
| | | | * | | Add QListModelInterface::modelReset() signal and emit this inBea Lam2010-04-075-12/+23
| | | | * | | CompileAaron Kennedy2010-04-071-1/+1
| | | | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-04-07300-5506/+10227
| | | | |\ \ \
| | | | * | | | Optimization: Only allocate QScriptValue if we need tooAaron Kennedy2010-04-013-10/+13