summaryrefslogtreecommitdiffstats
path: root/doc/src/declarative/qmlruntime.qdoc
Commit message (Collapse)AuthorAgeFilesLines
* Use QApplication in QDeclarativeEngine example.Martin Jones2010-08-311-5/+7
| | | | | | | Using QCoreApplication causes a crash if you tried to load graphical components. Task-number: QTBUG-13319
* Rewrite runtime & qmlviewer docs and emphasise that qmlviewer shouldn'tBea Lam2010-06-301-165/+110
| | | | | | be used for deployment Task-number: QTBUG-11287
* Doc: Relicensed the documentation under the GNU FDL version 1.3.David Boddie2010-06-211-25/+11
| | | | | Reviewed-by: Trust Me Requested-by: Legal
* Update docs for the runtime.orientation valuesBea Lam2010-06-041-7/+15
|
* Rename qml executable to qmlviewerKai Koehne2010-05-191-4/+4
| | | | | Revert the name of the 'qml' executable back to qmlviewer (QMLViewer on mac).
* Renaming "Qml Launcher" back to "QML Viewer"Kai Koehne2010-05-181-11/+11
| | | | | | | | | Change the official name of the qml executable back to "Qt QML Viewer" - the original name before it got renamed to "QML Runtime" and then "QML Launcher". Also, the new Mac OS X bundle name is "QMLViewer" (without a space to ease command line use).
* Rename QML Runtime (executable) to QML LauncherKai Koehne2010-05-141-24/+23
| | | | | | | | The qml executable was first referred to as QML Viewer, then QML Runtime ... however, the latter one caused much confusion (see old version of qmlruntime.qdoc). Doc changes reviewed by Leena Miettinen.
* Doc improvementsBea Lam2010-05-111-1/+1
|
* Allow translations without extra command-line args, and document both.Warwick Allison2010-05-051-0/+17
|
* Doc fixes.Michael Brasser2010-04-231-8/+8
|
* Fix typoBea Lam2010-04-151-1/+1
|
* Merged 'orientation' into 'runtime' context property in qmlruntimeLeonardo Sobral Cunha2010-04-141-10/+36
| | | | | | | | | | | Removed the 'Screen' element from DeclarativeViewer, as it was used only for the orientation property. Now access the 'orientation' property like this: 'runtime.orientation' and the enum is accessed as 'Orientation.Landscape', when using the qmlruntime. Updated docs for qmlruntime. Reviewed-by: Martin Jones
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-03-291-5/+13
|\ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: doc/src/declarative/examples.qdoc doc/src/declarative/focus.qdoc doc/src/declarative/modules.qdoc doc/src/declarative/network.qdoc doc/src/declarative/qdeclarativedebugging.qdoc doc/src/declarative/qdeclarativei18n.qdoc doc/src/declarative/qmlruntime.qdoc doc/src/declarative/tutorial.qdoc tests/auto/declarative/qdeclarativeimage/tst_qdeclarativeimage.cpp
| * Doc fixesBea Lam2010-03-291-5/+13
| |
| * Remove references to qmlviewer in docs.Bea Lam2010-03-291-3/+2
| |
* | doc: qmlviewer -> qml runtimeWarwick Allison2010-03-291-3/+3
|/
* Add an initial attempt at docs on the new runtime and imports.Alan Alpert2010-03-251-15/+69
|
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-241-0/+99
QDeclarativeXXX.