Skip to content

3.5.2

Compare
Choose a tag to compare
@githubuser0xFFFF githubuser0xFFFF released this 10 Jun 05:34
· 664 commits to master since this release
  • added focus highlighting feature that enables highlighting of the focused dock widget like you know it from Visual Studio (#163)
  • added new CDockWidget flag DockWidgetFocusable that enables / disables focus highlighting for certain dock widgets
  • default linux style uses now the provided SVG buttons for the floating widget title bar close button
  • improved emission of focusedDockWidgetChanged signal
  • unified icons for close, detach and tab menu buttons to get a uniform style across all platforms
  • fixed MacOS related regression #195 - floating widgets can not be reattached
  • fixed undefined behavior in LastAddedAreaCache (#211)
  • fixed resetting of DockArea pointer of DockWidget when removing DockWidget from DockArea
  • fixed naming of the dock area titlebar actions to be consistent (same naming for context menu and title bar buttons)
  • fixed issue #212 - crash when adding a previously removed dock widget
  • fixed update of DockAreaTabBar geometry if tab text changed