summaryrefslogtreecommitdiffstats
path: root/doc/src/declarative/modules.qdoc
Commit message (Collapse)AuthorAgeFilesLines
* Doc: Relicensed the documentation under the GNU FDL version 1.3.David Boddie2010-06-211-25/+11
| | | | | Reviewed-by: Trust Me Requested-by: Legal
* Doc fixesBea Lam2010-04-091-1/+1
|
* Tune plugin import mechanismmae2010-04-081-14/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | In shadow build environments, we cannot enforce that shared library objects for plugins are located in the same directory as the qmldir file. This makes it hard for Creator to support mixed projects (qml/c++). In order to gain more flexibility, the patch introduces a pluginPathList to QDeclarativeEngine, which completes the existing importsPathList. The pluginPathList defaults to ["."], which indicates the directory where the qmldir file is located in. The qml viewer tool gains a command line option -P to add to the pluginPathList. For consistency, the -L option ("Library") has been renamed to -I ("Import"). QDeclarativeEngine::importExtension() has been renamed to QDeclarativeEngine::importPlugin(). The documentation has been adjusted accordingly. Done with erikv. Reviewed-by: erikv
* Replace "import Qt 4.6" with "import Qt 4.7"Michael Brasser2010-04-081-2/+2
|
* import "." first - i.e. override it by everything else.Warwick Allison2010-04-011-2/+4
| | | | Otherwise, simple things break, like having "image.qml" on a case-insensitive file system.
* doc - fix sellingpWarwick Allison2010-04-011-1/+1
|
* Import path detail.Warwick Allison2010-03-291-1/+8
|
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-03-291-1/+0
|\ | | | | | | | | | | | | | | | | | | | | | | | | 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
| * Remove references to qmlviewer in docs.Bea Lam2010-03-291-1/+1
| |
* | docWarwick Allison2010-03-291-130/+66
|/ | | | Clean up structure and remove duplication.
* Add an initial attempt at docs on the new runtime and imports.Alan Alpert2010-03-251-46/+91
|
* Fix local type lookupmae2010-03-191-0/+7
| | | | | | This change removes the hacky final baseUrl+TypeName+".qml" lookup. In order to still support internal files in remote modules, a new qmldir keyword "internal" is introduced.
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-241-3/+3
| | | | QDeclarativeXXX.
* docWarwick Allison2010-02-241-1/+1
|
* Doc: these files are NOT part of the test suite of the Qt toolkitThiago Macieira2010-02-201-1/+1
|
* Fix broken license headers.Jason McDonald2010-02-161-18/+18
| | | | Reviewed-by: Trust Me
* Allow QML types defined in both C++ and QML files to be in the same module.Warwick Allison2010-01-081-1/+4
|
* docWarwick Allison2010-01-081-16/+53
| | | | Task-number: QTBUG-7125
* Remove "to" limit on minor version.Warwick Allison2009-11-051-5/+7
| | | | | | QML_DEFINE_TYPE etc. now define just the initial support version, with support in all future versions being thus implied. QTBUG-5421
* DocAaron Kennedy2009-10-201-1/+0
|
* doc cleanupYann Bodson2009-10-081-1/+42
|
* Rest of 44ab46a6c5dcfb14395baf173a11179839003c4cWarwick Allison2009-09-011-89/+71
|
* Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-07-121-0/+1
| | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/qml/qmlscriptparser.cpp src/declarative/qml/qmlscriptparser_p.h Compiles, but probably next needs a revert/change of module stuff, since that work seems to have been duplicated.
* docWarwick Allison2009-06-101-1/+7
|
* Ideas for full module support.Warwick Allison2009-06-101-0/+94
|
* Document current modularity functionality.Warwick Allison2009-05-061-122/+9
|
* Initial import of kinetic-dui branch from the old kineticMichael Brasser2009-04-221-0/+135