- 06 Feb, 2019 1 commit
-
-
Jan Möbius authored
-
- 05 Feb, 2019 1 commit
-
-
Jan Möbius authored
-
- 31 Jan, 2019 1 commit
-
-
Jan Möbius authored
Reintroduced PythonInterface to identify plugins with python support, List plugins with python support in the python widget
-
- 23 Jan, 2019 3 commits
-
-
Jan Möbius authored
-
Jan Möbius authored
-
Jan Möbius authored
-
- 18 Jan, 2019 1 commit
-
-
Jan Möbius authored
-
- 11 Jan, 2019 2 commits
-
-
Jan Möbius authored
-
Jan Möbius authored
-
- 09 Jan, 2019 1 commit
-
-
Jan Möbius authored
-
- 19 Dec, 2018 1 commit
-
-
Jan Möbius authored
This removes a lot of qt gl collisions Developers have to include the scenegraph headers if they use the corresponding nodes
-
- 18 Dec, 2018 1 commit
-
-
Jan Möbius authored
-
- 14 Dec, 2018 1 commit
-
-
Kersten Schuster authored
-
- 13 Nov, 2018 1 commit
-
-
Martin Heistermann authored
Likely made visible by Qt 5.11, but was was broken before. Due to a direct qt connection, the CoreWidget is being destroyed while a) a CoreWidget method is on the stack b) the close event is not fully handled yet. Valgrind output for reference: ==6374== Invalid read of size 8 ==6374== at 0x71C64A1: QWindow::destroy() (in /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5.11.2) ==6374== by 0x71C70DE: QWindow::event(QEvent*) (in /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5.11.2) ==6374== by 0x6C02F37: ??? (in /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5.11.2) ==6374== by 0x6BA7490: QApplicationPrivate::notify_helper(QObject*, QEvent*) (in /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5.11.2) ==6374== by 0x6BAEACF: QApplication::notify(QObject*, QEvent*) (in /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5.11.2) ==6374== by 0x7893038: QCoreApplication::notifyInternal2(QObject*, QEvent*) (in /usr/lib/x86_64-linux-gnu/libQt5Core.so.5.11.2) ==6374== by 0x71B7DB9: QGuiApplicationPrivate::processCloseEvent(QWindowSystemInterfacePrivate::CloseEvent*) (in /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5.11.2) ==6374== by 0x71BCA54: QGuiApplicationPrivate::processWindowSystemEvent(QWindowSystemInterfacePrivate::WindowSystemEvent*) (in /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5.11.2) ==6374== by 0x7196D8A: QWindowSystemInterface::sendWindowSystemEvents(QFlags<QEventLoop::ProcessEventsFlag>) (in /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5.11.2) ==6374== by 0xCA5685A: ??? (in /usr/lib/x86_64-linux-gnu/libQt5XcbQpa.so.5.11.2) ==6374== by 0x7891D0A: QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) (in /usr/lib/x86_64-linux-gnu/libQt5Core.so.5.11.2) ==6374== by 0x7899E81: QCoreApplication::exec() (in /usr/lib/x86_64-linux-gnu/libQt5Core.so.5.11.2) ==6374== by 0x33C6F2: main (OpenFlipper.cc:802) ==6374== Address 0xc5fc6e8 is 8 bytes inside a block of size 88 free'd ==6374== at 0x4836EEB: operator delete(void*) (vg_replace_malloc.c:576) ==6374== by 0x6BD4CAA: QWidgetPrivate::deleteTLSysExtra() (in /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5.11.2) ==6374== by 0x6BD97D7: QWidget::destroy(bool, bool) (in /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5.11.2) ==6374== by 0x6BE10E1: QWidget::~QWidget() (in /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5.11.2) ==6374== by 0x438381: CoreWidget::~CoreWidget() (CoreWidget.cc:658) ==6374== by 0x4383A5: CoreWidget::~CoreWidget() (CoreWidget.cc:660) ==6374== by 0x382D4C: Core::slotExit() (Core.cc:1219) ==6374== by 0x504948: Core::qt_static_metacall(QObject*, QMetaObject::Call, int, void**) (moc_Core.cpp:1559) ==6374== by 0x78BC28A: QMetaObject::activate(QObject*, int, int, void**) (in /usr/lib/x86_64-linux-gnu/libQt5Core.so.5.11.2) ==6374== by 0x515DFC: CoreWidget::exit() (moc_CoreWidget.cpp:1602) ==6374== by 0x439BA9: CoreWidget::closeEvent(QCloseEvent*) (CoreWidget.cc:912) ==6374== by 0x6BE57C7: QWidget::event(QEvent*) (in /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5.11.2) ==6374== by 0x6CEBED3: QMainWindow::event(QEvent*) (in /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5.11.2) ==6374== by 0x43A82F: CoreWidget::event(QEvent*) (CoreWidget.cc:1103) ==6374== by 0x6BA7490: QApplicationPrivate::notify_helper(QObject*, QEvent*) (in /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5.11.2) ==6374== by 0x6BAEACF: QApplication::notify(QObject*, QEvent*) (in /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5.11.2) ==6374== by 0x7893038: QCoreApplication::notifyInternal2(QObject*, QEvent*) (in /usr/lib/x86_64-linux-gnu/libQt5Core.so.5.11.2) ==6374== by 0x6BE0CC0: QWidgetPrivate::close_helper(QWidgetPrivate::CloseMode) (in /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5.11.2) ==6374== by 0x6BFFD1D: ??? (in /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5.11.2) ==6374== by 0x6C02F2C: ??? (in /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5.11.2) ==6374== by 0x6BA7490: QApplicationPrivate::notify_helper(QObject*, QEvent*) (in /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5.11.2) ==6374== by 0x6BAEACF: QApplication::notify(QObject*, QEvent*) (in /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5.11.2) ==6374== by 0x7893038: QCoreApplication::notifyInternal2(QObject*, QEvent*) (in /usr/lib/x86_64-linux-gnu/libQt5Core.so.5.11.2) ==6374== by 0x71B7DB9: QGuiApplicationPrivate::processCloseEvent(QWindowSystemInterfacePrivate::CloseEvent*) (in /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5.11.2)
-
- 05 Jun, 2018 1 commit
-
-
Martin Schultz authored
Added connections for new signals
-
- 09 May, 2018 1 commit
-
-
Kersten Schuster authored
-
- 02 May, 2018 3 commits
-
-
Jan Möbius authored
-
Jan Möbius authored
-
Jan Möbius authored
-
- 24 Apr, 2018 1 commit
-
-
Jan Möbius authored
refs #141
-
- 21 Mar, 2018 3 commits
-
-
Martin Heistermann authored
-
Jan Möbius authored
-
Martin Schultz authored
-
- 16 Feb, 2018 1 commit
-
-
schultz authored
profile
-
- 13 Feb, 2018 1 commit
-
-
Martin Schultz authored
flag
-
- 09 Feb, 2018 1 commit
-
-
schultz authored
called
-
- 15 Sep, 2017 1 commit
-
-
Martin Schultz authored
removed chck for ARB_vertex_buffer_object as it has become part of opengl spec in version 1.5 and is not listed as extension by some drivers (e.g. all apple drivers)
-
- 08 Jun, 2017 2 commits
-
-
Martin Schultz authored
and call the respective slot
-
Martin Schultz authored
And refactored ffunctionality to common function which uses a bool to determine connection type
-
- 26 Apr, 2017 1 commit
-
-
Martin Schultz authored
shall not be deleted by the plugin after they were added. call cleanup before exit of plugins. explicitly delete plugins after cleanup.
-
- 12 Apr, 2017 1 commit
-
-
Martin Schultz authored
core, pluginloader and communication files
-
- 11 Apr, 2017 1 commit
-
-
Martin Schultz authored
also added selection communication implementation
-
- 28 Feb, 2017 1 commit
-
-
Jan Möbius authored
-
- 14 Feb, 2017 1 commit
-
-
Jan Möbius authored
-
- 06 Feb, 2017 1 commit
-
-
Jan Möbius authored
-
- 27 Dec, 2016 1 commit
-
-
Jan Möbius authored
-
- 24 Oct, 2016 1 commit
-
-
Jan Möbius authored
-
- 21 Oct, 2016 1 commit
-
-
Martin Heistermann authored
Core::finishSplash had an unguarded callsite that would cause a crash if the splash screen is disbled. This change makes everything a bit simpler.
-
- 10 Aug, 2016 1 commit
-
-
Jan Möbius authored
-
- 02 Jun, 2016 1 commit
-
-
Jan Möbius authored
closes #58
-