Qt-Advanced-Docking-System/src
2024-04-03 23:49:37 +02:00
..
images Improved disabled pin button 2023-11-06 12:17:39 +01:00
linux Fix 'zero as null pointer constant' warning (#598) 2024-01-16 14:05:42 +01:00
stylesheets Fixed bug in focus_highlighting.css stylesheet 2023-11-27 22:04:45 +01:00
ads_globals.cpp Fix 'zero as null pointer constant' warning (#598) 2024-01-16 14:05:42 +01:00
ads_globals.h Fix ODR violations when using CMake unity builds. (#609) 2024-02-28 13:25:20 +01:00
ads.qrc Improved disabled pin button 2023-11-06 12:17:39 +01:00
AutoHideDockContainer.cpp Fix various typos (#547) 2023-08-08 19:46:12 +02:00
AutoHideDockContainer.h fix forward declarations of QXmlStreamWriter (#608) 2024-02-27 17:34:42 +01:00
AutoHideSideBar.cpp Properly handle dragging of dock widget into DockWidgetTabBar and AutoHideSideBar 2023-07-12 14:22:05 +02:00
AutoHideSideBar.h fix forward declarations of QXmlStreamWriter (#608) 2024-02-27 17:34:42 +01:00
AutoHideTab.cpp Fix ODR violations when using CMake unity builds. (#609) 2024-02-28 13:25:20 +01:00
AutoHideTab.h Fixed tab insertion when dragging side tab 2023-07-12 14:01:39 +02:00
CMakeLists.txt Include GNUInstallDirs for CMAKE_INSTALL_* vars to be defined (#621) 2024-04-03 23:49:37 +02:00
DockAreaTabBar.cpp Ensure that TabWidget was not deleted by using it as context object (#612) 2024-03-16 01:23:42 +01:00
DockAreaTabBar.h Fix various typos (#547) 2023-08-08 19:46:12 +02:00
DockAreaTitleBar_p.h Fix 'zero as null pointer constant' warning (#598) 2024-01-16 14:05:42 +01:00
DockAreaTitleBar.cpp Fix ODR violations when using CMake unity builds. (#609) 2024-02-28 13:25:20 +01:00
DockAreaTitleBar.h Fixed wrong hiding/showing of dock area title bar buttons when DockAreaHideDisabledButtons flag is enabled 2024-02-12 08:11:56 +01:00
DockAreaWidget.cpp Fixed wrong hiding/showing of dock area title bar buttons when DockAreaHideDisabledButtons flag is enabled 2024-02-12 08:11:56 +01:00
DockAreaWidget.h Added parentSplitter() fucntion to DockArea and removed dead code from DockContainerWidget 2023-11-27 21:48:14 +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 Fixed issue #597 - Crashes when the floating widget moves to the dock manager and then tries to drag it back 2024-01-16 14:03:53 +01:00
DockContainerWidget.h Fixed issue #597 - Crashes when the floating widget moves to the dock manager and then tries to drag it back 2024-01-16 14:03:53 +01:00
DockFocusController.cpp Improve safety in code (#588) 2023-12-08 06:47:02 +01:00
DockFocusController.h Fixed #527 - updateDockWidgetFocusStyle() function error 2023-06-23 21:06:52 +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 crash caused by changes related to issue #594 - deletion of CFloatingWidget caused crash when loading a state from XML 2024-01-26 16:31:04 +01:00
DockManager.h Added CDockManager::lockDockWidgetFeaturesGlobally functionality to globally "freeze" the current docking layout 2024-01-23 13:29:41 +01:00
DockOverlay.cpp Properly handle dragging of dock widget into DockWidgetTabBar and AutoHideSideBar 2023-07-12 14:22:05 +02:00
DockOverlay.h Added support for dropping dock widget to a certain tab postion of a dock area 2023-07-12 09:39:20 +02:00
DockSplitter.cpp Fixed all Qt6 build issues 2021-01-02 18:06:45 +01:00
DockSplitter.h Fix various typos (#547) 2023-08-08 19:46:12 +02:00
DockWidget.cpp Fixed #604 - AutoHide widgets disapears when last open DockWidget is closed 2024-02-12 08:18:33 +01:00
DockWidget.h Added CDockManager::lockDockWidgetFeaturesGlobally functionality to globally "freeze" the current docking layout 2024-01-23 13:29:41 +01:00
DockWidgetTab.cpp Fix ODR violations when using CMake unity builds. (#609) 2024-02-28 13:25:20 +01:00
DockWidgetTab.h Fix 'zero as null pointer constant' warning (#598) 2024-01-16 14:05:42 +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 Fix 'zero as null pointer constant' warning (#598) 2024-01-16 14:05:42 +01:00
FloatingDockContainer.cpp Fix ODR violations when using CMake unity builds. (#609) 2024-02-28 13:25:20 +01:00
FloatingDockContainer.h Fixed crash caused by changes related to issue #594 - deletion of CFloatingWidget caused crash when loading a state from XML 2024-01-26 16:31:04 +01:00
FloatingDragPreview.cpp Added initial support for inserting dropped dock widgets at a certain sidebar position 2023-07-12 10:42:24 +02:00
FloatingDragPreview.h Properly implemented drag and drop of auto hide tabs 2023-07-10 09:34:11 +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-06-28 07:32:49 +02:00