.. |
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
|
Ensure that the stylesheet doesn't affect all QSplitter instances (#265)
|
2020-10-21 22:07:41 +02:00 |
ads_globals.cpp
|
Some code cleanup, adjustments to match ADS coding style
|
2020-08-31 08:32:56 +02:00 |
ads_globals.h
|
Some code cleanup, adjustments to match ADS coding style
|
2020-08-31 08:32:56 +02:00 |
ads.qrc
|
Added support for CSS styling of custom widget titlebar close button
|
2020-08-31 09:38:18 +02:00 |
CMakeLists.txt
|
Fixed CMake static build
|
2020-10-30 21:13:19 +01:00 |
DockAreaTabBar.cpp
|
Improved emission of focusedDockWidgetChanged signal to ensure, that the application can restore the focus of the focused application dock widget content
|
2020-07-13 08:41:30 +02:00 |
DockAreaTabBar.h
|
Moved title bar dragging code from DockAreaTabBar into DockAreaTitleBar
|
2020-02-07 12:16:26 +01:00 |
DockAreaTitleBar_p.h
|
Added missing DockAreaTitleBar_p.h to src.pro
|
2020-05-13 16:57:36 +02:00 |
DockAreaTitleBar.cpp
|
Improved emission of focusedDockWidgetChanged signal to ensure, that the application can restore the focus of the focused application dock widget content
|
2020-07-13 08:41:30 +02:00 |
DockAreaTitleBar.h
|
Add missing override (#176)
|
2020-05-15 19:48:19 +02:00 |
DockAreaWidget.cpp
|
Merge branch 'master' into forceclose
|
2020-08-31 16:38:16 +02:00 |
DockAreaWidget.h
|
Corrected constness of some functions, changed signatur of setCentralWidget function
|
2020-08-24 10:22:12 +02: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
|
Improved debug output in DockContainerWidget
|
2020-09-21 09:39:42 +02:00 |
DockContainerWidget.h
|
Corrected constness of some functions, changed signatur of setCentralWidget function
|
2020-08-24 10:22:12 +02:00 |
DockFocusController.cpp
|
Fix. (#264)
|
2020-10-23 21:00:33 +02:00 |
DockFocusController.h
|
Added focusedDockWidget() function to DockManager
|
2020-09-07 08:17:07 +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
|
DockManager: add the ability to programmatically update splitter sizes (#266)
|
2020-10-23 20:59:50 +02:00 |
DockManager.h
|
DockManager: add the ability to programmatically update splitter sizes (#266)
|
2020-10-23 20:59:50 +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
|
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
|
Corrected constness of some functions, changed signatur of setCentralWidget function
|
2020-08-24 10:22:12 +02:00 |
DockSplitter.h
|
Corrected constness of some functions, changed signatur of setCentralWidget function
|
2020-08-24 10:22:12 +02:00 |
DockWidget.cpp
|
Merge branch 'centralwidget'
|
2020-08-24 13:44:19 +02:00 |
DockWidget.h
|
Documented custom close handling
|
2020-10-13 21:24:04 +02:00 |
DockWidgetTab.cpp
|
Fixed issue #251 - Window momentarily flashes as floating widget
|
2020-09-02 09:04:59 +02:00 |
DockWidgetTab.h
|
Some refactorings in onFocusChanged() to improve code readibility
|
2020-05-13 22:51:44 +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 debug output in FloatingDockContainer.cpp
|
2020-09-21 09:39:03 +02:00 |
FloatingDockContainer.h
|
Some code cleanup, adjustments to match ADS coding style
|
2020-08-31 08:32:56 +02:00 |
FloatingDragPreview.cpp
|
Fixed a bug when dragging a FloatingDragPreview from another floating widget over an empty MainWindow
|
2020-07-13 09:08:39 +02:00 |
FloatingDragPreview.h
|
Fixed issue #179 - appearance of drop indicators then Windows option "Show window contents while dragging" is
|
2020-05-22 19:43:50 +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 |
qtadvanceddockingConfig.cmake
|
Modernised CMake build files and CI configs (#185)
|
2020-05-24 09:14:33 +02:00 |
src.pro
|
Fixed static qmake build
|
2020-10-30 21:49:28 +01:00 |