summaryrefslogtreecommitdiffstats
path: root/doc/src/declarative/globalobject.qdoc
Commit message (Collapse)AuthorAgeFilesLines
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-291-14/+14
| | | | | | | | Change copyrights and license headers from Nokia to Digia Change-Id: I280c0a575987d1770e354b4948f1d4d767d711ea Reviewed-by: Simo Fält <simo.falt@digia.com> Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
* Update contact information in license headers.Sergio Ahumada2012-08-011-2/+2
| | | | | | | | | | | | | - Replace Nokia contact email address with Qt Project website. - Remove "All rights reserved" line from license headers. As in the past, to avoid rewriting various autotests that contain line-number information, an extra blank line has been inserted at the end of the license text to ensure that this commit does not change the total number of lines in the license header. Change-Id: Ie7ba62011752fcb149b99b26317c54f2a0cfa931 Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
| | | | | | | | | Simple search and replace. This commit doesn't touch 3rd-party files, nor translations (where the change is not so simple and will be handled in a separate commit). Change-Id: I4e48513b8078a44a8cd272326685b25338890148 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-10/+10
| | | | | | | Updated version of LGPL and FDL licenseheaders. Apply release phase licenseheaders for all source files. Reviewed-by: Trust Me
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-staging into ↵Qt Continuous Integration System2011-02-041-2/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4.7-integration * '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-staging: (216 commits) Doc: Fixed a reference to the wrong image. Fixed a bug that caused marked up inline text to be truncated. Doc: Renamed an image to ensure that it does not clash with another. Doc: Fixed QML, unindented snippet. Doc: Removed unnecessary HTML entity from the title. Doc: Fixed broken links to the old Symbian Foundation Wiki. Doc: Updated the copyright statements in the templates. Doc: Fixing typo Replace all occurances of "Qt 4.7" with "QtQuick 1.0" Doc: Adjusted the font sizes for the offline documentation. Doc: Added a missing style sheet to the qhp manifest. Doc: Fixed the qthelp namespace for the Qt documentation. Doc: including missing pages in overviews. Doc: Fixed typo in QCoreApplication docs Fixed whitespace. Avoid hard-coding product names in page titles. Doc: Unindented a code snippet. Doc: Fixed confusing wording of a sentence. Doc: Fixed a broken link. Doc: Updated the information about commercial editions of Qt. ...
| * Doc: Fixing typoMorten Engvoldsen2011-01-251-1/+1
| |
| * Doc: fixing bugs and typos based on feedbackMorten Engvoldsen2011-01-251-1/+1
| |
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Martin Jones2011-01-191-1/+1
|\ \ | |/
| * Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
| | | | | | | | Reviewed-by: Trust Me
* | Add clarifications to QML SQL docs.Michael Brasser2011-01-051-3/+4
|/ | | | Reviewed-by: Bea Lam
* Doc: Fixed the in-repository licenses for the documentation.David Boddie2010-10-041-5/+5
| | | | | | In the repository, we should always use the No Commercial license alongside the GNU Free Documentation License for documentation files.
* fix doc linksBea Lam2010-07-021-1/+1
|
* doc fixBea Lam2010-07-011-2/+4
|
* Docs - add more links to relevant examplesBea Lam2010-06-301-0/+4
| | | | Task-number: QTBUG-11754
* Doc: Relicensed the documentation under the GNU FDL version 1.3.David Boddie2010-06-211-25/+11
| | | | | Reviewed-by: Trust Me Requested-by: Legal
* 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
|