Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Removed unnecessary data_caging_paths.prf loading from applications | Miikka Heikkinen | 2010-06-22 | 1 | -1/+0 | |
| | | | | | | | | | Since plugin and import paths variables were moved to symbian.conf, there were many unnecessary load(data_caging_paths) statements left in applications. Task-number: QTBUG-11619 Reviewed-by: Janne Koskinen | |||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-webkit into 4.7-integration | Qt Continuous Integration System | 2010-06-22 | 2 | -4/+3 | |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * '4.7' of scm.dev.nokia.troll.no:qt/qt-webkit: Fix examples Updated WebKit to 45d1c9149ef8940081fa8dd35854d2b95ebaf3cd Updated WebKit to 4ad38c43081bedb69c7e26a9ca0fb2c50456066d Updated WebKit to 19de3d2848b715f937eb375a078672cc8e9b8185 Updated WebKit to 19de3d2848b715f937eb375a078672cc8e9b8185 Updated WebKit to 515aae71494436816cd0250cdc52caa4f2566aef Update S60 stuff after renaming the webkit component. Update qmlchanges from import org.webkit to QtWebKit Updated WebKit to e32cb21d4f1787147bcb681883b96a95f867749a Updated WebKit to a99218d1984be36e00966f988123fa7e2b18eec5 Remove the old WebView element in src/import. The new one is in src/3rdparty/webkit Updated WebKit to d7a095a2a9514e1f132b779b99279585820b46f5 Updated WebKit to c6f08f4c13f88491a5d1ae1794c72166af0c26ba | |||||
| * | Remove the old WebView element in src/import. The new one is in ↵ | Alexis Menard | 2010-06-18 | 2 | -4/+3 | |
| | | | | | | | | | | | | | | | | | | src/3rdparty/webkit Also change a bit the demo due to a little API change. The module is not org.webkit but QtWebKit now. Reviewed-by:simon hausmann | |||||
* | | Allow things that load SameGame to disable the Quit button | Alan Alpert | 2010-06-21 | 1 | -0/+2 | |
|/ | | | | | | | If I missed any, just set inAnotherDemo to true on the SameGame root item. Task-number: QTBUG-11562 | |||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Alan Alpert | 2010-06-16 | 1 | -0/+2 | |
|\ | ||||||
| * | Move knowledge of QGraphicsObject out of qml engine | Aaron Kennedy | 2010-06-16 | 1 | -0/+2 | |
| | | ||||||
* | | Minor demo fixes | Alan Alpert | 2010-06-16 | 1 | -0/+2 | |
|/ | | | | Found some minor demo issues while testing a TextInput change. | |||||
* | Add go button to webbrowser example. | Yann Bodson | 2010-06-10 | 5 | -4/+36 | |
| | | | | Task-number: QTBUG-11310 | |||||
* | Fix snake demo | mae | 2010-06-08 | 3 | -3/+12 | |
| | | | | | | | | | Code degeneration lead to three bugs: 1. progress bar worked only the first time 2. restart was broken 3. highscore model was not persistent Reviewed-by: Trust me | |||||
* | Accept enter key in the webbrower demo url input. | Martin Jones | 2010-06-07 | 1 | -0/+4 | |
| | ||||||
* | Improve input panel handling in declarative demos and examples | Joona Petrell | 2010-06-03 | 7 | -10/+28 | |
| | | | | | Task-number: QTBUG-11157 Reviewed-by: Warwick Allison | |||||
* | Fix some bugs in the QML Web Browser buttons | Alan Alpert | 2010-05-31 | 2 | -1/+2 | |
| | | | | Now with fewer warnings! Also, the stop button works. | |||||
* | Fix zoom bug in QML Web Browser demo | Alan Alpert | 2010-05-31 | 2 | -3/+3 | |
| | | | | Zooming out no longer zooms to smaller than the window size. | |||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Warwick Allison | 2010-05-26 | 2 | -4/+4 | |
|\ | ||||||
| * | Unify naming of import plugin targets | Joona Petrell | 2010-05-26 | 2 | -4/+4 | |
| | | | | | | | | | | Task-number: QTBUG-10834 Reviewed-by: Warwick Allison | |||||
* | | Fix TextEdit clipping when not wrapped. Rename most-useful-wrap-mode to "Wrap". | Warwick Allison | 2010-05-26 | 1 | -1/+1 | |
|/ | ||||||
* | Add license headers for .qml files. | Jason McDonald | 2010-05-21 | 60 | -0/+2460 | |
| | | | | | | | Examples get the BSD license, while all other .qml files get the LGPL/tech-preview license. Reviewed-by: Trust Me | |||||
* | Some minor example fixes | Alan Alpert | 2010-05-20 | 1 | -0/+2 | |
| | | | | | | -dial moved to dial-example so the dirname is the same as the qml name -added rssnews to .pro so it can be installed -added some README files like the other dirs | |||||
* | Rename Component::errorsString() -> errorString() (and also for | Bea Lam | 2010-05-20 | 2 | -4/+4 | |
| | | | | QDeclarativeComponent) | |||||
* | Documentation | Yann Bodson | 2010-05-18 | 1 | -0/+16 | |
| | ||||||
* | Photoviewer example fixes. | Yann Bodson | 2010-05-18 | 2 | -28/+16 | |
| | ||||||
* | Move xmldata example into rssnews demo. | Yann Bodson | 2010-05-17 | 8 | -0/+218 | |
| | ||||||
* | Removed dependency of QDeclarativeWebView to private Qt (Declarative) API | Simon Hausmann | 2010-05-13 | 1 | -22/+7 | |
| | | | | | Exchanged the use of QDeclarativePaintedItem with the use of QGraphicsWebView and its tiled backing store. | |||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Alan Alpert | 2010-05-12 | 38 | -491/+231 | |
|\ | ||||||
| * | Flickable small API changes. | Yann Bodson | 2010-05-12 | 4 | -13/+9 | |
| | | | | | | | | | | | | | | | | | | | | - Split moving into movingHorizontally anf movingVertically - Split flicking into flickingHorizontally and flickingVertically - Rename flickDirection to flickableDirection - onMovementStarted, onMovementEnded, onFlickStarted and onFlickEnded signals removed Task-number: QTBUG-10572 Reviewed-by: Martin Jones | |||||
| * | Expand if available space changes. | Warwick Allison | 2010-05-11 | 1 | -0/+6 | |
| | | | | | | | | Task-number: QT-3175 | |||||
| * | Cleanup and simplify the webbrowser demo. | Yann Bodson | 2010-05-11 | 36 | -487/+225 | |
| | | ||||||
* | | Emit numFlagsChanged | Alan Alpert | 2010-05-11 | 1 | -0/+2 | |
|/ | | | | Task-number: QTBUG-10552 | |||||
* | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Alan Alpert | 2010-05-07 | 7 | -14/+18 | |
|\ | | | | | | | | | Conflicts: examples/declarative/dynamic/qml/itemCreation.js | |||||
| * | More cleanup | Yann Bodson | 2010-05-06 | 4 | -7/+11 | |
| | | ||||||
| * | Cleanup | Yann Bodson | 2010-05-06 | 2 | -6/+6 | |
| | | ||||||
| * | Use enum for drag.axis in doc and examples. | Yann Bodson | 2010-05-06 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Alan Alpert | 2010-05-05 | 17 | -25/+85 | |
|\ \ | |/ | ||||||
| * | Fix i18n example. | Yann Bodson | 2010-05-05 | 5 | -4/+64 | |
| | | | | | | | | Add french translation to photoviewer demo. | |||||
| * | Use enum rather than string for easing type. | Yann Bodson | 2010-05-05 | 13 | -21/+21 | |
| | | ||||||
* | | Make component.createObject require a parent argument | Alan Alpert | 2010-05-05 | 2 | -6/+3 | |
|/ | | | | | | | | | For graphical objects (the common case) a common mistake is to not parent a dynamically created item. Since you almost always want to add a parent, and it's hard for a beginner to diagnose this problem, a parent is now a required argument and dealt with by the createObject function. Task-number: QTBUG-10110 | |||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Warwick Allison | 2010-04-29 | 2 | -5/+5 | |
|\ | ||||||
| * | Remove Component's isReady, isLoading, isError and isNull properties. | Bea Lam | 2010-04-29 | 2 | -5/+5 | |
| | | | | | | | | | | | | | | The Component status enum covers all of these properties already and removing these also makes the API consistent with Image and Loader. Note this change only affects the QML Component API; the methods are still available for QDeclarativeComponent. | |||||
* | | make quitable | Warwick Allison | 2010-04-27 | 2 | -1/+12 | |
|/ | ||||||
* | Replace usage of print() with console.log(). | Michael Brasser | 2010-04-23 | 2 | -9/+8 | |
| | ||||||
* | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Alan Alpert | 2010-04-21 | 26 | -101/+152 | |
|\ | ||||||
| * | Balance grid items for larger displays. | Warwick Allison | 2010-04-21 | 1 | -1/+2 | |
| | | | | | | | | Task-number: QTBUG-8406 | |||||
| * | Cleanup | Yann Bodson | 2010-04-20 | 16 | -99/+0 | |
| | | ||||||
| * | Fix API call for multiple tags. | Warwick Allison | 2010-04-20 | 1 | -1/+6 | |
| | | | | | | | | Spec says comma, not eg. space separated. | |||||
| * | Add .qmlproject files for declarative demos. | Yann Bodson | 2010-04-20 | 9 | -0/+144 | |
| | | ||||||
* | | Make the dynamic creation functions on the Qt object | Alan Alpert | 2010-04-21 | 2 | -3/+3 | |
|/ | | | | | | | | | Also updated examples to still work, and the dynamic example now uses exceptions a little, to demonstrate that it can be done. Exceptions are also now filled out with the QML error data. Task-number: QT-2801 Reviewed-by: Aaron Kennedy | |||||
* | Indentation and whitespace fixes in qml's samegame tutorial | Leonardo Sobral Cunha | 2010-04-19 | 4 | -8/+10 | |
| | ||||||
* | QML_DECLARE_TYPE is no longer necessary - fix docs and examples | Bea Lam | 2010-04-19 | 1 | -2/+0 | |
| | ||||||
* | Ensure existing image is gone before next photo selection. | Warwick Allison | 2010-04-16 | 1 | -0/+1 | |
| | | | | Task-number: QTBUG-8084 | |||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Warwick Allison | 2010-04-16 | 3 | -4/+6 | |
|\ |