.. |
stylesheets
|
Added support for a default tool bar in dockwidgets that can ajust the tool button size according to the floating state, added support for inserting the content widget in a scoll area to provide better resizing for dock widgets
|
2018-09-12 13:52:10 +02:00 |
ads_globals.cpp
|
Compile and warning fixes for macOS
|
2018-05-06 12:45:46 +02:00 |
ads_globals.h
|
Fixed proper hiding of dock areas without any visible content when dragging out singkle widgets, prevente single dock widget from dragging if it is the last dock widget in a floating widget
|
2018-09-14 08:46:10 +02:00 |
ads.qrc
|
Moved stylesheet from demo into main library
|
2017-03-28 13:05:18 +02:00 |
DockAreaTabBar.cpp
|
Fixed docking into empty main dock container, fixed tab handling to properly show the right dock widget tab when removing a dock widget, fixed tab menu to only show visible tabs, tab menu is now dynamically created just befor menu is shown
|
2018-09-07 11:10:14 +02:00 |
DockAreaTabBar.h
|
Improved and fixed handling of CDockWidget::DockWidgetMovable - moving the tab in the tabbar is always allowed, only moving the complete dock widget can be blocked by clearing this flag
|
2018-08-24 14:04:21 +02:00 |
DockAreaWidget.cpp
|
Fixed proper hiding of dock areas without any visible content when dragging out singkle widgets, prevente single dock widget from dragging if it is the last dock widget in a floating widget
|
2018-09-14 08:46:10 +02:00 |
DockAreaWidget.h
|
Fixed proper hiding of dock areas without any visible content when dragging out singkle widgets, prevente single dock widget from dragging if it is the last dock widget in a floating widget
|
2018-09-14 08:46:10 +02:00 |
DockContainerWidget.cpp
|
Fixed proper hiding of dock areas without any visible content when dragging out singkle widgets, prevente single dock widget from dragging if it is the last dock widget in a floating widget
|
2018-09-14 08:46:10 +02:00 |
DockContainerWidget.h
|
Fixed docking into empty main dock container, fixed tab handling to properly show the right dock widget tab when removing a dock widget, fixed tab menu to only show visible tabs, tab menu is now dynamically created just befor menu is shown
|
2018-09-07 11:10:14 +02:00 |
DockManager.cpp
|
Fixed problem in FloatingDockContainer.cpp that caused problem when dragging a maximized window, added support for sorted insertion of toggleView actions into vieMenu
|
2018-09-13 22:19:13 +02:00 |
DockManager.h
|
Fixed problem in FloatingDockContainer.cpp that caused problem when dragging a maximized window, added support for sorted insertion of toggleView actions into vieMenu
|
2018-09-13 22:19:13 +02:00 |
DockOverlay.cpp
|
Removed debug output
|
2018-09-07 12:56:20 +02:00 |
DockOverlay.h
|
Added support for stylesheet styling of overlay cross icons, fixed problem when dragging a floating widget that was maximized, removed som std::cout debug output
|
2018-08-28 13:25:44 +02:00 |
DockSplitter.cpp
|
Changed license to LGPL v2.1
|
2017-06-09 22:04:02 +02:00 |
DockSplitter.h
|
Added support for export of shared library functions to support MSVC builds
|
2018-07-17 15:11:49 +02:00 |
DockStateSerialization.cpp
|
Changed license to LGPL v2.1
|
2017-06-09 22:04:02 +02:00 |
DockStateSerialization.h
|
Changed license to LGPL v2.1
|
2017-06-09 22:04:02 +02:00 |
DockWidget.cpp
|
Fixed proper hiding of dock areas without any visible content when dragging out singkle widgets, prevente single dock widget from dragging if it is the last dock widget in a floating widget
|
2018-09-14 08:46:10 +02:00 |
DockWidget.h
|
Added support for a default tool bar in dockwidgets that can ajust the tool button size according to the floating state, added support for inserting the content widget in a scoll area to provide better resizing for dock widgets
|
2018-09-12 13:52:10 +02:00 |
DockWidgetTab.cpp
|
Fixed proper hiding of dock areas without any visible content when dragging out singkle widgets, prevente single dock widget from dragging if it is the last dock widget in a floating widget
|
2018-09-14 08:46:10 +02:00 |
DockWidgetTab.h
|
Added support for make a single tab floating via double click
|
2018-09-07 13:13:44 +02:00 |
FloatingDockContainer.cpp
|
Fixed proper hiding of dock areas without any visible content when dragging out singkle widgets, prevente single dock widget from dragging if it is the last dock widget in a floating widget
|
2018-09-14 08:46:10 +02:00 |
FloatingDockContainer.h
|
Fixed docking into empty main dock container, fixed tab handling to properly show the right dock widget tab when removing a dock widget, fixed tab menu to only show visible tabs, tab menu is now dynamically created just befor menu is shown
|
2018-09-07 11:10:14 +02:00 |
src.pro
|
Some refactoring to improve code clarity, renamed DockWidgetTitleBar into DockWidgetTab because in the GUI it is a tab, created new class CDockAreaTabBar for the tabbar of a dock area
|
2018-08-24 13:41:58 +02:00 |