Skip to content

3.4.2

Compare
Choose a tag to compare
@githubuser0xFFFF githubuser0xFFFF released this 11 May 09:31
· 765 commits to master since this release
  • added support for building several example applications
  • added new example for static sidebar to answer issue #155
  • added new test action for adding docked editor widget to test fix for issue #148
  • added support for Qt built with the -qtnamespace configure option #170
  • updated PyQt bindings
  • modernised CMake build files and CI configs (#185)
  • switched to native event handling on Windows (WM_... messages) to fix #179 and to solve non client area event related issues once and for all
  • fixed small bug in CFloatingDragPreview that caused flashing of hidden overlay when dragging the last visible dock widget in non opaque docking mode
  • fixed visibility issue #148 when adding dock widget after all other dock widgets have ben closed in the GUI
  • fixed issue #164 - single dock area cannot be split - this was a regression caused by fix of issue #148
  • fixed issue #173 - tab changes position when redocking it to the same position
  • fixed issue #177 - after the last dock window in single CDockAreaWidget is closed, no newly created window is visible
  • fixed an issue that caused wrong insertion order of dock widgets when dropping a floating widget to the left or top container drop area eee9ebb
  • fixed showing of dock area when inserting a dock widget into a hidden dock area
  • fixed issue #179 - drop indicators didn't show up if Windwos option "Show window contents while dragging" is turned off