.. |
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 missing FloatingWidgetTitleBar.cpp and missing stylesheet file for linux
|
2019-05-15 09:12:22 +02:00 |
ads_globals.cpp
|
Various fixes after code review
|
2019-01-25 16:28:36 +00:00 |
ads_globals.h
|
Helper function internal::setToolTip() to remove as many #ifndef QT_NO_TOOLTIP tests as possible to cleanup the code
|
2020-02-05 08:33:40 +01:00 |
ads.qrc
|
Improved icons for all button, adjusted size of dock marker
|
2019-05-14 15:32:50 +02:00 |
DockAreaTabBar.cpp
|
Fix tabs not being active when restoring state (#101)
|
2020-01-31 14:26:02 +01:00 |
DockAreaTabBar.h
|
Blocked display of context menu when dragging floating widget
|
2019-12-16 13:56:20 +01:00 |
DockAreaTitleBar.cpp
|
Helper function internal::setToolTip() to remove as many #ifndef QT_NO_TOOLTIP tests as possible to cleanup the code
|
2020-02-05 08:33:40 +01:00 |
DockAreaTitleBar.h
|
Fixed DLL export of DockAreaTabBar, DockAreaTitleBar and ElidingLabel
|
2019-10-18 07:41:28 +02:00 |
DockAreaWidget.cpp
|
setAllowedAreas for individual DockAreaWidget (#107)
|
2020-02-02 15:56:31 +01:00 |
DockAreaWidget.h
|
setAllowedAreas for individual DockAreaWidget (#107)
|
2020-02-02 15:56:31 +01:00 |
DockContainerWidget.cpp
|
setAllowedAreas for individual DockAreaWidget (#107)
|
2020-02-02 15:56:31 +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
|
Improved code for generation of default configuration flags
|
2020-02-05 08:16:07 +01:00 |
DockManager.h
|
Improved code for generation of default configuration flags
|
2020-02-05 08:16:07 +01:00 |
DockOverlay.cpp
|
Blocked tabyfing via moving over DockArea titlebar if the CenterDockWidgetArea is not in the allowed areas for DockAreaWidget
|
2020-02-02 16:03:58 +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
|
Removed std::cout debug output
|
2020-01-15 08:34:49 +01:00 |
DockWidget.h
|
Added visibilityChanged code
|
2020-01-14 15:58:45 +01:00 |
DockWidgetTab.cpp
|
Helper function internal::setToolTip() to remove as many #ifndef QT_NO_TOOLTIP tests as possible to cleanup the code
|
2020-02-05 08:33:40 +01:00 |
DockWidgetTab.h
|
Experimental implementation of close request
|
2020-01-03 18:13:34 +01:00 |
ElidingLabel.cpp
|
Helper function internal::setToolTip() to remove as many #ifndef QT_NO_TOOLTIP tests as possible to cleanup the code
|
2020-02-05 08:33:40 +01:00 |
ElidingLabel.h
|
Fixed DLL export of DockAreaTabBar, DockAreaTitleBar and ElidingLabel
|
2019-10-18 07:41:28 +02:00 |
FloatingDockContainer.cpp
|
setAllowedAreas for individual DockAreaWidget (#107)
|
2020-02-02 15:56:31 +01:00 |
FloatingDockContainer.h
|
Improved source documentation and images
|
2019-12-16 08:06:38 +01:00 |
FloatingDragPreview.cpp
|
setAllowedAreas for individual DockAreaWidget (#107)
|
2020-02-02 15:56:31 +01:00 |
FloatingDragPreview.h
|
Fixed MSVC build warning
|
2020-01-12 15:12:47 +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
|
Renamed FloatingOverlay into FloatingDragPreview to match naming of global DockManager flags (like DragPreviewHasWindowFrame..)
|
2019-12-16 11:18:22 +01:00 |