Qt-Advanced-Docking-System/src
Walter Bormans 13853573ea
Additional Qt keyword conversion. (#299)
This comit is an addtion to pull request #295. Not all Qt keywords were included.

Co-authored-by: Walter Bormans <walter.bormans@paradoxcat.com>
2021-01-22 06:18:34 +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 Some code cleanup, adjustments to match ADS coding style 2020-08-31 08:32:56 +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 Add utf-8 support for msvc within cmake. (#280) 2020-11-23 12:55:19 +01: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 Additional Qt keyword conversion. (#299) 2021-01-22 06:18:34 +01:00
DockAreaTitleBar.h Additional Qt keyword conversion. (#299) 2021-01-22 06:18:34 +01:00
DockAreaWidget.cpp Additional Qt keyword conversion. (#299) 2021-01-22 06:18:34 +01:00
DockAreaWidget.h Additional Qt keyword conversion. (#299) 2021-01-22 06:18:34 +01: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 Additional Qt keyword conversion. (#299) 2021-01-22 06:18:34 +01:00
DockContainerWidget.h Removes reliance on special Qt keywords. (#295) 2021-01-15 09:08:27 +01:00
DockFocusController.cpp Additional Qt keyword conversion. (#299) 2021-01-22 06:18:34 +01:00
DockFocusController.h Additional Qt keyword conversion. (#299) 2021-01-22 06:18:34 +01: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 Additional Qt keyword conversion. (#299) 2021-01-22 06:18:34 +01:00
DockManager.h Removes reliance on special Qt keywords. (#295) 2021-01-15 09:08:27 +01:00
DockOverlay.cpp Fixed all Qt6 build issues 2021-01-02 18:06:45 +01: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 Additional Qt keyword conversion. (#299) 2021-01-22 06:18:34 +01:00
DockWidget.h Removes reliance on special Qt keywords. (#295) 2021-01-15 09:08:27 +01:00
DockWidgetTab.cpp Additional Qt keyword conversion. (#299) 2021-01-22 06:18:34 +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 Fixed FloatingDockContainer Linux build for Qt6 2021-01-10 10:22:54 +01:00
FloatingDockContainer.h Removes reliance on special Qt keywords. (#295) 2021-01-15 09:08:27 +01: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 Add utf-8 support for msvc to resolve building error in some windows systems. (#277) 2020-11-21 17:29:36 +01:00