Skip to content

KDDockWidgets 1.6.0

Compare
Choose a tag to compare
@winterz winterz released this 14 Sep 22:02
· 2 commits to 1.6 since this release

Highlights of the 1.6.0 Release

  • Minimum Qt6 version is now 6.2.0
  • Minimum CMake version is now 3.12.0
  • Fixed restoring of normal geometry when closing a maximized window (#259)
  • Experimental support for docking into dock widgets which are in a MDI area.
  • Fixed potential crash involving infinite loop between QWidget::create() and QWidget::createWinId()
  • Moved DropIndicatorOverlayInterface::DropLocation enum to KDDockWidgets namespace scope
  • Added Config::setDropIndicatorAllowedFunc() and corresponding example
    (kddockwidgets_example --hide-certain-docking-indicators)
  • Fixed case where unfloating wouldn't restore to the main window (#44 and #96)
  • Fixed MainWindow not propagating close events to docked widgets
  • X11: Improved detecting which window is under the cursor, by using native X11 API
  • X11: Fixed dragging a maximized floating window. Its size is now restored to normal size when the drag starts.
  • Added DockWidgetBase::currentTabIndex()
  • Added InitialVisibilityOption::PreserveCurrentTab
  • Added MainWindow::internalLayout() for advanced customization