elemental-game/Modules/EditorWidgets
S David 194383915c
All checks were successful
buildbot/elemental-game-macos-builder Build done.
buildbot/elemental-game-freebsd-builder Build done.
buildbot/elemental-game-linux-builder Build done.
[CmakeLists.txt] Remove references to nlohmann_json in projects where it wasn't imported
This was only working because CPM sources every project CMakeListst into
the same context.  When CPM uses system packages, the references might
be invald.
2024-08-05 01:13:30 -04:00
..
.clang-tidy Add EditorWidgets module and move custom QWidgets to a Modules/EditorWidgets project. 2024-05-11 01:40:21 -04:00
CMakeLists.txt [CmakeLists.txt] Remove references to nlohmann_json in projects where it wasn't imported 2024-08-05 01:13:30 -04:00
DocumentEditor.cpp [Editor] Implement save feature in DocumentEditor and JsonEditor 2024-05-15 22:56:57 -04:00
DocumentEditor.hpp [Editor] Implement save feature in DocumentEditor and JsonEditor 2024-05-15 22:56:57 -04:00
DocumentEditor.impl.hpp ResourceEditor: setLayout in case the form layout has to be dynamically allocated 2024-05-16 21:44:27 -04:00
DocumentEditor.ui New: DocumentEditor widget that can hold file-type specific editors. Handles adding save actions to the MainWindow. 2024-05-14 23:37:39 -04:00
ExceptionDialog.cpp Add EditorWidgets module and move custom QWidgets to a Modules/EditorWidgets project. 2024-05-11 01:40:21 -04:00
ExceptionDialog.hpp [Editor] Implement save feature in DocumentEditor and JsonEditor 2024-05-15 22:56:57 -04:00
ExceptionDialog.ui Add EditorWidgets module and move custom QWidgets to a Modules/EditorWidgets project. 2024-05-11 01:40:21 -04:00
JsonEditor.cpp Adding the old 'phong' demo back into build; updating submodules to latest versions 2024-05-18 10:45:49 -04:00
JsonEditor.hpp New: DocumentEditor widget that can hold file-type specific editors. Handles adding save actions to the MainWindow. 2024-05-14 23:37:39 -04:00
JsonEditor.ui Add EditorWidgets module and move custom QWidgets to a Modules/EditorWidgets project. 2024-05-11 01:40:21 -04:00