1
0
mirror of https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System.git synced 2025-03-31 10:22:39 +08:00

Commit Graph

  • 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
  • 40beef964b
    Fix memory leak in CDockContainerWidget::restoreState (#576) gafusss 2023-11-04 08:49:01 +0300
  • 28d4d0f4b0
    Fix memory leak in CDockContainerWidget::restoreState #576 gafusss 2023-11-03 17:17:58 +0300
  • d928d579bf Add custom css for AutoHideExample. #573 Cynthia Pang 2023-10-20 17:13:48 +0800
  • fe976282e1 Revert changes to main css. Cynthia Pang 2023-10-20 17:13:24 +0800
  • edd92596a6 Register custom button for close in example. Cynthia Pang 2023-10-20 17:02:59 +0800
  • eee7e4d666 Update. Cynthia Pang 2023-10-20 15:21:49 +0800
  • 9312f2cf58 Cleanup. Cynthia Pang 2023-10-20 15:18:40 +0800
  • 9d081593d0 Allow setting custom icon for auto hide vs dock. Cynthia Pang 2023-10-20 14:21:43 +0800
  • 420baeedfe Added support for global dock manager toolbar style and custom dock widget toolbar style for dock widgets Uwe Kindler 2023-10-19 10:25:23 +0200
  • 0f8096e314 Added minimize and close action to Auto Hide context menu Uwe Kindler 2023-10-19 09:10:26 +0200
  • 9ec97a8867
    Add ability to set user defined toggle view action (#562) uggas 2023-10-18 23:07:55 -0700
  • c5ce10edc2 Update documentation. #570 Cynthia Pang 2023-10-18 14:28:45 +0800
  • afb9933d87 Rename flag. Cynthia Pang 2023-10-18 14:23:14 +0800
  • 295ab43152 Change tabs to spaces. Cynthia Pang 2023-10-10 16:20:37 +0800
  • 009c306bd1 Fix spaces/tabs formatting. Cynthia Pang 2023-10-10 16:14:58 +0800
  • 03c1a641ac Edit documentation. Cynthia Pang 2023-10-10 15:54:05 +0800
  • 7f42306c47 Add documentation. Cynthia Pang 2023-10-10 15:44:12 +0800
  • 4f25ad4aed Merge branch 'auto-hide-no-close' of https://github.com/duerr-ndt/Qt-Advanced-Docking-System into auto-hide-no-close Cynthia Pang 2023-10-10 14:34:59 +0800
  • e33c71655d Update styles for minimize button. Cynthia Pang 2023-10-10 14:33:47 +0800
  • 68bc850b88 Minimize button flag cannot be global flag - should be configurable for each dock widget. Cynthia Pang 2023-10-10 14:32:21 +0800
  • 95c8aea94b
    Merge branch 'githubuser0xFFFF:master' into auto-hide-no-close Cynthia Pang 2023-10-10 10:59:24 +0800
  • 521f47f74c Add minimize button to auto hide widget. Cynthia Pang 2023-10-09 16:56:35 +0800
  • 3247054969 Show disabled close button for auto hide dock area. Cynthia Pang 2023-10-09 16:13:00 +0800
  • 55ef6ef863
    Improve Python Support (#567) Nate Skulic 2023-10-05 00:23:54 -0500
  • e424070977 Improve Python Support - Reduce requirements for the python build. - Fix version number. - Generate type hints for *.pyi files. - Make functional for sip-build - Reduced the unnecessary depth of the package. #567 Nate Skulic 2023-09-29 01:33:21 -0500
  • 27b708c266 Improve Python Support. - Make QtAds sip builds functional in Python. - Reduced the unnecessary depth of the package. #566 Nate Skulic 2023-09-28 19:09:19 -0500
  • 0be56aba60 Improve Python Support. - Reduce requirements for the python build. - Fix version number. - Generate type hints for *.pyi files. Nate Skulic 2023-09-28 19:04:46 -0500
  • c0985f6497
    Fix empty floating widget on linux (#563) Henning 2023-09-22 20:03:02 +0200
  • 89735bd1d2 Fix empty floating widget on linux #563 Henning Gruendl 2023-09-22 18:37:17 +0200
  • 85e592830c Add ability to set user defined toggle view action #562 Harbinder Saggu 2023-09-20 07:47:18 -0700
  • 2f1ef61f82 Fixed documentation issue - wrong location of picture Uwe Kindler 2023-09-19 08:53:04 +0200
  • 62d2dd213d Implemented #554 - Add a configuration that avoid tab label eliding Uwe Kindler 2023-09-19 08:44:31 +0200
  • 3c941a2312
    Enabled modifying MSVC runtime in cmake (#559) vhutter 2023-09-11 14:57:09 +0200
  • 86917332dc Enabled modifying MSVC runtime in cmake #559 vince 2023-09-11 14:36:18 +0200
  • 4634b5617c
    CMake Script - Add debug postfix "d" (#406) (#558) 603185423 2023-09-11 18:56:32 +0800
  • e82d1359ab
    CMake Script - Add debug postfix "d" (#406) #558 603185423 2023-09-11 17:00:25 +0800
  • bef028b293
    CMake Script - Copy PDB files during installation #557 603185423 2023-09-11 10:54:32 +0800
  • 2b03efece6
    CMake Script - Add debug postfix "d" 603185423 2023-09-11 09:33:48 +0800
  • 5aaabf3100 fix build #523 Syarif Fakhri 2023-08-30 11:57:44 +0800
  • f435b58583 Merge branch 'master' into add_dock_order_preference Syarif Fakhri 2023-08-30 11:54:51 +0800
  • 2178b52621
    Delete implicit ScrollArea when content Widget is deleted in hideDockWidget() (#551) André Meyer 2023-08-24 11:20:32 +0200
  • 61573cba16
    Fix crash in auto hide tab (#552) Ahmad Syarifuddin 2023-08-24 17:15:43 +0800
  • f4eb2331e9 Fix crash in auto hide tab - Crash is caused by dragging an autohide tab out when it is an icon only. - The crash can actually happen with non icon only tabs, but is masked by the orientation check. - Soln: Check if auto hide container exists first on mouse finish dragging event. #552 Syarif Fakhri 2023-08-21 13:49:04 +0800
  • a438e7ae14 Delete implicit ScrollArea when content Widget is deleted in hideDockWidget() #551 AndreMeyerRMC 2023-08-18 10:04:29 +0200
  • 2d2de53dcd
    Fix CMake scripts for FreeBSD (#550) Joel Bodenmann 2023-08-17 17:57:16 +0200
  • e8a2bc9e43 Fix CMake scripts for FreeBSD #550 Joel Bodenmann 2023-08-17 14:00:00 +0200
  • 0d10c6e2d9
    Fix various typos (#547) luzpaz 2023-08-08 17:46:12 +0000
  • ff1b871828 Fix various typos #547 luzpaz 2023-08-08 09:53:39 +0000
  • 767933d0cb Merge branch 'master' of https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System Uwe Kindler 2023-08-03 15:58:07 +0200
  • 7a362b7ee3 Fixed issue #544 - crash in CDockAreaTabBar::currentTab() Uwe Kindler 2023-08-03 15:57:57 +0200
  • 77ed9b0661
    Update PyQt bindings to 4.1.1 (#542) Nicolas Elie 2023-08-02 20:23:49 +0200
  • db8dc302d1 Update PyQt bindings to 4.1.1 #542 Nicolas ELIE 2023-08-02 13:44:56 +0200
  • 3afbfe6ed5
    Merge pull request #4 from CeetronSolutions/external_updates #592 jonjenssen 2023-08-01 16:39:53 +0200
  • 94c3562511 Local changes Jon Jenssen 2023-08-01 16:30:32 +0200
  • 462015edf1 Removed unimolemented superfluous function definitions Uwe Kindler 2023-07-14 08:07:37 +0200
  • 7a945aff71 Added missing README images Uwe Kindler 2023-07-13 13:59:48 +0200
  • 315363135f Updated README.md for 4.1 release Uwe Kindler 2023-07-13 13:53:29 +0200
  • 0e7e71ac76 Removed debug output Uwe Kindler 2023-07-13 07:25:09 +0200
  • 1e531c889d Improved sizing of AutoHideWidgets when dragging between side bars Uwe Kindler 2023-07-12 14:37:45 +0200
  • 96f634393b Properly handle dragging of dock widget into DockWidgetTabBar and AutoHideSideBar Uwe Kindler 2023-07-12 14:22:05 +0200
  • f6b138584c Fixed tab insertion when dragging side tab Uwe Kindler 2023-07-12 14:01:39 +0200
  • 95144854f9 Added initial support for inserting dropped dock widgets at a certain sidebar position Uwe Kindler 2023-07-12 10:42:24 +0200
  • fe7df082b8 Added support for dropping dock widget to a certain tab postion of a dock area Uwe Kindler 2023-07-12 09:39:20 +0200
  • fef4ee8ca8 Properly consider pinnable flag of dock widget when painting the drop overlays - no auto hide overlay for non pinnable dock widgets Uwe Kindler 2023-07-11 10:28:17 +0200
  • 4dd3e067b6 Removed some std::cout debug output Uwe Kindler 2023-07-11 10:27:08 +0200
  • aec49bcc2f Changed default auto hide config - added flag AutoHideCloseButtonCollapsesDock Uwe Kindler 2023-07-11 08:26:03 +0200
  • 524d9d038e AutoHide dock area now always shows pin button independently from DockAreaHasAutoHideButton flag Uwe Kindler 2023-07-11 08:25:34 +0200