1
0
mirror of https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System.git synced 2025-04-01 02:42:39 +08:00
Qt-Advanced-Docking-System/src
2023-08-01 16:34:29 +02:00
..
images Tested various pin buttons 2023-08-01 16:34:28 +02:00
linux Added support for CSS styling of custom widget titlebar close button 2020-08-31 09:38:18 +02:00
stylesheets Fixed hiding of sidebar if Auto Hide Tab is closed 2022-11-04 13:43:59 +01:00
ads_globals.cpp Started implementing autohide drag functionality 2023-08-01 16:34:28 +02:00
ads_globals.h Removed drop icons for sidebar drops 2023-08-01 16:34:28 +02:00
ads.qrc Tested various pin buttons 2023-08-01 16:34:28 +02:00
AutoHideDockContainer.cpp Removed some std::cout debug output 2023-08-01 16:34:29 +02:00
AutoHideDockContainer.h Properly implemented drag and drop of auto hide tabs 2023-08-01 16:34:29 +02:00
AutoHideSideBar.cpp Avoid multiple function calls of parentWidget() function in CAutoHideSideBar::visibleTabCount() and CAutoHideSideBar::hasVisibleTabs() 2023-08-01 16:34:27 +02:00
AutoHideSideBar.h Bug fix sidebar state during restore (#526) 2023-08-01 16:34:27 +02:00
AutoHideTab.cpp Removed some std::cout debug output 2023-08-01 16:34:29 +02:00
AutoHideTab.h Added "Close" action to AutoHideTab context menu 2023-08-01 16:34:29 +02:00
CMakeLists.txt if QT_VERSION_MAJOR is defined, use this version instead of searching again. Labplot does not support Qt6 yet and therefore the version is set manually in the project. If Qt5 and Qt6 are installed, QAd overwrites the Qt5 requirement and then the configuration of the project does not work (#504) 2023-04-16 11:32:45 +02:00
DockAreaTabBar.cpp Added documentation for the queued _this->ensureWidgetVisible(TabWidget) call 2023-08-01 16:34:26 +02:00
DockAreaTabBar.h Additional Qt keyword conversion. (#299) 2021-01-22 06:18:34 +01:00
DockAreaTitleBar_p.h AutoHide dock area now always shows pin button independently from DockAreaHasAutoHideButton flag 2023-08-01 16:34:29 +02:00
DockAreaTitleBar.cpp Removed some std::cout debug output 2023-08-01 16:34:29 +02:00
DockAreaTitleBar.h AutoHide dock area now always shows pin button independently from DockAreaHasAutoHideButton flag 2023-08-01 16:34:29 +02:00
DockAreaWidget.cpp AutoHide dock area now always shows pin button independently from DockAreaHasAutoHideButton flag 2023-08-01 16:34:29 +02:00
DockAreaWidget.h Properly implemented drag and drop of auto hide tabs 2023-08-01 16:34:29 +02: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 Removed some std::cout debug output 2023-08-01 16:34:29 +02:00
DockContainerWidget.h Implemented Pin To functionality for Auto Hide Tabs 2023-08-01 16:34:29 +02:00
DockFocusController.cpp Fixed #527 - updateDockWidgetFocusStyle() function error 2023-08-01 16:34:27 +02:00
DockFocusController.h Fixed #527 - updateDockWidgetFocusStyle() function error 2023-08-01 16:34:27 +02: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 #509 - Implemented support for restoring maximized state of floating widgets on Windows 2023-04-28 11:12:22 +02:00
DockManager.h Changed default auto hide config - added flag AutoHideCloseButtonCollapsesDock 2023-08-01 16:34:29 +02:00
DockOverlay.cpp Removed debug output and fixed painting of SideBar drag overlays 2023-08-01 16:34:29 +02:00
DockOverlay.h Improved dragging of widgets into AutoHideArea 2023-08-01 16:34:28 +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 "Close" action to AutoHideTab context menu 2023-08-01 16:34:29 +02:00
DockWidget.h Added "Close" action to AutoHideTab context menu 2023-08-01 16:34:29 +02:00
DockWidgetTab.cpp Fixed nullptr access in DockWidgetTab 2023-08-01 16:34:27 +02:00
DockWidgetTab.h Fixed #527 - updateDockWidgetFocusStyle() function error 2023-08-01 16:34:27 +02: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 Added support for make auto hide widget floating via double click or context menu 2023-08-01 16:34:28 +02:00
FloatingDockContainer.h Fixed #509 - Implemented support for restoring maximized state of floating widgets on Windows 2023-04-28 11:12:22 +02:00
FloatingDragPreview.cpp Removed debug output and fixed painting of SideBar drag overlays 2023-08-01 16:34:29 +02:00
FloatingDragPreview.h Properly implemented drag and drop of auto hide tabs 2023-08-01 16:34:29 +02: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 Added support for runtime switching of CAutoHideDockContainer sidebar location 2022-11-15 15:08:52 +01: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 Removed drop icons for sidebar drops 2023-08-01 16:34:28 +02:00