summaryrefslogtreecommitdiffstats
path: root/doc/src/examples/qml-examples.qdoc
Commit message (Collapse)AuthorAgeFilesLines
* Doc: More work on the QML documentation.David Boddie2010-09-071-1/+1
|
* Merge branch '4.7' into qmldocsDavid Boddie2010-08-271-0/+1
|\
| * Document calling QObject methods from QML in Extending QML in C++ docs.Martin Jones2010-08-251-0/+1
| |
| * doc: Fixed some qdoc errors.Martin Smith2010-08-091-1/+1
| |
* | Doc: More work on the QML documentation.David Boddie2010-08-271-1/+1
| |
* | Doc: Fixed qdoc warnings.David Boddie2010-08-051-1/+1
|/ | | | Reviewed-by: Trust Me
* Make it possible to manually set the orientation of QML Viewer on SymbianJoona Petrell2010-08-031-0/+8
| | | | | | | | | | | | | | | | | | | | Task-number: QTBUG-12142 Reviewed-by: Warwick Allison This patch brings ability to switch QML Viewer's orientation between auto-orientation (=follow sensor), portrait and landscape orientations (lock orientation) on Symbian. It provides same orientation options as Qt Creator 2.1's Qt QML Standalone Application creation wizard. Also, menu item rotateOrientation now works on Symbian, but it's hidden when orientation mode is set to auto-orientation. Property runtime.orientation has been switched back to supporting four-way orientation on Symbian, previously it only updated values between portrait and landscape. If your application only supports landscape or portrait modes, just don't react to the inverted orientations. Added orientation example screenorientation under examples/declarative. The patch includes a fix for calculator example, which rotated to wrong direction when switching from portrait to landscape. Also, improved qdeclarativeviewer unit tests. Changes have been tested to work on Windows, Linux and Symbian^3.
* Append 'Example' to titles of example pagesBea Lam2010-07-291-48/+48
| | | | Task-number: QTBUG-12427
* PathView doc clarification.Martin Jones2010-07-191-0/+9
|
* Follow -> Behaviormae2010-07-081-3/+3
| | | | Replace the usages of Follows with Behaviors, update docs.
* Extend QDeclarativeImageProvider to support QPixmap loading andBea Lam2010-07-081-2/+4
| | | | | | | | | | synchronous loading of QImages. (QPixmaps can only be created in the main thread so they will always be loaded synchronously). This changes request() to requestImage() and adds requestPixmap() for pixmap support. Task-number: QTBUG-11989
* doc improvementsBea Lam2010-07-061-1/+6
|
* Add abstractitemmodel example, and fix some model docsBea Lam2010-07-011-4/+11
|
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into ↵Qt Continuous Integration System2010-06-221-25/+11
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4.7-integration * '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1: (28 commits) Make sure ValueRecord's DeviceTables is cleaned up on failure qdoc3: Build fix for regression in e2f0e728e Fix incorrect usage of _HB_OPEN_Free_Device() in CaretValue cleanup Fix null HB_Device** dereference on exit in Harfbuzz GPOS code Doc: Relicensed the documentation under the GNU FDL version 1.3. doc: Added more DITA output to the XML generator Designer: Prevent QButtonGroup from being added for Q3ButtonGroup. Fix for a leak in the mac style. Doc: Fixing bugs to style and script doc: Added more DITA output to the XML generator Make sure that <br/> is seen as a valid tag in Qt::mightBeRichText() Fix compiler warnings in QtGui (text,painting). Allow Unix to generate unique UUIDs if /dev/urandom exists. Allow GNU Free Documentation license header. Add missing license header. Updated Harfbuzz from git+ssh://git.freedesktop.org/git/harfbuzz to ab9a897b688e991a8405cf938dea9d6a2f1ac072 Fix example compile and runtime warnings, webkit examples not built. qgl_cl_p.h is no longer existent Updated Harfbuzz from git+ssh://git.freedesktop.org/git/harfbuzz to 5699175f55acbdfa4ac95ab6c727ebd4a201f3a2 Doc: Fixed documentation errors. ...
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into ↵Qt Continuous Integration System2010-06-211-25/+11
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4.7-integration * '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1: (26 commits) Fix incorrect usage of _HB_OPEN_Free_Device() in CaretValue cleanup Fix null HB_Device** dereference on exit in Harfbuzz GPOS code Doc: Relicensed the documentation under the GNU FDL version 1.3. doc: Added more DITA output to the XML generator Designer: Prevent QButtonGroup from being added for Q3ButtonGroup. Fix for a leak in the mac style. Doc: Fixing bugs to style and script doc: Added more DITA output to the XML generator Make sure that <br/> is seen as a valid tag in Qt::mightBeRichText() Fix compiler warnings in QtGui (text,painting). Allow Unix to generate unique UUIDs if /dev/urandom exists. Allow GNU Free Documentation license header. Add missing license header. Updated Harfbuzz from git+ssh://git.freedesktop.org/git/harfbuzz to ab9a897b688e991a8405cf938dea9d6a2f1ac072 Fix example compile and runtime warnings, webkit examples not built. qgl_cl_p.h is no longer existent Updated Harfbuzz from git+ssh://git.freedesktop.org/git/harfbuzz to 5699175f55acbdfa4ac95ab6c727ebd4a201f3a2 Doc: Fixed documentation errors. doc: Added more DITA output to the XML generator doc: Fixed type of Package::name ...
| | * Doc: Relicensed the documentation under the GNU FDL version 1.3.David Boddie2010-06-211-25/+11
| | | | | | | | | | | | | | | Reviewed-by: Trust Me Requested-by: Legal
* | | Add screenshots for most examples and demosBea Lam2010-06-221-23/+213
|/ /
* | ListView doc improvements and examples clean upBea Lam2010-06-181-1/+1
|/
* Move listview/itemlist.qml to a separate visualitemmodel exampleBea Lam2010-06-111-0/+7
|
* Add image example.Bea Lam2010-06-071-0/+9
|
* Split graphicsLayouts example into qgraphicslinearlayout andBea Lam2010-05-311-8/+18
| | | | qgraphicsgridlayout and clean up
* Rename example layoutItem -> layoutitem and improve docsBea Lam2010-05-311-4/+4
|
* Integrate some QML examples and demos into qtdemoAlan Alpert2010-05-241-7/+34
| | | | | | | | | | | | | Includes minor changes and additions to the existing doc and examples, so that they follow Qt conventions better. Note that while blurring the background was part of the plan for the embedded QML viewer I could not get it to perform well enough. In the future, when blur is fast enough (or someone else can get it to perform better than I) -use-blur should become the default, and -no-blur the option. Task-number: QTBUG-10582
* Fixes for docs, example codeBea Lam2010-05-201-46/+144
|
* Create overview page for examples for Extending QML in C++Bea Lam2010-05-201-2/+25
| | | | Task-number: QT-3365 QT-3366
* Remove image example (covered in class docs)Bea Lam2010-05-191-7/+0
|
* Rename some examples: proxyviewer -> networkaccessmanagerfactory,Bea Lam2010-05-181-12/+12
| | | | proxywidgets -> qwidgets, dynamic -> dynamicscene, velocity -> corkboards
* DocumentationYann Bodson2010-05-181-6/+1
|
* Restructure the examples. They are now organized into variousBea Lam2010-05-161-83/+101
| | | | | | subdirectories to make it easier to locate examples for certain features (e.g. animation) and to distinguish between different types of examples (e.g. very basic examples vs complex demo-like examples).
* Add doc pages for qml examples.Yann Bodson2010-04-231-0/+260