Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Straighten board lines | Bea Lam | 2010-04-09 | 1 | -0/+0 |
| | |||||
* | More tutorial improvments | Bea Lam | 2010-04-09 | 9 | -131/+121 |
| | |||||
* | Doc fixes | Bea Lam | 2010-04-09 | 3 | -3/+2 |
| | |||||
* | Make the TextInput element nicer. It has scrolling. | Alexis Menard | 2010-04-09 | 4 | -19/+121 |
| | | | | | | | | | | | | The TextInput has support for scrolling now so it's quite usable. You can deactivate the auto scrolling with a property if you want to do crazy animation while scrolling. This commit also fixed several bugs with the current implementation especially regarding aligments : selection was broken, moving the cursor also -> fixed. I have also added a tiny fix when the TextInput lost the focus -> the selection is cleared. Task-number:QT-2745 Reviewed-by:Michael Brasser | ||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Warwick Allison | 2010-04-09 | 80 | -328/+877 |
|\ | |||||
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-04-08 | 108 | -552/+1308 |
| |\ | |||||
| | * | Update visual test. | Michael Brasser | 2010-04-08 | 9 | -4/+4 |
| | | | | | | | | | | | | We've updated our handling of drag threshold in MouseArea. | ||||
| | * | Fix test. | Michael Brasser | 2010-04-08 | 1 | -1/+1 |
| | | | |||||
| | * | Update test following property name change. | Michael Brasser | 2010-04-08 | 3 | -5/+5 |
| | | | |||||
| | * | Tune plugin import mechanism | mae | 2010-04-08 | 7 | -54/+175 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In shadow build environments, we cannot enforce that shared library objects for plugins are located in the same directory as the qmldir file. This makes it hard for Creator to support mixed projects (qml/c++). In order to gain more flexibility, the patch introduces a pluginPathList to QDeclarativeEngine, which completes the existing importsPathList. The pluginPathList defaults to ["."], which indicates the directory where the qmldir file is located in. The qml viewer tool gains a command line option -P to add to the pluginPathList. For consistency, the -L option ("Library") has been renamed to -I ("Import"). QDeclarativeEngine::importExtension() has been renamed to QDeclarativeEngine::importPlugin(). The documentation has been adjusted accordingly. Done with erikv. Reviewed-by: erikv | ||||
| | * | Fix compile warnings | mae | 2010-04-08 | 2 | -2/+2 |
| | | | |||||
| | * | Enable setting the imports directory via qt.conf | Kai Koehne | 2010-04-08 | 2 | -0/+5 |
| | | | | | | | | | | | | Task-number: QTBUG-9701 | ||||
| | * | Warn if the minehunt C++ plugin is not compiled. | Yann Bodson | 2010-04-08 | 1 | -0/+7 |
| | | | |||||
| | * | Add tab navigation to twitter example authentication screen. | Yann Bodson | 2010-04-08 | 1 | -5/+8 |
| | | | |||||
| | * | Don't crash when QML engine is deleted | Aaron Kennedy | 2010-04-08 | 3 | -3/+36 |
| | | | |||||
| | * | Fix crash on null object assignment | Aaron Kennedy | 2010-04-08 | 3 | -1/+25 |
| | | | |||||
| | * | Fix call to saveHighScores() and restore game timer. | Bea Lam | 2010-04-08 | 3 | -6/+4 |
| | | | |||||
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Bea Lam | 2010-04-08 | 301 | -1013/+2210 |
| | |\ | | | | | | | | | | | | | | | | | Conflicts: examples/declarative/tutorials/samegame/samegame4/content/samegame.js | ||||
| | | * | Make string -> int conversion consistent in bindings | Aaron Kennedy | 2010-04-08 | 5 | -0/+115 |
| | | | | | | | | | | | | | | | | QTBUG-9538 | ||||
| | | * | Improve static assignment to QVariant's in the int and double case | Aaron Kennedy | 2010-04-08 | 8 | -7/+110 |
| | | | | |||||
| | | * | Fix warning in declarative/examples/velocity | Leonardo Sobral Cunha | 2010-04-08 | 1 | -2/+6 |
| | | | | |||||
| | | * | Fix samegame4 tutorial code | Leonardo Sobral Cunha | 2010-04-08 | 2 | -12/+3 |
| | | | | |||||
| | | * | Missing file | Yann Bodson | 2010-04-08 | 1 | -0/+0 |
| | | | | |||||
| | | * | 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 | 16 | -56/+64 |
| | | | | |||||
| | * | | Improve example code - rename variables, remove redundant ids. | Bea Lam | 2010-04-08 | 13 | -156/+156 |
| | | | | |||||
| * | | | Calculate GridView columns regardless of whether we have a populated model | Martin Jones | 2010-04-08 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Task-number: QTBUG-9692 | ||||
| * | | | Add highlightMoveDuration to views. | Martin Jones | 2010-04-08 | 8 | -10/+139 |
| | | | | | | | | | | | | | | | | Task-number: QTBUG-7568 | ||||
* | | | | Verbose failure output | Warwick Allison | 2010-04-09 | 1 | -0/+2 |
| |_|/ |/| | | |||||
* | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Warwick Allison | 2010-04-08 | 18 | -96/+232 |
|\ \ \ | |||||
| * | | | 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 | 18 | -96/+228 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | QML used to silently ignore a log of errors - such as a failed assignment to a QObject property. These errors are now all reported as exceptions in JavaScript. Other questionable activities, like assigning a JavaScript array to a "property var" property which appeared to work, thanks to QtScript's transparent conversion of arrays to a QVariantList, are now blocked entirely. QTBUG-9152 QTBUG-9382 QTBUG-9341 QTBUG-6886 | ||||
* | | | | Add running of examples to quality gate. | Warwick Allison | 2010-04-08 | 6 | -7/+8 |
|/ / / | | | | | | | | | | Fix broken examples too. | ||||
* | | | Improve velocity example | Yann Bodson | 2010-04-08 | 4 | -135/+84 |
| | | | |||||
* | | | Missing file | Aaron Kennedy | 2010-04-08 | 2 | -1/+146 |
| | | | |||||
* | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Warwick Allison | 2010-04-08 | 205 | -216/+939 |
|\ \ \ | |/ / | |||||
| * | | Fix tst_qdeclarativesmoothedanimation::behavior | Leonardo Sobral Cunha | 2010-04-08 | 1 | -2/+3 |
| | | | | | | | | | | | | Added an 'id' to the animations inside Behaviors to avoid deferred creation. | ||||
| * | | Add SmoothedFollow element to qml | Leonardo Sobral Cunha | 2010-04-08 | 13 | -1/+695 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The SmoothedFollow is the same as the old EaseFollow, so it's not an animation, but its main use case is to be used as a property value source to automatically follow the 'to' property, as in the example below. Rectangle { color: "green" width: 60; height: 60; SmoothedFollow on x { to: rect1.x - 5; velocity: 200 } SmoothedFollow on y { to: rect1.y - 5; velocity: 200 } } This element shares the internal implementation with SmoothedAnimation, both providing the same easing function, but with SmoothedFollow it's easier to set a start value to animate intially and then start to follow, while SmoothedAnimation is still convenient for using inside Behaviors and Transitions. Reviewed-by: Michael Brasser | ||||
| * | | 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 |
| | | | |||||
| * | | Autotest for 76f5e9e7d1eea8d688d5459b7b7b2bfa3f9057ed | Aaron Kennedy | 2010-04-08 | 2 | -1/+19 |
| | | | |||||
| * | | Fix test. | Michael Brasser | 2010-04-08 | 1 | -0/+1 |
| | | | |||||
| * | | Replace "import Qt 4.6" with "import Qt 4.7" | Michael Brasser | 2010-04-08 | 183 | -196/+196 |
| | | | |||||
| * | | Don't optimized extended type construction | Aaron Kennedy | 2010-04-08 | 3 | -1/+9 |
| | | | |||||
* | | | Test readonly valuetypes. Fails for field. | Warwick Allison | 2010-04-08 | 5 | -0/+51 |
| | | | | | | | | | | | | Task-number: QTBUG-9685 | ||||
* | | | Fix AnimatedImage for remote image test. Fix and test sourceSize property. | Warwick Allison | 2010-04-08 | 6 | -2/+44 |
| | | | |||||
* | | | Ignore current spurious warnings. | Warwick Allison | 2010-04-08 | 1 | -0/+10 |
| | | | | | | | | | | | | Task-number: QT-3245 |