1
0
mirror of https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System.git synced 2025-04-01 02:42:39 +08:00

Commit Graph

  • 44790307d8 Properly implemented restore functionality for auto hide container Uwe Kindler 2022-11-01 11:02:01 +0100
  • d56281e860 Fix crash that can happen on loading certain configurations Prior we were adding dock widgets without removing them from the old dock area. This can cause the old dock areas current index to become invalid as the old dock area still thinks it has an equivalent amount of dock widgets. Attempting to setCurrentIndex on these areas would then cause a crash as it's out of bounds! Syarif Fakhri 2022-10-31 12:25:09 +0800
  • d1d801cf16 Moved dock area restore code into CDockAreaWidget Uwe Kindler 2022-10-30 19:44:33 +0100
  • 8d670577a9 Moved creation of SideTabWidget into AutoHideDockContainer.cpp Uwe Kindler 2022-10-28 16:28:23 +0200
  • af4a3ef2a8 Removed config flag CDockManager::AutoHideDockAreaHasTitle - this should not be configurable Uwe Kindler 2022-10-28 15:52:52 +0200
  • 1189945ef1 Updated Linux css files to properly support new auto hide feature Uwe 2022-10-28 15:21:21 +0200
  • f4bfa0f3c5 Changed type of sideTabBarArea properties to int to fix non working Linux stylesheet selectors Uwe 2022-10-28 15:20:56 +0200
  • 6adce7337b Some restructuring in default.css and default_linux.css to improve readibility Uwe 2022-10-28 13:35:52 +0200
  • 1eaeed6c56 Changed root index of file system model to prevent lagging UI if network folders are missing Uwe Kindler 2022-10-28 13:20:27 +0200
  • ae5a75bc3f Removed DockWidget->sideTabWidget()->setProperty("focused", Focused), DockWidget->sideTabWidget()->updateStyle() because it is not required Uwe Kindler 2022-10-28 13:19:38 +0200
  • b70fc7b3e8 Added some SideBar documentation Uwe Kindler 2022-10-28 11:22:42 +0200
  • 38ee87f762 Merge branch 'duerr-ndt-auto_hide_feature' into auto_hide_feature_refactor Uwe Kindler 2022-10-28 11:17:13 +0200
  • b85a6b55d9 Removed debug output Uwe Kindler 2022-10-28 11:14:04 +0200
  • 6cf05c3438 Removed debug output Uwe Kindler 2022-10-28 11:13:18 +0200
  • f6b77f5c3c Implemented showing and hiding of side bar when it does not contain any visible tab Uwe Kindler 2022-10-28 11:11:35 +0200
  • a012426f9b cleanup - remove unused code, fix comments, add const Syarif Fakhri 2022-10-28 14:26:55 +0800
  • ee2ef8ac69 Use resize margin - disallow users from resizing to the size of the parent container Syarif Fakhri 2022-10-28 14:24:44 +0800
  • 2a97833d02 fix cmakelists and remove setDefaultDockProportion from dock widget Syarif Fakhri 2022-10-28 14:21:12 +0800
  • c2bd56e2e9 add set size to allow the user to set a size for the pinned widget manually Syarif Fakhri 2022-10-28 14:20:30 +0800
  • 85da93c2fe fix crash when adding auto hide dock container without a previous dock area Syarif Fakhri 2022-10-28 14:19:12 +0800
  • c80174e7e5 Removed superfluous code and simplified some things Uwe Kindler 2022-10-27 15:59:08 +0200
  • 3f256f7249 Some small renamings Uwe Kindler 2022-10-27 13:39:00 +0200
  • 85d7b3047c Changed AutoHide save and restore code Uwe Kindler 2022-10-27 13:25:40 +0200
  • 2d67e9e1e5 Some small changes Uwe Kindler 2022-10-27 11:53:15 +0200
  • da9062ef62 Fixed wrong rendering of DockWidgetSideTab if orientation changed when loading perspective Uwe Kindler 2022-10-27 10:56:42 +0200
  • f20c3bc63a Fixed wrong position of AutoHideDockContainer when uncollapsing Uwe Kindler 2022-10-27 10:52:05 +0200
  • 11223bf664 Prevent deletion of DockWidgetSideTabs if SideTabBar is deleted - the DockWidget is the real owner Uwe Kindler 2022-10-27 10:23:11 +0200
  • c94155fb06 Moved SideBarLocation enum out of CDockWidgetSideTab into global ads namespace Uwe Kindler 2022-10-27 10:22:28 +0200
  • 822ad48152 Code cleanup Uwe Kindler 2022-10-26 15:40:35 +0200
  • ea8e442153 Updated default.css to support the new auto hide functionality Uwe Kindler 2022-10-26 15:36:17 +0200
  • eb008be404 Cleanup of focus_highlighting.css Uwe Kindler 2022-10-26 15:14:32 +0200
  • f5ac29c19e Implemented support for Opaque / Non Opaque auto hide container resizing Uwe Kindler 2022-10-26 15:06:23 +0200
  • f22d62a85b Implemented non opaque resizing for ResizeHandle Uwe Kindler 2022-10-26 14:35:11 +0200
  • 5199fa45d1 Implemented save and restore function in AutoHideDockContainer Uwe Kindler 2022-10-26 11:17:05 +0200
  • b2399bb279 Removed superfluous code from AutoHideDockContainer.cpp Uwe Kindler 2022-10-26 10:57:50 +0200
  • b14d3ff30f Added auto hide styling to focus_highlighting.css Uwe Kindler 2022-10-26 09:51:58 +0200
  • b43770de37 Added properties to auto hide widgets to improve CSS styling options Uwe Kindler 2022-10-26 09:51:37 +0200
  • 875a358600 Ensure the SideTab is hidden if empty Uwe Kindler 2022-10-26 09:50:16 +0200
  • cd58e6e9b5 Reverted stylesheets to initial code to restart with styling Uwe Kindler 2022-10-26 07:29:58 +0200
  • 43c8d69281 Restored initial implementation of ElidingLabel because vertical label is not required anymore - SideBarButton implements orientation feature Uwe Kindler 2022-10-26 07:28:58 +0200
  • 293bf9b74f Updated stylesheet to default Uwe Kindler 2022-10-25 21:10:20 +0200
  • 00e4dc14ba fixed some documentation typos Uwe Kindler 2022-10-25 19:57:40 +0200
  • 8ef696f6f2 Updated README.md Uwe Kindler 2022-10-25 19:49:36 +0200
  • c3aefff3b4 Added missing exports for ResizeHandle and PushButton Uwe Kindler 2022-10-25 16:05:08 +0200
  • 44bfc56471 Removed superfluous function setDockSizeProportion() Uwe Kindler 2022-10-25 15:58:47 +0200
  • a74d8acb42 Improved visual_studio_light.css Uwe Kindler 2022-10-25 15:51:38 +0200
  • fafa52a1ba fix bug where "right click -> detach group" would of an overlay dock would not remove the dockwidget side tab Syarif Fakhri 2022-10-25 18:03:41 +0800
  • 54c7c7e2a5 iconsize -> iconSize in css Syarif Fakhri 2022-10-25 18:00:36 +0800
  • 314ed4bbf2 fix missing case statement Syarif Fakhri 2022-10-25 17:37:54 +0800
  • 0fbbef7609 Fixed initial size of AutoHideDockContainer Uwe Kindler 2022-10-25 11:09:13 +0200
  • 6eb46250b1 Improved visual_studio_light.css theme Uwe Kindler 2022-10-25 10:59:01 +0200
  • 14acd0fe4a Fixed updateResizeHandleSizeLimitMax() function to work properly with all dock containers Uwe Kindler 2022-10-25 10:01:51 +0200
  • 7774aaa75a Fixed calculateSideTabBarArea function to work properly with every dock container Uwe Kindler 2022-10-25 09:58:15 +0200
  • ebdd950b4e Removed supefluous onAutoHideToggleRequested() function Uwe Kindler 2022-10-25 09:52:57 +0200
  • 8e8ead0b4f Improved visual_studio_light.css Uwe Kindler 2022-10-25 09:11:10 +0200
  • ff0b32a8e0 Added new Visual Studio Light theme Uwe Kindler 2022-10-24 20:34:09 +0200
  • f549a92c01 Added resize support for new QFrame based AutoHideDockContainer Uwe Kindler 2022-10-24 16:21:26 +0200
  • 93d0d4b1c2 Merge branch 'master' into auto_hide_dockcontainer Uwe Kindler 2022-10-24 09:21:30 +0200
  • b6d7f868ac Improved showcase section in README.md Uwe Kindler 2022-10-23 20:18:01 +0200
  • bc1f12ba93 Implemented experimental mouse event handling Uwe Kindler 2022-10-23 16:42:14 +0200
  • 537828ef3d
    Allow to set a custom title for all FloatingContainer (#454) tytan652 2022-10-20 19:35:31 +0000
  • aa9e437446 Allow to set a custom title for all FloatingContainer #454 tytan652 2022-10-20 10:54:24 +0200
  • 6444e7424f
    fix: DockFocusController doesn't pick up on previous dock deletion outside of view (#453) Chnossos 2022-10-19 20:39:19 +0200
  • 378b92ecc1 fix: DockFocusController doesn't pick up on previous dock deletion outside of view #453 Pierre Caissial 2022-10-19 18:00:11 +0200
  • 10a75b0413 remove unused and cleanup Syarif Fakhri 2022-10-19 17:44:55 +0800
  • 9eb9ee4071 fix icon only config for side tab bars Syarif Fakhri 2022-10-19 17:35:36 +0800
  • 7ed3f8b2d1 Remove all dock widget focusable constraint on auto hide button Syarif Fakhri 2022-10-19 17:30:08 +0800
  • 7319c52d4d FIxed CMakeLists Syarif Fakhri 2022-10-19 17:13:34 +0800
  • 8974b1a299 Merge branch 'auto_hide_feature_original_f' into auto_hide_feature Syarif Fakhri 2022-10-19 17:11:45 +0800
  • 63fed89f26 Removed individual config flags for each sidebar with the global AutoHideFeatureEnabled flag Uwe Kindler 2022-10-18 17:00:42 +0200
  • 866ccb2c4e Reimplemented DockWidgetSideTab based on QPushButton Uwe Kindler 2022-10-18 16:43:39 +0200
  • cbc43e5e0e Added PushButton to test new CDockWidgetSideTab Uwe Kindler 2022-10-18 15:47:34 +0200
  • 3a3c3a96d6 Fixed namespace comment in ElidingLabel Uwe Kindler 2022-10-18 15:46:53 +0200
  • 0cbc810a5a Renamed SideTabIconLabel - added C prefix CSideTabIconLabel Uwe Kindler 2022-10-18 15:29:31 +0200
  • d83ec7c66f Add config to make auto hide button optionally checkable for styling purposes Syarif Fakhri 2022-10-18 17:21:10 +0800
  • 118e79e7ec Remove config flag Syarif Fakhri 2022-10-18 10:33:35 +0800
  • 1c69685257 Update css Syarif Fakhri 2022-10-18 10:33:03 +0800
  • fde8007174 reduce margin a little bit for the horizontal component Syarif Fakhri 2022-10-18 10:22:56 +0800
  • 60e0201060 Added new auto hide config flag CDockManager::AutoHideButtonTogglesArea Uwe Kindler 2022-10-17 18:16:20 +0200
  • 90b92900a1 Move autohide related CSS into a separate block to have all settings in one place Uwe Kindler 2022-10-17 17:41:56 +0200
  • 96a5443a02 Added alternative auto hide button svg icon and modified stylesheet to show pinned icon for autohide widgets Uwe Kindler 2022-10-17 14:52:53 +0200
  • ffe6eccb05 Improved logic for finding the auto hide side location Uwe Kindler 2022-10-17 14:22:12 +0200
  • 14312442db Replaced tab bar areas LeftTop, LeftBottom, RightTop, RightBottom with Left and Right to reduce complexity Uwe Kindler 2022-10-17 11:34:59 +0200
  • bb630ca605 Changed toggleAutoHideArea)= logic - only the current dock widget is pinned and not all dock widgets of this area Uwe Kindler 2022-10-17 09:59:40 +0200
  • e3117121cc Changed moveContentsToParent() logic when disabling auto dock for a certain widget Uwe Kindler 2022-10-17 09:52:00 +0200
  • a8a40f0bee Merge branch 'duerr-ndt-auto_hide_feature' into auto_hide_feature Uwe Kindler 2022-10-17 08:54:17 +0200
  • 9f9d9792aa Added sideTabBarArea property to CAutoHideDockContainer to improve CSS styling options Uwe Kindler 2022-10-15 14:24:19 +0200
  • 4399f6ea29 Update css Syarif Fakhri 2022-10-14 21:49:53 +0800
  • 754a41d118 Formatting and cleanup - Update user-guide.md - Remove incorrect configuration from dock manager.h - Fix spacing Syarif Fakhri 2022-10-14 21:41:39 +0800
  • b0544be068 Added activeTab property Syarif Fakhri 2022-10-14 21:32:05 +0800
  • f9b62234b0 Add top area Syarif Fakhri 2022-10-14 21:13:32 +0800
  • ac8cf863a0 remove unused css Syarif Fakhri 2022-10-14 21:07:58 +0800
  • 91190e8744 cleaner dock widget side tab click handling Syarif Fakhri 2022-10-14 17:47:41 +0800
  • efb87c868b update size then mask Syarif Fakhri 2022-10-14 16:20:32 +0800
  • ad0c2103bf fix crash when using widgets that delete on close Syarif Fakhri 2022-10-14 16:09:13 +0800
  • 5b3ad7e5db fix typo Syarif Fakhri 2022-10-13 15:41:15 +0800
  • 589a62fe15 update user guide Syarif Fakhri 2022-10-13 15:24:11 +0800
  • b51c56e286 Fix bug where left and bottom overlay splitters cannot be clicked Syarif Fakhri 2022-10-13 14:56:25 +0800
  • 84ca7b18a0 fix side tab not hiding when double clicking dock title bar Syarif Fakhri 2022-10-13 14:37:39 +0800
  • 8610a64b51 Rename overlayDockContainer -> AutoHideDockContainer Syarif Fakhri 2022-10-13 14:26:54 +0800