Skip to content

KDDockWidgets 1.1.0

Compare
Choose a tag to compare
@winterz winterz released this 26 Oct 16:46

Highlights of the 1.1.0 Release

  • New drop indicator style type: Segmented Indicators
  • Windows: Drop Shadow for floating windows
  • Added AutoHide / SideBar support
  • Added FocusScope support
  • Added DockWidget::isFocused() and DockWidgetBase::isFocusedChanged()
  • Added Config::Flag_AlwaysTitleBarWhenFloating, which complements Flag_HideTitleBarWhenTabsVisible
  • Added Config::Flag_DontUseUtilityWindowsForFloating
  • Added Config::Flag_TitleBarHasMinimizeButton
  • Added Config::Flag_TitleBarNoFloatButton
  • Added Config::Flag_AutoHideSupport
  • Added Config::setTabbingAllowedFunc(TabbingAllowedFunc func)
  • HDPI improvements, new high-res icons
  • Bugfixes:
    • Windows: Fixed windows not having proper minimum size.
    • Windows: Fixed moving windows across screens with different DPI (#72)
    • Don't center floating windows if the user set a custom position (#75)
    • Fixed floating window's title not being correct (#74)
    • Fixed focus scope not reacting when clicking on current tab (#71)
    • Fixed floating window borders not being rendered correctly on HDPI due to rounding errors.
    • cmake/Python - don't require pkg-config, only use if available (#68)