Jan Grulich
dc1e76d60c
Introduce SOVERSION for ABI compatibility ( #771 )
...
This commit sets the library's SOVERSION to its major version number.
Setting the soname this way establishes a clear ABI promise. This allows
users to safely upgrade to minor or patch releases without needing to
recompile their applications, as long as the major version remains the
same.
2025-09-10 13:43:55 +02:00
Nicolas Elie
6c073b2833
Add gui-private include dirs for Qt5 ( #768 )
2025-09-03 08:50:03 +02:00
TheComet
11004ebaa0
Fix C++23 Warnings ( #764 )
...
Co-authored-by: Alexander Murray <alexander.murray@franke.com >
2025-08-25 20:09:04 +02:00
Uwe Kindler
2583408420
Removed color from release badge because orange is used for releases < 1.0
4.4.1
2025-08-22 10:25:20 +02:00
Uwe Kindler
dec0442007
Fixed issue #762 - Context menu entries for DockWidget tab missing for last dock widget
2025-08-22 10:07:21 +02:00
Michael Jackson
c020f82a6c
BUG: Fixes Linux + Qt 6.9 cmake configuration and linker errors ( #752 )
...
Signed-off-by: Michael Jackson <mike.jackson@bluequartz.net >
2025-06-13 10:16:17 +02:00
Uwe Kindler
c1555c30cc
Merge branch 'master' of https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System
2025-06-12 15:45:06 +02:00
Cole Beezley
d6cb127320
Fixed typo in DockContainerWidget.h ( #750 )
2025-06-12 15:02:41 +02:00
Uwe Kindler
c2373eb7de
Updated documentation link in README.md
2025-06-12 15:01:44 +02:00
Uwe Kindler
d5843ff7d3
Documented the use of Qt::AA_ShareOpenGLContexts when using OpenGL with ADS
2025-06-12 14:55:31 +02:00
Uwe Kindler
c135782001
Updated examples and demo to use createDockWidget() function for dock manager instead of deprecated DockWidgetr constructor
2025-06-12 14:50:16 +02:00
Uwe Kindler
79c208da4f
Added documentation for xfce4 focus stealing issue
2025-06-12 14:18:50 +02:00
Uwe Kindler
b67c4a0c84
Added Scrutiny Debugger to showcase section
2025-06-12 14:01:12 +02:00
Uwe Kindler
6b9105b813
Added showcase image for scrutiny
2025-06-12 13:34:30 +02:00
Uwe Kindler
6c6e0333a9
Merge branch 'ci-dev'
2025-06-11 23:14:57 +02:00
Uwe Kindler
d55387d087
Added windows-cmake.yml file
2025-06-11 23:08:33 +02:00
Uwe Kindler
bf9560f8ea
Updated README.md with workflow badges
2025-06-11 23:01:33 +02:00
Uwe Kindler
949ed40006
Updated mingw tool to mingw1310
2025-06-11 22:33:21 +02:00
Uwe Kindler
f2a9dd4db4
Updated Windows workflow to use Qt MinGW 9
2025-06-01 19:53:32 +02:00
Uwe Kindler
ed67081b74
Removed caching from MinGW build
2025-06-01 18:21:41 +02:00
Uwe Kindler
705d931231
Updated MinGW build
2025-06-01 18:17:57 +02:00
Uwe Kindler
d1367c9dd4
Updated the MinGW build
2025-06-01 18:16:17 +02:00
Uwe Kindler
31402ee9f8
Updated windows-cmake.yml to use bundled Qt MinGW toolchain
2025-06-01 18:10:16 +02:00
Uwe Kindler
b7cbac88b3
Merge branch 'ci-dev' of https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System into ci-dev
2025-06-01 17:56:34 +02:00
Uwe Kindler
fe8c88771f
Swicthed MinGW build from Ninja to MinGW
2025-06-01 17:56:23 +02:00
githubuser0xFFFF
befcd9eadf
Update windows-cmake.yml
2025-06-01 17:41:30 +02:00
Uwe Kindler
46e5aea61c
Updated arch
2025-06-01 17:20:26 +02:00
Uwe Kindler
103db689ff
Updated CI MinGW Qt version to 6.8.2
2025-06-01 17:11:54 +02:00
Uwe Kindler
bc34470d3c
Updated windows-cmake.yml
2025-06-01 17:07:17 +02:00
Uwe Kindler
646bddfea3
Workaround bug in install-qt-action
2025-06-01 16:57:59 +02:00
Uwe Kindler
ec196715e0
Removed non working windows-cmake.yml workflow
2025-06-01 13:46:33 +02:00
Uwe Kindler
cb63f0e6ea
And another try
2025-06-01 12:12:23 +02:00
Uwe Kindler
c941b2dfde
Updated MinGW build to work properly
2025-06-01 12:08:37 +02:00
Uwe Kindler
671b932804
An another try
2025-06-01 12:03:55 +02:00
Uwe Kindler
f76d3b4834
And another try
2025-06-01 11:59:28 +02:00
Uwe Kindler
c248f79971
And another try
2025-06-01 11:58:13 +02:00
Uwe Kindler
0566677a9d
Updated workflow
2025-06-01 11:52:11 +02:00
Uwe Kindler
268998961b
Updated windows-cmake.yml
2025-06-01 11:48:50 +02:00
Uwe Kindler
716d6f7f25
Updated run command in yaml for MSVC
2025-06-01 11:15:26 +02:00
Uwe Kindler
ceb7c91844
Updated workflow file to fix wrong CMake detection of MSVC
2025-06-01 11:06:38 +02:00
Uwe Kindler
0a78dcf460
Add workflow to build with CMake and MSVC / MinGW on Windows
2025-06-01 10:48:14 +02:00
Uwe Kindler
da7d23c127
Merge branch 'master' of https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System
2025-06-01 10:39:10 +02:00
Michael Jackson
64d80b2c53
LIC: Move installation of license file to share/ads folder ( #748 )
...
Signed-off-by: Michael A. Jackson <mike.jackson@bluequartz.net >
2025-05-30 20:19:14 +02:00
githubuser0xFFFF
f2a029a0c6
Update linux-builds.yml
2025-05-08 22:03:21 +02:00
githubuser0xFFFF
c1b60959ae
Update linux-builds.yml
2025-05-08 21:59:12 +02:00
githubuser0xFFFF
d53728c0a8
Update linux-builds.yml
2025-05-08 21:45:55 +02:00
githubuser0xFFFF
a7ad4386e4
Update linux-builds.yml
2025-05-08 21:37:14 +02:00
Pier-Yves Lessard
4e90a38c52
Remove dangling pointer to tab widget when a dock widget is removed from autohide side bar ( #740 )
2025-05-08 21:18:11 +02:00
Uwe Kindler
4947548224
Merge branch 'master' of https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System
2025-05-08 21:06:32 +02:00
FelixBer
991b69cc51
fix compile with Qt 6.9.0 - qplatformnativeinterface.h missing ( #736 )
...
Co-authored-by: fb <f@b.com >
2025-04-23 19:10:16 +02:00