Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | | | * | | | | | Some cleanup in widgets module. Deletion of GraphicsObjectContainer. | Alexis Menard | 2010-04-09 | 9 | -541/+3 | |
| | | | * | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-04-09 | 3 | -19/+97 | |
| | | | |\ \ \ \ \ \ | | | | | |/ / / / / | ||||||
| | | | | * | | | | | Make the TextInput element nicer. It has scrolling. | Alexis Menard | 2010-04-09 | 3 | -19/+97 | |
| | | | | |/ / / / | ||||||
| | | | * | | | | | Ensure GridView content position is stable when moving items. | Martin Jones | 2010-04-09 | 1 | -0/+2 | |
| | | | |/ / / / | ||||||
| | | | * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-04-08 | 29 | -173/+381 | |
| | | | |\ \ \ \ | ||||||
| | | | | * | | | | Tune plugin import mechanism | mae | 2010-04-08 | 3 | -35/+120 | |
| | | | | * | | | | Fix compile warnings | mae | 2010-04-08 | 2 | -2/+2 | |
| | | | | * | | | | Enable setting the imports directory via qt.conf | Kai Koehne | 2010-04-08 | 1 | -0/+4 | |
| | | | | * | | | | Don't crash when QML engine is deleted | Aaron Kennedy | 2010-04-08 | 1 | -3/+2 | |
| | | | | * | | | | Fix crash on null object assignment | Aaron Kennedy | 2010-04-08 | 1 | -1/+2 | |
| | | | | * | | | | Make string -> int conversion consistent in bindings | Aaron Kennedy | 2010-04-08 | 1 | -0/+4 | |
| | | | | * | | | | Improve static assignment to QVariant's in the int and double case | Aaron Kennedy | 2010-04-08 | 5 | -7/+44 | |
| | | | | * | | | | Update QmlChanges for SmoothedFollow | Leonardo Sobral Cunha | 2010-04-08 | 1 | -4/+12 | |
| | | | | * | | | | Renamed 'source' property from SpringFollow to 'to' | Leonardo Sobral Cunha | 2010-04-08 | 2 | -26/+35 | |
| | | | | * | | | | Make script and binding assignments identical for list properties | Aaron Kennedy | 2010-04-08 | 1 | -1/+5 | |
| | | | | * | | | | Fix qdeclarativeecmascript::arrayExpression() test | Aaron Kennedy | 2010-04-08 | 1 | -1/+1 | |
| | | | | * | | | | Cleanup handling of errors in bindings and scripts | Aaron Kennedy | 2010-04-08 | 15 | -96/+148 | |
| | | | | * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Warwick Allison | 2010-04-08 | 16 | -23/+448 | |
| | | | | |\ \ \ \ | ||||||
| | | | | * | | | | | Fix AnimatedImage for remote image test. Fix and test sourceSize property. | Warwick Allison | 2010-04-08 | 3 | -2/+7 | |
| | | | * | | | | | | Calculate GridView columns regardless of whether we have a populated model | Martin Jones | 2010-04-08 | 1 | -1/+1 | |
| | | | * | | | | | | Add highlightMoveDuration to views. | Martin Jones | 2010-04-08 | 7 | -8/+131 | |
| | | | | |/ / / / | | | | |/| | | | | ||||||
| | | | * | | | | | Add SmoothedFollow element to qml | Leonardo Sobral Cunha | 2010-04-08 | 4 | -0/+416 | |
| | | | * | | | | | Tracking the velocity when restarting SmoothedAnimation | Leonardo Sobral Cunha | 2010-04-08 | 1 | -0/+2 | |
| | | | * | | | | | Fix doc of qml's SmoothedAnimation | Leonardo Sobral Cunha | 2010-04-08 | 1 | -9/+10 | |
| | | | * | | | | | Refactor in smoothedanimation, removed unneeded code | Leonardo Sobral Cunha | 2010-04-08 | 2 | -6/+1 | |
| | | | * | | | | | Do not create a QScriptValue for an object being deleted | Aaron Kennedy | 2010-04-08 | 1 | -0/+3 | |
| | | | * | | | | | Replace "import Qt 4.6" with "import Qt 4.7" | Michael Brasser | 2010-04-08 | 7 | -7/+7 | |
| | | | * | | | | | Don't optimized extended type construction | Aaron Kennedy | 2010-04-08 | 3 | -1/+9 | |
| | | | |/ / / / | ||||||
| | | | * | | | | Correctly handle shutdown order in the presence of QWidgets | Aaron Kennedy | 2010-04-08 | 1 | -1/+1 | |
| | | | * | | | | Initialize QDeclarativeData even when not using a QDeclarativeEngine | Aaron Kennedy | 2010-04-08 | 2 | -5/+14 | |
| | | | * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Warwick Allison | 2010-04-08 | 5 | -25/+53 | |
| | | | |\ \ \ \ | ||||||
| | | | | * \ \ \ | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-04-08 | 8 | -37/+38 | |
| | | | | |\ \ \ \ | ||||||
| | | | | * | | | | | Replace Text::wrap property with Text::wrapMode enumeration. | Martin Jones | 2010-04-08 | 5 | -25/+53 | |
| | | | * | | | | | | Fix location of error message. | Warwick Allison | 2010-04-08 | 1 | -2/+2 | |
| | | | | |/ / / / | | | | |/| | | | | ||||||
| | | | * | | | | | Revert "Add QListModelInterface::modelReset() signal and emit this in" | Bea Lam | 2010-04-08 | 5 | -23/+12 | |
| | | | * | | | | | Prevent Behavior from being triggered on initialization. | Michael Brasser | 2010-04-08 | 1 | -12/+10 | |
| | | | * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Warwick Allison | 2010-04-08 | 4 | -11/+30 | |
| | | | |\ \ \ \ \ | | | | | |/ / / / | ||||||
| | | | | * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-04-08 | 10 | -109/+84 | |
| | | | | |\ \ \ \ | ||||||
| | | | | | * | | | | Revert "Support QList<QObject*> properties" | Aaron Kennedy | 2010-04-08 | 9 | -105/+70 | |
| | | | | | * | | | | Document behavior of conflicting when clauses. | Michael Brasser | 2010-04-08 | 1 | -4/+14 | |
| | | | | * | | | | | Don't emit clicked() after pressAndHold() | Martin Jones | 2010-04-08 | 1 | -1/+1 | |
| | | | | |/ / / / | ||||||
| | | | | * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-04-08 | 10 | -75/+119 | |
| | | | | |\ \ \ \ | ||||||
| | | | | | * | | | | Support QList<QObject*> properties | Aaron Kennedy | 2010-04-08 | 9 | -70/+105 | |
| | | | | * | | | | | Fix setting of pointSize and pixelSize in different items. | Martin Jones | 2010-04-08 | 2 | -6/+15 | |
| | | | * | | | | | | Give error if attempt to import from a version that is not installed. | Warwick Allison | 2010-04-08 | 1 | -0/+12 | |
| | | | * | | | | | | Test actual error messages. Fix error messages. Test module-not-available error. | Warwick Allison | 2010-04-08 | 1 | -2/+4 | |
| | | | | |/ / / / | | | | |/| | | | | ||||||
| | | | * | | | | | Update Repeater docs. | Michael Brasser | 2010-04-07 | 1 | -5/+14 | |
| | | | |/ / / / | ||||||
| | | | * | | | | Build on Windows. | Martin Jones | 2010-04-07 | 1 | -1/+6 | |
| | | | * | | | | Make sure Loader doesn't leak when component has errors. | Michael Brasser | 2010-04-07 | 1 | -3/+3 | |
| | | | * | | | | Cleanup (remove QDeclarativeScriptClass) | Aaron Kennedy | 2010-04-07 | 13 | -142/+34 | |