Skip to content

Tags: vitcpp/Qt-Advanced-Docking-System

Tags

3.5.1

Toggle 3.5.1's commit message
Updated linux stylesheet

Default linux style uses now the provided SVG buttons for the floating widget title bar close button

3.5.0

Toggle 3.5.0's commit message
Added documentation for FocusHighlighting flag

3.4.2

Toggle 3.4.2's commit message
Try to fix appveyour build problem

3.2.6

Toggle 3.2.6's commit message
Added showcase section to README.md

3.2.5

Toggle 3.2.5's commit message
Removed dead code in comment of DockAreaWidget

3.1.0

Toggle 3.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix using escape button when dragging non-opaque preview to cancel dr…

…ag operation (githubuser0xFFFF#114)

* Added missing overrides.

* Escape button to cancel dragging was not working in Windows either. Using the event filter added for Linux works.

3.0.0

Toggle 3.0.0's commit message
Fixed a regression in DockWidgetTab that caused wron positioning of F…

…loatingDockContainer when moving the mouse

2.8.0

Toggle 2.8.0's commit message
ENH: Version info using Versioneer (githubuser0xFFFF#97)

* ENH: Use versioneer for version information.

* FIX: rc.py is a build artifact and should not be version controlled.

* FIX: Move processResourceFile to its own command.