summaryrefslogtreecommitdiffstats
path: root/src/src.pro
Commit message (Collapse)AuthorAgeFilesLines
* more API docsLaszlo Agocs2018-05-141-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also pull in the property name table (the up-to-dateness of which is questionable). The version number in the generated docs should be 2.0, not the Qt version. Will need to figure out later how to maintain this. Not everything is documented yet. Less important functions will get covered later. Many bits here and there are revised compared to the 1.1 docs. There are however chunks that have been taken as-is. These need to be cleaned up later on. Most importantly, an initial Getting Started page has been added. This, like the mobile/embedded page needs to be extended signficiantly later on. A set of unused constructors (the ones taking no presentation) are removed from Q3DSElement/SceneElement/DataInput. This is because the QML API does not use them while it is impossible to utilize these in a meaningful way from C++ (where are require setting the presentation up-front with no setter afterwards). There were a few qdoc warnings from the internal implementations due to useless /*! or backslashes that confused qdoc. These are removed. Task-number: QT3DS-1606 Change-Id: I141bdc774e5be3e4fed5c1d729cac9b68a02be3b Reviewed-by: Andy Nichols <andy.nichols@qt.io>
* Doc setupLaszlo Agocs2018-05-111-1/+2
| | | | | | | | | | | | | make docs will now generate a Qt3DStudioRuntime2 qch and html pages. Studio3D and Q3DSWidget have some dummy content to test this. Template pages for getting started, mobile, and embedded are also present. We can now move on to moving/adding the API docs in-source. Change-Id: I470c6832d9f53c53a743f49706050d793acd4a6a Reviewed-by: Andy Nichols <andy.nichols@qt.io>
* Add skeleton for Studio3D element and pluginLaszlo Agocs2018-02-011-0/+5
| | | | | | Task-number: QT3DS-836 Change-Id: Ic7acff192868df4c20e16da722737256d57169f1 Reviewed-by: Andy Nichols <andy.nichols@qt.io>
* Long Live Dragon3!Laszlo Agocs2017-10-041-0/+4
A.k.a. Qt 3D Studio Runtime 2.0 Change-Id: I459564fe47dc3d4b294346a42b1b387c21bb4088 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Andy Nichols <andy.nichols@qt.io>