Package Release Info

kddockwidgets-qt6-2.1.0-bp160.1.14

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

kddockwidgets-qt6-devel
libkddockwidgets-qt6-2_1

Change Logs

* Wed Jul 24 2024 Christophe Marin <christophe@krop.fr>
- Build kddockwidgets without spdlog until fmt 11 gets supported
* Tue May 21 2024 Christophe Marin <christophe@krop.fr>
- Update to 2.1.0
  https://github.com/KDAB/KDDockWidgets/releases/tag/v2.1.0
  Bug fixes:
  * Fixed dock widget float button when using main window nesting
  * Fixed double-click on titlebar not floating it if auto-hide
    flag was enabled
  * Fixed auto-hide overlay not updating its position when main
    window was resized
  * Fixed crash when doing sequential open() and close() calls
  * Fixed double-click the guest widget would make window float
  * LayoutSaverOption::Skip now honours docked dock widgets
  * Fixed DockWidget::addDockWidgetToContainingWindow() when
    using nested main windows
  * Multiple fixes for save/restore when windows are maximized
  * Several fixes regarding nested main windows
* Thu Feb 01 2024 Christophe Marin <christophe@krop.fr>
- Update to 2.0.0
  * Architecture rewrite to support more frontends besides
    QtWidgets and QtQuick. 2.0 isn't very interesting for users,
    but will allow developers to make KDDW support other GUI
    frameworks more easily. Also QtQuick is now better integrated,
    without being shoehorned with ifdefs into the QtWidgets
    implementation.
    + Split into a view/controller architecture
    + Non-gui logic moved to controllers
    + Each controller has a gui counter part, implemented for each
    supported frontend
  * Uses nlohmann JSON library (MIT) instead of QJsonDocument, for
    saving/restoring layouts
  * Added Config::setStartDragDistance()
  * Removed Config::setTabbingAllowedFunc() which was already
    deprecated in favor of Config::setDropIndicatorAllowedFunc()
  * Slint and Flutter WIP. Waiting for these frameworks to
    support multi-window before finishing.
Version: 1.7.0-bp156.1.8
* Tue May 09 2023 Christophe Marin <christophe@krop.fr>
- Update to 1.7.0
  * Introduce DockWidget::setFloatingWindowFlags(flags).
    Allows for different FloatingWindows to have different window
    flags. For example, some having Qt::Tool while others having
    Qt::Window
  * Fixed fixed-sized windows being able to be resized on Windows
  * Allow restoring layouts without touching floating dock widgets
  * Fix setDropIndicatorsInhibited(false) not showing
    drop indicators
  * Fix relayouting when dock widget is deleted directly
  * Minor performance improvement: Cache TitleBar icons
  * Save side bar overlay geometry when frame is resized
  * Fixed case of corrupt layout when using
    setDockWidgetFactoryFunc()
  * Fix layout scaling factor when main window is native
  * Fix moving floating windows to negative positions
  * Fixed using normal geometry of platform window if
    fractional scaling is enabled
  * Allow to specify Qt::Tool or Qt::Window per floating window
* Wed Mar 01 2023 Christophe Marin <christophe@krop.fr>
- Init kddockwidgets, needed by newer hotspot versions