Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
|\ | |||||
| * | Cleanup photoviewer demo. | Yann Bodson | 2010-04-16 | 3 | -4/+6 |
| | | |||||
* | | Don't use zoomfactor. | Warwick Allison | 2010-04-16 | 1 | -2/+2 |
|/ | | | | | It gives better resolution for text positioning, btu many web sites don't work well with it and WebKit. | ||||
* | Small calculator fix. | Yann Bodson | 2010-04-15 | 2 | -10/+10 |
| | |||||
* | Improve declarative calculator example. | Yann Bodson | 2010-04-15 | 13 | -227/+238 |
| | |||||
* | Fix GridView.onRemove animation in photoviewer. | Yann Bodson | 2010-04-14 | 1 | -2/+2 |
| | |||||
* | Reduce QML runtime capabilities to NetworkServices and ReadUserData | Joona Petrell | 2010-04-14 | 1 | -1/+1 |
| | | | | | Task-number: Reviewed-by: Martin Jones | ||||
* | Minehunt cleanup/optimization. | Michael Brasser | 2010-04-14 | 7 | -134/+125 |
| | |||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2010-04-13 | 5 | -142/+174 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * '4.7' of scm.dev.nokia.troll.no:qt/qt-qml: (26 commits) Remove warning on ASCII cast Fix compilation on Solaris, AIX and HP-UX. Speed up borderimage test. Exclude webview examples when compiled without webview Fix test Use SRCDIR to make examples test work with shadow builds. Example fixes Improve efficiency of model dataChanged. Optimize some autotests Fix test (run with -qws on QWS). Stabilize behaviors test. Struct -> class because class is better. Move effect property where it should be. Tweak tests to run in parallel Network-related test fails on the rare occasion Fix code style in examples Make demo code more consistent with example code in terms of variable Fix score from previous change Doc improvements Fix example code style ... | ||||
| * | Make demo code more consistent with example code in terms of variable | Bea Lam | 2010-04-13 | 5 | -142/+174 |
| | | | | | | | | naming and code style. | ||||
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into ↵ | Qt Continuous Integration System | 2010-04-13 | 1 | -1/+0 |
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | 4.7-integration * '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public: Fix qmake.pro after Symbian alternate build system integration Fix compile error Don't try to use so much permissions, use something a lot more sane A bit saner suggestion Remove not needed permissions Make compile on Symbian | ||||
| * | Remove not needed permissions | Thomas Zander | 2010-04-12 | 1 | -1/+0 |
| | | |||||
* | | Enable other wrapping modes. | Martin Jones | 2010-04-09 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | WrapAnywhere - Text can be wrapped at any point on a line, even if it occurs in the middle of a word. WrapAtWordBoundaryOrAnywhere - If possible, wrapping occurs at a word boundary; otherwise it will occur at the appropriate point on the line, even in the middle of a word. | ||||
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-04-09 | 4 | -46/+39 |
|\ \ | |||||
| * | | Remove use of obsolete "Script" element. | Warwick Allison | 2010-04-09 | 4 | -46/+39 |
| | | | |||||
* | | | TextEdit::wrap changed to TextEdit::wrapMode enumeration | Martin Jones | 2010-04-09 | 2 | -2/+2 |
|/ / | |||||
* | | Text.wrap is deprecated | Yann Bodson | 2010-04-09 | 2 | -17/+18 |
| | | |||||
* | | Replace "property var " with "property variant " in QML code | Aaron Kennedy | 2010-04-09 | 7 | -8/+8 |
| | | |||||
* | | 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 |
| | | |||||
* | | Renamed 'source' property from SpringFollow to 'to' | Leonardo Sobral Cunha | 2010-04-08 | 1 | -2/+2 |
| | | |||||
* | | Add running of examples to quality gate. | Warwick Allison | 2010-04-08 | 2 | -2/+2 |
| | | | | | | | | Fix broken examples too. |