3.1.0
·
970 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
DockAreaHasTabsMenuButton
andDockAreaHasUndockButton
to show / hide these buttons - added configuration flag
CDockManager::DockAreaDynamicTabsMenuButtonVisibility
to dynamically show / hide the tabs menu button depending on the number of tabs and the eliding state of their labels - added
DockAreaHideDisabledButtons
configuration 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 == false
issue - fixed using escape button when dragging non-opaque preview to cancel drag operation