.. |
images
|
Improved visual_studio_light.css theme
|
2022-10-25 10:59:01 +02:00 |
linux
|
Added support for CSS styling of custom widget titlebar close button
|
2020-08-31 09:38:18 +02:00 |
stylesheets
|
Improved linux auto hide specific css code
|
2022-11-03 12:00:52 +01:00 |
ads_globals.cpp
|
Added resize support for new QFrame based AutoHideDockContainer
|
2022-10-24 16:21:26 +02:00 |
ads_globals.h
|
Added option to auto hide a DockWidget or a DockArea to a specific sidebar location
|
2022-11-03 15:28:01 +01:00 |
ads.qrc
|
Improved visual_studio_light.css theme
|
2022-10-25 10:59:01 +02:00 |
AutoHideDockContainer.cpp
|
Added option ShowAutoHideOnMouseOver that enables showing of auto hide widgets by hovering over auto hide tab
|
2022-11-04 08:51:17 +01:00 |
AutoHideDockContainer.h
|
Added option ShowAutoHideOnMouseOver that enables showing of auto hide widgets by hovering over auto hide tab
|
2022-11-04 08:51:17 +01:00 |
AutoHideSideBar.cpp
|
Removed debug output
|
2022-11-03 16:49:20 +01:00 |
AutoHideSideBar.h
|
Added support for auto hiding a dock area / widget to a specific border via context menu
|
2022-11-03 16:44:40 +01:00 |
AutoHideTab.cpp
|
Added option ShowAutoHideOnMouseOver that enables showing of auto hide widgets by hovering over auto hide tab
|
2022-11-04 08:51:17 +01:00 |
AutoHideTab.h
|
Added option ShowAutoHideOnMouseOver that enables showing of auto hide widgets by hovering over auto hide tab
|
2022-11-04 08:51:17 +01:00 |
CMakeLists.txt
|
Refactoring: renamed CDockWidgetSideTab to CAutoHideTab and CSideTabBar top CAutoHideSideBar
|
2022-11-01 13:34:08 +01:00 |
DockAreaTabBar.cpp
|
Some small changes
|
2022-10-27 11:53:15 +02:00 |
DockAreaTabBar.h
|
Additional Qt keyword conversion. (#299)
|
2021-01-22 06:18:34 +01:00 |
DockAreaTitleBar_p.h
|
Added missing DockAreaTitleBar_p.h to src.pro
|
2020-05-13 16:57:36 +02:00 |
DockAreaTitleBar.cpp
|
Removed debug output
|
2022-11-03 16:49:20 +01:00 |
DockAreaTitleBar.h
|
Added option to auto hide a DockWidget or a DockArea to a specific sidebar location
|
2022-11-03 15:28:01 +01:00 |
DockAreaWidget.cpp
|
Removed debug output
|
2022-11-03 16:49:20 +01:00 |
DockAreaWidget.h
|
Added option to auto hide a DockWidget or a DockArea to a specific sidebar location
|
2022-11-03 15:28:01 +01:00 |
DockComponentsFactory.cpp
|
Renamed SideTabBar and DockWidgetSideTab into AutoHideSideBar and AutoHideTab for consistent naming
|
2022-11-01 12:06:59 +01:00 |
DockComponentsFactory.h
|
Renamed SideTabBar and DockWidgetSideTab into AutoHideSideBar and AutoHideTab for consistent naming
|
2022-11-01 12:06:59 +01:00 |
DockContainerWidget.cpp
|
Added option ShowAutoHideOnMouseOver that enables showing of auto hide widgets by hovering over auto hide tab
|
2022-11-04 08:51:17 +01:00 |
DockContainerWidget.h
|
Added option ShowAutoHideOnMouseOver that enables showing of auto hide widgets by hovering over auto hide tab
|
2022-11-04 08:51:17 +01:00 |
DockFocusController.cpp
|
Renamed SideTabBar and DockWidgetSideTab into AutoHideSideBar and AutoHideTab for consistent naming
|
2022-11-01 12:06:59 +01:00 |
DockFocusController.h
|
clear dock widget focus on repin
|
2022-09-15 13:04:49 +08: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
|
Fixed restoreDockWidgetsOpenState() function to delete legacy auto hide widgets
|
2022-11-03 20:00:03 +01:00 |
DockManager.h
|
Added option ShowAutoHideOnMouseOver that enables showing of auto hide widgets by hovering over auto hide tab
|
2022-11-04 08:51:17 +01:00 |
DockOverlay.cpp
|
Small change to fix issue #445
|
2022-08-29 11:11:08 +02:00 |
DockOverlay.h
|
Fixed gcc compiler warning caused by supefluous extra semi-colon by all QT_FORWARD_DECLARE_CLASS statements
|
2020-05-14 07:27:48 +02:00 |
DockSplitter.cpp
|
Fixed all Qt6 build issues
|
2021-01-02 18:06:45 +01:00 |
DockSplitter.h
|
Corrected constness of some functions, changed signatur of setCentralWidget function
|
2020-08-24 10:22:12 +02:00 |
DockWidget.cpp
|
Added option to auto hide a DockWidget or a DockArea to a specific sidebar location
|
2022-11-03 15:28:01 +01:00 |
DockWidget.h
|
Added option to auto hide a DockWidget or a DockArea to a specific sidebar location
|
2022-11-03 15:28:01 +01:00 |
DockWidgetTab.cpp
|
Added support for auto hiding a dock area / widget to a specific border via context menu
|
2022-11-03 16:44:40 +01:00 |
DockWidgetTab.h
|
Added option to auto hide a DockWidget or a DockArea to a specific sidebar location
|
2022-11-03 15:28:01 +01:00 |
ElidingLabel.cpp
|
Restored initial implementation of ElidingLabel because vertical label is not required anymore - SideBarButton implements orientation feature
|
2022-10-26 07:28:58 +02:00 |
ElidingLabel.h
|
Restored initial implementation of ElidingLabel because vertical label is not required anymore - SideBarButton implements orientation feature
|
2022-10-26 07:28:58 +02:00 |
FloatingDockContainer.cpp
|
Removed debug output
|
2022-11-03 16:49:20 +01:00 |
FloatingDockContainer.h
|
fix(issue-350): on RedHat/CentOS, sometimes there will be one more move event after user release their mouse which will cause the floating overlay can not be hide. Here we use the WindowActivate and WindowDeactivate event to check whether user release their mouse. (#401)
|
2022-03-13 21:22:07 +01:00 |
FloatingDragPreview.cpp
|
Rename overlayDockContainer -> AutoHideDockContainer
|
2022-10-13 14:26:54 +08:00 |
FloatingDragPreview.h
|
Rename overlayDockContainer -> AutoHideDockContainer
|
2022-10-13 14:26:54 +08: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 |
PushButton.cpp
|
Fixed wrong rendering of DockWidgetSideTab if orientation changed when loading perspective
|
2022-10-27 10:56:42 +02:00 |
PushButton.h
|
Added properties to auto hide widgets to improve CSS styling options
|
2022-10-26 09:51:37 +02:00 |
qtadvanceddockingConfig.cmake
|
Modernised CMake build files and CI configs (#185)
|
2020-05-24 09:14:33 +02:00 |
ResizeHandle.cpp
|
Moved SideBarLocation enum out of CDockWidgetSideTab into global ads namespace
|
2022-10-27 10:22:28 +02:00 |
ResizeHandle.h
|
Changed type of sideTabBarArea properties to int to fix non working Linux stylesheet selectors
|
2022-10-28 15:20:56 +02:00 |
src.pro
|
Renamed SideTabBar and DockWidgetSideTab into AutoHideSideBar and AutoHideTab for consistent naming
|
2022-11-01 12:06:59 +01:00 |