3.8.2
githubuser0xFFFF
released this
23 Feb 19:48
·
503 commits
to master
since this release
- added feature to close tabs with the middle mouse button (
CDockManager::MiddleMouseButtonClosesTab
) #360 - added new
CDockWidget
flagDeleteContentOnClose
that will delete the contained widget and recreate it from a factory when closing and opening the dock widget - added method to add dock widget to dock container #398
- CMake: Allow version to be explicitly set without requiring git #384
- fixed and improved focus highlighting functionality - it does not steal focus anymore #334
- improved initial size of floating dock widget
- fixed Qt 5.15 build
- fixed Floating dock widget container is not destroyed instantly when view is redocked #351
- fixed crash when adding closed dock widgets to the manager #366
- fixed: prevent middle mouse button click from closing unclosable tabs
- fixed #399 - nullptr access
- fixed #368 - crash in
CDockFocusController
caused by invalid dock widget pointers - fixed #378 - Don't show empty floating containers on startup (BenHetherington)
- fixed #380 - Hide the DockManager does not hide the floating widgets (jporcher #383)
- fixed #352 - CMake: Allow version to be explicitly set without requiring git (rminderhoud #384)