| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix memory leaks found by the Address Sanitizer | Dominik Holland | 2024-02-15 | 13 | -36/+60 |
| * | doc: Add missing documentation | Dominik Holland | 2024-02-15 | 2 | -0/+11 |
| * | Use QT_END_NAMESPACE before #endif // QTIFQUERYPARSER_P_H | Dominik Holland | 2024-02-09 | 1 | -2/+1 |
| * | doc: Add missing return types in IfSimulator QML methods documentation | Dominik Holland | 2024-02-08 | 1 | -6/+6 |
| * | ifcodegen: Also deploy dataclasses.py needed by watchdog | Dominik Holland | 2024-02-08 | 1 | -0/+1 |
| * | doc: Fix broken links and code embeddings | Dominik Holland | 2024-02-08 | 2 | -5/+5 |
| * | doc: Also list the generated CMake files in the template documentation | Dominik Holland | 2024-02-08 | 1 | -12/+42 |
| * | Fix problems found by the static code analyzer | Dominik Holland | 2024-01-29 | 17 | -56/+59 |
| * | Doc: Provide missing return values in QIfPendingReply \fn documentation | Topi Reinio | 2023-12-01 | 1 | -4/+4 |
| * | Fix parsing of enums from simulationData | Dominik Holland | 2023-11-24 | 1 | -0/+1 |
| * | Documentation update | Dominik Holland | 2023-09-29 | 9 | -145/+226 |
| * | doc: Rework the buildsystem integration page | Dominik Holland | 2023-09-29 | 4 | -55/+34 |
| * | doc: Add missing overview documentation for some backend interfaces | Dominik Holland | 2023-09-29 | 4 | -11/+110 |
| * | doc: Update the "What's New" Page with 6.6 changes | Dominik Holland | 2023-09-08 | 2 | -1/+11 |
| * | CMake: Find the correct python3 interpreter when cross-compiling | Dominik Holland | 2023-09-04 | 1 | -0/+5 |
| * | ifcodegen: fix generation with older jinja2 | Samuli Piippo | 2023-08-14 | 1 | -1/+1 |
| * | ifcodegen: Add support for deprecating annotations | Dominik Holland | 2023-08-10 | 2 | -0/+34 |
| * | ifcodegen: Fix module QML registration | Dominik Holland | 2023-07-31 | 1 | -1/+1 |
| * | ifcodegen: Improve the settings parsing in the backend_qtro template | Dominik Holland | 2023-07-21 | 3 | -16/+60 |
| * | Move the private slot serviceObjectDestroyed into the private object | Dominik Holland | 2023-07-20 | 3 | -15/+14 |
| * | ifcodegen: Update models in the qtro_backend to use the new connection settings | Dominik Holland | 2023-07-20 | 4 | -13/+90 |
| * | Correctly clear the initialized property when the serviceObject is deleted | Dominik Holland | 2023-07-20 | 1 | -0/+3 |
| * | Improve the test coverage of qifpagingmodel | Dominik Holland | 2023-07-20 | 1 | -3/+0 |
| * | Remove constructors using QObjectPrivate from some interfaces classes | Dominik Holland | 2023-07-20 | 4 | -16/+0 |
| * | Mark properties exposed to QML as FINAL to prevent shadowing | Dominik Holland | 2023-07-18 | 22 | -101/+101 |
| * | Remove the property overrider | Dominik Holland | 2023-07-18 | 7 | -719/+0 |
| * | Include the autogenerated moc file in all our source files | Dominik Holland | 2023-07-18 | 53 | -2/+104 |
| * | Split the QIfQueryParser into header and source | Dominik Holland | 2023-07-17 | 6 | -652/+732 |
| * | ifcodegen: Add an option for 'unsupported' properties in the config_simulator | Dominik Holland | 2023-07-17 | 2 | -4/+23 |
| * | Correctly check the types in the IfSimulator::checkSettings function | Dominik Holland | 2023-07-17 | 1 | -24/+37 |
| * | ifcodegen: Fix showing a broken constraint for zoned simulation data | Dominik Holland | 2023-07-17 | 1 | -2/+2 |
| * | Fix signal handling in the QIfSimulationProxy | Dominik Holland | 2023-07-17 | 1 | -5/+42 |
| * | Documentation: fix link targets inside of tables | Robert Griebl | 2023-07-14 | 1 | -5/+5 |
| * | QIfServiceManager: Improve the backend unloading code | Dominik Holland | 2023-07-14 | 2 | -25/+14 |
| * | Fix the env override for QIfConfiguration::setDiscoveryMode | Dominik Holland | 2023-06-28 | 1 | -1/+1 |
| * | ifcodegen: Improve the QDebug output for autogenerated structs | Dominik Holland | 2023-06-28 | 1 | -2/+7 |
| * | Fix the QIfSimulationProxy to support deriving in QML | Dominik Holland | 2023-06-27 | 1 | -2/+8 |
| * | ifcodegen: Restructure the autogenerated QML simulation | Dominik Holland | 2023-06-27 | 1 | -37/+40 |
| * | Expose the zoneAt() function to QML | Dominik Holland | 2023-06-27 | 1 | -1/+1 |
| * | ifcodegen: Always set a UTF-8 locale when running ifcodegen | Dominik Holland | 2023-06-27 | 1 | -1/+5 |
| * | Fix documentation warnings | Topi Reinio | 2023-06-21 | 4 | -4/+7 |
| * | Clazy fixes and getting rid of old QT_VERSION checks | Dominik Holland | 2023-05-09 | 32 | -75/+62 |
| * | Start using the new literal operator from Qt::StringLiterals | Dominik Holland | 2023-05-09 | 54 | -298/+401 |
| * | qtifmedia: Cleanup of the SQL queries | Dominik Holland | 2023-05-09 | 3 | -4/+13 |
| * | Doc: Update link to Jinja template documentation | Paul Wicking | 2023-05-09 | 1 | -1/+1 |
| * | doc: Improve the QIfConfiguration related documentation | Dominik Holland | 2023-05-03 | 2 | -12/+37 |
| * | Improve the SERVER_CONF deprecation warning | Dominik Holland | 2023-04-25 | 5 | -1/+31 |
| * | CMake: Remove dependency walker workaround for the compiled ifcodegen | Dominik Holland | 2023-04-25 | 1 | -8/+0 |
| * | Use the correct variable name when filtering HEADER files | Alexey Edelev | 2023-04-06 | 1 | -1/+1 |
| * | Mark all the generated header files as GENERATED explicitly | Alexey Edelev | 2023-04-06 | 1 | -0/+10 |