Qt Advanced Docking System Versions Save

Advanced Docking System for Qt

v1.0.0

7 years ago

First official stable release.

Note: The format used to save/restore geometry and states of docking windows is no longer compatible with any previous version.

v0.1-beta

8 years ago

Changelog

  • Improve FloatingWidget (Remove maximize button, only support close-button which hides the widget)
  • Serialize and Deserialize state/size/positions of dockings
  • Make compatible with Qt 4.5 (ROFL!)
  • Save and restore FloatingWidget states
  • Restore: Manage new or deleted SectionContent objects, which are not available
  • Working with outer-edge-drops sometimes leaves empty splitters #BUG
  • Clean up of unused e.g. count()<=1 QSplitters doesn't work well #BUG
  • Show close button on right corner of SectionWidget. How to safe last section position?
  • Serialize state of _hiddenSectionContents
  • Add "title" to SectionContent object, which will be used in visible areas to display contents name.
  • It should be possible to catch the "activeTabChanged" signal for EXTERN_API users
  • Add API function to set an SC as active-tab
  • Move all lookup maps into ContainterWidget as non-static members, otherwise we can not have the same SC name inside another ContainerWidget instance. The uniqueness of a SectionContainer needs to be restricted to its parent ContainerWidget, not global!