summaryrefslogtreecommitdiffstats
path: root/tools/qml/content
Commit message (Collapse)AuthorAgeFilesLines
* qmlviewer: ensure that only clicks on the current file list are handled.Martin Jones2010-06-091-1/+1
| | | | Task-number: QTBUG-11315
* Fix FolderListModel parentFolder property's file drive handlingJoona Petrell2010-05-211-0/+1
| | | | | Task-number: QT-3315 Reviewed-by: Martin Jones
* Add license headers for .qml files.Jason McDonald2010-05-211-0/+41
| | | | | | | Examples get the BSD license, while all other .qml files get the LGPL/tech-preview license. Reviewed-by: Trust Me
* Renaming "Qml Launcher" back to "QML Viewer"Kai Koehne2010-05-181-3/+3
| | | | | | | | | 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).
* Move stuff from QML viewer to plugins.Warwick Allison2010-05-171-0/+1
|
* Rename QML Runtime (executable) to QML LauncherKai Koehne2010-05-141-3/+3
| | | | | | | | 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.
* Fix versioning of Qt Declarative's in-built typesAlan Alpert2010-04-211-1/+1
| | | | | | Since we aren't releasing for 4.6, all types are new in 4.7. Task-number: QTBUG-10081
* Replace "property var " with "property variant " in QML codeAaron Kennedy2010-04-091-2/+2
|
* Deprecate inline Script {} blocksAaron Kennedy2010-03-221-30/+28
| | | | | | | | 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.
* Fixed the QML browser built into the QML viewerThorbjørn Lindeijer2010-03-101-5/+5
| | | | Was still using 'matchProperties' instead of just 'properties'.
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-245-0/+248
QDeclarativeXXX.