summaryrefslogtreecommitdiffstats
path: root/doc/src/declarative
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into ↵Qt Continuous Integration System2010-03-051-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4.7-integration * '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1: (72 commits) Doc: Enabled the context menu in the spreadsheet demo. Updated URLs. Doc: Applied suggestion for an improvement to the foreach documentation. Doc: Added a note about the lack of standard file copy/paste on X11. Doc: Fixed the row number for a widget in two parts of the tutorial. Doc: Fixed typos. Reduce compiling time of QScriptValue autotest suite on Windows. Optimize QScriptValue autotest generator. Set database write behavior to synchronous=OFF and increase page cache. doc: Fixed some qdoc errors. Setting ImhHiddenText for NoEcho line edits is not 100% correct, but still way better than fully visible text. Allow building documentation without all of Qt Added a documentation for the new enum value in gesture api. Remove the OBJECTS_DIR variable assignment from some projets in Qt. Fix compile qmake/MinGw: Link statically for Qt Creator to be able to detect it. Enable two fast path for blend_tiled_rgb565 Avoid QString reallocation for smallcaps fonts in Itemizer::generate() Make QLabel::text a reloadable property remove non wifi interfaces from being handled. ...
| * Updated URLs.Robert Loehning2010-03-041-1/+1
| | | | | | | | Reviewed-by: Erik Verbruggen <erik.verbruggen@nokia.com>
* | Remove Qt.playSound()Michael Brasser2010-03-041-3/+0
| | | | | | | | Use SoundEffect instead.
* | Add formatting functions to QML's global Qt object.Michael Brasser2010-03-041-0/+76
| | | | | | | | The plan is for these to replace DateTimeFormatter.
* | More renaming: MouseRegion -> MouseAreaYann Bodson2010-03-031-3/+3
| |
* | Add docs and tests for WorkerListModel.Bea Lam2010-03-021-0/+2
|/ | | | Task-number: QT-2807
* Make SameGame tutorials share imagesAlan Alpert2010-03-011-0/+5
| | | | | | | | | It's a bit of a waste to have four copies of all of the images. And as an advanced tutorial throwing in a minor complication like this is probably beneficial. Additionally, the background has been replaced by a smaller JPEG version.
* Change Connection syntax as per QT-2822.Warwick Allison2010-02-262-4/+3
|
* Document PackageMartin Jones2010-02-251-0/+1
|
* Revert "Add QDeclarativeGraphicsWidget, a QGraphicsWidget version of QmlView"Aaron Kennedy2010-02-251-10/+0
| | | | This reverts commit 327d212f5cff81f1c21b7be5c54b3e1eab4f0ac5.
* Add QDeclarativeGraphicsWidget, a QGraphicsWidget version of QmlViewAlan Alpert2010-02-241-0/+10
| | | | | | | | | Could use to be renamed. Possibly to -QDeclarativeViewGraphicsWidget -QGraphicsDeclarativeViewWidget (Or QGraphicsD20, in the spirit of i18n) But those aren't any shorter. Task-number: QTBUG-7067
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-2427-124/+124
| | | | QDeclarativeXXX.
* docWarwick Allison2010-02-241-1/+1
|
* docWarwick Allison2010-02-241-1/+1
|
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlWarwick Allison2010-02-2412-778/+499
|\ | | | | | | | | Conflicts: src/declarative/qml/qml.h
| * Merge branch 'master' of scm.dev.nokia.troll.no:qt/qtMartin Jones2010-02-2412-778/+499
| |\ | | | | | | | | | | | | | | | | | | Conflicts: doc/src/declarative/advtutorial1.qdoc src/declarative/qml/qmlmoduleplugin.cpp src/declarative/util/qmlxmllistmodel.cpp
| | * Merge remote branch 'origin/master'Thiago Macieira2010-02-2314-31/+35
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: doc/src/declarative/advtutorial1.qdoc doc/src/declarative/tutorial2.qdoc doc/src/declarative/tutorial3.qdoc src/declarative/graphicsitems/qmlgraphicsmousearea.cpp src/multimedia/playback/qmediaplayer.cpp
| | * \ Merge branch 'master' of git:qt/qtThiago Macieira2010-02-2132-32/+32
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: doc/src/declarative/advtutorial1.qdoc doc/src/declarative/advtutorial2.qdoc doc/src/declarative/advtutorial3.qdoc doc/src/declarative/advtutorial4.qdoc doc/src/declarative/tutorial1.qdoc doc/src/declarative/tutorial2.qdoc doc/src/declarative/tutorial3.qdoc
| | * \ \ Merge remote branch 'origin/master'Thiago Macieira2010-02-207-50/+99
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: doc/src/declarative/advtutorial1.qdoc
| | * | | | Doc: Collected the Declarative UI tutorials together and renamed them.David Boddie2010-02-1912-777/+498
| | | | | | | | | | | | | | | | | | | | | | | | Reviewed-by: Trust Me
* | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlWarwick Allison2010-02-234-24/+13
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/declarative/util/qmlanimation.cpp src/declarative/util/qmlxmllistmodel.cpp
| * | | | | Adds QmlEasingValueType to qmlLeonardo Sobral Cunha2010-02-231-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now it's possible to use easing curve types directly in qml as value types, {easing.type: "OutBounce"; easing.amplitude: 3}, instead of the former ugly string format, like "easeOutBounce(amplitude:3.0)". Reviewed-by: akennedy
| * | | | | Make QmlBinding (and friends) privateAaron Kennedy2010-02-231-12/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | QmlBinding exposes way too many implementation details to be confident about making it public right now.
| * | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlMartin Jones2010-02-232-6/+37
| |\ \ \ \ \
| | * | | | | Doc.Michael Brasser2010-02-231-6/+6
| | | | | | |
| * | | | | | Add support for setting the root index when using a QAbstractItemModel.Martin Jones2010-02-231-0/+1
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | Task-number: QT-2777
* | | | | | Remove QML_DEFINE_... macros, now use QML_REGISTER_... macros calls.Warwick Allison2010-02-232-21/+18
| |/ / / / |/| | | | | | | | | | | | | | Task-number: QT-2798
* | | | | Add documentation on QMLs memory management assumptionsAaron Kennedy2010-02-231-0/+31
|/ / / /
* | | | Documentation UpdateAlan Alpert2010-02-221-1/+5
| | | | | | | | | | | | | | | | | | | | Mention that the same game tutorial is now slightly different to the demo version.
* | | | Doc fixAlan Alpert2010-02-221-1/+1
| | | |
* | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml into ↵Qt Continuous Integration System2010-02-2216-32/+32
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | master-integration * 'master' of scm.dev.nokia.troll.no:qt/qt-qml: Replace QmlList* and QList* support with a single QmlListProperty type Rename MouseRegion -> MouseArea Update QmlChanges with animation API changes. Document the default velocity of EaseFollow Remove use of unexprted private classes. Fix compile error on Solaris Increase durations when testing Behaviors. Add cached path rounded rect painting benchmark. Remove use of direct event posting. Use QTest::keyClick() for keys.
| * | | Replace QmlList* and QList* support with a single QmlListProperty typeAaron Kennedy2010-02-223-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As a value type QmlListProperty doesn't consume any memory in the object. It also has a companion QmlListReference class that is part of the public API for C++ developers to interact with that also manages memory issues that existed with previous solutions (if the containing QObject was destroyed it left a dangling pointer).
| * | | Rename MouseRegion -> MouseAreaMartin Jones2010-02-2213-23/+23
| | |/ | |/|
* | | Doc: these files are NOT part of the test suite of the Qt toolkitThiago Macieira2010-02-2039-39/+39
|/ /
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qtMartin Jones2010-02-1839-625/+854
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * doc: Added "\sa {QML Basic Types} to each QML basic type page.Martin Smith2010-02-171-0/+17
| |
| * doc: Fixed some qdoc errors.Martin Smith2010-02-163-2/+3
| |
| * Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1Martin Smith2010-02-1639-612/+817
| |\
| | * Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1Jason McDonald2010-02-164-8/+10
| | |\
| | * | Fix broken license headers.Jason McDonald2010-02-1639-612/+817
| | | | | | | | | | | | | | | | Reviewed-by: Trust Me
| * | | doc: Fixed some qdoc errors.Martin Smith2010-02-162-2/+2
| | |/ | |/|
| * | doc: Fixed some qdoc errors.Martin Smith2010-02-162-5/+7
| | |
| * | doc: Fixed some qdoc errors.Martin Smith2010-02-162-3/+3
| |/
| * doc: Fixed some qdoc errors.Martin Smith2010-02-161-1/+5
| |
* | Doc: reformulate why we build a buttonHenrik Hartz2010-02-181-2/+3
| |
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlMartin Jones2010-02-182-46/+44
|\ \
| * | Get rid of the matchProperties/properties distinction, as itMichael Brasser2010-02-182-46/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | has proven to be confusing in practice. property/target and properties/targets will be functionally equivilant (the only distinction being singular/plural). In a transition these properties can be used for both 'matching' and explicit animation based on whether a 'to' value is supplied. The documentation, tests, examples and demos have been updated as well.
* | | QmlView API review. See QmlChanges.txt for details.Martin Jones2010-02-181-0/+9
|/ /
* | Doc fixAlan Alpert2010-02-171-1/+5
| |
* | Fix minor doc typoAlan Alpert2010-02-171-1/+1
| |