Qt-Advanced-Docking-System/src
2020-05-04 15:14:35 +02:00
..
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 functions to insert custom dock area title bar widgets 2020-02-07 13:42:11 +01:00
ads_globals.cpp Added function internal::setButtonIcon to unify code for setting DockAreaTitleBar and DockWidgetTab icons 2020-02-05 08:57:57 +01:00
ads_globals.h Fixed ElidingLabel to properly support Qt::ElideNone 2020-04-10 21:06:43 +02:00
ads.qrc Improved icons for all button, adjusted size of dock marker 2019-05-14 15:32:50 +02:00
DockAreaTabBar.cpp Improved tab dragging, added support for undocking if mouse leaves tabbar during tb dragging 2020-02-19 22:48:17 +01:00
DockAreaTabBar.h Moved title bar dragging code from DockAreaTabBar into DockAreaTitleBar 2020-02-07 12:16:26 +01:00
DockAreaTitleBar.cpp Properly implemented handling of DockWidget flag DockWidgetIsMovable for NonOpaque undocking - creating the drag preview is allowed even if the DockWidget is not floatable 2020-02-16 14:37:14 +01:00
DockAreaTitleBar.h Added functions to insert custom dock area title bar widgets 2020-02-07 13:42:11 +01:00
DockAreaWidget.cpp Added new config flag HideSingleCentralWidgetTitleBar to enble a central single dock widget in the main dock container (dock manager) without titlebar 2020-04-12 01:05:20 +02:00
DockAreaWidget.h DockAreaWidget now properly considers minimumSizeHint() of contained DockWidgets 2020-03-28 19:32:07 +01:00
DockComponentsFactory.cpp Switched QScopedPointer to std::unique_ptr in DockComponentsFactory 2020-02-13 13:45:40 +01: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 Fixed CDockContainerWidget::hasTopLevelDockWidget() and CDockContainerWidget::topLevelDockArea() to work properly also for the main non floating dock container 2020-04-12 00:56:41 +02:00
DockContainerWidget.h Added DockWidget functions setAsCurrentTab, raise, isCurrentTab, isTabbed 2020-04-13 22:16:47 +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 Added Q_INIT_RESOURCE(ads) for static builds 2020-04-22 06:25:01 +02:00
DockManager.h Fixed source documentation of DockAreaDynamicTabsMenuButtonVisibility flag 2020-04-24 09:31:13 +02:00
DockOverlay.cpp Fixed wrong display of center drop area when dragging over invisible dock area title bar 2020-04-27 15:27:34 +02:00
DockOverlay.h Fixxed isse #131 - Crash on dropping in same area multiple times 2020-03-12 10:23:41 +01:00
DockSplitter.cpp Fixxed isse #131 - Crash on dropping in same area multiple times 2020-03-12 10:23:41 +01:00
DockSplitter.h Fixxed isse #131 - Crash on dropping in same area multiple times 2020-03-12 10:23:41 +01:00
DockWidget.cpp Fixed CDockWidget::setWidget function to test for QAbstractScrollArea instead of QScrollArea 2020-04-27 16:51:46 +02:00
DockWidget.h Added documentation for DockAreaHideDisabledButtons flag 2020-04-22 12:03:58 +02:00
DockWidgetTab.cpp Fixed DockWidgetTab to provide the right size when starting floating 2020-04-27 07:48:15 +02:00
DockWidgetTab.h Fixed ElidingLabel to properly support Qt::ElideNone 2020-04-10 21:06:43 +02:00
ElidingLabel.cpp Fixed ElidingLabel to properly support Qt::ElideNone 2020-04-10 21:06:43 +02:00
ElidingLabel.h Disable tabs menu button when only single tab exists in a Dock area (#111) 2020-02-06 15:21:19 +01:00
FloatingDockContainer.cpp Fixed dropping of FloatingDragPreview into center of dock container with only one single visible dock area 2020-04-27 14:00:37 +02:00
FloatingDockContainer.h Fix memory leak (#152) 2020-04-28 15:17:02 +02:00
FloatingDragPreview.cpp Fixed a bug in FloatingDragPreview that prevents dock widget from floating when dragging over another dock widget 2020-05-04 15:14:35 +02:00
FloatingDragPreview.h Fix using escape button when dragging non-opaque preview to cancel drag operation (#114) 2020-02-07 23:07:07 +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 Added CDockComponentsFactory for creation of components for the docking framework 2020-02-11 08:32:49 +01:00