Qt-Advanced-Docking-System/src
Ben Hetherington 1abe101ef7
Prevent middle-click from closing unclosable tabs (#372)
This fixes a bug whereby you could close a dock widget by middle-clicking its tab, even if its `CDockWidget::DockWidgetClosable` flag is set to `false`.
2021-11-16 06:24: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 Addes support for setting DockWidgetTab icon size via stylesheet 2020-10-31 13:56:16 +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 Fixed QMouseEvent::globalPos() warning 2021-01-02 20:29:59 +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 Fixxed issue #294 - Tab refresh problem with a QGLWidget 2021-06-17 20:32:45 +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 issue #351: https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System/issues/351 (#357) 2021-10-01 15:30:33 +02:00
DockContainerWidget.h Removes reliance on special Qt keywords. (#295) 2021-01-15 09:08:27 +01:00
DockFocusController.cpp Fixed Linux bug in DockFocusController.cpp 2021-10-11 22:05:37 +02: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 Added initial support for setting focus highlighting without uisng setFocus 2021-07-25 18:12:27 +02:00
DockManager.h Add feature to close tabs with the middle mouse button. (#360) 2021-10-11 20:33:56 +02: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 Fix crash when adding closed dock widgets to the manager. (#366) 2021-10-20 16:54:47 +02:00
DockWidget.h Renamed RecreateContentsWidgetOnCloseAndOpen into DeleteContentOnClose 2021-10-14 13:57:06 +02:00
DockWidgetTab.cpp Prevent middle-click from closing unclosable tabs (#372) 2021-11-16 06:24:39 +01:00
DockWidgetTab.h Additional Qt keyword conversion. (#299) 2021-01-22 06:18:34 +01:00
ElidingLabel.cpp Additional Qt keyword conversion. (#299) 2021-01-22 06:18:34 +01:00
ElidingLabel.h Additional Qt keyword conversion. (#299) 2021-01-22 06:18:34 +01:00
FloatingDockContainer.cpp Fix issue #351: https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System/issues/351 (#357) 2021-10-01 15:30:33 +02:00
FloatingDockContainer.h Fix MSVC compiler warning C4275 (#361) 2021-10-08 19:40:30 +02: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