3.1.0
·
1012 commits
to master
since this release
- added option to always show tabs, even if there is only one tab #100
- added support for setting allowed areas for individual
CDockAreaWidget(#107) - added configuration flags
DockAreaHasTabsMenuButtonandDockAreaHasUndockButtonto show / hide these buttons - added configuration flag
CDockManager::DockAreaDynamicTabsMenuButtonVisibilityto dynamically show / hide the tabs menu button depending on the number of tabs and the eliding state of their labels - added
DockAreaHideDisabledButtonsconfiguration flag (#110) - added support for custom dock area title bar buttons via
CDockWidget::titleBarActions() - added functions to insert custom dock area title bar widgets via
CDockAreaTitleBar::insertWidget(int index, QWidget *widget)function - fixed tabs not being active when restoring state (#101)
- fixed
CDockManager::DockAreaHasCloseButton == falseissue - fixed using escape button when dragging non-opaque preview to cancel drag operation