3.2.6
·
924 commits
to master
since this release
- added
CDockComponentsFactory
for creation of custom components and widgets to the docking framework - added
CDockManager::floatingWidgetCreated
event #121 - added Showcase section to README.md
- added
setMinimumSizeHintMode
function for configuration of minimum size hint of a dock widget - properly implemented handling of DockWidget flag
DockWidgetIsMovable
for NonOpaque undocking - creating the drag preview is allowed even if the DockWidget is not floatable - improved tab dragging - position is now limited by tabbar
- undocking now also starts if mouse is dragged outside of tabbar
- updated Python bindings
- fixed build issue for older Qt versions
- fixed drag canceling via escape key - fixed escape key event reception
- fixed calculation of initial
CFloatingDockContainer
position when dragging tab outside tabbar - fixed tab selection when deleting non active tabs
- fixed display of container dock overlay if only one single visible dock area is in a container
- fixed #131 - crash on dropping in same area multiple times
- fixed #134 - closing a dock with
CDockWidget::DockWidgetDeleteOnClose
now properly emits theclosed()
signal - fixed #139 - properly implemented
minimumSizeHint()
support for dock widgets - fixed #143 - properly implemented detection of Escape key presses when dragging a floating widget on Windows with the native title bar