summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Doc: Fix navigation and build versionv5.6.05.6.0Topi Reinio2015-12-151-2/+1
| | | | | | | | | | | | | Fix documentation navigation: - Default to Qt index page as the home page - Use the same landing page for all doc modules - Remove custom build version (it now follows Qt version) - Add navigation for C++ classes, QML types Change-Id: I3b00940dabb3cd518cffe2e21a87913e008a912e Reviewed-by: Venugopal Shivashankar <venugopal.shivashankar@digia.com> Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@theqtcompany.com>
* Merge remote-tracking branch 'origin/1.1' into '1.2'v1.2.0-beta1v1.2.01.2.0Frederik Gladhorn2015-03-312-76/+158
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: .qmake.conf LICENSE.LGPLv21 LICENSE.LGPLv3 src/enginio_client/chunkdevice_p.h src/enginio_client/enginio.h src/enginio_client/enginiobackendconnection.cpp src/enginio_client/enginiobackendconnection_p.h src/enginio_client/enginiobasemodel.h src/enginio_client/enginiobasemodel_p.h src/enginio_client/enginioclient.cpp src/enginio_client/enginioclient.h src/enginio_client/enginioclient_global.h src/enginio_client/enginioclient_p.h src/enginio_client/enginioclientconnection.h src/enginio_client/enginiodummyreply.cpp src/enginio_client/enginiodummyreply_p.h src/enginio_client/enginiofakereply.cpp src/enginio_client/enginiofakereply_p.h src/enginio_client/enginioidentity.cpp src/enginio_client/enginioidentity.h src/enginio_client/enginiomodel.cpp src/enginio_client/enginiomodel.h src/enginio_client/enginiooauth2authentication.h src/enginio_client/enginioobjectadaptor_p.h src/enginio_client/enginioreply.cpp src/enginio_client/enginioreply.h src/enginio_client/enginioreply_p.h src/enginio_client/enginioreplystate.h src/enginio_client/enginiostring.cpp src/enginio_client/enginiostring_p.h src/enginio_plugin/enginioplugin.cpp src/enginio_plugin/enginioplugin_p.h src/enginio_plugin/enginioqmlclient.cpp src/enginio_plugin/enginioqmlclient_p.h src/enginio_plugin/enginioqmlclient_p_p.h src/enginio_plugin/enginioqmlmodel.cpp src/enginio_plugin/enginioqmlmodel_p.h src/enginio_plugin/enginioqmlobjectadaptor_p.h src/enginio_plugin/enginioqmlreply.cpp src/enginio_plugin/enginioqmlreply_p.h tests/auto/common/common.cpp tests/auto/common/common.h tests/auto/enginioclient/tst_enginioclient.cpp tests/auto/enginiomodel/tst_enginiomodel.cpp tests/auto/files/tst_files.cpp tests/auto/identity/common/identitycommon.h tests/auto/identity/oauth2authentication/tst_oauth2authentication.cpp tests/auto/notifications/tst_notifications.cpp tests/auto/qmltests/tst_enginioclient.qml tests/auto/qmltests/tst_enginioreply.qml tests/auto/qmltests/tst_files.qml tests/auto/qmltests/tst_identity.qml tests/auto/qmltests/tst_model.qml tests/auto/qmltests/tst_qmltest.cpp tests/auto/qmltests/tst_query.qml Change-Id: Icb6a167ba58b41e1a8e4d2c8f78213eae9472864
| * qdoc: Correct some links in QtEnginioMartin Smith2014-09-251-72/+153
| | | | | | | | | | | | | | | | | | Several links in the Enginio docs are either broken, or they got to the wrong page. The docs also need revising. Change-Id: I90edd39a94b6922d5fe4423f684fb8004de0dee3 Task-number: QTBUG-40919 Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
| * Doc: fix virtual folder name in qtenginiooverview.qdocconfTopi Reinio2014-09-221-1/+1
| | | | | | | | | | | | | | | | | | Having a virtual folder name that's different from what appears in the namespace causes linking issues in the offline docs. Change-Id: Ie9b0165fa1af4349da48aaf2ff32326c2efc8a0a Reviewed-by: Martin Smith <martin.smith@digia.com> Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@digia.com>
| * qdoc: Correct some links in QtEnginioMartin Smith2014-08-292-6/+7
| | | | | | | | | | | | | | | | | | | | Several links in the Enginio docs are either broken, or they got to the wrong page. This update fixes several cases in the overview. Change-Id: I814b2b2c6826fb1a54ac7a8fccc509281298ef77 Task-number: QTBUG-40919 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com> Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
* | Update copyright headersAntti Kokko2015-02-171-6/+6
|/ | | | | | | | | Qt copyrights are now in The Qt Company, so we could update the source code headers accordingly. In the same go we should also fix the links to point to qt.io. Change-Id: I3af24310387050e692210e28566d4d4220773f06 Reviewed-by: Frederik Gladhorn <frederik.gladhorn@theqtcompany.com>
* Merge remote-tracking branch 'origin/1.0' into devFrederik Gladhorn2014-07-281-12/+16
|\ | | | | | | | | | | | | Conflicts: .qmake.conf Change-Id: I98fec4d0cd8110549d6efc00112678e076781ed4
| * Doc: review updated Enginio documentationv1.0.5stableNico Vertriest2014-05-271-12/+16
| | | | | | | | | | | | Task-number: QTBUG-39112 Change-Id: I41fa0391d68703afffb8bd67c1d9ce9f3ba4e259 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
* | Doc: Removing url variable from qdocconf file.Jerome Pasion2014-07-071-1/+0
|/ | | | | | | | -url inherited from the url variable set in qtbase/doc/global Change-Id: I8a417699e2b2e7a33a3b4a3ccc6174e99955ebbe Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@digia.com> Reviewed-by: Martin Smith <martin.smith@digia.com>
* Doc: Avoid linking to collision pagesTopi Reinio2014-04-022-11/+15
| | | | | | | | | | | | | | | | | C++ class and QML type references for EnginioModel use a shared doc-include file to document a number of property/method. This commit splits the model-query.qdocinc content in two, so that we can pass a correctly disambiguated link as an argument from the documentation that uses the include. This way, we avoid linking to collision pages. Also moves the 'see also' links to the actual property/method documentation, fixes the \return commands, and does some other cleanup. Change-Id: Ia6e178f0ee91625e62289134eada7fb1edc85f62 Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@digia.com>
* Doc: Fix a number of documentation issuesTopi Reinio2014-03-263-44/+17
| | | | | | | | | | | | | | | This change fixes a number of documentation issues: - Rename index.html landing page (collides with Qt docs) - Fix navigation - Create Enginio QML module page to get correct documentation for import statement, fix linking for QML types - Fix subtopics for generated QCH files - Remove unused pages and files - Update documentation namespaces and URLs - Other minor fixes Change-Id: I0a87ab6d0be7df53199e54f4ecd9f84ef30d8622 Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@digia.com>
* Improve and share client docsFrederik Gladhorn2014-01-078-1/+108
| | | | | Change-Id: Ib089f9418395c44ab937f65afe710b7fd5809689 Reviewed-by: Mitch Curtis <mitch.curtis@digia.com>
* Improve and share model documentationFrederik Gladhorn2014-01-073-0/+40
| | | | | | | Expand the docs and make them shared. Change-Id: I00a629ea00006a9f3652d3d54f51f4811d15a6cc Reviewed-by: Mitch Curtis <mitch.curtis@digia.com>
* Update install instructionsFrederik Gladhorn2014-01-061-25/+4
| | | | | | | Task-number: QTBUG-35119 Change-Id: If51629d60694ced7d192a77da72c4cf572094137 Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@digia.com>
* Fix versioning in qdocconf filesFrederik Gladhorn2014-01-061-4/+5
| | | | | Change-Id: I162ea62fe63cb44c7476727a4952ce95a1f543ab Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@digia.com>
* Fix doc versioning in headersFrederik Gladhorn2014-01-032-0/+4
| | | | | | | Instead of showing "Qt 1.0" in the header use "Enginio 1.0" Change-Id: I79bdab5a1753e99dfe5645c50823b82be83600be Reviewed-by: Mitch Curtis <mitch.curtis@digia.com>
* Bump Enginio client library version to 1.0.1Jędrzej Nowacki2013-12-171-4/+4
| | | | | Change-Id: I5bcbc0bad5aed43143c023b2e02dec9245d849ba Reviewed-by: Frederik Gladhorn <frederik.gladhorn@digia.com>
* Fix paths in example-manifest.xmlJędrzej Nowacki2013-12-101-12/+12
| | | | | | | | The file had wrong imageUrl paths and QtCreator was refusing to load it. Change-Id: I07aa3af389512f59604ffc460eec4a6b55987576 Reviewed-by: Frederik Gladhorn <frederik.gladhorn@digia.com>
* Change doc build on windows1.0.0Frederik Gladhorn2013-12-091-5/+5
| | | | | | | | | | Do not load qt_docs.prf in the qt module. Rename qtenginiocpp to qtenginio because the module forces that on us. Instead of qtenginio for the overview docs we now have qtenginiooverview. None of this is user visible, so it will be fine. Change-Id: I77bdcb7f4784323e52b79cbe543e16ad4593e533 Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@digia.com>
* Fix qdoc issuesFrederik Gladhorn2013-12-061-2/+2
| | | | | Change-Id: I2f44c4ae7ba5f3d55df9eff36a1645908f29fe37 Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@digia.com>
* Split DocumentationFrederik Gladhorn2013-12-063-0/+340
| | | | | | | | | | This is a major cleanup. Instead of having broken links between C++ and QML we now have 3 projects so that name-clashes do not occur any more. It has the downside that Enginio shows up as three projects in Assistant now, but at least all the docs are there and links work. Change-Id: I30a79b9dc586117e19489c6ff5962fc1ef87f89f Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@digia.com>
* Split documentation into C++ and QMLFrederik Gladhorn2013-12-064-220/+0
| | | | | Change-Id: I8737e6cbfd2fccf78d77de52353e98478fd5eecc Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@digia.com>
* Change snippets in qml EnginioClient documentationJędrzej Nowacki2013-12-041-0/+2
| | | | | | | Now it is more visible that the snippets can not stand on its own Change-Id: I3799379e833aa88d2f4c1a8bdaa6489f6fdee52a Reviewed-by: Frederik Gladhorn <frederik.gladhorn@digia.com>
* Link docs to networkFrederik Gladhorn2013-11-291-1/+1
| | | | | Change-Id: I9a4a1b98340d5c58f7ce8d1125063961750a1d80 Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@digia.com>
* Fix documentation dependsFrederik Gladhorn2013-11-271-1/+1
| | | | | Change-Id: I8395c7e886a53a50346eb0bf0e0ae09e5a506609 Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@digia.com>
* Rename Enginio to EnginioClient in QMLJędrzej Nowacki2013-11-262-4/+4
| | | | | Change-Id: I83b932fc5c9febae1743ed20ad50069826b2d7c7 Reviewed-by: Frederik Gladhorn <frederik.gladhorn@digia.com>
* API: Rename EnginioModel::engino property to clientFrederik Gladhorn2013-11-221-1/+1
| | | | | | | [ChangeLog][API] Renamed EnginioModel::engino property to client Change-Id: I56ee3dfeab0f051b92dddf88bc94fb15552572a5 Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@digia.com>
* Fix two simple doc bugsJędrzej Nowacki2013-11-041-1/+1
| | | | | Change-Id: I5cc4441333ff5d5633b8b2b6e87443bfe9191b5c Reviewed-by: Andras Becsi <andras.becsi@digia.com>
* Remove backend secret concept from QtEnginioJędrzej Nowacki2013-10-312-2/+0
| | | | | | | | | | The secret number was redundant. The change exposed flaky-ness in qml model tests so they were re-factored and expected values were updated. Change-Id: I11bbe89390be4e1d3dcec521fde3856455ed4dd9 Reviewed-by: Andras Becsi <andras.becsi@digia.com>
* Fix license testJędrzej Nowacki2013-10-142-2/+8
| | | | | Change-Id: Ib38b66cb6c76b6a61215a7e3bb0227488975eb60 Reviewed-by: Frederik Gladhorn <frederik.gladhorn@digia.com>
* Doc: Fix version information in .qdocconfTopi Reinio2013-09-121-4/+4
| | | | | | | | | | | | | Use a hardcoded version string in namespace and Creator Help / Assistant filters. QT_VERSION is not correct, as Enginio is not tied to a specific version of Qt. Also, remove 'qtrefdoc' from the filter as this documentation set is not part of Qt reference docs. Change-Id: I767bf8f82319e246798bbcf3cc71b74a00764a55 Reviewed-by: Andras Becsi <andras.becsi@digia.com> Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@digia.com>
* Rename doc configuration to match the module nameAndras Becsi2013-08-261-2/+2
| | | | | Change-Id: Ib7b530d7026b7f6db5d049c7112765b4bbf60a41 Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@digia.com>
* Fix qch doc buildFrederik Gladhorn2013-07-041-0/+28
| | | | | This will allow the docs to show up in Qt Creator and Assistant.
* Sanitize example dir structureFrederik Gladhorn2013-06-271-2/+2
| | | | | | | | | | | Because of the way the documentation is built we can only have unique project names for the examples. Since this change will break deployment of examples yet again, the directory structure has been sanitized to have it clean in the future. This has the advantage that the examples show up sensibly in Qt Creator as well - instead of two times the same name.
* WIP: C++ ToDo docsJędrzej Nowacki2013-06-261-0/+1
|
* Major doc improvementsFrederik Gladhorn2013-06-251-1/+1
| | | | | | Get the Qt Quick version of the docs to work and add documentation for much of model and reply classes.
* Fix a code snippetJędrzej Nowacki2013-06-211-1/+1
|
* Make it possible to link to other module's docsFrederik Gladhorn2013-06-061-0/+2
|
* Polish up/download docsFrederik Gladhorn2013-06-061-1/+2
|
* Turn files snippet into a test.Frederik Gladhorn2013-06-061-80/+0
|
* Add docsFrederik Gladhorn2013-06-063-0/+216
|
* More docs.Frederik Gladhorn2013-06-052-1/+29
|
* Improve docs, overviews, examples.Frederik Gladhorn2013-06-051-0/+2
|
* Add docs, getting started C++Frederik Gladhorn2013-06-032-0/+2
|
* Documentation updateFrederik Gladhorn2013-06-031-5/+0
|
* Use the Qt look for the docs, otherwise they look just broken.Frederik Gladhorn2013-05-311-0/+3
|
* Doc generation fixed0.3.0Arto Nykänen2013-05-071-4/+4
|
* Q_INVOKABLE method docs fixedArto Nykänen2013-03-251-0/+2
|
* Library and plugin code addedArto Nykänen2013-03-151-0/+14