summaryrefslogtreecommitdiffstats
path: root/src/interfaceframework/qifsimulationengine.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Include the autogenerated moc file in all our source filesDominik Holland2023-07-181-0/+1
| | | | | | | | Change-Id: Idc18a31b2c755dac9702ef878b898188134dc5c1 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Robert Griebl <robert.griebl@qt.io> (cherry picked from commit 5c03c697f300363917bfc31078b47e5708c06f5a) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Start using the new literal operator from Qt::StringLiteralsDominik Holland2023-05-091-4/+6
| | | | | Change-Id: I4f5d723d01dc8e8e410920f96e6a445b194ac389 Reviewed-by: Robert Griebl <robert.griebl@qt.io>
* QIfSimulationEngine: Also accept local file paths instead of urlsDominik Holland2022-12-071-0/+2
| | | | | Change-Id: Icc0159665e03497b970ac8177eebb765ac659e2a Reviewed-by: Robert Griebl <robert.griebl@qt.io>
* QIfConfiguration: Add simulation related propertiesDominik Holland2022-12-071-51/+7
| | | | | | | | | | | This moves the parsing of QTIF_SIMULATION_OVERRIDE and QTIF_SIMULATION_DATA_OVERRIDE to the new configuration class and makes sure the values can also be updated with the new class and from QML. Task-number: QTBUG-99081 Change-Id: Icfd5624c8e808675940fbf2c29fe45c448f1a465 Reviewed-by: Robert Griebl <robert.griebl@qt.io>
* Use SPDX license identifiersDominik Holland2022-06-151-40/+4
| | | | | | | | | | | | Replace the current license disclaimer in files by a SPDX-License-Identifier. Files that have to be modified by hand are modified. License files are organized under LICENSES directory. Change-Id: I601c778c0e88c61cda97ef3bd0259faf39b915e5 Pick-to: 6.4 Task-number: QTBUG-67283 Reviewed-by: Robert Griebl <robert.griebl@qt.io>
* Change the QML code to versionless importsDominik Holland2021-08-241-8/+8
| | | | | | | | This affects mostly examples and tests, but also autogenerated code for the simulation system. Change-Id: Ia8352f8c539a98a21537ddf82bf2ed92b94f8fbc Reviewed-by: Robert Griebl <robert.griebl@qt.io>
* Rename all files to match the new module nameDominik Holland2021-06-161-0/+425
This is a follow-up of the previous commit. Task-number: AUTOSUITE-1633 Change-Id: I6feb63a346a4c94c434df83cd1255904fe8acc68 Reviewed-by: Robert Griebl <robert.griebl@qt.io>