summaryrefslogtreecommitdiffstats
path: root/doc/src/declarative/examples.qdoc
Commit message (Collapse)AuthorAgeFilesLines
* Make it possible to manually set the orientation of QML Viewer on SymbianJoona Petrell2010-08-031-0/+5
| | | | | | | | | | | | | | | | | | | | 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.
* Add a PathView example.Martin Jones2010-07-191-0/+1
|
* Fix docs to link to the new QML Viewer page instead of the Runtime pageBea Lam2010-07-021-3/+10
| | | | | where applicable, and remove or rename references to 'qml' tool. Also improve QML Viewer docs.
* Add abstractitemmodel example, and fix some model docsBea Lam2010-07-011-2/+5
|
* Merge remote branch 'origin/4.7' into qml-4.7Rohan McGovern2010-06-221-25/+11
|\ | | | | | | | | Conflicts: examples/declarative/modelviews/webview/transparent.qml
| * 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. ...
| | * 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 demo thumbnails to Examples/Demos index to make it more interestingBea Lam2010-06-221-35/+74
|/ /
* | Add screenshots for most examples and demosBea Lam2010-06-221-10/+18
|/
* Move listview/itemlist.qml to a separate visualitemmodel exampleBea Lam2010-06-111-0/+1
|
* Add image example.Bea Lam2010-06-071-0/+1
|
* Merge remote branch 'origin/4.7' into oslo-staging-1Aaron McCarthy2010-05-271-7/+16
|\ | | | | | | | | Conflicts: doc/src/declarative/advtutorial.qdoc
| * Doc fixes, improvementsBea Lam2010-05-261-7/+16
| |
* | qdoc: Improved class index page.Martin Smith2010-05-251-4/+1
|/ | | | The classes.html page will look good with the correct css.
* Doc fixesYann Bodson2010-05-241-3/+3
|
* Fixes for docs, example codeBea Lam2010-05-201-2/+2
|
* Create overview page for examples for Extending QML in C++Bea Lam2010-05-201-1/+1
| | | | Task-number: QT-3365 QT-3366
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Bea Lam2010-05-191-0/+6
|\ | | | | | | | | | | Conflicts: doc/src/snippets/declarative/listview/highlight.qml doc/src/snippets/declarative/listview/listview.qml
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-05-191-6/+6
| |\ | | | | | | | | | | | | | | | Conflicts: src/imports/folderlistmodel/qdeclarativefolderlistmodel.cpp src/imports/folderlistmodel/qdeclarativefolderlistmodel.h
| * | docWarwick Allison2010-05-191-0/+6
| | |
* | | Remove image example (covered in class docs)Bea Lam2010-05-191-1/+0
| |/ |/|
* | Rename some examples: proxyviewer -> networkaccessmanagerfactory,Bea Lam2010-05-181-4/+4
| | | | | | | | proxywidgets -> qwidgets, dynamic -> dynamicscene, velocity -> corkboards
* | DocumentationYann Bodson2010-05-181-2/+2
|/
* Restructure the examples. They are now organized into variousBea Lam2010-05-161-40/+83
| | | | | | 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).
* qdoc: Reorganized examples panel.Martin Smith2010-05-071-2/+3
|
* Add doc pages for qml examples.Yann Bodson2010-04-231-0/+40
|
* Add declarative demos to doc.Yann Bodson2010-04-201-0/+5
|
* Create doc pages for QML focus and minehunt examples.Yann Bodson2010-04-201-17/+17
| | | | Link to declarative examples from Qt's examples page.
* Remove references to qmlviewer in docs.Bea Lam2010-03-291-7/+3
|
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-241-2/+2
| | | | QDeclarativeXXX.
* Merge branch 'master' of git:qt/qtThiago Macieira2010-02-211-1/+1
|\ | | | | | | | | | | | | | | | | | | | | 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
| * Doc: these files are NOT part of the test suite of the Qt toolkitThiago Macieira2010-02-201-1/+1
| |
* | Doc: Collected the Declarative UI tutorials together and renamed them.David Boddie2010-02-191-1/+1
|/ | | | Reviewed-by: Trust Me
* Fix broken license headers.Jason McDonald2010-02-161-18/+18
| | | | Reviewed-by: Trust Me
* doc fixesBea Lam2009-11-261-14/+12
|
* toggle switch example documentationYann Bodson2009-11-231-36/+14
|
* DocAaron Kennedy2009-10-131-7/+44
|
* DocAaron Kennedy2009-10-121-1/+0
|
* doc cleanupYann Bodson2009-10-081-1/+46
|
* doc fixesYann Bodson2009-08-261-5/+5
|
* phonebrowser.qml is goneYann Bodson2009-05-081-1/+1
|
* default to QGVWarwick Allison2009-05-061-5/+0
|
* Rename duiviewer to qmlviewer.Michael Brasser2009-04-301-5/+4
|
* docWarwick Allison2009-04-291-1/+5
|
* Initial import of kinetic-dui branch from the old kineticMichael Brasser2009-04-221-0/+32