Qt-Advanced-Docking-System/src
2022-03-24 19:43:39 +01:00
..
images Added maximize button svg icon 2020-08-18 20:36:02 +02:00
linux Added support for CSS styling of custom widget titlebar close button 2020-08-31 09:38:18 +02:00
stylesheets Removed ContentMargin in DockContainer (#387) 2021-12-20 07:46:26 +01:00
ads_globals.cpp Removes dependency on QtX11Extras for Qt6.2-beta (#331) 2021-07-17 14:49:20 +02:00
ads_globals.h add QFlag operators (#376) 2021-11-26 19:09:09 +01:00
ads.qrc Added support for CSS styling of custom widget titlebar close button 2020-08-31 09:38:18 +02:00
CMakeLists.txt Removes dependency on QtX11Extras for Qt6.2-beta (#331) 2021-07-17 14:49:20 +02:00
DockAreaTabBar.cpp Additional Qt keyword conversion. (#299) 2021-01-22 06:18:34 +01: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 Added initial support for setting focus highlighting without uisng setFocus 2021-07-25 18:12:27 +02:00
DockAreaTitleBar.h Additional Qt keyword conversion. (#299) 2021-01-22 06:18:34 +01:00
DockAreaWidget.cpp Fixxed issue #294 - Tab refresh problem with a QGLWidget 2021-06-17 20:32:45 +02:00
DockAreaWidget.h add QFlag operators (#376) 2021-11-26 19:09:09 +01:00
DockComponentsFactory.cpp Modernised CMake build files and CI configs (#185) 2020-05-24 09:14:33 +02: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 Removed ContentMargin in DockContainer (#387) 2021-12-20 07:46:26 +01:00
DockContainerWidget.h Fixed issue #378 - Don't show empty floating containers on startup 2021-12-06 09:42:12 +01:00
DockFocusController.cpp Fixed crash in DockFocusController 2021-11-18 22:10:11 +01:00
DockFocusController.h Changed DockFocusController to properly handle window activation 2021-07-27 12:22:31 +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 Avoid calling XCB functions under non-XCB Linux platform (#405) 2022-03-24 19:43:39 +01:00
DockManager.h Add method to add dock widget to dock container (#398) 2022-02-06 08:21:43 +01:00
DockOverlay.cpp Remove deprecation warning while building with Qt 5.15. (#344) 2021-08-23 19:47:15 +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 while dockManager.removeDockWidget , the dockManager() returns null (#399) 2022-02-18 19:33:55 +01:00
DockWidget.h add QFlag operators (#376) 2021-11-26 19:09:09 +01:00
DockWidgetTab.cpp Handle StyleChange event in DockWidgetTab to update icon 2022-02-25 21:41:46 +01:00
DockWidgetTab.h Additional Qt keyword conversion. (#299) 2021-01-22 06:18:34 +01:00
ElidingLabel.cpp Fixed pixmap warning in ElidingLabel 2021-11-17 07:50:46 +01:00
ElidingLabel.h Additional Qt keyword conversion. (#299) 2021-01-22 06:18:34 +01:00
FloatingDockContainer.cpp 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
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 Additional Qt keyword conversion. (#299) 2021-01-22 06:18:34 +01:00
FloatingDragPreview.h Additional Qt keyword conversion. (#299) 2021-01-22 06:18:34 +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
qtadvanceddockingConfig.cmake Modernised CMake build files and CI configs (#185) 2020-05-24 09:14:33 +02:00
src.pro Removes dependency on QtX11Extras for Qt6.2-beta (#331) 2021-07-17 14:49:20 +02:00