| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
Format code with clang-format similarly to QtCreator (#146) The file .clang-format has been added. The reference for the configuration is the default used by Qt here: https://raw.githubusercontent.com/qt-creator/qt-creator/master/.clang-format The whole codebase has been formatted following these rules. In linux it's very straightforward, just launch find . \( -name \*.cpp -o -name \*.hpp \) -print0 | xargs -0 -n 1 clang-format-13 -i | 3 年前 | |
fix: control loops before connecting depending on AbstractGraphModel::loopsEnabled() (#484) * Extend data flow test classe to propagate through multiple nodes * Control loops before connecting depending on AbstractGraphModel::loopsEnabled() (#198) | 1 年前 | |
fix: resolve test failures in CI environment (#515) * fix: resolve test failures in CI environment TestGraphModel: - Add loadNode() implementation to support copy/paste operations - Save and restore node type in saveNode()/loadNode() TestLoopDetection: - Add applicationSetup() for DataFlowGraphModel tests - Use TestDisplayNode (has both in/out ports) instead of TestSourceNode (output only) for loop detection tests TestCustomPainters: - Simplify to test painter registration without verifying actual painting calls (unreliable in headless CI environments) - Add tests for painter persistence through node lifecycle events * fix: add DLL export macro to NodeGraphicsObject Add NODE_EDITOR_PUBLIC macro to NodeGraphicsObject class to properly export its symbols on Windows. This fixes linker errors when building examples that use graphModel() and nodeScene() methods. Error was: unresolved external symbol NodeGraphicsObject::graphModel() unresolved external symbol NodeGraphicsObject::nodeScene() | 6 个月前 | |
Write unit-tests (#480) * Write unit-tests * Fix CI/CD for Windows unit-tests * Restore commented code * Update development.rst * Remove unused files * Chesk signal spy instances * Add data flow test * Fix | 1 年前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 3 年前 | ||
| 1 年前 | ||
| 6 个月前 | ||
| 1 年前 |