summaryrefslogtreecommitdiffstats
path: root/examples/remoteobjects/modelviewclient
Commit message (Collapse)AuthorAgeFilesLines
* Raise cmake_minimum_required to VERSION 3.16 in examplesJoerg Bornemann2021-08-171-1/+1
| | | | | | | | Task-number: QTBUG-95636 Change-Id: I821f412f9dbe11ae99ffd888a7ab2ba415ed9379 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> (cherry picked from commit f4f6de4ab33718d2d753b14a42446e4511b6c5cf) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Document the modelviewclient and server examplesMÃ¥rten Nordheim2021-03-242-3/+64
| | | | | | | | | | | | They're simple, which makes them easy to follow. Adjusted the qtremoteobjects.qdocconf file as it wasn't working with the examples on my Linux machine at least. Task-number: QTBUG-90848 Change-Id: Id674585835717be87344f3f694ab77128ecb5344 Reviewed-by: Sona Kurazyan <sona.kurazyan@qt.io> Reviewed-by: Paul Wicking <paul.wicking@qt.io>
* Regenerate CMake projectsSona Kurazyan2021-02-151-1/+5
| | | | | | Task-number: QTBUG-90686 Change-Id: I721eb88e638c83916884b7e7cf56dfa379baba86 Reviewed-by: Brett Stottlemyer <bstottle@ford.com>
* Update via run_pro2cmake.pyBrett Stottlemyer2020-06-291-1/+5
| | | | | | | ... and address special cases Change-Id: I2ceb88e9505c59fe48dd4612cfed82935eb2dfc4 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
* Regenerate projectswip/cmakeAlexandru Croitor2019-11-151-1/+1
| | | | | | Change-Id: I08414933bad2e94f8f9a12ac7372570e838e31cd Reviewed-by: Qt CMake Build Bot Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
* Port QtRemoteObjects to CMakeJoerg Bornemann2019-11-121-0/+33
| | | | | | | Fixes: QTBUG-78175 Change-Id: I9e75992ac906778b9d04ccbe132445728ef65789 Reviewed-by: Qt CMake Build Bot Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
* Merge remote-tracking branch 'origin/5.10' into 5.11v5.11.0-alpha1Liang Qi2018-02-121-0/+1
|\ | | | | | | Change-Id: I56d14844fb4124ef72cb7be2f5825d1ec12adf72
| * qtlite: Skip building examples when configured with no-feature-itemviewsv5.10.15.10Rainer Keller2018-01-311-0/+1
| | | | | | | | | | | | Task-number: QTBUG-53141 Change-Id: I02d6bfe07c02a9d156b648158116f24552bf1a16 Reviewed-by: Kevin Funk <kevin.funk@kdab.com>
* | Say hello to QRemoteObjectNode::heartbeatInterval propertyBogDan Vatra2017-12-081-0/+1
|/ | | | | | | | | | This property can be used to periodically check the connection between the replica and the source. If the connection is lost, the replica enters in the "Suspect" state and will attempt to reconnect. Task-number: QTBUG-64086 Change-Id: Icf67e173073c9d277575c8faf01a0a1ffab5bc07 Reviewed-by: Brett Stottlemyer <bstottle@ford.com>
* Correct QtRO license headers and added missing license filesv5.9.0-beta4Jani Heikkinen2017-05-021-17/+34
| | | | | | | | | | | | | Unify licensing as it is in other submodules - Src is licensed under Commercial, LGPLv3, GPLv2 and GPLv3 licenses - Examples are licensed under Commercial and BSD licenses - Tools and tests are licensed under commercial and GPLv3 license with some exceptions Task-number: QTBUG-58921 Change-Id: I4494bf8b705568b243340c98316bedd706145db5 Reviewed-by: Lars Knoll <lars.knoll@qt.io> Reviewed-by: Brett Stottlemyer <bstottle@ford.com>
* Adjust examples to follow Qt conventionsBrett Stottlemyer2017-03-222-0/+69
Adjust examples' file and directory naming to be consistent with Qt-wide conventions. Task-number: QTBUG-59229 Change-Id: I5c4eb66e91a12590600446a35b2656361561e2a3 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>