summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix memory leaks found by the Address SanitizerDominik Holland2024-02-1513-36/+60
* doc: Add missing documentationDominik Holland2024-02-152-0/+11
* Use QT_END_NAMESPACE before #endif // QTIFQUERYPARSER_P_HDominik Holland2024-02-091-2/+1
* doc: Add missing return types in IfSimulator QML methods documentationDominik Holland2024-02-081-6/+6
* ifcodegen: Also deploy dataclasses.py needed by watchdogDominik Holland2024-02-081-0/+1
* doc: Fix broken links and code embeddingsDominik Holland2024-02-082-5/+5
* doc: Also list the generated CMake files in the template documentationDominik Holland2024-02-081-12/+42
* Fix problems found by the static code analyzerDominik Holland2024-01-2917-56/+59
* Doc: Provide missing return values in QIfPendingReply \fn documentationTopi Reinio2023-12-011-4/+4
* Fix parsing of enums from simulationDataDominik Holland2023-11-241-0/+1
* Documentation updateDominik Holland2023-09-299-145/+226
* doc: Rework the buildsystem integration pageDominik Holland2023-09-294-55/+34
* doc: Add missing overview documentation for some backend interfacesDominik Holland2023-09-294-11/+110
* doc: Update the "What's New" Page with 6.6 changesDominik Holland2023-09-082-1/+11
* CMake: Find the correct python3 interpreter when cross-compilingDominik Holland2023-09-041-0/+5
* ifcodegen: fix generation with older jinja2Samuli Piippo2023-08-141-1/+1
* ifcodegen: Add support for deprecating annotationsDominik Holland2023-08-102-0/+34
* ifcodegen: Fix module QML registrationDominik Holland2023-07-311-1/+1
* ifcodegen: Improve the settings parsing in the backend_qtro templateDominik Holland2023-07-213-16/+60
* Move the private slot serviceObjectDestroyed into the private objectDominik Holland2023-07-203-15/+14
* ifcodegen: Update models in the qtro_backend to use the new connection settingsDominik Holland2023-07-204-13/+90
* Correctly clear the initialized property when the serviceObject is deletedDominik Holland2023-07-201-0/+3
* Improve the test coverage of qifpagingmodelDominik Holland2023-07-201-3/+0
* Remove constructors using QObjectPrivate from some interfaces classesDominik Holland2023-07-204-16/+0
* Mark properties exposed to QML as FINAL to prevent shadowingDominik Holland2023-07-1822-101/+101
* Remove the property overriderDominik Holland2023-07-187-719/+0
* Include the autogenerated moc file in all our source filesDominik Holland2023-07-1853-2/+104
* Split the QIfQueryParser into header and sourceDominik Holland2023-07-176-652/+732
* ifcodegen: Add an option for 'unsupported' properties in the config_simulatorDominik Holland2023-07-172-4/+23
* Correctly check the types in the IfSimulator::checkSettings functionDominik Holland2023-07-171-24/+37
* ifcodegen: Fix showing a broken constraint for zoned simulation dataDominik Holland2023-07-171-2/+2
* Fix signal handling in the QIfSimulationProxyDominik Holland2023-07-171-5/+42
* Documentation: fix link targets inside of tablesRobert Griebl2023-07-141-5/+5
* QIfServiceManager: Improve the backend unloading codeDominik Holland2023-07-142-25/+14
* Fix the env override for QIfConfiguration::setDiscoveryModeDominik Holland2023-06-281-1/+1
* ifcodegen: Improve the QDebug output for autogenerated structsDominik Holland2023-06-281-2/+7
* Fix the QIfSimulationProxy to support deriving in QMLDominik Holland2023-06-271-2/+8
* ifcodegen: Restructure the autogenerated QML simulationDominik Holland2023-06-271-37/+40
* Expose the zoneAt() function to QMLDominik Holland2023-06-271-1/+1
* ifcodegen: Always set a UTF-8 locale when running ifcodegenDominik Holland2023-06-271-1/+5
* Fix documentation warningsTopi Reinio2023-06-214-4/+7
* Clazy fixes and getting rid of old QT_VERSION checksDominik Holland2023-05-0932-75/+62
* Start using the new literal operator from Qt::StringLiteralsDominik Holland2023-05-0954-298/+401
* qtifmedia: Cleanup of the SQL queriesDominik Holland2023-05-093-4/+13
* Doc: Update link to Jinja template documentationPaul Wicking2023-05-091-1/+1
* doc: Improve the QIfConfiguration related documentationDominik Holland2023-05-032-12/+37
* Improve the SERVER_CONF deprecation warningDominik Holland2023-04-255-1/+31
* CMake: Remove dependency walker workaround for the compiled ifcodegenDominik Holland2023-04-251-8/+0
* Use the correct variable name when filtering HEADER filesAlexey Edelev2023-04-061-1/+1
* Mark all the generated header files as GENERATED explicitlyAlexey Edelev2023-04-061-0/+10