Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Minehunt readme was missing a step. | Alan Alpert | 2010-03-23 | 1 | -0/+2 |
| | |||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Alan Alpert | 2010-03-23 | 9 | -33/+115 |
|\ | | | | | | | | | Conflicts: tests/auto/declarative/qdeclarativedom/data/importlib/sublib/qmldir | ||||
| * | Usability improvements for photoviewer demo. | Yann Bodson | 2010-03-23 | 5 | -8/+32 |
| | | |||||
| * | Remove ParentAction. | Michael Brasser | 2010-03-23 | 2 | -8/+12 |
| | | | | | | | | It has been replaced with ParentAnimation. | ||||
| * | Editable tag in photoviewer demo. | Yann Bodson | 2010-03-23 | 4 | -15/+61 |
| | | |||||
| * | Small photoviewer improvements | Yann Bodson | 2010-03-23 | 3 | -5/+13 |
| | | |||||
* | | Use QDeclarativeListProperty properly | Alan Alpert | 2010-03-23 | 1 | -1/+23 |
|/ | | | | | Task-number: QTBUG-8713 Reviewed-by: Aaron Kennedy | ||||
* | Deprecate inline Script {} blocks | Aaron Kennedy | 2010-03-22 | 14 | -119/+101 |
| | | | | | | | | Inline blocks/includes have been replaced with an import syntax: import "foo.js" as Foo this gives better separation between QML and code. Imported script blocks also have a mandatory qualifier, which leads to better optimization potential. | ||||
* | Add/delete albums in photoviewer. | Yann Bodson | 2010-03-17 | 5 | -24/+95 |
| | |||||
* | Import "content" with as qualifier to support network without qmldir | mae | 2010-03-15 | 1 | -5/+5 |
| | |||||
* | Small fixes to photoviewer demo | Yann Bodson | 2010-03-15 | 2 | -12/+14 |
| | |||||
* | Add busy indicator to photoviewer demo | Yann Bodson | 2010-03-15 | 5 | -2/+18 |
| | |||||
* | Add new declarative photoviewer demo | Yann Bodson | 2010-03-12 | 12 | -0/+354 |
| | |||||
* | Replace QDeclarativeContext::addDefaultObject() -> setContextObject() | Aaron Kennedy | 2010-03-11 | 1 | -1/+1 |
| | | | | It is faster and easier to use to just support a single context object. | ||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Warwick Allison | 2010-03-11 | 4 | -0/+4 |
|\ | |||||
| * | Move particles in their own plugin (Qt.labs.particles) | Yann Bodson | 2010-03-11 | 4 | -0/+4 |
| | | | | | | | | Task-number: QT-2846 | ||||
* | | Truncate title at right if too long (cannot currently ElideRight and center). | Warwick Allison | 2010-03-11 | 1 | -3/+1 |
|/ | |||||
* | Document - and use - the qmlRegisterXXX template functions | mae | 2010-03-10 | 1 | -3/+2 |
| | | | | This commit removes the obsolete QML_REGISTER_TYPE macros. | ||||
* | Use no-version-specified to mean any version (used to work, fixed again, | Warwick Allison | 2010-03-10 | 2 | -13/+13 |
| | | | | was only working with -1.-1 which looks silly) | ||||
* | Use a better method for installing declarative demos. | Rohan McGovern | 2010-03-08 | 7 | -76/+16 |
| | | | | Simply copy the demo directories, instead of writing a stub .pro file. | ||||
* | Fixed declarative demos not being installed. | Rohan McGovern | 2010-03-08 | 7 | -0/+91 |
| | |||||
* | Fix Samegame. | Michael Brasser | 2010-03-03 | 1 | -1/+1 |
| | |||||
* | Add minehunt README | Alan Alpert | 2010-03-02 | 1 | -0/+3 |
| | |||||
* | Refactor demos | Alan Alpert | 2010-03-02 | 36 | -5/+15 |
| | | | | Samegame and Twitter are now trying the new naming convention. | ||||
* | Rewrite Minehunt demo to use the runtime. | Alan Alpert | 2010-03-02 | 18 | -148/+62 |
| | |||||
* | Fix zooming (broke with transformOrigin default change). | Warwick Allison | 2010-03-02 | 1 | -0/+1 |
| | | | | Task-number: QTBUG-5845 | ||||
* | Move WebView to an extension plugin. | Warwick Allison | 2010-03-02 | 3 | -0/+3 |
| | | | | | | | | Using WebView now requires: import org.webkit 1.0 Task-number: QT-2995 | ||||
* | follow syntax change | Warwick Allison | 2010-03-02 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml | Aaron Kennedy | 2010-03-02 | 3 | -21/+24 |
|\ | | | | | | | | | | | Conflicts: demos/declarative/minehunt/main.cpp demos/declarative/minehunt/minehunt.qml | ||||
| * | Fix minehunt demo | Alan Alpert | 2010-03-01 | 2 | -7/+11 |
| | | | | | | | | | | Game works again, and the issue with X11 native rendering being abysmally slow has been 'fixed'. | ||||
| * | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml | Alan Alpert | 2010-03-01 | 9 | -66/+72 |
| |\ | |||||
| | * | Fix position of image in detail view in flickr-mobile | Yann Bodson | 2010-03-01 | 1 | -4/+1 |
| | | | |||||
| * | | Make Minehunt demo compile. | Alan Alpert | 2010-03-01 | 1 | -13/+17 |
| | | | | | | | | | | | | | | | | | | It still isn't working though. Investigations continue. Task-number: QTBUG-8549 | ||||
* | | | Make "on" syntax mandatory for value sources and interceptors | Aaron Kennedy | 2010-03-02 | 17 | -30/+29 |
| |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Where you would have written x: NumberAnimation {} y: Behavior {} you now must write NumberAnimation on x {} Behavior on y {} This change also makes the parser more strict with respect to multiple assignments to a single property - they're no longer allowed. For example this x: 10 x: 11 is now an error. | ||||
* | | Set correct transformOrigin. | Martin Jones | 2010-03-01 | 1 | -0/+1 |
| | | |||||
* | | Fix position of image in detail view. | Martin Jones | 2010-03-01 | 1 | -3/+1 |
| | | |||||
* | | Change Connection syntax as per QT-2822. | Warwick Allison | 2010-02-26 | 3 | -9/+9 |
| | | |||||
* | | Test, demo, and work-around bug QTBUG-8535 | Warwick Allison | 2010-02-26 | 2 | -18/+28 |
| | | |||||
* | | Renamed Flickable viewportXXX properties contentXXX | Martin Jones | 2010-02-26 | 5 | -30/+30 |
|/ | | | | A viewport is the thing you look through, not what you look at. | ||||
* | Recfactor in declarative snake demo | Leonardo Sobral Cunha | 2010-02-25 | 1 | -2/+2 |
| | | | | | Avoid having 2 'states' that have 'when' conditions that can be 'true' at the same time. | ||||
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 1 | -8/+8 |
| | | | | QDeclarativeXXX. | ||||
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml | Warwick Allison | 2010-02-23 | 18 | -29/+27 |
|\ | | | | | | | | | | | Conflicts: src/declarative/util/qmlanimation.cpp src/declarative/util/qmlxmllistmodel.cpp | ||||
| * | Updates all qml examples/demos to use the easing curve value type syntax | Leonardo Sobral Cunha | 2010-02-23 | 17 | -26/+26 |
| | | |||||
| * | Remove QmlView::execute(). QmlView::setSource() does it all now. | Martin Jones | 2010-02-23 | 1 | -3/+1 |
| | | | | | | | | Task-number: QT-2538 | ||||
* | | Remove QML_DEFINE_... macros, now use QML_REGISTER_... macros calls. | Warwick Allison | 2010-02-23 | 1 | -1/+2 |
|/ | | | | Task-number: QT-2798 | ||||
* | Rename MouseRegion -> MouseArea | Martin Jones | 2010-02-22 | 18 | -23/+23 |
| | |||||
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt | Martin Jones | 2010-02-18 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: mkspecs/linux-g++-x11egl/qplatformdefs.h src/declarative/qml/qmldom.h src/declarative/util/qmlview.cpp src/declarative/util/qmlview.h tools/qdoc3/cppcodemarker.cpp tools/qmldebugger/standalone/canvasframerate.cpp tools/qmldebugger/standalone/engine.cpp tools/qmldebugger/standalone/expressionquerywidget.cpp tools/qmldebugger/standalone/expressionquerywidget.h tools/qmldebugger/standalone/objectpropertiesview.cpp tools/qmldebugger/standalone/objectpropertiesview.h tools/qmldebugger/standalone/objecttree.cpp tools/qmldebugger/standalone/qmldebugger.cpp tools/qmldebugger/standalone/watchtable.cpp tools/qmldebugger/standalone/watchtable.h | ||||
| * | Fix copyright year. | Jason McDonald | 2010-02-16 | 1 | -1/+1 |
| | | | | | | | | Reviewed-by: Trust Me | ||||
* | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml | Martin Jones | 2010-02-18 | 20 | -29/+29 |
|\ \ | |||||
| * | | Fix example after introduction of RotationAnimation. | Michael Brasser | 2010-02-18 | 2 | -2/+2 |
| | | | | | | | | | | | | id can't be the same as a TypeName. |