DarkRadiant: master 71ff1a86

Author Committer Branch Timestamp Parent
orbweaver orbweaver master 24.12.2025 16:21 master 78775c12
Changeset Remove the ScriptUserInterfaceModule

Having this as an entire RegisterableModule with name and dependencies
isn't adding much value, since the module exposes no interface and
nothing else depends on it.

The purpose of this module is to connect to various signals to construct
the Python-related widgets at the appropriate time, which means we can
simplify the code by moving this initialisation into MainFrame itself.
mod - radiant/CMakeLists.txt Diff File
mod - radiant/ui/mainframe/MainFrame.cpp Diff File
mod - radiant/ui/mainframe/MainFrame.h Diff File
rm - radiant/ui/script/ScriptUserInterfaceModule.cpp Diff