Commit Graph

  • 4a6ccab4d5
    Merge 147afda646 into 979d76aa47 #664 wingsummer 2024-12-21 06:55:27 +0000
  • 147afda646 Fixed: the focusable CDockWidget would lose focus when another QWindow containing a CDockManager that contains a focusable CDockWidget gains focus #664 wingsummer 2024-09-16 17:21:03 +0800
  • 979d76aa47 Imporved user guide - added documentation for some undocumented flags. master Uwe Kindler 2024-12-20 11:09:11 +0100
  • 0a55bcd586 Updated README.md to use the new factory function CDockManager::createDockWidget() Uwe Kindler 2024-12-20 10:35:22 +0100
  • f41a6f06fe Merge branch 'master' of https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System Uwe Kindler 2024-12-20 10:27:35 +0100
  • 349d584228 Adjusted MyDockAreaTitleBar source code style Uwe Kindler 2024-12-20 10:26:59 +0100
  • fcad7763ff Add factory method to Dock manager as an alternative method to create DockWidget, supporting custom factory Uwe Kindler 2024-12-20 10:21:57 +0100
  • 1bec4234c3 Added support for componentsFactory per dock manager Uwe Kindler 2024-12-20 10:12:46 +0100
  • 0be5ba8cf6
    Fix issue with windeployqt (#683) Nolan Kramer 2024-12-13 12:57:00 -0800
  • 448ca04da3 Rename library to requested format #683 Nolan Kramer 2024-12-13 11:37:51 -0800
  • 7245dced84 Added new config flag DoubleClickUndocksWidget to configure if double clicking a DockWidget tab or titlebar undocks the widget Uwe Kindler 2024-12-12 15:38:29 +0100
  • e2f611ea9a CDockAreaTitleBar::resizeEvent function to fix issue #656 Uwe Kindler 2024-12-12 14:53:24 +0100
  • 1f21eb0200
    Improved tab bar scrolling (#678) Ivan Ugryumov 2024-12-12 15:13:01 +0300
  • e21c302566 Fix: tab bar scroll for mouse #678 Ivan Ugryumov 2024-12-05 20:03:54 +0300
  • 224676836d Improved CDockAreaTabBar::wheelEvent to use pixelDelta() if available (i.e. on Mac) and fall back to angleDelta() if not improved_tabbar_scroll Uwe Kindler 2024-12-05 13:11:48 +0100
  • 7af93fac44 Fix issue with windeployqt Nolan Kramer 2024-12-04 16:14:57 -0800
  • ec437cdaa7 Improved tab bar scrolling Ivan Ugryumov 2024-11-27 16:21:50 +0300
  • f2378636e2 Add ability to customize the DockArea Title Bar and DockWidget Tab context menu Federico Fuga 2024-11-08 10:38:51 +0100
  • 509b2356d1 Fix missing declarations Federico Fuga 2024-11-08 11:23:28 +0100
  • 30b802bd10 Fixed Qt5 build issues Uwe Kindler 2024-11-20 15:31:31 +0100
  • aab12f7c4c Fix missing declarations #676 Federico Fuga 2024-11-08 11:23:28 +0100
  • eb826e6510 Add ability to customize the DockArea Title Bar and DockWidget Tab context menu Federico Fuga 2024-11-08 10:38:51 +0100
  • 1db4cf70ac Add factory method to Dock manager as an alternative method to create DockWidget, supporting custom factory Federico Fuga 2024-11-08 10:18:05 +0100
  • 25e0cff048 Remove DockComponentsFactory singleton. Allow Factory to be per-dock-manager customizable Federico Fuga 2024-11-05 19:28:26 +0100
  • e857421fdf Added all build* subfolders to .gitignore autohide_draghover Uwe Kindler 2024-10-28 15:41:46 +0100
  • 8dcdc8fad2 Improved autohidedragndrop example to check, if it also works when dragging with multiple auto hide tabs Uwe Kindler 2024-10-28 15:40:32 +0100
  • f964ce2c68 Refactored, fixed and improved drag hover functionality Uwe Kindler 2024-10-28 15:39:29 +0100
  • eb9b439d11 Added support for setting config parameters to CDockManager Uwe Kindler 2024-10-28 15:30:29 +0100
  • a13ed7e4d6 Add AutoHideDragNDrop example #667 TheBoje 2024-10-22 22:36:53 +0200
  • 8cfa5c8e0e Fix formatting#2 (#663) TheBoje 2024-10-04 22:27:15 +0200
  • 2878559ee6 Fix formatting (#663) TheBoje 2024-10-04 22:23:40 +0200
  • 6ff39bccf8 Add open auto-hide dock on hover from drag and drop (#663) TheBoje 2024-10-04 22:17:42 +0200
  • 998fd871a2 Added meson.build #665 Eric Nwogbo 2024-09-27 04:39:24 +0100
  • 952131a1e9
    Make startDragging public (#658) gavininfinity 2024-08-19 01:37:51 -0400
  • 5eb7021371 Make startDragging public #658 Gavin Klosky 2024-08-13 19:49:54 -0400
  • 5edbcc1970 Fixed issue #654 - Wheel event on DockAreaTabBar Uwe Kindler 2024-07-25 08:42:30 +0200
  • 04f6d9168e Fixed #642 - The floating window can not back to normal size after maximizing it 4.3.1 Uwe Kindler 2024-07-08 14:32:33 +0200
  • cea1327dac Fixed #653 - DisablingTabTextEliding not letting DockAreaDynamicTabsMenuButtonVisibility to function and program crashes Uwe Kindler 2024-07-08 12:15:00 +0200
  • 1c41cbff82 Fixed issue #641 - Unexpected behaviour with tab drag on scrollable tab bar Uwe Kindler 2024-07-08 10:43:02 +0200
  • 06e8451fc0
    Update DockAreaTabBar.cpp (#640) invisibleGG 2024-06-03 14:29:59 +0800
  • 64ae744322
    Update DockAreaTabBar.cpp #640 invisibleGG 2024-06-01 11:21:02 +0800
  • 3ff6918b1f Added configflags example to test use of CDockManager config flags Uwe Kindler 2024-05-21 08:37:35 +0200
  • ac3af4c6cd Merge branch 'master' of https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System Uwe Kindler 2024-05-08 14:44:44 +0200
  • 41bb861417 Fixed problem in AutoHideSideBar that prevented the dock container, that contained a vertical sidebar with many tabs, from shrinking vertically Uwe Kindler 2024-05-08 14:43:53 +0200
  • e38212eade Removed unused library and added doc in demo.pro for library search path openglwidget Uwe Kindler 2024-04-24 07:53:30 +0200
  • 8eb200b9a9 Added QApplication::setAttribute(Qt::AA_ShareOpenGLContexts) to properly support top level window change of OpenGL widgets Uwe Kindler 2024-04-19 07:42:03 +0200
  • 5af55c1258 Added supoprt for coin3d Quarter viewer Uwe Kindler 2024-04-18 15:37:37 +0200
  • ae7d6cc655 Added QOpenGlwidget for testing Uwe Kindler 2024-04-18 14:16:04 +0200
  • 6e63418798
    Fix "extra ;" warning (#624) Stefan Gerlach 2024-04-08 11:40:06 +0200
  • 51a972b895
    Fix "extra ;" warning #624 Stefan Gerlach 2024-04-06 23:55:12 +0200
  • 65781b7cac
    Include GNUInstallDirs for CMAKE_INSTALL_* vars to be defined (#621) Nicolas Elie 2024-04-03 23:49:37 +0200
  • d7e6c613c6
    Update PyQt bindings to 4.3.0 (#622) Nicolas Elie 2024-04-03 23:49:08 +0200
  • c341ea3e17 Update PyQt bindings to 4.3.0 #622 Nicolas ELIE 2024-04-03 15:14:52 +0200
  • 14f1474ee6 Include GNUInstallDirs for CMAKE_INSTALL_* vars to be defined #621 Nicolas Elie 2024-04-03 14:14:35 +0200
  • 8da0713bf0
    Ensure that TabWidget was not deleted by using it as context object (#612) 4.3.0 UnlimitedStack 2024-03-16 01:23:42 +0100
  • 3618e416c2 Ensure that TabWidget was not deleted by using it as context object #612 Marcus Venturi 2024-03-12 17:17:58 +0100
  • 08da925fde
    readme: small wording improvements (#610) NeroBurner 2024-02-28 20:45:32 +0100
  • 042ad70935
    readme: small wording improvements #610 NeroBurner 2024-02-28 17:08:56 +0100
  • fb58c435ef
    Fix ODR violations when using CMake unity builds. (#609) Dominik Nussbaumer 2024-02-28 13:25:20 +0100
  • aa1837a8f6 Fix ODR violations when using CMake unity builds. #609 Dominik Nussbaumer 2024-02-28 09:23:09 +0000
  • 6bf593ef4b
    fix forward declarations of QXmlStreamWriter (#608) Dominik Nussbaumer 2024-02-27 17:34:42 +0100
  • bb9adb0517
    fix forward declarations of QXmlStreamWriter #608 Dominik Nussbaumer 2024-02-27 11:05:28 +0100
  • 6b3b7750cb Fixed #604 - AutoHide widgets disapears when last open DockWidget is closed Uwe Kindler 2024-02-12 08:18:33 +0100
  • 541db8e214 Fixed wrong hiding/showing of dock area title bar buttons when DockAreaHideDisabledButtons flag is enabled Uwe Kindler 2024-02-12 08:11:56 +0100
  • 644c828f00 Fixed crash caused by changes related to issue #594 - deletion of CFloatingWidget caused crash when loading a state from XML Uwe Kindler 2024-01-26 16:31:04 +0100
  • ed6636ae26 Added CDockManager::lockDockWidgetFeaturesGlobally functionality to globally "freeze" the current docking layout Uwe Kindler 2024-01-23 13:29:41 +0100
  • 1a543e946d
    Fix 'zero as null pointer constant' warning (#598) Stefan Gerlach 2024-01-16 14:05:42 +0100
  • 9bdefd6055 Fixed issue #597 - Crashes when the floating widget moves to the dock manager and then tries to drag it back Uwe Kindler 2024-01-16 14:03:53 +0100
  • d3659354c1 Fix 'zero as null pointer constant' warning #598 Stefan Gerlach 2024-01-16 10:53:35 +0100
  • 8fd691968c Merge branch 'master' of https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System Uwe Kindler 2024-01-04 08:31:57 +0100
  • 7abc698d09 Fixed #594 - Destruction of CDockWidget inside a CFloatingDockContainer Uwe Kindler 2024-01-04 08:31:18 +0100
  • 5b23248fb8 Fixed debug output issues and improved debug output for CDockWidget destructor Uwe Kindler 2024-01-04 08:30:17 +0100
  • 46a5cee9c9 Added .clang-format file Uwe Kindler 2024-01-02 09:11:36 +0100
  • 6c2c9888be
    respect customized CMake install locations (#593) Benjamin Buch 2023-12-12 13:54:51 +0100
  • 01b0709bc1
    respect customized CMake install locations #593 Benjamin Buch 2023-12-12 12:23:39 +0100
  • 1745dc959b fix crash if autoHideDockContainer is not available #591 Martin Marmsoler 2023-12-09 19:25:27 +0100
  • 44ff9e9956 Fixed some compiler warnings on Ubuntu 22.04 Uwe Kindler 2023-12-08 07:58:36 +0100
  • f848df74c3
    Improve safety in code (#588) tmartsum 2023-12-08 06:47:02 +0100
  • 7a110b8966 Improve safety in code #588 Thorbjørn Lund Martsum 2023-12-07 07:35:42 +0100
  • 6c98c29855
    Update documentation regarding central widget (#589) tmartsum 2023-12-07 10:00:30 +0100
  • c2ee3525d2 Update documentation regarding central widget #589 Thorbjørn Lund Martsum 2023-12-07 08:27:55 +0100
  • c34d479d5c
    Avoid dock manager double delete (crashes) (#587) tmartsum 2023-12-06 15:12:48 +0100
  • fc4eea83f2 Avoid dock manager double delete (crashes) #587 Thorbjørn Lund Martsum 2023-12-06 07:32:12 +0100
  • a7a97e6978
    Fix https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System/issues/585 (#586) jporcher 2023-12-05 14:44:31 +0100
  • 801b02484a Fix https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System/issues/585 #586 Jean Porcherot 2023-12-05 13:19:58 +0100
  • ec018a4c70 Added documentation for new "ShowTabTextOnlyForActiveTab" config flag 4.2.1 Uwe Kindler 2023-12-04 09:24:59 +0100
  • 0fabebb0fe Merge branch 'master' of https://github.com/nitramr/Qt-Advanced-Docking-System into nitramr-master Uwe Kindler 2023-12-04 09:10:34 +0100
  • 521e1fbe39 Updated default AutoHide config to use Minimize button Uwe Kindler 2023-12-04 09:10:02 +0100
  • 5f2aeaef00 Updated gitignore Uwe Kindler 2023-12-04 09:09:37 +0100
  • 818e568f4a new configuration of icon only tabs #583 nitramr 2023-12-02 14:48:43 +0100
  • 5d6831d179
    Fix DockWidget crach when area is a nullptr. (#582) tmartsum 2023-12-01 15:13:45 +0100
  • dad1c8cb4b Fix DockWidget crach when area is a nullptr. #582 Thorbjørn Lund Martsum 2023-12-01 13:04:44 +0100
  • a2c94c16b5 Fixed bug in focus_highlighting.css stylesheet Uwe Kindler 2023-11-27 22:04:45 +0100
  • 68f1084bf0 Added parentSplitter() fucntion to DockArea and removed dead code from DockContainerWidget Uwe Kindler 2023-11-27 21:48:14 +0100
  • 761bfc50d6 Fixed #581 - FocusHighlighting is broken after detaching a dock widget Uwe Kindler 2023-11-24 13:54:19 +0100
  • 59b4dfb89c Updated documentation 4.2.0 Uwe Kindler 2023-11-07 12:23:01 +0100
  • bfa5124999 Merge branch 'master' of https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System Uwe Kindler 2023-11-06 12:18:40 +0100
  • 234cf9ac58 Improved disabled pin button Uwe Kindler 2023-11-06 12:17:39 +0100
  • 8f77f4b42a Added documentation for new Auto Hide Minimize button Uwe Kindler 2023-11-06 12:08:31 +0100
  • fa94da00d4 Added optional Minimize button to AutoHide dock widget title bar Uwe Kindler 2023-11-06 11:06:12 +0100