Jaco Naude
Jaco Naude
0 QList::QList qlist.h 714 0x7feecf773a1 1 Qtilities::Core::Observer::subjectFilters Observer.cpp 2055 0x7feecf6d5b0 2 Qtilities::CoreGui::NamingPolicyDelegate::setObserverContext NamingPolicyFilter.cpp 1215 0x7feed902d8c 3 Qtilities::CoreGui::ObserverWidget::setTreeSelectionParent ObserverWidget.cpp 2287 0x7feed8c0769 4 Qtilities::CoreGui::ObserverWidget::qt_static_metacall moc_ObserverWidget.cpp 402 0x7feeda238f7 5 QTimer::~QTimer Qt5Cored 0x592d9969 6...
The crash happens when the debug widget is deleted: ``` cpp Qtilities::Plugins::Debug::DebugPlugin::~DebugPlugin() { if (d->debug_mode) delete d->debug_mode; delete d; } ``` For now, the first two lines are uncommented, causing...
At present, the activeHints() is used to determine the RootIndexDisplayHint in both ObserverWidget and ObserverTreeModel. This is not optimal, it should only use the top level observer's hints to determine...
To see this, open the ObjectManagement example and select a top level node then click the "Refresh" action in the toolbar. Next, select any non-top level node and press "Refresh"...
It links to /page_action_debugging.html. It should only be /page_debugging.html
We would like to be able to call various PROJECT_MANAGER methods without them being saved in QSettings. For instance, we call: 'PROJECT_MANAGER->setOpenLastProjectOnStartup(false)' in the case when our users pass a...
We would like to be able to set the 'Create empty project if no last project is available' and NOT have the 'Open last project when application starts'. In other...
At present, only commands are taken into account.