summaryrefslogtreecommitdiffstats
path: root/doc/src/declarative/globalobject.qdoc
Commit message (Collapse)AuthorAgeFilesLines
* Various doc fixes and improvementsBea Lam2010-05-311-1/+1
|
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-05-261-1/+1
|\
| * Doc fixes, improvementsBea Lam2010-05-261-1/+1
| |
* | Don't display unnecessary copyright headers in docMartin Jones2010-05-261-1/+1
|/
* Ensure QML Global Qt object functions appear in the documentation indexWarwick Allison2010-05-211-243/+1
| | | | | | | | Also moves documentation of Qt global object to alongside code. Docs are slightly misleading because they say "Qt::argb" etc. when "Qt.argb" would be clearer. Downgrades QTBUG-7725 from P2 to P4 as remaining functions are standard webJS. Task-number: QTBUG-7725
* Rename Component::errorsString() -> errorString() (and also forBea Lam2010-05-201-1/+1
| | | | QDeclarativeComponent)
* Improve docs for Qt.quit()Bea Lam2010-05-181-2/+3
|
* Restructure the examples. They are now organized into variousBea Lam2010-05-161-1/+1
| | | | | | 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).
* Make component.createObject require a parent argumentAlan Alpert2010-05-051-1/+4
| | | | | | | | | For graphical objects (the common case) a common mistake is to not parent a dynamically created item. Since you almost always want to add a parent, and it's hard for a beginner to diagnose this problem, a parent is now a required argument and dealt with by the createObject function. Task-number: QTBUG-10110
* Add Qt.fontFamilies() methodAaron Kennedy2010-04-301-0/+3
| | | | QTBUG-10239
* Doc fixesBea Lam2010-04-301-38/+38
|
* Allow factor parameter to be passed to Qt.lighter() and Qt.darker()Martin Jones2010-04-291-4/+27
|
* Fix references to createComponent() and createQmlObject() toBea Lam2010-04-281-55/+26
| | | | | Qt.createComponent() and Qt.createQmlObject(). Also move code into snippets/ for verification.
* Return null if creation fails.Michael Brasser2010-04-231-2/+2
|
* Autotests and docAaron Kennedy2010-04-221-2/+2
|
* Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-04-211-4/+74
|\
| * docWarwick Allison2010-04-201-0/+2
| |
| * DocAaron Kennedy2010-04-201-4/+72
| | | | | | | | QTBUG-9457
* | Make the dynamic creation functions on the Qt objectAlan Alpert2010-04-211-1/+8
|/ | | | | | | | | Also updated examples to still work, and the dynamic example now uses exceptions a little, to demonstrate that it can be done. Exceptions are also now filled out with the QML error data. Task-number: QT-2801 Reviewed-by: Aaron Kennedy
* Add a Qt.isQtObject() methodAaron Kennedy2010-04-091-0/+3
| | | | QTBUG-9705
* Replace "import Qt 4.6" with "import Qt 4.7"Michael Brasser2010-04-081-1/+1
|
* docWarwick Allison2010-03-291-4/+70
| | | | Task-number: QTBUG-9459 QTBUG-9458
* Doc.Michael Brasser2010-03-291-0/+5
|
* Remove Qt.closestAngle().Michael Brasser2010-03-121-12/+0
| | | | This functionality is now built in to RotationAnimation.
* Remove Qt.playSound()Michael Brasser2010-03-041-3/+0
| | | | Use SoundEffect instead.
* Add formatting functions to QML's global Qt object.Michael Brasser2010-03-041-0/+76
| | | | The plan is for these to replace DateTimeFormatter.
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-241-3/+3
| | | | QDeclarativeXXX.
* Doc: these files are NOT part of the test suite of the Qt toolkitThiago Macieira2010-02-201-1/+1
|
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1Martin Smith2010-02-161-18/+18
|\
| * Fix broken license headers.Jason McDonald2010-02-161-18/+18
| | | | | | | | Reviewed-by: Trust Me
* | doc: Fixed some qdoc errors.Martin Smith2010-02-161-1/+1
|/
* We use JavaScript, not ECMAScript.Martin Jones2010-02-031-1/+1
| | | | Task-number: QTBUG-7720
* Improve documentationAlan Alpert2010-01-051-4/+2
| | | | | Extend documentation on dynamically created objects and on integrating with existing applications. And make those pages more discoverable.
* Doc fixAlan Alpert2009-12-181-2/+2
|
* DocAaron Kennedy2009-11-271-9/+1
|
* Small doc fixes.Martin Jones2009-11-251-1/+1
|
* Doc.Michael Brasser2009-11-231-5/+15
|
* Doc.Michael Brasser2009-11-181-1/+1
|
* Update SQL database support to current HTML5 specification.Warwick Allison2009-11-181-27/+3
|
* docWarwick Allison2009-11-131-2/+0
|
* Qt.md5() methodAaron Kennedy2009-11-121-0/+4
|
* Add closestAngle function to Qt object to help with rotation animations.Alan Alpert2009-11-041-0/+3
| | | | Includes test and doc.
* Qt object testAaron Kennedy2009-11-021-28/+3
|
* DocAlan Alpert2009-10-291-2/+2
|
* Fill out QML global object documentationAlan Alpert2009-10-281-2/+176
| | | | | | | | Moves the documentation for functions on the global object from qmlengine.cpp to globalobject.qdoc (so that qdoc actually generates them). The XmlHttpRequest documentation is still just a stub.
* docWarwick Allison2009-10-201-0/+50
| | | | | QT-2324 QT-2306
* DocAaron Kennedy2009-10-161-0/+63