.. |
images
|
Properly implemented showing and hiding of TitleBarUndockButton
|
2018-11-05 09:07:18 +01:00 |
linux
|
Fixed vertical alignment of label in FloatingWidgetTitleBar
|
2019-12-13 13:19:24 +01:00 |
stylesheets
|
Added functions to insert custom dock area title bar widgets
|
2020-02-07 13:42:11 +01:00 |
ads_globals.cpp
|
Added function internal::setButtonIcon to unify code for setting DockAreaTitleBar and DockWidgetTab icons
|
2020-02-05 08:57:57 +01:00 |
ads_globals.h
|
Added function internal::setButtonIcon to unify code for setting DockAreaTitleBar and DockWidgetTab icons
|
2020-02-05 08:57:57 +01:00 |
ads.qrc
|
Improved icons for all button, adjusted size of dock marker
|
2019-05-14 15:32:50 +02:00 |
DockAreaTabBar.cpp
|
Improved tab dragging, added support for undocking if mouse leaves tabbar during tb dragging
|
2020-02-19 22:48:17 +01:00 |
DockAreaTabBar.h
|
Moved title bar dragging code from DockAreaTabBar into DockAreaTitleBar
|
2020-02-07 12:16:26 +01:00 |
DockAreaTitleBar.cpp
|
Properly implemented handling of DockWidget flag DockWidgetIsMovable for NonOpaque undocking - creating the drag preview is allowed even if the DockWidget is not floatable
|
2020-02-16 14:37:14 +01:00 |
DockAreaTitleBar.h
|
Added functions to insert custom dock area title bar widgets
|
2020-02-07 13:42:11 +01:00 |
DockAreaWidget.cpp
|
Fixed regression caused by setDockArea() function removed from DockWidgetTab
|
2020-02-14 22:56:48 +01:00 |
DockAreaWidget.h
|
Added showcase for custom title bar widget to demo application
|
2020-02-07 14:29:02 +01:00 |
DockComponentsFactory.cpp
|
Switched QScopedPointer to std::unique_ptr in DockComponentsFactory
|
2020-02-13 13:45:40 +01:00 |
DockComponentsFactory.h
|
Added DockComponentsFactory.h documentation, changed DockComponentsFactory showcase in MainWindow after discussion on GitHub
|
2020-02-11 15:38:49 +01:00 |
DockContainerWidget.cpp
|
Replaced all dynamic_casts with qobject_casts
|
2020-02-13 18:56:04 +01:00 |
DockContainerWidget.h
|
Add option to always show all tabs (#102)
|
2020-01-31 14:27:01 +01:00 |
DockingStateReader.cpp
|
Added support for file version handling for dock state files, added support for reading version 0 state file with wrong orientation character
|
2019-11-29 15:56:57 +01:00 |
DockingStateReader.h
|
Added support for file version handling for dock state files, added support for reading version 0 state file with wrong orientation character
|
2019-11-29 15:56:57 +01:00 |
DockManager.cpp
|
Added CDockManager::floatingWidgetCreated event (#121)
|
2020-02-17 08:15:11 +01:00 |
DockManager.h
|
Added CDockManager::floatingWidgetCreated event (#121)
|
2020-02-17 08:15:11 +01:00 |
DockOverlay.cpp
|
Fixed QT_VESION typo in DockOverlay.cpp
|
2020-02-17 10:41:13 +01:00 |
DockOverlay.h
|
Added initial support for transparent undocking
|
2019-11-26 14:40:56 +01:00 |
DockSplitter.cpp
|
Make debug messages conditional.
|
2019-07-21 14:53:24 +07:00 |
DockSplitter.h
|
Improved source code documentation, removed empty main.qrc to silence qmake warning
|
2019-08-26 07:58:56 +02:00 |
DockWidget.cpp
|
Don't select a new tab if the tab being closed is not the current tab. (#125)
|
2020-02-21 22:46:21 +01:00 |
DockWidget.h
|
Moved title bar dragging code from DockAreaTabBar into DockAreaTitleBar
|
2020-02-07 12:16:26 +01:00 |
DockWidgetTab.cpp
|
Improved tab dragging, added support for undocking if mouse leaves tabbar during tb dragging
|
2020-02-19 22:48:17 +01:00 |
DockWidgetTab.h
|
Fixed regression caused by setDockArea() function removed from DockWidgetTab
|
2020-02-14 22:56:48 +01:00 |
ElidingLabel.cpp
|
Disable tabs menu button when only single tab exists in a Dock area (#111)
|
2020-02-06 15:21:19 +01:00 |
ElidingLabel.h
|
Disable tabs menu button when only single tab exists in a Dock area (#111)
|
2020-02-06 15:21:19 +01:00 |
FloatingDockContainer.cpp
|
Icon of floating window (#116)
|
2020-02-10 20:07:36 +01:00 |
FloatingDockContainer.h
|
Added missing overrides. (#113)
|
2020-02-07 14:41:35 +01:00 |
FloatingDragPreview.cpp
|
Fixed drag canceling via ESC key
|
2020-02-17 08:08:25 +01:00 |
FloatingDragPreview.h
|
Fix using escape button when dragging non-opaque preview to cancel drag operation (#114)
|
2020-02-07 23:07:07 +01:00 |
IconProvider.cpp
|
Added global static icon provider to enable registration of custom icons
|
2019-10-18 08:31:26 +02:00 |
IconProvider.h
|
Fixed compiler warning for MSVC
|
2020-01-11 15:21:10 +01:00 |
src.pro
|
Added CDockComponentsFactory for creation of components for the docking framework
|
2020-02-11 08:32:49 +01:00 |