14 Commits (2d31e987c0607b99412aa7935ed7438ead86fb29)

Author SHA1 Message Date
Adriaan de Groot 2d31e987c0 [libcalamaresui] Unrelated typedef for JobList 8 years ago
Teo Mrnjavac 46787222c9 Fix ifdefs for WITH_PYTHONQT. 8 years ago
Teo Mrnjavac 53f687587b Add support for attaching a Python console in DebugWindow.
Also add support for showing module type/interface.
Also minor layout improvements.
8 years ago
Andrius Štikonas 9f0ca042fe Port away from most cases of Q_FOREACH to C++11 ranged for loop.
In order to avoid deep copies, Qt containers over which we iterate must be const
The remaining unported cases require qAsConst (Qt 5.7) or std::as_const (C++17)
9 years ago
Teo Mrnjavac 9d61420e4f Added toolbox page to Debug interface, with deliberate crash feature. 9 years ago
Teo Mrnjavac 2a0eb9e481 Fix debug window. 10 years ago
Teo Mrnjavac 1a39d2a6e1 Always provide this as context for a signal connection with a lambda. 10 years ago
Teo Mrnjavac c2a0845738 Debug window title. 10 years ago
Teo Mrnjavac 5951208c1b Add Modules page to DebugWindow. 10 years ago
Teo Mrnjavac 8a60abdfc9 Add JobQueue list to DebugWindow 10 years ago
Teo Mrnjavac 3ce8abcb78 Expand all items in the GlobalStorage debug tree. 10 years ago
Teo Mrnjavac 8729b6a25f Update the debug view every time GlobalStorage changes. 10 years ago
Teo Mrnjavac 060983279f Add a QTreeView for GlobalStorage contents to DebugWindow.
Not real time yet.
10 years ago
Teo Mrnjavac 00565d0f12 Stubs for DebugWindow. 10 years ago