Skip to content

3.1.0

Compare
Choose a tag to compare
@githubuser0xFFFF githubuser0xFFFF released this 10 Feb 10:34
· 970 commits to master since this release
a4ef161
  • 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 and DockAreaHasUndockButton 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