mirror of
https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System.git
synced 2024-12-25 07:31:33 +08:00
Merge branch 'master' into focused_dockwidget
This commit is contained in:
commit
e626a7e302
@ -1,36 +1,28 @@
|
|||||||
version: '2.3.2.{build}'
|
version: '{build}'
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
|
|
||||||
image: Visual Studio 2015
|
image: Visual Studio 2017
|
||||||
clone_depth: 1
|
|
||||||
environment:
|
environment:
|
||||||
global:
|
global:
|
||||||
# Appveyor doesn't have Qt 12 yet
|
# Appveyor doesn't have Qt 12 yet
|
||||||
LatestLTSQtVersion: 5.9
|
LatestQtVersion: 5.13
|
||||||
LatestQtVersion: 5.11
|
|
||||||
matrix:
|
matrix:
|
||||||
# Latest version of Qt, dll, 64bit, MSVC 2015, qmake
|
|
||||||
- QT5: C:\Qt\%LatestQtVersion%\msvc2015_64
|
|
||||||
COMPILER: C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC
|
|
||||||
targetPlatform: amd64
|
|
||||||
use_mingw: "false"
|
|
||||||
use_static: "false"
|
|
||||||
use_cmake: "false"
|
|
||||||
# 32 bit builds
|
# 32 bit builds
|
||||||
# MSVC 2015 builds
|
# MSVC 2015 builds
|
||||||
# Dynamic Library builds
|
# Dynamic Library builds
|
||||||
# LTS version of Qt, dll, 32bit, MSVC 2015, qmake
|
# LTS version of Qt, dll, 32bit, MSVC 2015, qmake
|
||||||
- QT5: C:\Qt\%LatestLTSQtVersion%\msvc2015
|
- QT5: C:\Qt\%LatestQtVersion%\msvc2017
|
||||||
COMPILER: C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC
|
COMPILER: C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build
|
||||||
targetPlatform: x86
|
targetPlatform: x86
|
||||||
use_mingw: "false"
|
use_mingw: "false"
|
||||||
use_static: "false"
|
use_static: "false"
|
||||||
use_cmake: "false"
|
use_cmake: "false"
|
||||||
# LTS version of Qt, dll, 32bit, MSVC 2015, cmake
|
# LTS version of Qt, dll, 32bit, MSVC 2015, cmake
|
||||||
- QT5: C:\Qt\%LatestLTSQtVersion%\msvc2015
|
- QT5: C:\Qt\%LatestQtVersion%\msvc2017
|
||||||
COMPILER: C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC
|
COMPILER: C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build
|
||||||
targetPlatform: x86
|
targetPlatform: x86
|
||||||
use_mingw: "false"
|
use_mingw: "false"
|
||||||
use_static: "false"
|
use_static: "false"
|
||||||
@ -38,15 +30,15 @@ environment:
|
|||||||
# end Dynamic Library builds
|
# end Dynamic Library builds
|
||||||
# Static Library builds
|
# Static Library builds
|
||||||
# LTS version of Qt, static, 32bit, MSVC 2015, qmake
|
# LTS version of Qt, static, 32bit, MSVC 2015, qmake
|
||||||
- QT5: C:\Qt\%LatestLTSQtVersion%\msvc2015
|
- QT5: C:\Qt\%LatestQtVersion%\msvc2017
|
||||||
COMPILER: C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC
|
COMPILER: C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build
|
||||||
targetPlatform: x86
|
targetPlatform: x86
|
||||||
use_mingw: "false"
|
use_mingw: "false"
|
||||||
use_static: "true"
|
use_static: "true"
|
||||||
use_cmake: "false"
|
use_cmake: "false"
|
||||||
# LTS version of Qt, static, 32bit, MSVC 2015, cmake
|
# LTS version of Qt, static, 32bit, MSVC 2015, cmake
|
||||||
- QT5: C:\Qt\%LatestLTSQtVersion%\msvc2015
|
- QT5: C:\Qt\%LatestQtVersion%\msvc2017
|
||||||
COMPILER: C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC
|
COMPILER: C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build
|
||||||
targetPlatform: x86
|
targetPlatform: x86
|
||||||
use_mingw: "false"
|
use_mingw: "false"
|
||||||
use_static: "true"
|
use_static: "true"
|
||||||
@ -56,15 +48,15 @@ environment:
|
|||||||
# MinGW builds
|
# MinGW builds
|
||||||
# Dynamic Library builds
|
# Dynamic Library builds
|
||||||
# LTS version of Qt, dll, 32bit, MinGW, qmake
|
# LTS version of Qt, dll, 32bit, MinGW, qmake
|
||||||
- QT5: C:\Qt\%LatestLTSQtVersion%\mingw53_32
|
- QT5: C:\Qt\%LatestQtVersion%\mingw73_32
|
||||||
COMPILER: C:\Qt\Tools\mingw530_32
|
COMPILER: C:\Qt\Tools\mingw730_32
|
||||||
targetPlatform: x86
|
targetPlatform: x86
|
||||||
use_mingw: "true"
|
use_mingw: "true"
|
||||||
use_static: "false"
|
use_static: "false"
|
||||||
use_cmake: "false"
|
use_cmake: "false"
|
||||||
# LTS version of Qt, dll, 32bit, MinGW, cmake
|
# LTS version of Qt, dll, 32bit, MinGW, cmake
|
||||||
- QT5: C:\Qt\%LatestLTSQtVersion%\mingw53_32
|
- QT5: C:\Qt\%LatestQtVersion%\mingw73_32
|
||||||
COMPILER: C:\Qt\Tools\mingw530_32
|
COMPILER: C:\Qt\Tools\mingw730_32
|
||||||
targetPlatform: x86
|
targetPlatform: x86
|
||||||
use_mingw: "true"
|
use_mingw: "true"
|
||||||
use_static: "false"
|
use_static: "false"
|
||||||
@ -72,15 +64,15 @@ environment:
|
|||||||
# end Dynamic Library builds
|
# end Dynamic Library builds
|
||||||
# Static Library builds
|
# Static Library builds
|
||||||
# LTS version of Qt, static, 32bit, MinGW, qmake
|
# LTS version of Qt, static, 32bit, MinGW, qmake
|
||||||
- QT5: C:\Qt\%LatestLTSQtVersion%\mingw53_32
|
- QT5: C:\Qt\%LatestQtVersion%\mingw73_32
|
||||||
COMPILER: C:\Qt\Tools\mingw530_32
|
COMPILER: C:\Qt\Tools\mingw730_32
|
||||||
targetPlatform: x86
|
targetPlatform: x86
|
||||||
use_mingw: "true"
|
use_mingw: "true"
|
||||||
use_static: "true"
|
use_static: "true"
|
||||||
use_cmake: "false"
|
use_cmake: "false"
|
||||||
# LTS version of Qt, static, 32bit, MinGW, cmake
|
# LTS version of Qt, static, 32bit, MinGW, cmake
|
||||||
- QT5: C:\Qt\%LatestLTSQtVersion%\mingw53_32
|
- QT5: C:\Qt\%LatestQtVersion%\mingw73_32
|
||||||
COMPILER: C:\Qt\Tools\mingw530_32
|
COMPILER: C:\Qt\Tools\mingw730_32
|
||||||
targetPlatform: x86
|
targetPlatform: x86
|
||||||
use_mingw: "true"
|
use_mingw: "true"
|
||||||
use_static: "true"
|
use_static: "true"
|
||||||
@ -92,15 +84,15 @@ environment:
|
|||||||
# MSVC 2015 builds
|
# MSVC 2015 builds
|
||||||
# Dynamic Library builds
|
# Dynamic Library builds
|
||||||
# LTS version of Qt, dll, 64bit, MSVC 2015, qmake
|
# LTS version of Qt, dll, 64bit, MSVC 2015, qmake
|
||||||
- QT5: C:\Qt\%LatestLTSQtVersion%\msvc2015_64
|
- QT5: C:\Qt\%LatestQtVersion%\msvc2017_64
|
||||||
COMPILER: C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC
|
COMPILER: C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build
|
||||||
targetPlatform: amd64
|
targetPlatform: amd64
|
||||||
use_mingw: "false"
|
use_mingw: "false"
|
||||||
use_static: "false"
|
use_static: "false"
|
||||||
use_cmake: "false"
|
use_cmake: "false"
|
||||||
# LTS version of Qt, dll, 64bit, MSVC 2015, cmake
|
# LTS version of Qt, dll, 64bit, MSVC 2015, cmake
|
||||||
- QT5: C:\Qt\%LatestLTSQtVersion%\msvc2015_64
|
- QT5: C:\Qt\%LatestQtVersion%\msvc2017_64
|
||||||
COMPILER: C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC
|
COMPILER: C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build
|
||||||
targetPlatform: amd64
|
targetPlatform: amd64
|
||||||
use_mingw: "false"
|
use_mingw: "false"
|
||||||
use_static: "false"
|
use_static: "false"
|
||||||
@ -108,15 +100,15 @@ environment:
|
|||||||
# end Dynamic Library builds
|
# end Dynamic Library builds
|
||||||
# Static Library builds
|
# Static Library builds
|
||||||
# LTS version of Qt, static, 64bit, MSVC 2015, qmake
|
# LTS version of Qt, static, 64bit, MSVC 2015, qmake
|
||||||
- QT5: C:\Qt\%LatestLTSQtVersion%\msvc2015_64
|
- QT5: C:\Qt\%LatestQtVersion%\msvc2017_64
|
||||||
COMPILER: C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC
|
COMPILER: C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build
|
||||||
targetPlatform: amd64
|
targetPlatform: amd64
|
||||||
use_mingw: "false"
|
use_mingw: "false"
|
||||||
use_static: "true"
|
use_static: "true"
|
||||||
use_cmake: "false"
|
use_cmake: "false"
|
||||||
# LTS version of Qt, static, 64bit, MSVC 2015, cmake
|
# LTS version of Qt, static, 64bit, MSVC 2015, cmake
|
||||||
- QT5: C:\Qt\%LatestLTSQtVersion%\msvc2015_64
|
- QT5: C:\Qt\%LatestQtVersion%\msvc2017_64
|
||||||
COMPILER: C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC
|
COMPILER: C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build
|
||||||
targetPlatform: amd64
|
targetPlatform: amd64
|
||||||
use_mingw: "false"
|
use_mingw: "false"
|
||||||
use_static: "true"
|
use_static: "true"
|
||||||
@ -129,10 +121,9 @@ matrix:
|
|||||||
fast_finish: true
|
fast_finish: true
|
||||||
|
|
||||||
before_build:
|
before_build:
|
||||||
- set PATH=%COMPILER%\bin;%QT5%\bin;%PATH%
|
|
||||||
- set originalWD=%CD%
|
- set originalWD=%CD%
|
||||||
- call "%QT5%\bin\qtenv2.bat"
|
- call "%QT5%\bin\qtenv2.bat"
|
||||||
- cd %originalWD%
|
- cd /D %originalWD%
|
||||||
- if %use_mingw%==false call "%COMPILER%\vcvarsall.bat" %targetPlatform%
|
- if %use_mingw%==false call "%COMPILER%\vcvarsall.bat" %targetPlatform%
|
||||||
- if %use_static%==true (set USESTATIC=ON) else (set USESTATIC=OFF)
|
- if %use_static%==true (set USESTATIC=ON) else (set USESTATIC=OFF)
|
||||||
- if %use_mingw%==true (set CMAKEGENERATOR="MinGW Makefiles") else (set CMAKEGENERATOR="NMake Makefiles")
|
- if %use_mingw%==true (set CMAKEGENERATOR="MinGW Makefiles") else (set CMAKEGENERATOR="NMake Makefiles")
|
||||||
@ -140,8 +131,8 @@ before_build:
|
|||||||
- if %use_mingw%==true set PATH=%PATH:C:\Program Files\Git\usr\bin;=%
|
- if %use_mingw%==true set PATH=%PATH:C:\Program Files\Git\usr\bin;=%
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
- if %use_cmake%==true mkdir .\build
|
- if %use_cmake%==true mkdir build
|
||||||
- if %use_cmake%==true cd .\build
|
- if %use_cmake%==true cd build
|
||||||
- if %use_cmake%==true cmake --version
|
- if %use_cmake%==true cmake --version
|
||||||
- if %use_cmake%==true cmake -G %CMAKEGENERATOR% -DCMAKE_BUILD_TYPE=DEBUG -DBUILD_EXAMPLES=ON -DCMAKE_DEBUG_POSTFIX=d -DBUILD_STATIC=%USESTATIC% -DCMAKE_INSTALL_PREFIX="./installed" ../
|
- if %use_cmake%==true cmake -G %CMAKEGENERATOR% -DCMAKE_BUILD_TYPE=DEBUG -DBUILD_EXAMPLES=ON -DCMAKE_DEBUG_POSTFIX=d -DBUILD_STATIC=%USESTATIC% -DCMAKE_INSTALL_PREFIX="./installed" ../
|
||||||
- if %use_cmake%==true cmake --build .
|
- if %use_cmake%==true cmake --build .
|
||||||
|
395
.cproject
395
.cproject
@ -1,395 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
||||||
<?fileVersion 4.0.0?><cproject storage_type_id="org.eclipse.cdt.core.XmlProjectDescriptionStorage">
|
|
||||||
<storageModule moduleId="org.eclipse.cdt.core.settings">
|
|
||||||
<cconfiguration id="cdt.managedbuild.toolchain.gnu.mingw.base.1119687795">
|
|
||||||
<storageModule buildSystemId="org.eclipse.cdt.managedbuilder.core.configurationDataProvider" id="cdt.managedbuild.toolchain.gnu.mingw.base.1119687795" moduleId="org.eclipse.cdt.core.settings" name="Default">
|
|
||||||
<externalSettings/>
|
|
||||||
<extensions>
|
|
||||||
<extension id="org.eclipse.cdt.core.PE" point="org.eclipse.cdt.core.BinaryParser"/>
|
|
||||||
<extension id="org.eclipse.cdt.core.GASErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
|
|
||||||
<extension id="org.eclipse.cdt.core.GmakeErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
|
|
||||||
<extension id="org.eclipse.cdt.core.GLDErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
|
|
||||||
<extension id="org.eclipse.cdt.core.CWDLocator" point="org.eclipse.cdt.core.ErrorParser"/>
|
|
||||||
<extension id="org.eclipse.cdt.core.GCCErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
|
|
||||||
</extensions>
|
|
||||||
</storageModule>
|
|
||||||
<storageModule moduleId="cdtBuildSystem" version="4.0.0">
|
|
||||||
<configuration artifactName="${ProjName}" buildProperties="" description="" id="cdt.managedbuild.toolchain.gnu.mingw.base.1119687795" name="Default" optionalBuildProperties="" parent="org.eclipse.cdt.build.core.emptycfg">
|
|
||||||
<folderInfo id="cdt.managedbuild.toolchain.gnu.mingw.base.1119687795.1949777584" name="/" resourcePath="">
|
|
||||||
<toolChain id="cdt.managedbuild.toolchain.gnu.mingw.base.88699815" name="MinGW GCC" superClass="cdt.managedbuild.toolchain.gnu.mingw.base">
|
|
||||||
<targetPlatform archList="all" binaryParser="org.eclipse.cdt.core.PE" id="cdt.managedbuild.target.gnu.platform.mingw.base.519267520" name="Debug Platform" osList="win32" superClass="cdt.managedbuild.target.gnu.platform.mingw.base"/>
|
|
||||||
<builder id="cdt.managedbuild.toolchain.gnu.mingw.base.1119687795.1200539104" keepEnvironmentInBuildfile="false" managedBuildOn="false" name="Gnu Make Builder" superClass="org.eclipse.cdt.build.core.settings.default.builder"/>
|
|
||||||
<tool id="cdt.managedbuild.tool.gnu.assembler.mingw.base.1438677059" name="GCC Assembler" superClass="cdt.managedbuild.tool.gnu.assembler.mingw.base">
|
|
||||||
<option IS_BUILTIN_EMPTY="false" IS_VALUE_EMPTY="false" id="gnu.both.asm.option.include.paths.403127333" name="Include paths (-I)" superClass="gnu.both.asm.option.include.paths" valueType="includePath">
|
|
||||||
<listOptionValue builtIn="false" value=""${workspace_loc:/QtAdvancedDockingSystem/demo}""/>
|
|
||||||
<listOptionValue builtIn="false" value=""${workspace_loc:/QtAdvancedDockingSystem/src}""/>
|
|
||||||
<listOptionValue builtIn="false" value=""${QTDIR}/include""/>
|
|
||||||
<listOptionValue builtIn="false" value=""${QTDIR}/include/QtCore""/>
|
|
||||||
<listOptionValue builtIn="false" value=""${QTDIR}/include/QtWidgets""/>
|
|
||||||
</option>
|
|
||||||
<inputType id="cdt.managedbuild.tool.gnu.assembler.input.1249325593" superClass="cdt.managedbuild.tool.gnu.assembler.input"/>
|
|
||||||
</tool>
|
|
||||||
<tool id="cdt.managedbuild.tool.gnu.archiver.mingw.base.933824900" name="GCC Archiver" superClass="cdt.managedbuild.tool.gnu.archiver.mingw.base"/>
|
|
||||||
<tool id="cdt.managedbuild.tool.gnu.cpp.compiler.mingw.base.1947822681" name="GCC C++ Compiler" superClass="cdt.managedbuild.tool.gnu.cpp.compiler.mingw.base">
|
|
||||||
<option IS_BUILTIN_EMPTY="false" IS_VALUE_EMPTY="false" id="gnu.cpp.compiler.option.include.paths.349616932" name="Include paths (-I)" superClass="gnu.cpp.compiler.option.include.paths" useByScannerDiscovery="false" valueType="includePath">
|
|
||||||
<listOptionValue builtIn="false" value=""${workspace_loc:/QtAdvancedDockingSystem/src}""/>
|
|
||||||
<listOptionValue builtIn="false" value=""${workspace_loc:/QtAdvancedDockingSystem/demo}""/>
|
|
||||||
<listOptionValue builtIn="false" value=""${QTDIR}/include""/>
|
|
||||||
<listOptionValue builtIn="false" value=""${QTDIR}/include/QtCore""/>
|
|
||||||
<listOptionValue builtIn="false" value=""${QTDIR}/include/QtWidgets""/>
|
|
||||||
</option>
|
|
||||||
<option id="gnu.cpp.compiler.option.preprocessor.def.56223209" name="Defined symbols (-D)" superClass="gnu.cpp.compiler.option.preprocessor.def" useByScannerDiscovery="false"/>
|
|
||||||
<inputType id="cdt.managedbuild.tool.gnu.cpp.compiler.input.1318830536" superClass="cdt.managedbuild.tool.gnu.cpp.compiler.input"/>
|
|
||||||
</tool>
|
|
||||||
<tool id="cdt.managedbuild.tool.gnu.c.compiler.mingw.base.389117097" name="GCC C Compiler" superClass="cdt.managedbuild.tool.gnu.c.compiler.mingw.base">
|
|
||||||
<option IS_BUILTIN_EMPTY="false" IS_VALUE_EMPTY="false" id="gnu.c.compiler.option.include.paths.1871729602" name="Include paths (-I)" superClass="gnu.c.compiler.option.include.paths" useByScannerDiscovery="false" valueType="includePath">
|
|
||||||
<listOptionValue builtIn="false" value=""${workspace_loc:/QtAdvancedDockingSystem/demo}""/>
|
|
||||||
<listOptionValue builtIn="false" value=""${workspace_loc:/QtAdvancedDockingSystem/src}""/>
|
|
||||||
<listOptionValue builtIn="false" value=""${QTDIR}/include""/>
|
|
||||||
<listOptionValue builtIn="false" value=""${QTDIR}/include/QtCore""/>
|
|
||||||
<listOptionValue builtIn="false" value=""${QTDIR}/include/QtWidgets""/>
|
|
||||||
</option>
|
|
||||||
<option id="gnu.c.compiler.option.preprocessor.def.symbols.806805509" name="Defined symbols (-D)" superClass="gnu.c.compiler.option.preprocessor.def.symbols" useByScannerDiscovery="false"/>
|
|
||||||
<inputType id="cdt.managedbuild.tool.gnu.c.compiler.input.1568363924" superClass="cdt.managedbuild.tool.gnu.c.compiler.input"/>
|
|
||||||
</tool>
|
|
||||||
<tool id="cdt.managedbuild.tool.gnu.c.linker.mingw.base.1734874312" name="MinGW C Linker" superClass="cdt.managedbuild.tool.gnu.c.linker.mingw.base"/>
|
|
||||||
<tool id="cdt.managedbuild.tool.gnu.cpp.linker.mingw.base.985493173" name="MinGW C++ Linker" superClass="cdt.managedbuild.tool.gnu.cpp.linker.mingw.base">
|
|
||||||
<inputType id="cdt.managedbuild.tool.gnu.cpp.linker.input.266071128" superClass="cdt.managedbuild.tool.gnu.cpp.linker.input">
|
|
||||||
<additionalInput kind="additionalinputdependency" paths="$(USER_OBJS)"/>
|
|
||||||
<additionalInput kind="additionalinput" paths="$(LIBS)"/>
|
|
||||||
</inputType>
|
|
||||||
</tool>
|
|
||||||
</toolChain>
|
|
||||||
</folderInfo>
|
|
||||||
</configuration>
|
|
||||||
</storageModule>
|
|
||||||
<storageModule moduleId="org.eclipse.cdt.core.externalSettings"/>
|
|
||||||
</cconfiguration>
|
|
||||||
</storageModule>
|
|
||||||
<storageModule moduleId="cdtBuildSystem" version="4.0.0">
|
|
||||||
<project id="QtAdvancedDockingSystem.null.1346550114" name="QtAdvancedDockingSystem"/>
|
|
||||||
</storageModule>
|
|
||||||
<storageModule moduleId="org.eclipse.cdt.core.LanguageSettingsProviders"/>
|
|
||||||
<storageModule moduleId="refreshScope"/>
|
|
||||||
<storageModule moduleId="scannerConfiguration">
|
|
||||||
<autodiscovery enabled="true" problemReportingEnabled="true" selectedProfileId=""/>
|
|
||||||
<scannerConfigBuildInfo instanceId="cdt.managedbuild.toolchain.gnu.mingw.base.1119687795;cdt.managedbuild.toolchain.gnu.mingw.base.1119687795.1949777584;cdt.managedbuild.tool.gnu.cpp.compiler.mingw.base.1947822681;cdt.managedbuild.tool.gnu.cpp.compiler.input.1318830536">
|
|
||||||
<autodiscovery enabled="false" problemReportingEnabled="true" selectedProfileId="org.eclipse.cdt.make.core.GCCStandardMakePerFileProfile"/>
|
|
||||||
</scannerConfigBuildInfo>
|
|
||||||
<scannerConfigBuildInfo instanceId="cdt.managedbuild.toolchain.gnu.mingw.base.1119687795;cdt.managedbuild.toolchain.gnu.mingw.base.1119687795.1949777584;cdt.managedbuild.tool.gnu.c.compiler.mingw.base.389117097;cdt.managedbuild.tool.gnu.c.compiler.input.1568363924">
|
|
||||||
<autodiscovery enabled="true" problemReportingEnabled="true" selectedProfileId=""/>
|
|
||||||
</scannerConfigBuildInfo>
|
|
||||||
</storageModule>
|
|
||||||
<storageModule moduleId="org.eclipse.cdt.make.core.buildtargets">
|
|
||||||
<buildTargets>
|
|
||||||
<target name="Build all" path=" build" targetID="org.eclipse.cdt.build.MakeTargetBuilder">
|
|
||||||
<buildCommand>mingw32-make</buildCommand>
|
|
||||||
<buildArguments>-j</buildArguments>
|
|
||||||
<buildTarget>all</buildTarget>
|
|
||||||
<stopOnError>false</stopOnError>
|
|
||||||
<useDefaultCommand>false</useDefaultCommand>
|
|
||||||
<runAllBuilders>false</runAllBuilders>
|
|
||||||
</target>
|
|
||||||
<target name="Clean" path=" build" targetID="org.eclipse.cdt.build.MakeTargetBuilder">
|
|
||||||
<buildCommand>make</buildCommand>
|
|
||||||
<buildTarget>clean</buildTarget>
|
|
||||||
<stopOnError>false</stopOnError>
|
|
||||||
<useDefaultCommand>true</useDefaultCommand>
|
|
||||||
<runAllBuilders>false</runAllBuilders>
|
|
||||||
</target>
|
|
||||||
<target name="Debug Build" path=" build" targetID="org.eclipse.cdt.build.MakeTargetBuilder">
|
|
||||||
<buildCommand>mingw32-make</buildCommand>
|
|
||||||
<buildArguments>-j6</buildArguments>
|
|
||||||
<buildTarget>debug</buildTarget>
|
|
||||||
<stopOnError>false</stopOnError>
|
|
||||||
<useDefaultCommand>false</useDefaultCommand>
|
|
||||||
<runAllBuilders>false</runAllBuilders>
|
|
||||||
</target>
|
|
||||||
<target name="qmake" path=" build" targetID="org.eclipse.cdt.build.MakeTargetBuilder">
|
|
||||||
<buildCommand>qmake</buildCommand>
|
|
||||||
<buildArguments>-recursive ../ads.pro</buildArguments>
|
|
||||||
<stopOnError>true</stopOnError>
|
|
||||||
<useDefaultCommand>false</useDefaultCommand>
|
|
||||||
<runAllBuilders>false</runAllBuilders>
|
|
||||||
</target>
|
|
||||||
<target name="Release Build" path=" build" targetID="org.eclipse.cdt.build.MakeTargetBuilder">
|
|
||||||
<buildCommand>mingw32-make</buildCommand>
|
|
||||||
<buildArguments>-j4</buildArguments>
|
|
||||||
<buildTarget>release</buildTarget>
|
|
||||||
<stopOnError>false</stopOnError>
|
|
||||||
<useDefaultCommand>false</useDefaultCommand>
|
|
||||||
<runAllBuilders>false</runAllBuilders>
|
|
||||||
</target>
|
|
||||||
<target name="Build all" path=" build/src" targetID="org.eclipse.cdt.build.MakeTargetBuilder">
|
|
||||||
<buildCommand>mingw32-make</buildCommand>
|
|
||||||
<buildArguments>-j</buildArguments>
|
|
||||||
<buildTarget>all</buildTarget>
|
|
||||||
<stopOnError>false</stopOnError>
|
|
||||||
<useDefaultCommand>false</useDefaultCommand>
|
|
||||||
<runAllBuilders>false</runAllBuilders>
|
|
||||||
</target>
|
|
||||||
<target name="Clean" path=" build/src" targetID="org.eclipse.cdt.build.MakeTargetBuilder">
|
|
||||||
<buildCommand>make</buildCommand>
|
|
||||||
<buildArguments/>
|
|
||||||
<buildTarget>clean</buildTarget>
|
|
||||||
<stopOnError>false</stopOnError>
|
|
||||||
<useDefaultCommand>true</useDefaultCommand>
|
|
||||||
<runAllBuilders>false</runAllBuilders>
|
|
||||||
</target>
|
|
||||||
<target name="Debug Build" path=" build/src" targetID="org.eclipse.cdt.build.MakeTargetBuilder">
|
|
||||||
<buildCommand>mingw32-make</buildCommand>
|
|
||||||
<buildArguments>-j6</buildArguments>
|
|
||||||
<buildTarget>debug</buildTarget>
|
|
||||||
<stopOnError>false</stopOnError>
|
|
||||||
<useDefaultCommand>false</useDefaultCommand>
|
|
||||||
<runAllBuilders>false</runAllBuilders>
|
|
||||||
</target>
|
|
||||||
<target name="qmake" path=" build/src" targetID="org.eclipse.cdt.build.MakeTargetBuilder">
|
|
||||||
<buildCommand>qmake</buildCommand>
|
|
||||||
<buildArguments>-recursive ../../src/src.pro</buildArguments>
|
|
||||||
<stopOnError>true</stopOnError>
|
|
||||||
<useDefaultCommand>false</useDefaultCommand>
|
|
||||||
<runAllBuilders>false</runAllBuilders>
|
|
||||||
</target>
|
|
||||||
<target name="Release Build" path=" build/src" targetID="org.eclipse.cdt.build.MakeTargetBuilder">
|
|
||||||
<buildCommand>mingw32-make</buildCommand>
|
|
||||||
<buildArguments>-j4</buildArguments>
|
|
||||||
<buildTarget>release</buildTarget>
|
|
||||||
<stopOnError>false</stopOnError>
|
|
||||||
<useDefaultCommand>false</useDefaultCommand>
|
|
||||||
<runAllBuilders>false</runAllBuilders>
|
|
||||||
</target>
|
|
||||||
<target name="Build all" path=" build/example" targetID="org.eclipse.cdt.build.MakeTargetBuilder">
|
|
||||||
<buildCommand>mingw32-make</buildCommand>
|
|
||||||
<buildArguments>-j</buildArguments>
|
|
||||||
<buildTarget>all</buildTarget>
|
|
||||||
<stopOnError>false</stopOnError>
|
|
||||||
<useDefaultCommand>false</useDefaultCommand>
|
|
||||||
<runAllBuilders>false</runAllBuilders>
|
|
||||||
</target>
|
|
||||||
<target name="Clean" path=" build/example" targetID="org.eclipse.cdt.build.MakeTargetBuilder">
|
|
||||||
<buildCommand>make</buildCommand>
|
|
||||||
<buildTarget>clean</buildTarget>
|
|
||||||
<stopOnError>false</stopOnError>
|
|
||||||
<useDefaultCommand>true</useDefaultCommand>
|
|
||||||
<runAllBuilders>false</runAllBuilders>
|
|
||||||
</target>
|
|
||||||
<target name="Debug Build" path=" build/example" targetID="org.eclipse.cdt.build.MakeTargetBuilder">
|
|
||||||
<buildCommand>mingw32-make</buildCommand>
|
|
||||||
<buildArguments>-j6</buildArguments>
|
|
||||||
<buildTarget>debug</buildTarget>
|
|
||||||
<stopOnError>false</stopOnError>
|
|
||||||
<useDefaultCommand>false</useDefaultCommand>
|
|
||||||
<runAllBuilders>false</runAllBuilders>
|
|
||||||
</target>
|
|
||||||
<target name="qmake" path=" build/example" targetID="org.eclipse.cdt.build.MakeTargetBuilder">
|
|
||||||
<buildCommand>qmake</buildCommand>
|
|
||||||
<buildArguments>-recursive ../../example/example.pro</buildArguments>
|
|
||||||
<stopOnError>true</stopOnError>
|
|
||||||
<useDefaultCommand>false</useDefaultCommand>
|
|
||||||
<runAllBuilders>false</runAllBuilders>
|
|
||||||
</target>
|
|
||||||
<target name="Release Build" path=" build/example" targetID="org.eclipse.cdt.build.MakeTargetBuilder">
|
|
||||||
<buildCommand>mingw32-make</buildCommand>
|
|
||||||
<buildArguments>-j4</buildArguments>
|
|
||||||
<buildTarget>release</buildTarget>
|
|
||||||
<stopOnError>false</stopOnError>
|
|
||||||
<useDefaultCommand>false</useDefaultCommand>
|
|
||||||
<runAllBuilders>false</runAllBuilders>
|
|
||||||
</target>
|
|
||||||
<target name="Build all" path=" build/demo" targetID="org.eclipse.cdt.build.MakeTargetBuilder">
|
|
||||||
<buildCommand>mingw32-make</buildCommand>
|
|
||||||
<buildArguments>-j</buildArguments>
|
|
||||||
<buildTarget>all</buildTarget>
|
|
||||||
<stopOnError>false</stopOnError>
|
|
||||||
<useDefaultCommand>false</useDefaultCommand>
|
|
||||||
<runAllBuilders>false</runAllBuilders>
|
|
||||||
</target>
|
|
||||||
<target name="Clean" path=" build/demo" targetID="org.eclipse.cdt.build.MakeTargetBuilder">
|
|
||||||
<buildCommand>make</buildCommand>
|
|
||||||
<buildArguments/>
|
|
||||||
<buildTarget>clean</buildTarget>
|
|
||||||
<stopOnError>false</stopOnError>
|
|
||||||
<useDefaultCommand>true</useDefaultCommand>
|
|
||||||
<runAllBuilders>false</runAllBuilders>
|
|
||||||
</target>
|
|
||||||
<target name="Debug Build" path=" build/demo" targetID="org.eclipse.cdt.build.MakeTargetBuilder">
|
|
||||||
<buildCommand>mingw32-make</buildCommand>
|
|
||||||
<buildArguments>-j6</buildArguments>
|
|
||||||
<buildTarget>debug</buildTarget>
|
|
||||||
<stopOnError>false</stopOnError>
|
|
||||||
<useDefaultCommand>false</useDefaultCommand>
|
|
||||||
<runAllBuilders>false</runAllBuilders>
|
|
||||||
</target>
|
|
||||||
<target name="qmake" path=" build/demo" targetID="org.eclipse.cdt.build.MakeTargetBuilder">
|
|
||||||
<buildCommand>qmake</buildCommand>
|
|
||||||
<buildArguments>-recursive ../../demo/demo.pro</buildArguments>
|
|
||||||
<stopOnError>true</stopOnError>
|
|
||||||
<useDefaultCommand>false</useDefaultCommand>
|
|
||||||
<runAllBuilders>false</runAllBuilders>
|
|
||||||
</target>
|
|
||||||
<target name="Release Build" path=" build/demo" targetID="org.eclipse.cdt.build.MakeTargetBuilder">
|
|
||||||
<buildCommand>mingw32-make</buildCommand>
|
|
||||||
<buildArguments>-j4</buildArguments>
|
|
||||||
<buildTarget>release</buildTarget>
|
|
||||||
<stopOnError>false</stopOnError>
|
|
||||||
<useDefaultCommand>false</useDefaultCommand>
|
|
||||||
<runAllBuilders>false</runAllBuilders>
|
|
||||||
</target>
|
|
||||||
<target name="Build all" path=" build/examples/sidebar" targetID="org.eclipse.cdt.build.MakeTargetBuilder">
|
|
||||||
<buildCommand>mingw32-make</buildCommand>
|
|
||||||
<buildArguments>-j</buildArguments>
|
|
||||||
<buildTarget>all</buildTarget>
|
|
||||||
<stopOnError>false</stopOnError>
|
|
||||||
<useDefaultCommand>false</useDefaultCommand>
|
|
||||||
<runAllBuilders>false</runAllBuilders>
|
|
||||||
</target>
|
|
||||||
<target name="Clean" path=" build/examples/sidebar" targetID="org.eclipse.cdt.build.MakeTargetBuilder">
|
|
||||||
<buildCommand>make</buildCommand>
|
|
||||||
<buildArguments/>
|
|
||||||
<buildTarget>clean</buildTarget>
|
|
||||||
<stopOnError>false</stopOnError>
|
|
||||||
<useDefaultCommand>true</useDefaultCommand>
|
|
||||||
<runAllBuilders>false</runAllBuilders>
|
|
||||||
</target>
|
|
||||||
<target name="Debug Build" path=" build/examples/sidebar" targetID="org.eclipse.cdt.build.MakeTargetBuilder">
|
|
||||||
<buildCommand>mingw32-make</buildCommand>
|
|
||||||
<buildArguments>-j6</buildArguments>
|
|
||||||
<buildTarget>debug</buildTarget>
|
|
||||||
<stopOnError>false</stopOnError>
|
|
||||||
<useDefaultCommand>false</useDefaultCommand>
|
|
||||||
<runAllBuilders>false</runAllBuilders>
|
|
||||||
</target>
|
|
||||||
<target name="qmake" path=" build/examples/sidebar" targetID="org.eclipse.cdt.build.MakeTargetBuilder">
|
|
||||||
<buildCommand>qmake</buildCommand>
|
|
||||||
<buildArguments>-recursive ../../../examples/sidebar/sidebar.pro</buildArguments>
|
|
||||||
<buildTarget/>
|
|
||||||
<stopOnError>true</stopOnError>
|
|
||||||
<useDefaultCommand>false</useDefaultCommand>
|
|
||||||
<runAllBuilders>false</runAllBuilders>
|
|
||||||
</target>
|
|
||||||
<target name="Release Build" path=" build/examples/sidebar" targetID="org.eclipse.cdt.build.MakeTargetBuilder">
|
|
||||||
<buildCommand>mingw32-make</buildCommand>
|
|
||||||
<buildArguments>-j4</buildArguments>
|
|
||||||
<buildTarget>release</buildTarget>
|
|
||||||
<stopOnError>false</stopOnError>
|
|
||||||
<useDefaultCommand>false</useDefaultCommand>
|
|
||||||
<runAllBuilders>false</runAllBuilders>
|
|
||||||
</target>
|
|
||||||
<target name="Build all" path=" build/AdvancedDockingSystemDemo" targetID="org.eclipse.cdt.build.MakeTargetBuilder">
|
|
||||||
<buildCommand>mingw32-make</buildCommand>
|
|
||||||
<buildArguments>-j</buildArguments>
|
|
||||||
<buildTarget>all</buildTarget>
|
|
||||||
<stopOnError>false</stopOnError>
|
|
||||||
<useDefaultCommand>false</useDefaultCommand>
|
|
||||||
<runAllBuilders>false</runAllBuilders>
|
|
||||||
</target>
|
|
||||||
<target name="Clean" path=" build/AdvancedDockingSystemDemo" targetID="org.eclipse.cdt.build.MakeTargetBuilder">
|
|
||||||
<buildCommand>make</buildCommand>
|
|
||||||
<buildTarget>clean</buildTarget>
|
|
||||||
<stopOnError>false</stopOnError>
|
|
||||||
<useDefaultCommand>true</useDefaultCommand>
|
|
||||||
<runAllBuilders>false</runAllBuilders>
|
|
||||||
</target>
|
|
||||||
<target name="Debug Build" path=" build/AdvancedDockingSystemDemo" targetID="org.eclipse.cdt.build.MakeTargetBuilder">
|
|
||||||
<buildCommand>mingw32-make</buildCommand>
|
|
||||||
<buildArguments>-j6</buildArguments>
|
|
||||||
<buildTarget>debug</buildTarget>
|
|
||||||
<stopOnError>false</stopOnError>
|
|
||||||
<useDefaultCommand>false</useDefaultCommand>
|
|
||||||
<runAllBuilders>false</runAllBuilders>
|
|
||||||
</target>
|
|
||||||
<target name="qmake" path=" build/AdvancedDockingSystemDemo" targetID="org.eclipse.cdt.build.MakeTargetBuilder">
|
|
||||||
<buildCommand>qmake</buildCommand>
|
|
||||||
<buildArguments>-recursive ../../AdvancedDockingSystemDemo/AdvancedDockingSystemDemo.pro</buildArguments>
|
|
||||||
<stopOnError>true</stopOnError>
|
|
||||||
<useDefaultCommand>false</useDefaultCommand>
|
|
||||||
<runAllBuilders>false</runAllBuilders>
|
|
||||||
</target>
|
|
||||||
<target name="Release Build" path=" build/AdvancedDockingSystemDemo" targetID="org.eclipse.cdt.build.MakeTargetBuilder">
|
|
||||||
<buildCommand>mingw32-make</buildCommand>
|
|
||||||
<buildArguments>-j4</buildArguments>
|
|
||||||
<buildTarget>release</buildTarget>
|
|
||||||
<stopOnError>false</stopOnError>
|
|
||||||
<useDefaultCommand>false</useDefaultCommand>
|
|
||||||
<runAllBuilders>false</runAllBuilders>
|
|
||||||
</target>
|
|
||||||
<target name="Build all" path=" build/AdvancedDockingSystemDemo_v2" targetID="org.eclipse.cdt.build.MakeTargetBuilder">
|
|
||||||
<buildCommand>mingw32-make</buildCommand>
|
|
||||||
<buildArguments>-j</buildArguments>
|
|
||||||
<buildTarget>all</buildTarget>
|
|
||||||
<stopOnError>false</stopOnError>
|
|
||||||
<useDefaultCommand>false</useDefaultCommand>
|
|
||||||
<runAllBuilders>false</runAllBuilders>
|
|
||||||
</target>
|
|
||||||
<target name="Clean" path=" build/AdvancedDockingSystemDemo_v2" targetID="org.eclipse.cdt.build.MakeTargetBuilder">
|
|
||||||
<buildCommand>make</buildCommand>
|
|
||||||
<buildTarget>clean</buildTarget>
|
|
||||||
<stopOnError>false</stopOnError>
|
|
||||||
<useDefaultCommand>true</useDefaultCommand>
|
|
||||||
<runAllBuilders>false</runAllBuilders>
|
|
||||||
</target>
|
|
||||||
<target name="Debug Build" path=" build/AdvancedDockingSystemDemo_v2" targetID="org.eclipse.cdt.build.MakeTargetBuilder">
|
|
||||||
<buildCommand>mingw32-make</buildCommand>
|
|
||||||
<buildArguments>-j6</buildArguments>
|
|
||||||
<buildTarget>debug</buildTarget>
|
|
||||||
<stopOnError>false</stopOnError>
|
|
||||||
<useDefaultCommand>false</useDefaultCommand>
|
|
||||||
<runAllBuilders>false</runAllBuilders>
|
|
||||||
</target>
|
|
||||||
<target name="qmake" path=" build/AdvancedDockingSystemDemo_v2" targetID="org.eclipse.cdt.build.MakeTargetBuilder">
|
|
||||||
<buildCommand>qmake</buildCommand>
|
|
||||||
<buildArguments>-recursive ../../AdvancedDockingSystemDemo_v2/AdvancedDockingSystemDemo_v2.pro</buildArguments>
|
|
||||||
<stopOnError>true</stopOnError>
|
|
||||||
<useDefaultCommand>false</useDefaultCommand>
|
|
||||||
<runAllBuilders>false</runAllBuilders>
|
|
||||||
</target>
|
|
||||||
<target name="Release Build" path=" build/AdvancedDockingSystemDemo_v2" targetID="org.eclipse.cdt.build.MakeTargetBuilder">
|
|
||||||
<buildCommand>mingw32-make</buildCommand>
|
|
||||||
<buildArguments>-j4</buildArguments>
|
|
||||||
<buildTarget>release</buildTarget>
|
|
||||||
<stopOnError>false</stopOnError>
|
|
||||||
<useDefaultCommand>false</useDefaultCommand>
|
|
||||||
<runAllBuilders>false</runAllBuilders>
|
|
||||||
</target>
|
|
||||||
<target name="Build all" path=" build/AdvancedDockingSystem" targetID="org.eclipse.cdt.build.MakeTargetBuilder">
|
|
||||||
<buildCommand>mingw32-make</buildCommand>
|
|
||||||
<buildArguments>-j</buildArguments>
|
|
||||||
<buildTarget>all</buildTarget>
|
|
||||||
<stopOnError>false</stopOnError>
|
|
||||||
<useDefaultCommand>false</useDefaultCommand>
|
|
||||||
<runAllBuilders>false</runAllBuilders>
|
|
||||||
</target>
|
|
||||||
<target name="Clean" path=" build/AdvancedDockingSystem" targetID="org.eclipse.cdt.build.MakeTargetBuilder">
|
|
||||||
<buildCommand>make</buildCommand>
|
|
||||||
<buildTarget>clean</buildTarget>
|
|
||||||
<stopOnError>false</stopOnError>
|
|
||||||
<useDefaultCommand>true</useDefaultCommand>
|
|
||||||
<runAllBuilders>false</runAllBuilders>
|
|
||||||
</target>
|
|
||||||
<target name="Debug Build" path=" build/AdvancedDockingSystem" targetID="org.eclipse.cdt.build.MakeTargetBuilder">
|
|
||||||
<buildCommand>mingw32-make</buildCommand>
|
|
||||||
<buildArguments>-j6</buildArguments>
|
|
||||||
<buildTarget>debug</buildTarget>
|
|
||||||
<stopOnError>false</stopOnError>
|
|
||||||
<useDefaultCommand>false</useDefaultCommand>
|
|
||||||
<runAllBuilders>false</runAllBuilders>
|
|
||||||
</target>
|
|
||||||
<target name="qmake" path=" build/AdvancedDockingSystem" targetID="org.eclipse.cdt.build.MakeTargetBuilder">
|
|
||||||
<buildCommand>qmake</buildCommand>
|
|
||||||
<buildArguments>-recursive ../../AdvancedDockingSystem/src.pro</buildArguments>
|
|
||||||
<stopOnError>true</stopOnError>
|
|
||||||
<useDefaultCommand>false</useDefaultCommand>
|
|
||||||
<runAllBuilders>false</runAllBuilders>
|
|
||||||
</target>
|
|
||||||
<target name="Release Build" path=" build/AdvancedDockingSystem" targetID="org.eclipse.cdt.build.MakeTargetBuilder">
|
|
||||||
<buildCommand>mingw32-make</buildCommand>
|
|
||||||
<buildArguments>-j4</buildArguments>
|
|
||||||
<buildTarget>release</buildTarget>
|
|
||||||
<stopOnError>false</stopOnError>
|
|
||||||
<useDefaultCommand>false</useDefaultCommand>
|
|
||||||
<runAllBuilders>false</runAllBuilders>
|
|
||||||
</target>
|
|
||||||
</buildTargets>
|
|
||||||
</storageModule>
|
|
||||||
</cproject>
|
|
365
.gitignore
vendored
365
.gitignore
vendored
@ -17,3 +17,368 @@ Makefile
|
|||||||
*.pyd
|
*.pyd
|
||||||
__pycache__
|
__pycache__
|
||||||
PyQtAds/rc.py
|
PyQtAds/rc.py
|
||||||
|
/.cproject
|
||||||
|
|
||||||
|
|
||||||
|
## Ignore Visual Studio temporary files, build results, and
|
||||||
|
## files generated by popular Visual Studio add-ons.
|
||||||
|
##
|
||||||
|
## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
|
||||||
|
|
||||||
|
# User-specific files
|
||||||
|
*.rsuser
|
||||||
|
*.suo
|
||||||
|
*.user
|
||||||
|
*.userosscache
|
||||||
|
*.sln.docstates
|
||||||
|
|
||||||
|
# User-specific files (MonoDevelop/Xamarin Studio)
|
||||||
|
*.userprefs
|
||||||
|
|
||||||
|
# Mono auto generated files
|
||||||
|
mono_crash.*
|
||||||
|
|
||||||
|
# Build results
|
||||||
|
[Dd]ebug/
|
||||||
|
[Dd]ebugPublic/
|
||||||
|
[Rr]elease/
|
||||||
|
[Rr]eleases/
|
||||||
|
x64/
|
||||||
|
x86/
|
||||||
|
[Ww][Ii][Nn]32/
|
||||||
|
[Aa][Rr][Mm]/
|
||||||
|
[Aa][Rr][Mm]64/
|
||||||
|
bld/
|
||||||
|
[Bb]in/
|
||||||
|
[Oo]bj/
|
||||||
|
[Ll]og/
|
||||||
|
[Ll]ogs/
|
||||||
|
|
||||||
|
# Visual Studio 2015/2017 cache/options directory
|
||||||
|
.vs/
|
||||||
|
# Uncomment if you have tasks that create the project's static files in wwwroot
|
||||||
|
#wwwroot/
|
||||||
|
|
||||||
|
# Visual Studio 2017 auto generated files
|
||||||
|
Generated\ Files/
|
||||||
|
|
||||||
|
# MSTest test Results
|
||||||
|
[Tt]est[Rr]esult*/
|
||||||
|
[Bb]uild[Ll]og.*
|
||||||
|
|
||||||
|
# NUnit
|
||||||
|
*.VisualState.xml
|
||||||
|
TestResult.xml
|
||||||
|
nunit-*.xml
|
||||||
|
|
||||||
|
# Build Results of an ATL Project
|
||||||
|
[Dd]ebugPS/
|
||||||
|
[Rr]eleasePS/
|
||||||
|
dlldata.c
|
||||||
|
|
||||||
|
# Benchmark Results
|
||||||
|
BenchmarkDotNet.Artifacts/
|
||||||
|
|
||||||
|
# .NET Core
|
||||||
|
project.lock.json
|
||||||
|
project.fragment.lock.json
|
||||||
|
artifacts/
|
||||||
|
|
||||||
|
# ASP.NET Scaffolding
|
||||||
|
ScaffoldingReadMe.txt
|
||||||
|
|
||||||
|
# StyleCop
|
||||||
|
StyleCopReport.xml
|
||||||
|
|
||||||
|
# Files built by Visual Studio
|
||||||
|
*_i.c
|
||||||
|
*_p.c
|
||||||
|
*_h.h
|
||||||
|
*.ilk
|
||||||
|
*.meta
|
||||||
|
*.obj
|
||||||
|
*.iobj
|
||||||
|
*.pch
|
||||||
|
*.pdb
|
||||||
|
*.ipdb
|
||||||
|
*.pgc
|
||||||
|
*.pgd
|
||||||
|
*.rsp
|
||||||
|
*.sbr
|
||||||
|
*.tlb
|
||||||
|
*.tli
|
||||||
|
*.tlh
|
||||||
|
*.tmp
|
||||||
|
*.tmp_proj
|
||||||
|
*_wpftmp.csproj
|
||||||
|
*.log
|
||||||
|
*.vspscc
|
||||||
|
*.vssscc
|
||||||
|
.builds
|
||||||
|
*.pidb
|
||||||
|
*.svclog
|
||||||
|
*.scc
|
||||||
|
|
||||||
|
# Chutzpah Test files
|
||||||
|
_Chutzpah*
|
||||||
|
|
||||||
|
# Visual C++ cache files
|
||||||
|
ipch/
|
||||||
|
*.aps
|
||||||
|
*.ncb
|
||||||
|
*.opendb
|
||||||
|
*.opensdf
|
||||||
|
*.sdf
|
||||||
|
*.cachefile
|
||||||
|
*.VC.db
|
||||||
|
*.VC.VC.opendb
|
||||||
|
|
||||||
|
# Visual Studio profiler
|
||||||
|
*.psess
|
||||||
|
*.vsp
|
||||||
|
*.vspx
|
||||||
|
*.sap
|
||||||
|
|
||||||
|
# Visual Studio Trace Files
|
||||||
|
*.e2e
|
||||||
|
|
||||||
|
# TFS 2012 Local Workspace
|
||||||
|
$tf/
|
||||||
|
|
||||||
|
# Guidance Automation Toolkit
|
||||||
|
*.gpState
|
||||||
|
|
||||||
|
# ReSharper is a .NET coding add-in
|
||||||
|
_ReSharper*/
|
||||||
|
*.[Rr]e[Ss]harper
|
||||||
|
*.DotSettings.user
|
||||||
|
|
||||||
|
# TeamCity is a build add-in
|
||||||
|
_TeamCity*
|
||||||
|
|
||||||
|
# DotCover is a Code Coverage Tool
|
||||||
|
*.dotCover
|
||||||
|
|
||||||
|
# AxoCover is a Code Coverage Tool
|
||||||
|
.axoCover/*
|
||||||
|
!.axoCover/settings.json
|
||||||
|
|
||||||
|
# Coverlet is a free, cross platform Code Coverage Tool
|
||||||
|
coverage*[.json, .xml, .info]
|
||||||
|
|
||||||
|
# Visual Studio code coverage results
|
||||||
|
*.coverage
|
||||||
|
*.coveragexml
|
||||||
|
|
||||||
|
# NCrunch
|
||||||
|
_NCrunch_*
|
||||||
|
.*crunch*.local.xml
|
||||||
|
nCrunchTemp_*
|
||||||
|
|
||||||
|
# MightyMoose
|
||||||
|
*.mm.*
|
||||||
|
AutoTest.Net/
|
||||||
|
|
||||||
|
# Web workbench (sass)
|
||||||
|
.sass-cache/
|
||||||
|
|
||||||
|
# Installshield output folder
|
||||||
|
[Ee]xpress/
|
||||||
|
|
||||||
|
# DocProject is a documentation generator add-in
|
||||||
|
DocProject/buildhelp/
|
||||||
|
DocProject/Help/*.HxT
|
||||||
|
DocProject/Help/*.HxC
|
||||||
|
DocProject/Help/*.hhc
|
||||||
|
DocProject/Help/*.hhk
|
||||||
|
DocProject/Help/*.hhp
|
||||||
|
DocProject/Help/Html2
|
||||||
|
DocProject/Help/html
|
||||||
|
|
||||||
|
# Click-Once directory
|
||||||
|
publish/
|
||||||
|
|
||||||
|
# Publish Web Output
|
||||||
|
*.[Pp]ublish.xml
|
||||||
|
*.azurePubxml
|
||||||
|
# Note: Comment the next line if you want to checkin your web deploy settings,
|
||||||
|
# but database connection strings (with potential passwords) will be unencrypted
|
||||||
|
*.pubxml
|
||||||
|
*.publishproj
|
||||||
|
|
||||||
|
# Microsoft Azure Web App publish settings. Comment the next line if you want to
|
||||||
|
# checkin your Azure Web App publish settings, but sensitive information contained
|
||||||
|
# in these scripts will be unencrypted
|
||||||
|
PublishScripts/
|
||||||
|
|
||||||
|
# NuGet Packages
|
||||||
|
*.nupkg
|
||||||
|
# NuGet Symbol Packages
|
||||||
|
*.snupkg
|
||||||
|
# The packages folder can be ignored because of Package Restore
|
||||||
|
**/[Pp]ackages/*
|
||||||
|
# except build/, which is used as an MSBuild target.
|
||||||
|
!**/[Pp]ackages/build/
|
||||||
|
# Uncomment if necessary however generally it will be regenerated when needed
|
||||||
|
#!**/[Pp]ackages/repositories.config
|
||||||
|
# NuGet v3's project.json files produces more ignorable files
|
||||||
|
*.nuget.props
|
||||||
|
*.nuget.targets
|
||||||
|
|
||||||
|
# Microsoft Azure Build Output
|
||||||
|
csx/
|
||||||
|
*.build.csdef
|
||||||
|
|
||||||
|
# Microsoft Azure Emulator
|
||||||
|
ecf/
|
||||||
|
rcf/
|
||||||
|
|
||||||
|
# Windows Store app package directories and files
|
||||||
|
AppPackages/
|
||||||
|
BundleArtifacts/
|
||||||
|
Package.StoreAssociation.xml
|
||||||
|
_pkginfo.txt
|
||||||
|
*.appx
|
||||||
|
*.appxbundle
|
||||||
|
*.appxupload
|
||||||
|
|
||||||
|
# Visual Studio cache files
|
||||||
|
# files ending in .cache can be ignored
|
||||||
|
*.[Cc]ache
|
||||||
|
# but keep track of directories ending in .cache
|
||||||
|
!?*.[Cc]ache/
|
||||||
|
|
||||||
|
# Others
|
||||||
|
ClientBin/
|
||||||
|
~$*
|
||||||
|
*~
|
||||||
|
*.dbmdl
|
||||||
|
*.dbproj.schemaview
|
||||||
|
*.jfm
|
||||||
|
*.pfx
|
||||||
|
*.publishsettings
|
||||||
|
orleans.codegen.cs
|
||||||
|
|
||||||
|
# Including strong name files can present a security risk
|
||||||
|
# (https://github.com/github/gitignore/pull/2483#issue-259490424)
|
||||||
|
#*.snk
|
||||||
|
|
||||||
|
# Since there are multiple workflows, uncomment next line to ignore bower_components
|
||||||
|
# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
|
||||||
|
#bower_components/
|
||||||
|
|
||||||
|
# RIA/Silverlight projects
|
||||||
|
Generated_Code/
|
||||||
|
|
||||||
|
# Backup & report files from converting an old project file
|
||||||
|
# to a newer Visual Studio version. Backup files are not needed,
|
||||||
|
# because we have git ;-)
|
||||||
|
_UpgradeReport_Files/
|
||||||
|
Backup*/
|
||||||
|
UpgradeLog*.XML
|
||||||
|
UpgradeLog*.htm
|
||||||
|
ServiceFabricBackup/
|
||||||
|
*.rptproj.bak
|
||||||
|
|
||||||
|
# SQL Server files
|
||||||
|
*.mdf
|
||||||
|
*.ldf
|
||||||
|
*.ndf
|
||||||
|
|
||||||
|
# Business Intelligence projects
|
||||||
|
*.rdl.data
|
||||||
|
*.bim.layout
|
||||||
|
*.bim_*.settings
|
||||||
|
*.rptproj.rsuser
|
||||||
|
*- [Bb]ackup.rdl
|
||||||
|
*- [Bb]ackup ([0-9]).rdl
|
||||||
|
*- [Bb]ackup ([0-9][0-9]).rdl
|
||||||
|
|
||||||
|
# Microsoft Fakes
|
||||||
|
FakesAssemblies/
|
||||||
|
|
||||||
|
# GhostDoc plugin setting file
|
||||||
|
*.GhostDoc.xml
|
||||||
|
|
||||||
|
# Node.js Tools for Visual Studio
|
||||||
|
.ntvs_analysis.dat
|
||||||
|
node_modules/
|
||||||
|
|
||||||
|
# Visual Studio 6 build log
|
||||||
|
*.plg
|
||||||
|
|
||||||
|
# Visual Studio 6 workspace options file
|
||||||
|
*.opt
|
||||||
|
|
||||||
|
# Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
|
||||||
|
*.vbw
|
||||||
|
|
||||||
|
# Visual Studio LightSwitch build output
|
||||||
|
**/*.HTMLClient/GeneratedArtifacts
|
||||||
|
**/*.DesktopClient/GeneratedArtifacts
|
||||||
|
**/*.DesktopClient/ModelManifest.xml
|
||||||
|
**/*.Server/GeneratedArtifacts
|
||||||
|
**/*.Server/ModelManifest.xml
|
||||||
|
_Pvt_Extensions
|
||||||
|
|
||||||
|
# Paket dependency manager
|
||||||
|
.paket/paket.exe
|
||||||
|
paket-files/
|
||||||
|
|
||||||
|
# FAKE - F# Make
|
||||||
|
.fake/
|
||||||
|
|
||||||
|
# CodeRush personal settings
|
||||||
|
.cr/personal
|
||||||
|
|
||||||
|
# Python Tools for Visual Studio (PTVS)
|
||||||
|
__pycache__/
|
||||||
|
*.pyc
|
||||||
|
|
||||||
|
# Cake - Uncomment if you are using it
|
||||||
|
# tools/**
|
||||||
|
# !tools/packages.config
|
||||||
|
|
||||||
|
# Tabs Studio
|
||||||
|
*.tss
|
||||||
|
|
||||||
|
# Telerik's JustMock configuration file
|
||||||
|
*.jmconfig
|
||||||
|
|
||||||
|
# BizTalk build output
|
||||||
|
*.btp.cs
|
||||||
|
*.btm.cs
|
||||||
|
*.odx.cs
|
||||||
|
*.xsd.cs
|
||||||
|
|
||||||
|
# OpenCover UI analysis results
|
||||||
|
OpenCover/
|
||||||
|
|
||||||
|
# Azure Stream Analytics local run output
|
||||||
|
ASALocalRun/
|
||||||
|
|
||||||
|
# MSBuild Binary and Structured Log
|
||||||
|
*.binlog
|
||||||
|
|
||||||
|
# NVidia Nsight GPU debugger configuration file
|
||||||
|
*.nvuser
|
||||||
|
|
||||||
|
# MFractors (Xamarin productivity tool) working folder
|
||||||
|
.mfractor/
|
||||||
|
|
||||||
|
# Local History for Visual Studio
|
||||||
|
.localhistory/
|
||||||
|
|
||||||
|
# BeatPulse healthcheck temp database
|
||||||
|
healthchecksdb
|
||||||
|
|
||||||
|
# Backup folder for Package Reference Convert tool in Visual Studio 2017
|
||||||
|
MigrationBackup/
|
||||||
|
|
||||||
|
# Ionide (cross platform F# VS Code tools) working folder
|
||||||
|
.ionide/
|
||||||
|
|
||||||
|
# Fody - auto-generated XML schema
|
||||||
|
FodyWeavers.xsd
|
||||||
|
/ build
|
||||||
|
/Settings.ini
|
||||||
|
142
.travis.yml
142
.travis.yml
@ -2,9 +2,6 @@ language: cpp
|
|||||||
# gcc is clang on mac
|
# gcc is clang on mac
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
|
|
||||||
git:
|
|
||||||
depth: 1
|
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
include:
|
include:
|
||||||
@ -21,74 +18,152 @@ matrix:
|
|||||||
packages:
|
packages:
|
||||||
- qt55base
|
- qt55base
|
||||||
- qt55tools
|
- qt55tools
|
||||||
- gcc-6
|
- gcc-9
|
||||||
- g++-6
|
- g++-9
|
||||||
- libc6-i386
|
|
||||||
script:
|
script:
|
||||||
- PATH="/opt/qt55/bin:$PATH"
|
- PATH="/opt/qt55/bin:$PATH"
|
||||||
- CXX="g++-6"
|
- CXX="g++-9"
|
||||||
- CC="gcc-6"
|
- CC="gcc-9"
|
||||||
- qt55-env.sh
|
- qt55-env.sh
|
||||||
- qmake
|
- qmake
|
||||||
- make
|
- make
|
||||||
- make install
|
- make install
|
||||||
- name: Ubuntu qmake dll
|
- name: Ubuntu qmake dll
|
||||||
os: linux
|
os: linux
|
||||||
dist: xenial
|
dist: bionic
|
||||||
group: stable
|
group: stable
|
||||||
|
services:
|
||||||
|
- xvfb
|
||||||
|
compiler: gcc
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
sources:
|
sources:
|
||||||
- ubuntu-toolchain-r-test
|
- ubuntu-toolchain-r-test
|
||||||
- sourceline: 'ppa:beineri/opt-qt-5.12.0-xenial'
|
- sourceline: 'ppa:beineri/opt-qt-5.14.2-bionic'
|
||||||
update: true
|
update: true
|
||||||
packages:
|
packages:
|
||||||
- qt512base
|
- qt514base
|
||||||
- qt512tools
|
- qt514tools
|
||||||
- gcc-6
|
- gcc-9
|
||||||
- g++-6
|
- g++-9
|
||||||
- libc6-i386
|
- libc6-i386
|
||||||
- libgl-dev
|
- libgl-dev
|
||||||
- libgl1-mesa-dev
|
- libgl1-mesa-dev
|
||||||
- mesa-common-dev
|
- mesa-common-dev
|
||||||
script:
|
script:
|
||||||
- PATH="/opt/qt512/bin:$PATH"
|
- PATH="/opt/qt514/bin:$PATH"
|
||||||
- CXX="g++-6"
|
- CXX="g++-9"
|
||||||
- CC="gcc-6"
|
- CC="gcc-9"
|
||||||
- qt512-env.sh
|
- qt514-env.sh
|
||||||
- qmake
|
- qmake
|
||||||
- make
|
- make
|
||||||
- make install
|
- make install
|
||||||
- name: Ubuntu qmake static
|
- name: Ubuntu qmake static
|
||||||
os: linux
|
os: linux
|
||||||
dist: xenial
|
dist: bionic
|
||||||
group: stable
|
group: stable
|
||||||
|
services:
|
||||||
|
- xvfb
|
||||||
|
compiler: gcc
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
sources:
|
sources:
|
||||||
- ubuntu-toolchain-r-test
|
- ubuntu-toolchain-r-test
|
||||||
- sourceline: 'ppa:beineri/opt-qt-5.12.0-xenial'
|
- sourceline: 'ppa:beineri/opt-qt-5.14.2-bionic'
|
||||||
update: true
|
update: true
|
||||||
packages:
|
packages:
|
||||||
- qt512base
|
- qt514base
|
||||||
- qt512tools
|
- qt514tools
|
||||||
- gcc-6
|
- gcc-9
|
||||||
- g++-6
|
- g++-9
|
||||||
- libc6-i386
|
- libc6-i386
|
||||||
- libgl-dev
|
- libgl-dev
|
||||||
- libgl1-mesa-dev
|
- libgl1-mesa-dev
|
||||||
- mesa-common-dev
|
- mesa-common-dev
|
||||||
script:
|
script:
|
||||||
- PATH="/opt/qt512/bin:$PATH"
|
- PATH="/opt/qt514/bin:$PATH"
|
||||||
- CXX="g++-6"
|
- CXX="g++-9"
|
||||||
- CC="gcc-6"
|
- CC="gcc-9"
|
||||||
- qt512-env.sh
|
- qt514-env.sh
|
||||||
- qmake "CONFIG+=adsBuildStatic"
|
- qmake "CONFIG+=adsBuildStatic"
|
||||||
- make
|
- make
|
||||||
- make install
|
- make install
|
||||||
|
- name: Ubuntu CMake dll
|
||||||
|
os: linux
|
||||||
|
dist: bionic
|
||||||
|
group: stable
|
||||||
|
services:
|
||||||
|
- xvfb
|
||||||
|
compiler: gcc
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
sources:
|
||||||
|
- ubuntu-toolchain-r-test
|
||||||
|
- sourceline: 'ppa:beineri/opt-qt-5.14.2-bionic'
|
||||||
|
update: true
|
||||||
|
packages:
|
||||||
|
- qt514base
|
||||||
|
- qt514tools
|
||||||
|
- gcc-9
|
||||||
|
- g++-9
|
||||||
|
- libc6-i386
|
||||||
|
- libgl-dev
|
||||||
|
- libgl1-mesa-dev
|
||||||
|
- mesa-common-dev
|
||||||
|
script:
|
||||||
|
- PATH="/opt/qt514/bin:$PATH"
|
||||||
|
- CXX="g++-9"
|
||||||
|
- CC="gcc-9"
|
||||||
|
- qt514-env.sh
|
||||||
|
- mkdir ./build
|
||||||
|
- cd ./build
|
||||||
|
- cmake --version
|
||||||
|
- cmake -G"Unix Makefiles" -DCMAKE_BUILD_TYPE=RELEASE -DBUILD_STATIC=OFF -DBUILD_EXAMPLES=ON -DCMAKE_INSTALL_PREFIX="./installed" ../
|
||||||
|
- cmake --build .
|
||||||
|
- cmake --build . --target install
|
||||||
|
- cmake -G"Unix Makefiles" -DCMAKE_BUILD_TYPE=DEBUG -DBUILD_STATIC=OFF -DBUILD_EXAMPLES=ON -DCMAKE_DEBUG_POSTFIX=d -DCMAKE_INSTALL_PREFIX="./installed" ../
|
||||||
|
- cmake --build .
|
||||||
|
- cmake --build . --target install
|
||||||
|
- name: Ubuntu CMake Static
|
||||||
|
os: linux
|
||||||
|
dist: bionic
|
||||||
|
group: stable
|
||||||
|
services:
|
||||||
|
- xvfb
|
||||||
|
compiler: gcc
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
sources:
|
||||||
|
- ubuntu-toolchain-r-test
|
||||||
|
- sourceline: 'ppa:beineri/opt-qt-5.14.2-bionic'
|
||||||
|
update: true
|
||||||
|
packages:
|
||||||
|
- qt514base
|
||||||
|
- qt514tools
|
||||||
|
- gcc-9
|
||||||
|
- g++-9
|
||||||
|
- libc6-i386
|
||||||
|
- libgl-dev
|
||||||
|
- libgl1-mesa-dev
|
||||||
|
- mesa-common-dev
|
||||||
|
script:
|
||||||
|
- PATH="/opt/qt514/bin:$PATH"
|
||||||
|
- CXX="g++-9"
|
||||||
|
- CC="gcc-9"
|
||||||
|
- qt514-env.sh
|
||||||
|
- mkdir ./build
|
||||||
|
- cd ./build
|
||||||
|
- cmake --version
|
||||||
|
- cmake -G"Unix Makefiles" -DCMAKE_BUILD_TYPE=RELEASE -DBUILD_STATIC=ON -DBUILD_EXAMPLES=ON -DCMAKE_INSTALL_PREFIX="./installed" ../
|
||||||
|
- cmake --build .
|
||||||
|
- cmake --build . --target install
|
||||||
|
- cmake -G"Unix Makefiles" -DCMAKE_BUILD_TYPE=DEBUG -DBUILD_STATIC=ON -DBUILD_EXAMPLES=ON -DCMAKE_DEBUG_POSTFIX=d -DCMAKE_INSTALL_PREFIX="./installed" ../
|
||||||
|
- cmake --build .
|
||||||
|
- cmake --build . --target install
|
||||||
- name: macOS CMake dll
|
- name: macOS CMake dll
|
||||||
os: osx
|
os: osx
|
||||||
osx_image: xcode10.1
|
osx_image: xcode11.3
|
||||||
|
compiler: clang
|
||||||
addons:
|
addons:
|
||||||
homebrew:
|
homebrew:
|
||||||
packages:
|
packages:
|
||||||
@ -107,7 +182,8 @@ matrix:
|
|||||||
- cmake --build . --target install
|
- cmake --build . --target install
|
||||||
- name: macOS CMake static
|
- name: macOS CMake static
|
||||||
os: osx
|
os: osx
|
||||||
osx_image: xcode10.1
|
osx_image: xcode11.3
|
||||||
|
compiler: clang
|
||||||
addons:
|
addons:
|
||||||
homebrew:
|
homebrew:
|
||||||
packages:
|
packages:
|
||||||
@ -126,7 +202,8 @@ matrix:
|
|||||||
- cmake --build . --target install
|
- cmake --build . --target install
|
||||||
- name: macOS qmake dll
|
- name: macOS qmake dll
|
||||||
os: osx
|
os: osx
|
||||||
osx_image: xcode10.1
|
osx_image: xcode11.3
|
||||||
|
compiler: clang
|
||||||
addons:
|
addons:
|
||||||
homebrew:
|
homebrew:
|
||||||
packages:
|
packages:
|
||||||
@ -139,7 +216,8 @@ matrix:
|
|||||||
- make install
|
- make install
|
||||||
- name: macOS qmake static
|
- name: macOS qmake static
|
||||||
os: osx
|
os: osx
|
||||||
osx_image: xcode10.1
|
osx_image: xcode11.3
|
||||||
|
compiler: clang
|
||||||
addons:
|
addons:
|
||||||
homebrew:
|
homebrew:
|
||||||
packages:
|
packages:
|
||||||
|
131
CMakeLists.txt
131
CMakeLists.txt
@ -1,131 +1,22 @@
|
|||||||
cmake_minimum_required(VERSION 3.3)
|
cmake_minimum_required(VERSION 3.5)
|
||||||
set(ads_VERSION "2.3.2")
|
set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules ${CMAKE_MODULE_PATH})
|
||||||
set(CMAKE_CXX_STANDARD 14)
|
include(GetGitRevisionDescription)
|
||||||
set(CMAKE_CXX_STANDARD_REQUIRED ON)
|
git_describe(GitTagVersion --tags)
|
||||||
set(CMAKE_CXX_EXTENSIONS OFF)
|
string(REGEX REPLACE "^([0-9]+)\\..*" "\\1" VERSION_MAJOR "${GitTagVersion}")
|
||||||
set(CMAKE_AUTOMOC ON)
|
string(REGEX REPLACE "^[0-9]+\\.([0-9]+).*" "\\1" VERSION_MINOR "${GitTagVersion}")
|
||||||
set(CMAKE_AUTORCC ON)
|
string(REGEX REPLACE "^[0-9]+\\.[0-9]+\\.([0-9]+).*" "\\1" VERSION_PATCH "${GitTagVersion}")
|
||||||
project(QtAdvancedDockingSystem VERSION ${ads_VERSION})
|
set(VERSION_SHORT "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
|
||||||
|
project(QtADS LANGUAGES CXX VERSION ${VERSION_SHORT})
|
||||||
option(BUILD_STATIC "Build the static library" OFF)
|
option(BUILD_STATIC "Build the static library" OFF)
|
||||||
option(BUILD_EXAMPLES "Build the examples" ON)
|
option(BUILD_EXAMPLES "Build the examples" ON)
|
||||||
set(REQUIRED_QT_VERSION 5.5.0)
|
|
||||||
find_package(Qt5Core ${REQUIRED_QT_VERSION} REQUIRED)
|
|
||||||
find_package(Qt5Gui ${REQUIRED_QT_VERSION} REQUIRED)
|
|
||||||
find_package(Qt5Widgets ${REQUIRED_QT_VERSION} REQUIRED)
|
|
||||||
message(STATUS "Found Qt ${Qt5Core_VERSION}")
|
|
||||||
set(ads_INCLUDE ${ads_INCLUDE} ${Qt5Core_INCLUDE_DIRS})
|
|
||||||
set(ads_INCLUDE ${ads_INCLUDE} "${CMAKE_CURRENT_SOURCE_DIR}/src")
|
|
||||||
set(ads_LIBS ${ads_LIBS} ${Qt5Core_LIBRARIES})
|
|
||||||
set(ads_COMPILE_DEFINE ${ads_COMPILE_DEFINE} ${Qt5Core_COMPILE_DEFINITIONS})
|
|
||||||
set(ads_LIBS ${ads_LIBS} ${Qt5Gui_LIBRARIES})
|
|
||||||
set(ads_INCLUDE ${ads_INCLUDE} ${Qt5Gui_INCLUDE_DIRS})
|
|
||||||
set(ads_COMPILE_DEFINE ${ads_COMPILE_DEFINE} ${Qt5Gui_COMPILE_DEFINITIONS})
|
|
||||||
set(ads_LIBS ${ads_LIBS} ${Qt5Widgets_LIBRARIES})
|
|
||||||
set(ads_INCLUDE ${ads_INCLUDE} ${Qt5Widgets_INCLUDE_DIRS})
|
|
||||||
set(ads_COMPILE_DEFINE ${ads_COMPILE_DEFINE} ${Qt5Widgets_COMPILE_DEFINITIONS})
|
|
||||||
if(BUILD_STATIC)
|
|
||||||
set(CMAKE_STATIC_LIBRARY_SUFFIX "_static${CMAKE_STATIC_LIBRARY_SUFFIX}")
|
|
||||||
endif()
|
|
||||||
set(ads_SRCS
|
|
||||||
src/ads_globals.cpp
|
|
||||||
src/DockAreaTabBar.cpp
|
|
||||||
src/DockAreaTitleBar.cpp
|
|
||||||
src/DockAreaWidget.cpp
|
|
||||||
src/DockContainerWidget.cpp
|
|
||||||
src/DockManager.cpp
|
|
||||||
src/DockOverlay.cpp
|
|
||||||
src/DockSplitter.cpp
|
|
||||||
src/DockWidget.cpp
|
|
||||||
src/DockWidgetTab.cpp
|
|
||||||
src/DockingStateReader.cpp
|
|
||||||
src/ElidingLabel.cpp
|
|
||||||
src/FloatingDockContainer.cpp
|
|
||||||
src/FloatingDragPreview.cpp
|
|
||||||
src/IconProvider.cpp
|
|
||||||
src/DockComponentsFactory.cpp
|
|
||||||
src/ads.qrc
|
|
||||||
src/linux/FloatingWidgetTitleBar.cpp
|
|
||||||
)
|
|
||||||
set(ads_INSTALL_INCLUDE
|
|
||||||
src/ads_globals.h
|
|
||||||
src/DockAreaTabBar.h
|
|
||||||
src/DockAreaTitleBar.h
|
|
||||||
src/DockAreaTitleBar_p.h
|
|
||||||
src/DockAreaWidget.h
|
|
||||||
src/DockContainerWidget.h
|
|
||||||
src/DockManager.h
|
|
||||||
src/DockOverlay.h
|
|
||||||
src/DockSplitter.h
|
|
||||||
src/DockWidget.h
|
|
||||||
src/DockWidgetTab.h
|
|
||||||
src/DockingStateReader.h
|
|
||||||
src/ElidingLabel.h
|
|
||||||
src/FloatingDockContainer.h
|
|
||||||
src/FloatingDragPreview.h
|
|
||||||
src/IconProvider.h
|
|
||||||
src/DockComponentsFactory.h
|
|
||||||
src/linux/FloatingWidgetTitleBar.h
|
|
||||||
)
|
|
||||||
if("${CMAKE_SIZEOF_VOID_P}" STREQUAL "4")
|
if("${CMAKE_SIZEOF_VOID_P}" STREQUAL "4")
|
||||||
set(ads_PlatformDir "x86")
|
set(ads_PlatformDir "x86")
|
||||||
else()
|
else()
|
||||||
set(ads_PlatformDir "x64")
|
set(ads_PlatformDir "x64")
|
||||||
endif()
|
endif()
|
||||||
if(BUILD_STATIC)
|
add_subdirectory(src)
|
||||||
add_library(qtadvanceddocking STATIC ${ads_SRCS})
|
|
||||||
target_compile_definitions(qtadvanceddocking PUBLIC ADS_STATIC)
|
|
||||||
else()
|
|
||||||
add_library(qtadvanceddocking SHARED ${ads_SRCS})
|
|
||||||
set(ads_COMPILE_DEFINE ${ads_COMPILE_DEFINE} ADS_SHARED_EXPORT)
|
|
||||||
endif()
|
|
||||||
install(FILES ${ads_INSTALL_INCLUDE}
|
|
||||||
DESTINATION include
|
|
||||||
COMPONENT headers
|
|
||||||
)
|
|
||||||
install(FILES
|
|
||||||
"${CMAKE_CURRENT_SOURCE_DIR}/LICENSE"
|
|
||||||
"${CMAKE_CURRENT_SOURCE_DIR}/gnu-lgpl-v2.1.md"
|
|
||||||
DESTINATION license
|
|
||||||
COMPONENT license
|
|
||||||
)
|
|
||||||
install(TARGETS qtadvanceddocking
|
|
||||||
EXPORT adsTargets
|
|
||||||
RUNTIME DESTINATION bin
|
|
||||||
LIBRARY DESTINATION lib
|
|
||||||
ARCHIVE DESTINATION lib
|
|
||||||
INCLUDES DESTINATION include
|
|
||||||
)
|
|
||||||
|
|
||||||
include(CMakePackageConfigHelpers)
|
|
||||||
write_basic_package_version_file("adsConfigVersion.cmake"
|
|
||||||
VERSION ${ads_VERSION}
|
|
||||||
COMPATIBILITY SameMajorVersion
|
|
||||||
)
|
|
||||||
install(EXPORT adsTargets
|
|
||||||
FILE adsTargets.cmake
|
|
||||||
NAMESPACE ads::
|
|
||||||
DESTINATION lib/cmake/ads
|
|
||||||
)
|
|
||||||
install(FILES "adsConfig.cmake" "${CMAKE_BINARY_DIR}/adsConfigVersion.cmake"
|
|
||||||
DESTINATION lib/cmake/ads
|
|
||||||
)
|
|
||||||
|
|
||||||
target_include_directories(qtadvanceddocking PUBLIC
|
|
||||||
"$<BUILD_INTERFACE:${ads_INCLUDE}>"
|
|
||||||
$<INSTALL_INTERFACE:include>
|
|
||||||
)
|
|
||||||
target_link_libraries(qtadvanceddocking PUBLIC ${ads_LIBS})
|
|
||||||
target_compile_definitions(qtadvanceddocking PRIVATE ${ads_COMPILE_DEFINE})
|
|
||||||
set_target_properties(qtadvanceddocking PROPERTIES
|
|
||||||
VERSION ${ads_VERSION}
|
|
||||||
EXPORT_NAME "QtAdvancedDockingSystem"
|
|
||||||
ARCHIVE_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/${ads_PlatformDir}/lib"
|
|
||||||
LIBRARY_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/${ads_PlatformDir}/lib"
|
|
||||||
RUNTIME_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/${ads_PlatformDir}/bin"
|
|
||||||
)
|
|
||||||
if(BUILD_EXAMPLES)
|
if(BUILD_EXAMPLES)
|
||||||
add_subdirectory(examples/simple)
|
add_subdirectory(examples)
|
||||||
add_subdirectory(examples/sidebar)
|
|
||||||
add_subdirectory(demo)
|
add_subdirectory(demo)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
172
cmake/modules/GetGitRevisionDescription.cmake
Normal file
172
cmake/modules/GetGitRevisionDescription.cmake
Normal file
@ -0,0 +1,172 @@
|
|||||||
|
# - Returns a version string from Git
|
||||||
|
#
|
||||||
|
# These functions force a re-configure on each git commit so that you can
|
||||||
|
# trust the values of the variables in your build system.
|
||||||
|
#
|
||||||
|
# get_git_head_revision(<refspecvar> <hashvar> [<additional arguments to git describe> ...])
|
||||||
|
#
|
||||||
|
# Returns the refspec and sha hash of the current head revision
|
||||||
|
#
|
||||||
|
# git_describe(<var> [<additional arguments to git describe> ...])
|
||||||
|
#
|
||||||
|
# Returns the results of git describe on the source tree, and adjusting
|
||||||
|
# the output so that it tests false if an error occurs.
|
||||||
|
#
|
||||||
|
# git_get_exact_tag(<var> [<additional arguments to git describe> ...])
|
||||||
|
#
|
||||||
|
# Returns the results of git describe --exact-match on the source tree,
|
||||||
|
# and adjusting the output so that it tests false if there was no exact
|
||||||
|
# matching tag.
|
||||||
|
#
|
||||||
|
# git_local_changes(<var>)
|
||||||
|
#
|
||||||
|
# Returns either "CLEAN" or "DIRTY" with respect to uncommitted changes.
|
||||||
|
# Uses the return code of "git diff-index --quiet HEAD --".
|
||||||
|
# Does not regard untracked files.
|
||||||
|
#
|
||||||
|
# Requires CMake 2.6 or newer (uses the 'function' command)
|
||||||
|
#
|
||||||
|
# Original Author:
|
||||||
|
# 2009-2010 Ryan Pavlik <rpavlik@iastate.edu> <abiryan@ryand.net>
|
||||||
|
# http://academic.cleardefinition.com
|
||||||
|
# Iowa State University HCI Graduate Program/VRAC
|
||||||
|
#
|
||||||
|
# Copyright Iowa State University 2009-2010.
|
||||||
|
# Distributed under the Boost Software License, Version 1.0.
|
||||||
|
# (See accompanying file LICENSE_1_0.txt or copy at
|
||||||
|
# http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
|
if(__get_git_revision_description)
|
||||||
|
return()
|
||||||
|
endif()
|
||||||
|
set(__get_git_revision_description YES)
|
||||||
|
|
||||||
|
# We must run the following at "include" time, not at function call time,
|
||||||
|
# to find the path to this module rather than the path to a calling list file
|
||||||
|
get_filename_component(_gitdescmoddir ${CMAKE_CURRENT_LIST_FILE} PATH)
|
||||||
|
|
||||||
|
function(get_git_head_revision _refspecvar _hashvar)
|
||||||
|
set(GIT_PARENT_DIR "${CMAKE_CURRENT_SOURCE_DIR}")
|
||||||
|
set(GIT_DIR "${GIT_PARENT_DIR}/.git")
|
||||||
|
while(NOT EXISTS "${GIT_DIR}") # .git dir not found, search parent directories
|
||||||
|
set(GIT_PREVIOUS_PARENT "${GIT_PARENT_DIR}")
|
||||||
|
get_filename_component(GIT_PARENT_DIR ${GIT_PARENT_DIR} PATH)
|
||||||
|
if(GIT_PARENT_DIR STREQUAL GIT_PREVIOUS_PARENT)
|
||||||
|
# We have reached the root directory, we are not in git
|
||||||
|
set(${_refspecvar} "GITDIR-NOTFOUND" PARENT_SCOPE)
|
||||||
|
set(${_hashvar} "GITDIR-NOTFOUND" PARENT_SCOPE)
|
||||||
|
return()
|
||||||
|
endif()
|
||||||
|
set(GIT_DIR "${GIT_PARENT_DIR}/.git")
|
||||||
|
endwhile()
|
||||||
|
# check if this is a submodule
|
||||||
|
if(NOT IS_DIRECTORY ${GIT_DIR})
|
||||||
|
file(READ ${GIT_DIR} submodule)
|
||||||
|
string(REGEX REPLACE "gitdir: (.*)\n$" "\\1" GIT_DIR_RELATIVE ${submodule})
|
||||||
|
get_filename_component(SUBMODULE_DIR ${GIT_DIR} PATH)
|
||||||
|
get_filename_component(GIT_DIR ${SUBMODULE_DIR}/${GIT_DIR_RELATIVE} ABSOLUTE)
|
||||||
|
endif()
|
||||||
|
if(NOT IS_DIRECTORY "${GIT_DIR}")
|
||||||
|
file(READ ${GIT_DIR} worktree)
|
||||||
|
string(REGEX REPLACE "gitdir: (.*)worktrees(.*)\n$" "\\1" GIT_DIR ${worktree})
|
||||||
|
endif()
|
||||||
|
set(GIT_DATA "${CMAKE_CURRENT_BINARY_DIR}/CMakeFiles/git-data")
|
||||||
|
if(NOT EXISTS "${GIT_DATA}")
|
||||||
|
file(MAKE_DIRECTORY "${GIT_DATA}")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if(NOT EXISTS "${GIT_DIR}/HEAD")
|
||||||
|
return()
|
||||||
|
endif()
|
||||||
|
set(HEAD_FILE "${GIT_DATA}/HEAD")
|
||||||
|
configure_file("${GIT_DIR}/HEAD" "${HEAD_FILE}" COPYONLY)
|
||||||
|
|
||||||
|
configure_file("${_gitdescmoddir}/GetGitRevisionDescription.cmake.in"
|
||||||
|
"${GIT_DATA}/grabRef.cmake"
|
||||||
|
@ONLY)
|
||||||
|
include("${GIT_DATA}/grabRef.cmake")
|
||||||
|
|
||||||
|
set(${_refspecvar} "${HEAD_REF}" PARENT_SCOPE)
|
||||||
|
set(${_hashvar} "${HEAD_HASH}" PARENT_SCOPE)
|
||||||
|
endfunction()
|
||||||
|
|
||||||
|
function(git_describe _var)
|
||||||
|
if(NOT GIT_FOUND)
|
||||||
|
find_package(Git QUIET)
|
||||||
|
endif()
|
||||||
|
get_git_head_revision(refspec hash)
|
||||||
|
if(NOT GIT_FOUND)
|
||||||
|
set(${_var} "GIT-NOTFOUND" PARENT_SCOPE)
|
||||||
|
return()
|
||||||
|
endif()
|
||||||
|
if(NOT hash)
|
||||||
|
set(${_var} "HEAD-HASH-NOTFOUND" PARENT_SCOPE)
|
||||||
|
return()
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# TODO sanitize
|
||||||
|
#if((${ARGN}" MATCHES "&&") OR
|
||||||
|
# (ARGN MATCHES "||") OR
|
||||||
|
# (ARGN MATCHES "\\;"))
|
||||||
|
# message("Please report the following error to the project!")
|
||||||
|
# message(FATAL_ERROR "Looks like someone's doing something nefarious with git_describe! Passed arguments ${ARGN}")
|
||||||
|
#endif()
|
||||||
|
|
||||||
|
#message(STATUS "Arguments to execute_process: ${ARGN}")
|
||||||
|
|
||||||
|
execute_process(COMMAND
|
||||||
|
"${GIT_EXECUTABLE}"
|
||||||
|
describe
|
||||||
|
${hash}
|
||||||
|
${ARGN}
|
||||||
|
WORKING_DIRECTORY
|
||||||
|
"${CMAKE_CURRENT_SOURCE_DIR}"
|
||||||
|
RESULT_VARIABLE
|
||||||
|
res
|
||||||
|
OUTPUT_VARIABLE
|
||||||
|
out
|
||||||
|
ERROR_QUIET
|
||||||
|
OUTPUT_STRIP_TRAILING_WHITESPACE)
|
||||||
|
if(NOT res EQUAL 0)
|
||||||
|
set(out "${out}-${res}-NOTFOUND")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
set(${_var} "${out}" PARENT_SCOPE)
|
||||||
|
endfunction()
|
||||||
|
|
||||||
|
function(git_get_exact_tag _var)
|
||||||
|
git_describe(out --exact-match ${ARGN})
|
||||||
|
set(${_var} "${out}" PARENT_SCOPE)
|
||||||
|
endfunction()
|
||||||
|
|
||||||
|
function(git_local_changes _var)
|
||||||
|
if(NOT GIT_FOUND)
|
||||||
|
find_package(Git QUIET)
|
||||||
|
endif()
|
||||||
|
get_git_head_revision(refspec hash)
|
||||||
|
if(NOT GIT_FOUND)
|
||||||
|
set(${_var} "GIT-NOTFOUND" PARENT_SCOPE)
|
||||||
|
return()
|
||||||
|
endif()
|
||||||
|
if(NOT hash)
|
||||||
|
set(${_var} "HEAD-HASH-NOTFOUND" PARENT_SCOPE)
|
||||||
|
return()
|
||||||
|
endif()
|
||||||
|
|
||||||
|
execute_process(COMMAND
|
||||||
|
"${GIT_EXECUTABLE}"
|
||||||
|
diff-index --quiet HEAD --
|
||||||
|
WORKING_DIRECTORY
|
||||||
|
"${CMAKE_CURRENT_SOURCE_DIR}"
|
||||||
|
RESULT_VARIABLE
|
||||||
|
res
|
||||||
|
OUTPUT_VARIABLE
|
||||||
|
out
|
||||||
|
ERROR_QUIET
|
||||||
|
OUTPUT_STRIP_TRAILING_WHITESPACE)
|
||||||
|
if(res EQUAL 0)
|
||||||
|
set(${_var} "CLEAN" PARENT_SCOPE)
|
||||||
|
else()
|
||||||
|
set(${_var} "DIRTY" PARENT_SCOPE)
|
||||||
|
endif()
|
||||||
|
endfunction()
|
41
cmake/modules/GetGitRevisionDescription.cmake.in
Normal file
41
cmake/modules/GetGitRevisionDescription.cmake.in
Normal file
@ -0,0 +1,41 @@
|
|||||||
|
#
|
||||||
|
# Internal file for GetGitRevisionDescription.cmake
|
||||||
|
#
|
||||||
|
# Requires CMake 2.6 or newer (uses the 'function' command)
|
||||||
|
#
|
||||||
|
# Original Author:
|
||||||
|
# 2009-2010 Ryan Pavlik <rpavlik@iastate.edu> <abiryan@ryand.net>
|
||||||
|
# http://academic.cleardefinition.com
|
||||||
|
# Iowa State University HCI Graduate Program/VRAC
|
||||||
|
#
|
||||||
|
# Copyright Iowa State University 2009-2010.
|
||||||
|
# Distributed under the Boost Software License, Version 1.0.
|
||||||
|
# (See accompanying file LICENSE_1_0.txt or copy at
|
||||||
|
# http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
|
set(HEAD_HASH)
|
||||||
|
|
||||||
|
file(READ "@HEAD_FILE@" HEAD_CONTENTS LIMIT 1024)
|
||||||
|
|
||||||
|
string(STRIP "${HEAD_CONTENTS}" HEAD_CONTENTS)
|
||||||
|
if(HEAD_CONTENTS MATCHES "ref")
|
||||||
|
# named branch
|
||||||
|
string(REPLACE "ref: " "" HEAD_REF "${HEAD_CONTENTS}")
|
||||||
|
if(EXISTS "@GIT_DIR@/${HEAD_REF}")
|
||||||
|
configure_file("@GIT_DIR@/${HEAD_REF}" "@GIT_DATA@/head-ref" COPYONLY)
|
||||||
|
else()
|
||||||
|
configure_file("@GIT_DIR@/packed-refs" "@GIT_DATA@/packed-refs" COPYONLY)
|
||||||
|
file(READ "@GIT_DATA@/packed-refs" PACKED_REFS)
|
||||||
|
if(${PACKED_REFS} MATCHES "([0-9a-z]*) ${HEAD_REF}")
|
||||||
|
set(HEAD_HASH "${CMAKE_MATCH_1}")
|
||||||
|
endif()
|
||||||
|
endif()
|
||||||
|
else()
|
||||||
|
# detached HEAD
|
||||||
|
configure_file("@GIT_DIR@/HEAD" "@GIT_DATA@/head-ref" COPYONLY)
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if(NOT HEAD_HASH)
|
||||||
|
file(READ "@GIT_DATA@/head-ref" HEAD_HASH LIMIT 1024)
|
||||||
|
string(STRIP "${HEAD_HASH}" HEAD_HASH)
|
||||||
|
endif()
|
@ -1,29 +1,9 @@
|
|||||||
cmake_minimum_required(VERSION 3.3)
|
cmake_minimum_required(VERSION 3.5)
|
||||||
set (CMAKE_CXX_STANDARD 14)
|
project(ads_demo VERSION ${VERSION_SHORT})
|
||||||
set(CMAKE_CXX_STANDARD_REQUIRED ON)
|
|
||||||
set(CMAKE_CXX_EXTENSIONS OFF)
|
find_package(Qt5 5.5 COMPONENTS Core Gui Widgets REQUIRED)
|
||||||
set(CMAKE_AUTOMOC ON)
|
|
||||||
set(CMAKE_AUTOUIC ON)
|
|
||||||
set(CMAKE_AUTORCC ON)
|
|
||||||
project(ads_demo VERSION "1.0")
|
|
||||||
set(REQUIRED_QT_VERSION 5.5.0)
|
|
||||||
find_package(Qt5Core ${REQUIRED_QT_VERSION} REQUIRED)
|
|
||||||
find_package(Qt5Gui ${REQUIRED_QT_VERSION} REQUIRED)
|
|
||||||
find_package(Qt5Widgets ${REQUIRED_QT_VERSION} REQUIRED)
|
|
||||||
set(ads_demo_LIBS ${ads_demo_LIBS} ${Qt5Core_LIBRARIES})
|
|
||||||
set(ads_demo_INCLUDE ${ads_demo_INCLUDE} ${Qt5Core_INCLUDE_DIRS})
|
|
||||||
set(ads_demo_COMPILE_DEFINE ${ads_demo_COMPILE_DEFINE} ${Qt5Core_COMPILE_DEFINITIONS} )
|
|
||||||
set(ads_demo_LIBS ${ads_demo_LIBS} ${Qt5Gui_LIBRARIES})
|
|
||||||
set(ads_demo_INCLUDE ${ads_demo_INCLUDE} ${Qt5Gui_INCLUDE_DIRS})
|
|
||||||
set(ads_demo_COMPILE_DEFINE ${ads_demo_COMPILE_DEFINE} ${Qt5Gui_COMPILE_DEFINITIONS})
|
|
||||||
set(ads_demo_LIBS ${ads_demo_LIBS} ${Qt5Widgets_LIBRARIES})
|
|
||||||
set(ads_demo_INCLUDE ${ads_demo_INCLUDE} ${Qt5Widgets_INCLUDE_DIRS})
|
|
||||||
set(ads_demo_COMPILE_DEFINE ${ads_demo_COMPILE_DEFINE} ${Qt5Widgets_COMPILE_DEFINITIONS})
|
|
||||||
if(WIN32)
|
if(WIN32)
|
||||||
find_package(Qt5AxContainer ${REQUIRED_QT_VERSION} REQUIRED)
|
find_package(Qt5 5.5 COMPONENTS AxContainer REQUIRED)
|
||||||
set(ads_demo_LIBS ${ads_demo_LIBS} ${Qt5AxContainer_LIBRARIES})
|
|
||||||
set(ads_demo_INCLUDE ${ads_demo_INCLUDE} ${Qt5AxContainer_INCLUDE_DIRS})
|
|
||||||
set(ads_demo_COMPILE_DEFINE ${ads_demo_COMPILE_DEFINE} ${Qt5AxContainer_COMPILE_DEFINITIONS})
|
|
||||||
endif()
|
endif()
|
||||||
set(CMAKE_INCLUDE_CURRENT_DIR ON)
|
set(CMAKE_INCLUDE_CURRENT_DIR ON)
|
||||||
set(ads_demo_SRCS
|
set(ads_demo_SRCS
|
||||||
@ -35,22 +15,26 @@ set(ads_demo_SRCS
|
|||||||
demo.qrc
|
demo.qrc
|
||||||
)
|
)
|
||||||
add_executable(AdvancedDockingSystemDemo WIN32 ${ads_demo_SRCS})
|
add_executable(AdvancedDockingSystemDemo WIN32 ${ads_demo_SRCS})
|
||||||
if(BUILD_STATIC)
|
target_include_directories(AdvancedDockingSystemDemo PRIVATE "${CMAKE_CURRENT_SOURCE_DIR}/../src")
|
||||||
set(ads_demo_DEFINE ${ads_demo_DEFINE} ADS_STATIC)
|
target_link_libraries(AdvancedDockingSystemDemo PUBLIC Qt5::Core Qt5::Gui Qt5::Widgets)
|
||||||
|
if(WIN32)
|
||||||
|
target_link_libraries(AdvancedDockingSystemDemo PUBLIC Qt5::AxContainer)
|
||||||
endif()
|
endif()
|
||||||
add_dependencies(AdvancedDockingSystemDemo qtadvanceddocking)
|
target_link_libraries(AdvancedDockingSystemDemo PRIVATE qtadvanceddocking)
|
||||||
target_include_directories(AdvancedDockingSystemDemo PUBLIC
|
|
||||||
$<BUILD_INTERFACE:${ads_demo_INCLUDE}>
|
|
||||||
$<INSTALL_INTERFACE:include>
|
|
||||||
)
|
|
||||||
target_include_directories(AdvancedDockingSystemDemo PRIVATE "${CMAKE_CURRENT_SOURCE_DIR}/../src" ${ads_demo_INCLUDE})
|
|
||||||
target_link_libraries(AdvancedDockingSystemDemo PRIVATE qtadvanceddocking ${ads_demo_LIBS})
|
|
||||||
target_compile_definitions(AdvancedDockingSystemDemo PRIVATE ${ads_demo_DEFINE})
|
|
||||||
set_target_properties(AdvancedDockingSystemDemo PROPERTIES
|
set_target_properties(AdvancedDockingSystemDemo PROPERTIES
|
||||||
VERSION "1.0"
|
AUTOMOC ON
|
||||||
SOVERSION 1
|
AUTORCC ON
|
||||||
|
AUTOUIC ON
|
||||||
|
CXX_STANDARD 14
|
||||||
|
CXX_STANDARD_REQUIRED ON
|
||||||
|
CXX_EXTENSIONS OFF
|
||||||
|
VERSION ${VERSION_SHORT}
|
||||||
EXPORT_NAME "Qt Advanced Docking System Demo"
|
EXPORT_NAME "Qt Advanced Docking System Demo"
|
||||||
ARCHIVE_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/${ads_PlatformDir}/lib"
|
ARCHIVE_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/${ads_PlatformDir}/lib"
|
||||||
LIBRARY_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/${ads_PlatformDir}/lib"
|
LIBRARY_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/${ads_PlatformDir}/lib"
|
||||||
RUNTIME_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/${ads_PlatformDir}/bin"
|
RUNTIME_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/${ads_PlatformDir}/bin"
|
||||||
)
|
)
|
||||||
|
#if(BUILD_STATIC)
|
||||||
|
# target_compile_definitions(AdvancedDockingSystemDemo PRIVATE ADS_STATIC)
|
||||||
|
#endif()
|
||||||
|
|
||||||
|
5
examples/CMakeLists.txt
Normal file
5
examples/CMakeLists.txt
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
cmake_minimum_required(VERSION 3.5)
|
||||||
|
project(QtADSExamples LANGUAGES CXX VERSION ${VERSION_SHORT})
|
||||||
|
add_subdirectory(simple)
|
||||||
|
add_subdirectory(sidebar)
|
||||||
|
add_subdirectory(deleteonclose)
|
21
examples/deleteonclose/CMakeLists.txt
Normal file
21
examples/deleteonclose/CMakeLists.txt
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
cmake_minimum_required(VERSION 3.5)
|
||||||
|
project(ads_example_deleteonclose VERSION ${VERSION_SHORT})
|
||||||
|
find_package(Qt5 5.5 COMPONENTS Core Gui Widgets REQUIRED)
|
||||||
|
set(CMAKE_INCLUDE_CURRENT_DIR ON)
|
||||||
|
add_executable(DeleteOnCloseTest WIN32
|
||||||
|
main.cpp
|
||||||
|
)
|
||||||
|
target_include_directories(DeleteOnCloseTest PRIVATE "${CMAKE_CURRENT_SOURCE_DIR}/../../src")
|
||||||
|
target_link_libraries(DeleteOnCloseTest PRIVATE qtadvanceddocking)
|
||||||
|
target_link_libraries(DeleteOnCloseTest PUBLIC Qt5::Core Qt5::Gui Qt5::Widgets)
|
||||||
|
set_target_properties(DeleteOnCloseTest PROPERTIES
|
||||||
|
AUTOMOC ON
|
||||||
|
CXX_STANDARD 14
|
||||||
|
CXX_STANDARD_REQUIRED ON
|
||||||
|
CXX_EXTENSIONS OFF
|
||||||
|
VERSION ${VERSION_SHORT}
|
||||||
|
EXPORT_NAME "Qt Advanced Docking System Delete on Close Example"
|
||||||
|
ARCHIVE_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/${ads_PlatformDir}/lib"
|
||||||
|
LIBRARY_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/${ads_PlatformDir}/lib"
|
||||||
|
RUNTIME_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/${ads_PlatformDir}/bin"
|
||||||
|
)
|
@ -1,45 +1,24 @@
|
|||||||
cmake_minimum_required(VERSION 3.3)
|
cmake_minimum_required(VERSION 3.5)
|
||||||
set (CMAKE_CXX_STANDARD 14)
|
project(ads_example_sidebar VERSION ${VERSION_SHORT})
|
||||||
set(CMAKE_CXX_STANDARD_REQUIRED ON)
|
find_package(Qt5 5.5 COMPONENTS Core Gui Widgets REQUIRED)
|
||||||
set(CMAKE_CXX_EXTENSIONS OFF)
|
|
||||||
set(CMAKE_AUTOMOC ON)
|
|
||||||
set(CMAKE_AUTOUIC ON)
|
|
||||||
project(ads_example VERSION "1.0")
|
|
||||||
set(REQUIRED_QT_VERSION 5.5.0)
|
|
||||||
find_package(Qt5Core ${REQUIRED_QT_VERSION} REQUIRED)
|
|
||||||
find_package(Qt5Gui ${REQUIRED_QT_VERSION} REQUIRED)
|
|
||||||
find_package(Qt5Widgets ${REQUIRED_QT_VERSION} REQUIRED)
|
|
||||||
set(ads_example_LIBS ${ads_example_LIBS} ${Qt5Core_LIBRARIES})
|
|
||||||
set(ads_example_INCLUDE ${ads_example_INCLUDE} ${Qt5Core_INCLUDE_DIRS})
|
|
||||||
set(ads_example_COMPILE_DEFINE ${ads_example_COMPILE_DEFINE} ${Qt5Core_COMPILE_DEFINITIONS} )
|
|
||||||
set(ads_example_LIBS ${ads_example_LIBS} ${Qt5Gui_LIBRARIES})
|
|
||||||
set(ads_example_INCLUDE ${ads_example_INCLUDE} ${Qt5Gui_INCLUDE_DIRS})
|
|
||||||
set(ads_example_COMPILE_DEFINE ${ads_example_COMPILE_DEFINE} ${Qt5Gui_COMPILE_DEFINITIONS})
|
|
||||||
set(ads_example_LIBS ${ads_example_LIBS} ${Qt5Widgets_LIBRARIES})
|
|
||||||
set(ads_example_INCLUDE ${ads_example_INCLUDE} ${Qt5Widgets_INCLUDE_DIRS})
|
|
||||||
set(ads_example_COMPILE_DEFINE ${ads_example_COMPILE_DEFINE} ${Qt5Widgets_COMPILE_DEFINITIONS})
|
|
||||||
set(CMAKE_INCLUDE_CURRENT_DIR ON)
|
set(CMAKE_INCLUDE_CURRENT_DIR ON)
|
||||||
set(ads_example_SRCS
|
add_executable(SidebarExample WIN32
|
||||||
main.cpp
|
main.cpp
|
||||||
MainWindow.cpp
|
MainWindow.cpp
|
||||||
MainWindow.ui
|
MainWindow.ui
|
||||||
)
|
)
|
||||||
add_executable(SidebarExample WIN32 ${ads_example_SRCS})
|
target_include_directories(SidebarExample PRIVATE "${CMAKE_CURRENT_SOURCE_DIR}/../../src")
|
||||||
if(BUILD_STATIC)
|
target_link_libraries(SidebarExample PRIVATE qtadvanceddocking)
|
||||||
set(ads_example_DEFINE ${ads_example_DEFINE} ADS_STATIC)
|
target_link_libraries(SidebarExample PUBLIC Qt5::Core Qt5::Gui Qt5::Widgets)
|
||||||
endif()
|
|
||||||
add_dependencies(SidebarExample qtadvanceddocking)
|
|
||||||
target_include_directories(SidebarExample PUBLIC
|
|
||||||
$<BUILD_INTERFACE:${ads_example_INCLUDE}>
|
|
||||||
$<INSTALL_INTERFACE:include>
|
|
||||||
)
|
|
||||||
target_include_directories(SidebarExample PRIVATE "${CMAKE_CURRENT_SOURCE_DIR}/../../src" ${ads_example_INCLUDE})
|
|
||||||
target_link_libraries(SidebarExample PRIVATE qtadvanceddocking ${ads_example_LIBS})
|
|
||||||
target_compile_definitions(SidebarExample PRIVATE ${ads_example_DEFINE})
|
|
||||||
set_target_properties(SidebarExample PROPERTIES
|
set_target_properties(SidebarExample PROPERTIES
|
||||||
VERSION "1.0"
|
AUTOMOC ON
|
||||||
SOVERSION 1
|
AUTORCC ON
|
||||||
EXPORT_NAME "Qt Advanced Docking System Example"
|
AUTOUIC ON
|
||||||
|
CXX_STANDARD 14
|
||||||
|
CXX_STANDARD_REQUIRED ON
|
||||||
|
CXX_EXTENSIONS OFF
|
||||||
|
VERSION ${VERSION_SHORT}
|
||||||
|
EXPORT_NAME "Qt Advanced Docking System Sidebar Example"
|
||||||
ARCHIVE_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/${ads_PlatformDir}/lib"
|
ARCHIVE_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/${ads_PlatformDir}/lib"
|
||||||
LIBRARY_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/${ads_PlatformDir}/lib"
|
LIBRARY_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/${ads_PlatformDir}/lib"
|
||||||
RUNTIME_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/${ads_PlatformDir}/bin"
|
RUNTIME_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/${ads_PlatformDir}/bin"
|
||||||
|
@ -1,45 +1,24 @@
|
|||||||
cmake_minimum_required(VERSION 3.3)
|
cmake_minimum_required(VERSION 3.5)
|
||||||
set (CMAKE_CXX_STANDARD 14)
|
project(ads_example_simple VERSION ${VERSION_SHORT})
|
||||||
set(CMAKE_CXX_STANDARD_REQUIRED ON)
|
find_package(Qt5 5.5 COMPONENTS Core Gui Widgets REQUIRED)
|
||||||
set(CMAKE_CXX_EXTENSIONS OFF)
|
|
||||||
set(CMAKE_AUTOMOC ON)
|
|
||||||
set(CMAKE_AUTOUIC ON)
|
|
||||||
project(ads_example VERSION "1.0")
|
|
||||||
set(REQUIRED_QT_VERSION 5.5.0)
|
|
||||||
find_package(Qt5Core ${REQUIRED_QT_VERSION} REQUIRED)
|
|
||||||
find_package(Qt5Gui ${REQUIRED_QT_VERSION} REQUIRED)
|
|
||||||
find_package(Qt5Widgets ${REQUIRED_QT_VERSION} REQUIRED)
|
|
||||||
set(ads_example_LIBS ${ads_example_LIBS} ${Qt5Core_LIBRARIES})
|
|
||||||
set(ads_example_INCLUDE ${ads_example_INCLUDE} ${Qt5Core_INCLUDE_DIRS})
|
|
||||||
set(ads_example_COMPILE_DEFINE ${ads_example_COMPILE_DEFINE} ${Qt5Core_COMPILE_DEFINITIONS} )
|
|
||||||
set(ads_example_LIBS ${ads_example_LIBS} ${Qt5Gui_LIBRARIES})
|
|
||||||
set(ads_example_INCLUDE ${ads_example_INCLUDE} ${Qt5Gui_INCLUDE_DIRS})
|
|
||||||
set(ads_example_COMPILE_DEFINE ${ads_example_COMPILE_DEFINE} ${Qt5Gui_COMPILE_DEFINITIONS})
|
|
||||||
set(ads_example_LIBS ${ads_example_LIBS} ${Qt5Widgets_LIBRARIES})
|
|
||||||
set(ads_example_INCLUDE ${ads_example_INCLUDE} ${Qt5Widgets_INCLUDE_DIRS})
|
|
||||||
set(ads_example_COMPILE_DEFINE ${ads_example_COMPILE_DEFINE} ${Qt5Widgets_COMPILE_DEFINITIONS})
|
|
||||||
set(CMAKE_INCLUDE_CURRENT_DIR ON)
|
set(CMAKE_INCLUDE_CURRENT_DIR ON)
|
||||||
set(ads_example_SRCS
|
add_executable(SimpleExample WIN32
|
||||||
main.cpp
|
main.cpp
|
||||||
MainWindow.cpp
|
MainWindow.cpp
|
||||||
MainWindow.ui
|
MainWindow.ui
|
||||||
)
|
)
|
||||||
add_executable(SimpleExample WIN32 ${ads_example_SRCS})
|
target_include_directories(SimpleExample PRIVATE "${CMAKE_CURRENT_SOURCE_DIR}/../../src")
|
||||||
if(BUILD_STATIC)
|
target_link_libraries(SimpleExample PRIVATE qtadvanceddocking)
|
||||||
set(ads_example_DEFINE ${ads_example_DEFINE} ADS_STATIC)
|
target_link_libraries(SimpleExample PUBLIC Qt5::Core Qt5::Gui Qt5::Widgets)
|
||||||
endif()
|
|
||||||
add_dependencies(SimpleExample qtadvanceddocking)
|
|
||||||
target_include_directories(SimpleExample PUBLIC
|
|
||||||
$<BUILD_INTERFACE:${ads_example_INCLUDE}>
|
|
||||||
$<INSTALL_INTERFACE:include>
|
|
||||||
)
|
|
||||||
target_include_directories(SimpleExample PRIVATE "${CMAKE_CURRENT_SOURCE_DIR}/../../src" ${ads_example_INCLUDE})
|
|
||||||
target_link_libraries(SimpleExample PRIVATE qtadvanceddocking ${ads_example_LIBS})
|
|
||||||
target_compile_definitions(SimpleExample PRIVATE ${ads_example_DEFINE})
|
|
||||||
set_target_properties(SimpleExample PROPERTIES
|
set_target_properties(SimpleExample PROPERTIES
|
||||||
VERSION "1.0"
|
AUTOMOC ON
|
||||||
SOVERSION 1
|
AUTORCC ON
|
||||||
EXPORT_NAME "Qt Advanced Docking System Example"
|
AUTOUIC ON
|
||||||
|
CXX_STANDARD 14
|
||||||
|
CXX_STANDARD_REQUIRED ON
|
||||||
|
CXX_EXTENSIONS OFF
|
||||||
|
VERSION ${VERSION_SHORT}
|
||||||
|
EXPORT_NAME "Qt Advanced Docking System Simple Example"
|
||||||
ARCHIVE_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/${ads_PlatformDir}/lib"
|
ARCHIVE_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/${ads_PlatformDir}/lib"
|
||||||
LIBRARY_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/${ads_PlatformDir}/lib"
|
LIBRARY_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/${ads_PlatformDir}/lib"
|
||||||
RUNTIME_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/${ads_PlatformDir}/bin"
|
RUNTIME_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/${ads_PlatformDir}/bin"
|
||||||
|
106
src/CMakeLists.txt
Normal file
106
src/CMakeLists.txt
Normal file
@ -0,0 +1,106 @@
|
|||||||
|
cmake_minimum_required(VERSION 3.5)
|
||||||
|
project(QtAdvancedDockingSystem LANGUAGES CXX VERSION ${VERSION_SHORT})
|
||||||
|
find_package(Qt5 5.5 COMPONENTS Core Gui Widgets REQUIRED)
|
||||||
|
set(CMAKE_INCLUDE_CURRENT_DIR ON)
|
||||||
|
if(BUILD_STATIC)
|
||||||
|
set(CMAKE_STATIC_LIBRARY_SUFFIX "_static${CMAKE_STATIC_LIBRARY_SUFFIX}")
|
||||||
|
endif()
|
||||||
|
set(ads_SRCS
|
||||||
|
ads_globals.cpp
|
||||||
|
DockAreaTabBar.cpp
|
||||||
|
DockAreaTitleBar.cpp
|
||||||
|
DockAreaWidget.cpp
|
||||||
|
DockContainerWidget.cpp
|
||||||
|
DockManager.cpp
|
||||||
|
DockOverlay.cpp
|
||||||
|
DockSplitter.cpp
|
||||||
|
DockWidget.cpp
|
||||||
|
DockWidgetTab.cpp
|
||||||
|
DockingStateReader.cpp
|
||||||
|
ElidingLabel.cpp
|
||||||
|
FloatingDockContainer.cpp
|
||||||
|
FloatingDragPreview.cpp
|
||||||
|
IconProvider.cpp
|
||||||
|
DockComponentsFactory.cpp
|
||||||
|
ads.qrc
|
||||||
|
)
|
||||||
|
set(ads_INSTALL_INCLUDE
|
||||||
|
ads_globals.h
|
||||||
|
DockAreaTabBar.h
|
||||||
|
DockAreaTitleBar.h
|
||||||
|
DockAreaTitleBar_p.h
|
||||||
|
DockAreaWidget.h
|
||||||
|
DockContainerWidget.h
|
||||||
|
DockManager.h
|
||||||
|
DockOverlay.h
|
||||||
|
DockSplitter.h
|
||||||
|
DockWidget.h
|
||||||
|
DockWidgetTab.h
|
||||||
|
DockingStateReader.h
|
||||||
|
ElidingLabel.h
|
||||||
|
FloatingDockContainer.h
|
||||||
|
FloatingDragPreview.h
|
||||||
|
IconProvider.h
|
||||||
|
DockComponentsFactory.h
|
||||||
|
)
|
||||||
|
if (UNIX)
|
||||||
|
set(ads_SRCS linux/FloatingWidgetTitleBar.cpp ${ads_SRCS})
|
||||||
|
set(ads_INSTALL_INCLUDE linux/FloatingWidgetTitleBar.h ${ads_INSTALL_INCLUDE})
|
||||||
|
endif()
|
||||||
|
if(BUILD_STATIC)
|
||||||
|
add_library(qtadvanceddocking STATIC ${ads_SRCS})
|
||||||
|
target_compile_definitions(qtadvanceddocking PUBLIC ADS_STATIC)
|
||||||
|
else()
|
||||||
|
add_library(qtadvanceddocking SHARED ${ads_SRCS})
|
||||||
|
target_compile_definitions(qtadvanceddocking PRIVATE ADS_SHARED_EXPORT)
|
||||||
|
endif()
|
||||||
|
target_link_libraries(qtadvanceddocking PUBLIC Qt5::Core Qt5::Gui Qt5::Widgets)
|
||||||
|
set_target_properties(qtadvanceddocking PROPERTIES
|
||||||
|
AUTOMOC ON
|
||||||
|
AUTORCC ON
|
||||||
|
CXX_STANDARD 14
|
||||||
|
CXX_STANDARD_REQUIRED ON
|
||||||
|
CXX_EXTENSIONS OFF
|
||||||
|
VERSION ${VERSION_SHORT}
|
||||||
|
EXPORT_NAME "qtadvanceddocking"
|
||||||
|
ARCHIVE_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/${ads_PlatformDir}/lib"
|
||||||
|
LIBRARY_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/${ads_PlatformDir}/lib"
|
||||||
|
RUNTIME_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/${ads_PlatformDir}/bin"
|
||||||
|
)
|
||||||
|
include(CMakePackageConfigHelpers)
|
||||||
|
write_basic_package_version_file(
|
||||||
|
"qtadvanceddockingConfigVersion.cmake"
|
||||||
|
VERSION ${VERSION_SHORT}
|
||||||
|
COMPATIBILITY SameMajorVersion
|
||||||
|
)
|
||||||
|
install(FILES ${ads_INSTALL_INCLUDE}
|
||||||
|
DESTINATION include
|
||||||
|
COMPONENT headers
|
||||||
|
)
|
||||||
|
install(FILES
|
||||||
|
"${CMAKE_SOURCE_DIR}/LICENSE"
|
||||||
|
"${CMAKE_SOURCE_DIR}/gnu-lgpl-v2.1.md"
|
||||||
|
DESTINATION license
|
||||||
|
COMPONENT license
|
||||||
|
)
|
||||||
|
install(TARGETS qtadvanceddocking
|
||||||
|
EXPORT adsTargets
|
||||||
|
RUNTIME DESTINATION bin
|
||||||
|
LIBRARY DESTINATION lib
|
||||||
|
ARCHIVE DESTINATION lib
|
||||||
|
INCLUDES DESTINATION include
|
||||||
|
)
|
||||||
|
|
||||||
|
install(EXPORT adsTargets
|
||||||
|
FILE adsTargets.cmake
|
||||||
|
NAMESPACE ads::
|
||||||
|
DESTINATION lib/cmake/qtadvanceddocking
|
||||||
|
)
|
||||||
|
install(FILES qtadvanceddockingConfig.cmake "${CMAKE_CURRENT_BINARY_DIR}/qtadvanceddockingConfigVersion.cmake"
|
||||||
|
DESTINATION lib/cmake/qtadvanceddocking
|
||||||
|
)
|
||||||
|
|
||||||
|
target_include_directories(qtadvanceddocking PUBLIC
|
||||||
|
$<INSTALL_INTERFACE:include>
|
||||||
|
)
|
||||||
|
|
@ -27,7 +27,7 @@
|
|||||||
//============================================================================
|
//============================================================================
|
||||||
// INCLUDES
|
// INCLUDES
|
||||||
//============================================================================
|
//============================================================================
|
||||||
#include <FloatingDragPreview.h>
|
#include "FloatingDragPreview.h"
|
||||||
#include "DockAreaTabBar.h"
|
#include "DockAreaTabBar.h"
|
||||||
|
|
||||||
#include <QMouseEvent>
|
#include <QMouseEvent>
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
//============================================================================
|
//============================================================================
|
||||||
// INCLUDES
|
// INCLUDES
|
||||||
//============================================================================
|
//============================================================================
|
||||||
#include <DockComponentsFactory.h>
|
#include "DockComponentsFactory.h"
|
||||||
|
|
||||||
#include <memory>
|
#include <memory>
|
||||||
|
|
||||||
|
@ -293,6 +293,7 @@ QWidget* CDockWidget::takeWidget()
|
|||||||
w = d->ScrollArea->takeWidget();
|
w = d->ScrollArea->takeWidget();
|
||||||
delete d->ScrollArea;
|
delete d->ScrollArea;
|
||||||
d->ScrollArea = nullptr;
|
d->ScrollArea = nullptr;
|
||||||
|
d->Widget = nullptr;
|
||||||
}
|
}
|
||||||
else if (d->Widget)
|
else if (d->Widget)
|
||||||
{
|
{
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
//============================================================================
|
//============================================================================
|
||||||
// INCLUDES
|
// INCLUDES
|
||||||
//============================================================================
|
//============================================================================
|
||||||
#include <FloatingDragPreview.h>
|
#include "FloatingDragPreview.h"
|
||||||
#include "ElidingLabel.h"
|
#include "ElidingLabel.h"
|
||||||
#include "DockWidgetTab.h"
|
#include "DockWidgetTab.h"
|
||||||
|
|
||||||
|
@ -48,6 +48,9 @@
|
|||||||
|
|
||||||
#ifdef Q_OS_WIN
|
#ifdef Q_OS_WIN
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
|
#ifdef _MSC_VER
|
||||||
|
#pragma comment(lib, "User32.lib")
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#ifdef Q_OS_LINUX
|
#ifdef Q_OS_LINUX
|
||||||
#include "linux/FloatingWidgetTitleBar.h"
|
#include "linux/FloatingWidgetTitleBar.h"
|
||||||
@ -57,7 +60,7 @@
|
|||||||
namespace ads
|
namespace ads
|
||||||
{
|
{
|
||||||
#ifdef Q_OS_WIN
|
#ifdef Q_OS_WIN
|
||||||
#if 0
|
#if 0 // set to 1 if you need this function for debugging
|
||||||
/**
|
/**
|
||||||
* Just for debuging to convert windows message identifiers to strings
|
* Just for debuging to convert windows message identifiers to strings
|
||||||
*/
|
*/
|
||||||
@ -715,7 +718,6 @@ bool CFloatingDockContainer::nativeEvent(const QByteArray &eventType, void *mess
|
|||||||
if (d->isState(DraggingMousePressed))
|
if (d->isState(DraggingMousePressed))
|
||||||
{
|
{
|
||||||
ADS_PRINT("CFloatingDockContainer::nativeEvent WM_ENTERSIZEMOVE" << e->type());
|
ADS_PRINT("CFloatingDockContainer::nativeEvent WM_ENTERSIZEMOVE" << e->type());
|
||||||
qApp->installEventFilter(this);
|
|
||||||
d->setState(DraggingFloatingWidget);
|
d->setState(DraggingFloatingWidget);
|
||||||
d->updateDropOverlays(QCursor::pos());
|
d->updateDropOverlays(QCursor::pos());
|
||||||
}
|
}
|
||||||
@ -724,8 +726,15 @@ bool CFloatingDockContainer::nativeEvent(const QByteArray &eventType, void *mess
|
|||||||
case WM_EXITSIZEMOVE:
|
case WM_EXITSIZEMOVE:
|
||||||
if (d->isState(DraggingFloatingWidget))
|
if (d->isState(DraggingFloatingWidget))
|
||||||
{
|
{
|
||||||
ADS_PRINT("CFloatingDockContainer::nativeEvent WM_EXITSIZEMOVE" << e->type());;
|
ADS_PRINT("CFloatingDockContainer::nativeEvent WM_EXITSIZEMOVE" << e->type());
|
||||||
d->titleMouseReleaseEvent();
|
if (GetAsyncKeyState(VK_ESCAPE) & 0x8000)
|
||||||
|
{
|
||||||
|
d->handleEscapeKey();
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
d->titleMouseReleaseEvent();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
@ -798,43 +807,6 @@ void CFloatingDockContainer::showEvent(QShowEvent *event)
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
//============================================================================
|
|
||||||
bool CFloatingDockContainer::eventFilter(QObject *watched, QEvent *e)
|
|
||||||
{
|
|
||||||
Q_UNUSED(watched);
|
|
||||||
// I have not found a way to detect non client area key press events to
|
|
||||||
// handle escape key presses. On Windows, if the escape key is pressed while
|
|
||||||
// dragging around a widget, the widget position is reset to its start position
|
|
||||||
// which in turn generates a QEvent::NonClientAreaMouseButtonRelease event
|
|
||||||
// if the mouse is outside of the widget after the move to its initial position
|
|
||||||
// or a QEvent::MouseButtonRelease event, if the mouse is inside of teh widget
|
|
||||||
// after the position has been reset.
|
|
||||||
// So we can install an event filter on the application to get these events
|
|
||||||
// here to properly cancel dragging and hide the overlays.
|
|
||||||
// If we are in DraggingFloatingWidget state, it means the widget
|
|
||||||
// has been dragged already but if the position is the same like
|
|
||||||
// the start position, then this is an indication that the escape
|
|
||||||
// key has been pressed.
|
|
||||||
if (e->type() == QEvent::MouseButtonRelease || e->type() == QEvent::NonClientAreaMouseButtonRelease)
|
|
||||||
{
|
|
||||||
ADS_PRINT("CFloatingDockContainer::eventFilter QEvent::MouseButtonRelease or"
|
|
||||||
"QEvent::NonClientAreaMouseButtonRelease" << "d->DragggingState " << d->DraggingState);
|
|
||||||
qApp->removeEventFilter(this);
|
|
||||||
if (d->DragStartPos == pos())
|
|
||||||
{
|
|
||||||
d->handleEscapeKey();
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
#if (ADS_DEBUG_LEVEL > 0)
|
|
||||||
qDebug() << QTime::currentTime() << "CFloatingDockContainer::eventFilter " << e->type();
|
|
||||||
#endif
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
//============================================================================
|
//============================================================================
|
||||||
void CFloatingDockContainer::startFloating(const QPoint &DragStartMousePos,
|
void CFloatingDockContainer::startFloating(const QPoint &DragStartMousePos,
|
||||||
const QSize &Size, eDragState DragState, QWidget *MouseEventHandler)
|
const QSize &Size, eDragState DragState, QWidget *MouseEventHandler)
|
||||||
|
@ -179,7 +179,6 @@ protected: // reimplements QWidget
|
|||||||
virtual void closeEvent(QCloseEvent *event) override;
|
virtual void closeEvent(QCloseEvent *event) override;
|
||||||
virtual void hideEvent(QHideEvent *event) override;
|
virtual void hideEvent(QHideEvent *event) override;
|
||||||
virtual void showEvent(QShowEvent *event) override;
|
virtual void showEvent(QShowEvent *event) override;
|
||||||
virtual bool eventFilter(QObject *watched, QEvent *event) override;
|
|
||||||
|
|
||||||
#ifdef Q_OS_WIN
|
#ifdef Q_OS_WIN
|
||||||
/**
|
/**
|
||||||
|
2
src/qtadvanceddockingConfig.cmake
Normal file
2
src/qtadvanceddockingConfig.cmake
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
include(CMakeFindDependencyMacro)
|
||||||
|
include("${CMAKE_CURRENT_LIST_DIR}/adsTargets.cmake")
|
@ -73,7 +73,7 @@ SOURCES += linux/FloatingWidgetTitleBar.cpp
|
|||||||
}
|
}
|
||||||
|
|
||||||
isEmpty(PREFIX){
|
isEmpty(PREFIX){
|
||||||
PREFIX=..\installed
|
PREFIX=../installed
|
||||||
warning("Install Prefix not set")
|
warning("Install Prefix not set")
|
||||||
}
|
}
|
||||||
headers.path=$$PREFIX/include
|
headers.path=$$PREFIX/include
|
||||||
|
Loading…
Reference in New Issue
Block a user