- 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
-
- 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)
-
- 02 May, 2018 1 commit
-
-
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)
-
- 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.
-
- 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
-
- 13 May, 2016 1 commit
-
-
Jan authored
-
- 12 May, 2016 1 commit
-
-
Jan Möbius authored
This reverts merge request !92
-
- 10 May, 2016 1 commit
-
-
Martin Schultz authored
As the new glLoad is not compatible with Qt 5.6 we will continue using glew for now. This reverts commit 22938119ac1bcf60ad49078c7fa436856bc7c902, reversing changes made to ed8a9a65a94b8d72b80133d37ddbf4a8c029988a.
-
- 07 May, 2016 2 commits
-
-
Hans-Christian Ebke authored
-
Hans-Christian Ebke authored
-
- 25 Jan, 2016 1 commit
-
-
schultz authored
-
- 07 Dec, 2015 1 commit
-
-
Jan Möbius authored
-
- 30 Nov, 2015 1 commit
-
-
Martin Schultz authored
-
- 14 Aug, 2015 1 commit
-
-
Jan Möbius authored
git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@21125 383ad7c9-94d9-4d36-a494-682f7c89f535
-
- 16 Jul, 2015 1 commit
-
-
Martin Schultz authored
git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@21016 383ad7c9-94d9-4d36-a494-682f7c89f535
-
- 01 Oct, 2014 1 commit
-
-
Hans-Christian Ebke authored
git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@19636 383ad7c9-94d9-4d36-a494-682f7c89f535
-
- 02 Jul, 2014 1 commit
-
-
Jan Möbius authored
git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@19071 383ad7c9-94d9-4d36-a494-682f7c89f535
-
- 26 Jun, 2014 1 commit
-
-
Hans-Christian Ebke authored
git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@18905 383ad7c9-94d9-4d36-a494-682f7c89f535
-
- 12 Feb, 2014 1 commit
-
-
Jan Möbius authored
git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@18168 383ad7c9-94d9-4d36-a494-682f7c89f535
-
- 05 Feb, 2014 1 commit
-
-
Jan Möbius authored
git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@18131 383ad7c9-94d9-4d36-a494-682f7c89f535
-
- 07 Jan, 2014 1 commit
-
-
Hans-Christian Ebke authored
git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@17987 383ad7c9-94d9-4d36-a494-682f7c89f535
-
- 20 Dec, 2013 1 commit
-
-
Mike Kremer authored
git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@17962 383ad7c9-94d9-4d36-a494-682f7c89f535
-
- 30 Sep, 2013 3 commits
-
-
Isaak Lim authored
git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@17616 383ad7c9-94d9-4d36-a494-682f7c89f535
-
Isaak Lim authored
git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@17614 383ad7c9-94d9-4d36-a494-682f7c89f535
-
Isaak Lim authored
- changed the warning message-boxes used in Core to always stay on top of other windows git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@17613 383ad7c9-94d9-4d36-a494-682f7c89f535
-
- 27 Sep, 2013 1 commit
-
-
Matthias Möller authored
git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@17597 383ad7c9-94d9-4d36-a494-682f7c89f535
-
- 17 Sep, 2013 1 commit
-
-
Jan Möbius authored
closes #1716 git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@17543 383ad7c9-94d9-4d36-a494-682f7c89f535
-
- 13 Sep, 2013 1 commit
-
-
Jan Möbius authored
Postprocessor manager for multiple postprocessors refs #1736 git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@17520 383ad7c9-94d9-4d36-a494-682f7c89f535
-
- 27 Aug, 2013 1 commit
-
-
Isaak Lim authored
git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@17404 383ad7c9-94d9-4d36-a494-682f7c89f535
-