aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Sync the name of QML Live across the code, documentation, examplesSvetlana Abramenkova2019-05-105-5/+5
| | | | | | Change-Id: I9ab0324f7ee4f6db6b4c87ad3eca5ea8926cb3ac Fixes: AUTOSUITE-909 Reviewed-by: Kavindra Palaraja <kpalaraja@luxoft.com>
* Fix documentation build on Clang-enabled QDocTopi Reinio2019-03-111-0/+1
| | | | | | | | | | | | | | | | | | | When building documentation with QDoc from Qt 5.11 or later, C++ sources are parsed by Clang. Clang expects a complete set of include paths for resolving the types in the documented API, as well as a module header to build a precompiled header from. To do this, convert the /doc directory to a proper subproject and add suitable dependencies to get the right include paths from qmake. As QmlLive is not a Qt module, docs must also maintain a 'dummy' module header that is passed to Clang. Fix also remaining documentation warnings, most importantly, the syntax of \fn commands. Change-Id: I2e912dbc509e2bd40691463e4608081372b5d6a2 Reviewed-by: Kavindra Palaraja <kpalaraja@luxoft.com> Reviewed-by: Svetlana Abramenkova <sabramenkova@luxoft.com>
* Update copyright statementsRobert Griebl2018-12-185-5/+10
| | | | | | | | - added 2019 - everything is (c) Luxoft instead of Pelagicore from now on Change-Id: If0dc5586c18916143466b5610d3babefcc7c8026 Reviewed-by: Svetlana Abramenkova <sabramenkova@luxoft.com>
* Modernize: Use Qt5 signal slot connection syntaxMartin Kampas2016-11-231-4/+4
| | | | | Change-Id: I84d1303bdc67bad3373de5b42f7e9f9507339397 Reviewed-by: Juergen Bocklage-Ryannel <juergen.bocklage-ryannel@pelagicore.com>
* Patch for failing testipc testsJuergen Bocklage-Ryannel2016-08-241-8/+3
| | | | | | | | | I expect the tests fail because of a wait line. Test uses now the try version of compare and verify to allow better async waiting control. Change-Id: If38ebdbe2dc5c50e9bce824314749b418eab9317 Reviewed-by: Dominik Holland <dominik.holland@pelagicore.com>
* Make QmlLive ready for the Qt CIDominik Holland2016-07-192-2/+18
| | | | | | | Enabled the ipc unit test again Change-Id: Ib518b3c6afffc1b21d932cd3438d75b39f5b2f67 Reviewed-by: Robert Griebl <robert.griebl@pelagicore.com>
* Massive documentation updateJuergen Bocklage-Ryannel2016-07-142-36/+0
| | | | | Change-Id: I36ab30c1cba569314afee311aff2263bfc84d968 Reviewed-by: Robert Griebl <robert.griebl@pelagicore.com>
* Use the same license wording for GPL3 as the standard Qt 5.7 license.Robert Griebl2016-04-115-39/+102
| | | | | Change-Id: Ic1b9bda12459b552cc78c5346544a8b443270ff4 Reviewed-by: Dominik Holland <dominik.holland@pelagicore.com>
* Updated copyright to 2016Robert Griebl2016-04-063-6/+6
| | | | | Change-Id: I59e04caa216624fcce90ba3f9e97b6158602397c Reviewed-by: Dominik Holland <dominik.holland@pelagicore.com>
* Import source code from https://github.com/Pelagicore/qmlliveDominik Holland2015-12-038-0/+245
Change-Id: I6888c1c39c5e98c61511f74659b45ddcbb368956 Reviewed-by: Juergen Bocklage-Ryannel <juergen.bocklage-ryannel@pelagicore.com> Reviewed-by: Alessandro Portale <alessandro.portale@theqtcompany.com>