.. |
images
|
Updated stylesheet to provide uniform look of icons for all platforms
|
2020-06-18 08:29:41 +02:00 |
linux
|
Updated linux stylesheet
|
2020-06-18 09:21:46 +02:00 |
stylesheets
|
Updated linux stylesheet
|
2020-06-18 09:21:46 +02:00 |
ads_globals.cpp
|
Added icon for proper styling of focused close icon
|
2020-06-07 17:19:07 +02:00 |
ads_globals.h
|
Added icon for proper styling of focused close icon
|
2020-06-07 17:19:07 +02:00 |
ads.qrc
|
Updated stylesheet to provide uniform look of icons for all platforms
|
2020-06-18 08:29:41 +02:00 |
CMakeLists.txt
|
Update CMakeLists.txt (#204)
|
2020-06-19 20:01:48 +02:00 |
DockAreaTabBar.cpp
|
Modernised CMake build files and CI configs (#185)
|
2020-05-24 09:14:33 +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
|
Fixed naming of the dock area titlebar actions to be consistent
|
2020-06-30 09:59:42 +02:00 |
DockAreaTitleBar.h
|
Add missing override (#176)
|
2020-05-15 19:48:19 +02:00 |
DockAreaWidget.cpp
|
Properly reparent TabWidget to DockWidget if TabWidget is removed from TabBar
|
2020-06-30 16:34:59 +02:00 |
DockAreaWidget.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 |
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
|
Fix Undefined Behavior in LastAddedAreaCache (#211)
|
2020-06-28 21:07:17 +02:00 |
DockContainerWidget.h
|
Merge branch 'master' into focused_dockwidget
|
2020-05-14 07:34:31 +02:00 |
DockFocusController.cpp
|
Removed debug output
|
2020-06-09 14:40:13 +02:00 |
DockFocusController.h
|
Replaced configFlags().testFlag() with testConfigFlag() to improve code readibility
|
2020-06-11 08:06:37 +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
|
Properly reset DockManager pointer when removing DockWidget from DockManager
|
2020-06-30 11:45:23 +02:00 |
DockManager.h
|
Merged pull request #201 but made it configurable via config flag
|
2020-06-14 10:39:07 +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
|
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
|
Replaced configFlags().testFlag() with testConfigFlag() to improve code readibility
|
2020-06-11 08:06:37 +02:00 |
DockWidget.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 |
DockWidgetTab.cpp
|
Replaced configFlags().testFlag() with testConfigFlag() to improve code readibility
|
2020-06-11 08:06:37 +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
|
Replaced configFlags().testFlag() with testConfigFlag() to improve code readibility
|
2020-06-11 08:06:37 +02:00 |
FloatingDockContainer.h
|
Merge branch 'focused_dockwidget'
|
2020-06-09 21:57:23 +02:00 |
FloatingDragPreview.cpp
|
Replaced configFlags().testFlag() with testConfigFlag() to improve code readibility
|
2020-06-11 08:06:37 +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
|
Moved focus related functionality into CDockFocusController class to keep the dock manager code clean
|
2020-06-05 20:42:43 +02:00 |