- 08 May, 2013 - 1 commit
-
-
Jan Arve Saether authored
The snippets that qqmlxmllistmodel.cpp referred to could not be found. xmlrole.qml is only referenced from src/imports/xmllistmodel/qqmlxmllistmodel.cpp Change-Id: I95f962927097cd9d3295fbc2b376a9ab27ae6e5c Reviewed-by:
Jerome Pasion <jerome.pasion@digia.com>
-
- 29 Apr, 2013 - 1 commit
-
-
Jerome Pasion authored
The guide is more relevant to Qt, not just Qt QML and Qt Quick. It would need to include information about the tools and other Qt modules which provide QML types. Change-Id: I0cab0db015022dd27f08811a88ea4a6c3c6e917d Reviewed-by:
Sze Howe Koh <szehowe.koh@gmail.com> Reviewed-by:
Geir Vattekar <geir.vattekar@digia.com>
-
- 24 Apr, 2013 - 1 commit
-
-
Sze Howe Koh authored
Link to internal QDoc pages, or to qt-project.org Change-Id: I5d9adae711213873ab57ccfc5bb2d8f74cf5689b Reviewed-by:
Jerome Pasion <jerome.pasion@digia.com>
-
- 17 Jan, 2013 - 1 commit
-
-
Topi Reinio authored
Set the contextType property in the example code that demonstrates using PathCurve with Canvas; without it the code doesn't work. Task-number: QTBUG-29114 Change-Id: I75be931d5a30a26efceb2c2493f5e41d092dbbc5 Reviewed-by:
Jerome Pasion <jerome.pasion@digia.com> Reviewed-by:
Venugopal Shivashankar <venugopal.shivashankar@digia.com>
-
- 10 Jan, 2013 - 1 commit
-
-
Sergio Ahumada authored
Change-Id: I6c3bd7bebe3d62d1cfd0fa6334544c9db8398c76 Reviewed-by:
Akseli Salovaara <akseli.salovaara@digia.com> Reviewed-by:
Sergio Ahumada <sergio.ahumada@digia.com>
-
- 22 Oct, 2012 - 1 commit
-
-
Samuel Rødal authored
This avoids awkward situations such as when clipping to a parent item of the same size and makes it easier to reason about the bounding rectangle of the item. Task-number: QTBUG-21341 Change-Id: If015cfbc5792429f4a407fc0547ea71eca779eda Reviewed-by:
Lars Knoll <lars.knoll@digia.com> Reviewed-by:
Shawn Rutledge <shawn.rutledge@digia.com> Reviewed-by:
Laszlo Papp <lpapp@kde.org> Reviewed-by:
Tor Arne Vestbø <tor.arne.vestbo@digia.com>
-
- 23 Sep, 2012 - 1 commit
-
-
Iikka Eklund authored
Change copyrights and license headers from Nokia to Digia Change-Id: Ie7f5d49ed8235d7a7845ab68f99ad1c220e64d5c Reviewed-by:
Lars Knoll <lars.knoll@digia.com>
-
- 28 Aug, 2012 - 1 commit
-
-
Bea Lam authored
Includes the removal of concepts/modelviewsdata/localstorage.qdoc since that is a duplicate of the existing Local Storage module docs. Also removes classes from whatsnew.qdoc that are internal. Change-Id: I4170c1797bbec09bb67784b0b2ad67fd990365a8 Reviewed-by:
Andrew den Exter <andrew.den-exter@nokia.com>
-
- 27 Aug, 2012 - 1 commit
-
-
Michael Brasser authored
Change-Id: Icc8b28bdd466389ed3f269f076f1bdb6e9abe3f2 Reviewed-by:
Yunqiao Yin <charles.yin@nokia.com> Reviewed-by:
Bea Lam <bea.lam@nokia.com>
-
- 24 Aug, 2012 - 1 commit
-
-
Bea Lam authored
Shouldn't advise using "__" for "private" properties since this mightn't be the best solution. This doesn't work with the onXChanged handler syntax. Also grouped and dot property syntax are both valid. We use both throughout our code. Change-Id: Ibd86f20136dc0e7225558e234afb79f566ca1039 Reviewed-by:
Yann Bodson <yann.bodson@nokia.com>
-
- 08 Aug, 2012 - 1 commit
-
-
Alan Alpert authored
The most common use-cases should have easily-accessible solutions available from the front-page of the QML application developer guide. This commit adds that documentation. Task-number: QTBUG-26428 Change-Id: Id15e76db15fbe3599e9ac5dd98e74ad4e034ece4 Reviewed-by:
Alan Alpert <alan.alpert@nokia.com>
-
- 31 Jul, 2012 - 1 commit
-
-
Alan Alpert authored
Task-number: QTBUG-26367 Change-Id: I4a782118e96aecfaf7cfa6921afcb6dd1f86d66b Reviewed-by:
Bea Lam <bea.lam@nokia.com>
-
- 18 Jul, 2012 - 1 commit
-
-
Yann Bodson authored
Don't capitalize minor words in titles to be consistent with Qt doc. Change-Id: Ib39ec50d7f9730a5bbf2b574ade8270e9290ec90 Reviewed-by:
Alan Alpert <alan.alpert@nokia.com>
-
- 27 Jun, 2012 - 1 commit
-
-
Michael Brasser authored
Task-number: QTBUG-18011 Change-Id: I78d13df70a20fd9286a20fad4cc09f21591d3f9a Reviewed-by:
Bea Lam <bea.lam@nokia.com>
-
- 21 Jun, 2012 - 1 commit
-
-
Chris Adams authored
The documentation currently has no clear separation between Qt QML and Qt Quick. With recent commits like: 6c8378ea and ab1e5101 the separation between the language definition and implementation, provided by Qt QML, and the standard library for the QML language, provided by Qt Quick, is clear. This commit creates a new documentation structure that is more navigable and separates concepts into logical categories, with clear separation between QtQML and QtQuick. It also provides a more generic QML Application Developer Resources page which contains links to information for QML application developers. Change-Id: Ia807ccfbfd24ffa0e1c7f0a51ed9d2ed3aa6a733 Reviewed-by:
Martin Jones <martin.jones@nokia.com>
-
- 20 Jun, 2012 - 1 commit
-
-
Sukhyun Kim authored
There are "TypeError" errors. When using ListView.view in a delegate, the id of child of delegate has to attach in front of ListView.view to access the model and its properties in this case. Change-Id: I4610f1fc8b0d085f7cba137e76e0578be7b51e23 Reviewed-by:
Alan Alpert <alan.alpert@nokia.com>
-
- 31 May, 2012 - 1 commit
-
-
Bea Lam authored
qtqml.qdocconf and qtquick.qdocconf now refer to the correct snippets and source directories. Snippet paths in .qdoc and .cpp files have been updated to refer to the new shortened path references, e.g. \snippet qml/file.cpp instead of \snippet doc/src/snippets/qml/file.cpp. This also deletes snippets from src/qml/doc/snippets that belonged under src/quick/doc/snippets (and were already duplicated there anyway) and restores some snippet files that shouldn't have been deleted. Also fixes some inline snippets to use \code .. \endcode instead of \qml .. \endqml as they contained javascript or partial QML snippets that were causing parsing errors from qdoc. There are still snippet errors arising from qmlintro.qdoc as the qmlintro snippets directory that it refers to cannot be located. There are also two references to a removed snippet identifier in examples/qml/cppextensions/plugins/plugin.cpp that need to be fixed in conjunction with the related docs in a later commit as the relevant code has changed and the docs are now invalid. Task-number: QTBUG-25721 Change-Id: I50c665245a74c140470c58a32546591d187dfe4b Reviewed-by:
Chris Adams <christopher.adams@nokia.com>
-
- 24 May, 2012 - 1 commit
-
-
Bea Lam authored
- Remove doc/ files which were duplicated under src/quick/doc and src/qml/doc - Remove duplicated images under src/doc/qml/images which were already under src/doc/quick/images - Merged 01024133 and 3b04bbde which made it into doc/src but not src/qml/doc Change-Id: I275b7d29f9fc2222dcf801c257c1f67b5880446b Reviewed-by:
Alan Alpert <alan.alpert@nokia.com>
-
- 08 May, 2012 - 1 commit
-
-
Geir Vattekar authored
-moved documentation from doc/src/qtquick2 doc/src/localstorage doc/src/particles to src/quick/doc/ -fixed qdocconf file -fixed snippets, images, and other qdoc errors related to the new directories -fixed links in the main Qt Quick page Change-Id: Ie3408c2624f623c17de07e5635d5c7284d02b973 Reviewed-by:
Alan Alpert <alan.alpert@nokia.com>
-