Commit Graph

  • 985ff74ccf feat: config flag to avoid QtADS using Qt StyleSheet (#835) master Gary Wang 2026-04-24 04:44:23 +08:00
  • a9aa10f4c2 BUG: Fixes overrides a destructor but is not marked 'override' (#836) Michael Jackson 2026-04-23 16:43:02 -04:00
  • 7b30229355 feat: add preferred auto-hide sidebar location per dock widget (#829) Lee Jae-Jin 2026-04-05 16:03:15 +09:00
  • 4a0b636148 Make all tab text readable in dark mode (753) (#828) Luca 2026-04-05 07:59:35 +01:00
  • 544c624f07 Unbind containers from DockManager to prevent accidental reuse before deletion (#823) Andreas Ringlstetter 2026-04-05 08:58:29 +02:00
  • bbde511603 Toggling visibility of floating docked windows protected against external hide/show cycle by QWebEngineView. (#821) ma-robox 2026-03-10 18:34:45 +01:00
  • ee3a526adb Fixes handling of native / alien widgets when (un)docking (#820) Ruben de Bruin 2026-03-10 18:34:08 +01:00
  • e2c960238d Fixed Undock Button getting hidden after undocking and docking again a floating widget that contains only one single visble dock area (#816) Alessandro de Jesus 2026-03-08 03:11:09 -04:00
  • 62bc6fced7 Fixes that allows use project as submodule (#815) ZFail 2026-03-08 10:10:51 +03:00
  • dd83812b29 Toogle visibility of custom title bar based on fullscreen state (#814) Andreas Ringlstetter 2026-02-16 21:51:40 +01:00
  • 88db64451e FloatingDockContainer uses windowIcon from parent Widgets before falling back to QApplication (#812) André Meyer 2026-02-11 06:02:56 +01:00
  • 1a96a06cb6 Account for the tabs height when they are at the bottom. (#811) André Vautour 2026-02-11 01:01:01 -04:00
  • 00f88d9666 fix: Fix copy-paste errors in configflags CMakeLists. (#810) zhulongcc 2026-02-06 12:43:37 +08:00
  • 664d02edd4 Raise dialogs only if they are modal (#808) mborgerson 2026-02-05 21:41:12 -07:00
  • 72e5c566b7 Fix label color in CDockWidgetTab in dark mode (#804) vhutter 2026-01-27 06:37:17 +01:00
  • e78133b7b2 Update title bar label when the widget's title changes. (#798) André Vautour 2026-01-15 16:42:18 -04:00
  • f9ad1d7801 Use Native Windows (#797) André Vautour 2026-01-15 16:39:51 -04:00
  • 34b68d6eab Change git command working directory to this project (#796) Boris Barbulovski 2026-01-13 07:00:14 +01:00
  • f8143d5419 Conditionally add Windows version resources (#795) Boris Barbulovski 2026-01-11 21:20:35 +01:00
  • d01ffe3bee Removed superfluous appveyour badge Uwe Kindler 2026-01-11 18:21:54 +01:00
  • 87cffe5d40 Updated New and Noteworthy in README.md for new feature TabsAtBottom 4.5.0 Uwe Kindler 2026-01-11 17:59:34 +01:00
  • d47d87e4b8 Updated showcase section for PiSoWorks application Uwe Kindler 2026-01-11 17:53:19 +01:00
  • 3b0f6f92a9 Updated TabsAtBottom documentation Uwe Kindler 2026-01-11 17:49:13 +01:00
  • 12cb417682 Removed appveyor and travis CI support Uwe Kindler 2026-01-11 17:48:50 +01:00
  • a674eea1cd Merge branch 'master' of https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System Uwe Kindler 2025-11-26 08:53:10 +01:00
  • a2854a7740 Added cmake modules to integrate version information into Windows DLLs Uwe Kindler 2025-11-26 08:51:22 +01:00
  • cd984881e5 Improved raising of dock widget application on linux. Uwe Kindler 2025-11-24 22:15:42 +01:00
  • eb22a9aef6 COMP: Fix warnings about override on public destructors (#788) Michael Jackson 2025-11-12 02:22:45 -05:00
  • d709230510 Replace qDebug with ADS_PRINT (#787) Ivan Ugryumov 2025-11-10 22:44:55 +03:00
  • d467b21960 Fix qApp connection (#778) hormnek 2025-10-09 22:27:30 +03:00
  • 893af516b2 Remove GuiPrivate dependency for Windows builds (#777) anoy. 2025-10-09 21:26:38 +02:00
  • 9fd5002886 Added documentation for TabsAtBottom flag Uwe Kindler 2025-09-26 22:08:14 +02:00
  • 39c8407e0c Updated autohidedragndrop example to use new TabsAtBottom config flag Uwe Kindler 2025-09-26 21:52:49 +02:00
  • e922a1e5bc Updated the title label styling in all of the stylesheets. Vautour, André 2025-09-24 13:48:26 -03:00
  • 66e10e022b Don't show title bar for floating widgets with tabs at bottom. Vautour, André 2025-09-24 09:36:38 -03:00
  • 3342fd6596 Support tabs at the bottom of dock widgets. Vautour, André 2025-09-23 16:38:44 -03:00
  • c1977c51fa Added PySoWorks to showcase section Uwe Kindler 2025-09-17 22:00:47 +02:00
  • dc1e76d60c Introduce SOVERSION for ABI compatibility (#771) Jan Grulich 2025-09-10 13:43:55 +02:00
  • 6c073b2833 Add gui-private include dirs for Qt5 (#768) Nicolas Elie 2025-09-03 08:50:03 +02:00
  • 11004ebaa0 Fix C++23 Warnings (#764) TheComet 2025-08-25 20:09:04 +02:00
  • 2583408420 Removed color from release badge because orange is used for releases < 1.0 4.4.1 Uwe Kindler 2025-08-22 10:25:20 +02:00
  • dec0442007 Fixed issue #762 - Context menu entries for DockWidget tab missing for last dock widget Uwe Kindler 2025-08-22 10:07:21 +02:00
  • c020f82a6c BUG: Fixes Linux + Qt 6.9 cmake configuration and linker errors (#752) Michael Jackson 2025-06-13 04:16:17 -04:00
  • c1555c30cc Merge branch 'master' of https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System Uwe Kindler 2025-06-12 15:45:06 +02:00
  • d6cb127320 Fixed typo in DockContainerWidget.h (#750) Cole Beezley 2025-06-12 06:02:41 -07:00
  • c2373eb7de Updated documentation link in README.md Uwe Kindler 2025-06-12 15:01:44 +02:00
  • d5843ff7d3 Documented the use of Qt::AA_ShareOpenGLContexts when using OpenGL with ADS Uwe Kindler 2025-06-12 14:55:31 +02:00
  • c135782001 Updated examples and demo to use createDockWidget() function for dock manager instead of deprecated DockWidgetr constructor Uwe Kindler 2025-06-12 14:50:16 +02:00
  • 79c208da4f Added documentation for xfce4 focus stealing issue Uwe Kindler 2025-06-12 14:18:50 +02:00
  • b67c4a0c84 Added Scrutiny Debugger to showcase section Uwe Kindler 2025-06-12 14:01:12 +02:00
  • 6b9105b813 Added showcase image for scrutiny Uwe Kindler 2025-06-12 13:34:30 +02:00
  • 6c6e0333a9 Merge branch 'ci-dev' Uwe Kindler 2025-06-11 23:14:57 +02:00
  • d55387d087 Added windows-cmake.yml file Uwe Kindler 2025-06-11 23:08:33 +02:00
  • bf9560f8ea Updated README.md with workflow badges Uwe Kindler 2025-06-11 23:01:33 +02:00
  • 949ed40006 Updated mingw tool to mingw1310 ci-dev Uwe Kindler 2025-06-11 22:33:21 +02:00
  • f2a9dd4db4 Updated Windows workflow to use Qt MinGW 9 Uwe Kindler 2025-06-01 19:53:32 +02:00
  • ed67081b74 Removed caching from MinGW build Uwe Kindler 2025-06-01 18:21:41 +02:00
  • 705d931231 Updated MinGW build Uwe Kindler 2025-06-01 18:17:57 +02:00
  • d1367c9dd4 Updated the MinGW build Uwe Kindler 2025-06-01 18:16:17 +02:00
  • 31402ee9f8 Updated windows-cmake.yml to use bundled Qt MinGW toolchain Uwe Kindler 2025-06-01 18:10:16 +02:00
  • b7cbac88b3 Merge branch 'ci-dev' of https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System into ci-dev Uwe Kindler 2025-06-01 17:56:34 +02:00
  • fe8c88771f Swicthed MinGW build from Ninja to MinGW Uwe Kindler 2025-06-01 17:56:23 +02:00
  • befcd9eadf Update windows-cmake.yml githubuser0xFFFF 2025-06-01 17:41:30 +02:00
  • 46e5aea61c Updated arch Uwe Kindler 2025-06-01 17:20:26 +02:00
  • 103db689ff Updated CI MinGW Qt version to 6.8.2 Uwe Kindler 2025-06-01 17:11:54 +02:00
  • bc34470d3c Updated windows-cmake.yml Uwe Kindler 2025-06-01 17:07:17 +02:00
  • 646bddfea3 Workaround bug in install-qt-action Uwe Kindler 2025-06-01 16:57:59 +02:00
  • ec196715e0 Removed non working windows-cmake.yml workflow Uwe Kindler 2025-06-01 13:46:33 +02:00
  • cb63f0e6ea And another try Uwe Kindler 2025-06-01 12:12:23 +02:00
  • c941b2dfde Updated MinGW build to work properly Uwe Kindler 2025-06-01 12:08:37 +02:00
  • 671b932804 An another try Uwe Kindler 2025-06-01 12:03:55 +02:00
  • f76d3b4834 And another try Uwe Kindler 2025-06-01 11:59:28 +02:00
  • c248f79971 And another try Uwe Kindler 2025-06-01 11:58:13 +02:00
  • 0566677a9d Updated workflow Uwe Kindler 2025-06-01 11:52:11 +02:00
  • 268998961b Updated windows-cmake.yml Uwe Kindler 2025-06-01 11:48:50 +02:00
  • 716d6f7f25 Updated run command in yaml for MSVC Uwe Kindler 2025-06-01 11:15:26 +02:00
  • ceb7c91844 Updated workflow file to fix wrong CMake detection of MSVC Uwe Kindler 2025-06-01 11:06:38 +02:00
  • 0a78dcf460 Add workflow to build with CMake and MSVC / MinGW on Windows Uwe Kindler 2025-06-01 10:48:14 +02:00
  • da7d23c127 Merge branch 'master' of https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System Uwe Kindler 2025-06-01 10:39:10 +02:00
  • 64d80b2c53 LIC: Move installation of license file to share/ads folder (#748) Michael Jackson 2025-05-30 14:19:14 -04:00
  • f2a029a0c6 Update linux-builds.yml githubuser0xFFFF 2025-05-08 22:03:21 +02:00
  • c1b60959ae Update linux-builds.yml githubuser0xFFFF 2025-05-08 21:59:12 +02:00
  • d53728c0a8 Update linux-builds.yml githubuser0xFFFF 2025-05-08 21:45:55 +02:00
  • a7ad4386e4 Update linux-builds.yml githubuser0xFFFF 2025-05-08 21:37:14 +02:00
  • 4e90a38c52 Remove dangling pointer to tab widget when a dock widget is removed from autohide side bar (#740) Pier-Yves Lessard 2025-05-08 15:18:11 -04:00
  • 4947548224 Merge branch 'master' of https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System Uwe Kindler 2025-05-08 21:06:32 +02:00
  • 991b69cc51 fix compile with Qt 6.9.0 - qplatformnativeinterface.h missing (#736) FelixBer 2025-04-23 19:10:16 +02:00
  • df1fa27127 Fix nasty and still unclear bug with "Close Other" not closing all tabs in certain conditions. (#725) Federico Fuga 2025-03-17 10:38:10 +01:00
  • 936eba01cd Bring all floating widgets to foreground on Linux if a dockwidget is dragged Uwe Kindler 2025-03-14 11:45:50 +01:00
  • 9f8dd99cac Improved fix #722 - it now works always even if focus highlighting is disabled Uwe Kindler 2025-03-13 14:19:47 +01:00
  • 90e5adde29 Fixed #722 - Ensure that application is in front of other application what dragging floating windows Uwe Kindler 2025-03-07 09:59:24 +01:00
  • ddbed9ea14 Always show TitleBar if it contains any explicit actions (#720) André Meyer 2025-03-07 08:55:42 +01:00
  • c305432ab2 Fixed crash caused by unparented widgets after restoring layout. (#724) Josiah Bills 2025-03-07 02:52:48 -05:00
  • e836b154eb Fixed #711 - Focus loss when closing other dock widgets Uwe Kindler 2025-03-06 14:59:36 +01:00
  • 782589523e Update linux-builds.yml githubuser0xFFFF 2025-03-06 13:24:13 +01:00
  • bb105d2ef6 Mention pyqt6 bindings in readme (#723) Talley Lambert 2025-03-03 15:38:40 -05:00
  • 483bb7354a DOC: Update DREAM3D-NX information and screen shot (#712) Michael Jackson 2025-02-07 04:03:16 -05:00
  • 7d9f9b43a7 update minimum CMake version to 3.16 (#710) anoy. 2025-02-05 11:52:17 +01:00
  • 7fd5cbe9d7 Improved user-guide.md Uwe Kindler 2025-01-16 08:07:08 +01:00
  • a16d17a8bf Fix various typos (#692) 4.4.0 luzpaz 2025-01-15 03:00:47 -05:00