Uwe Kindler
30b802bd10
Fixed Qt5 build issues
2024-11-20 15:31:31 +01:00
Uwe Kindler
f964ce2c68
Refactored, fixed and improved drag hover functionality
2024-10-28 15:39:29 +01:00
TheBoje
2878559ee6
Fix formatting ( #663 )
2024-10-04 22:23:40 +02:00
TheBoje
6ff39bccf8
Add open auto-hide dock on hover from drag and drop ( #663 )
2024-10-04 22:17:42 +02:00
Dominik Nussbaumer
fb58c435ef
Fix ODR violations when using CMake unity builds. ( #609 )
2024-02-28 13:25:20 +01:00
Uwe Kindler
5b23248fb8
Fixed debug output issues and improved debug output for CDockWidget destructor
2024-01-04 08:30:17 +01:00
Ahmad Syarifuddin
61573cba16
Fix crash in auto hide tab ( #552 )
...
- 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.
2023-08-24 11:15:43 +02:00
Uwe Kindler
f5cfe9e05a
Fixed tab insertion when dragging side tab
2023-07-12 14:01:39 +02:00
Uwe Kindler
364ee33f9c
Removed some std::cout debug output
2023-07-11 10:27:08 +02:00
Uwe Kindler
0627b3183f
Added "Close" action to AutoHideTab context menu
2023-07-10 10:38:21 +02:00
Uwe Kindler
df1bc94d9e
Added Auto-Hide tab unpin context menu entry
2023-07-10 10:18:09 +02:00
Uwe Kindler
bf22e54fc3
Improved support for AutoHideTab drag and drop
2023-07-07 15:20:43 +02:00
Uwe Kindler
4307f48d99
Implemented initial support for dragging auto hide tabs
2023-07-07 14:42:13 +02:00
Uwe Kindler
4bdc04e9d8
Implemented Pin To functionality for Auto Hide Tabs
2023-07-07 13:35:55 +02:00
Uwe Kindler
1c6d86e70f
Added support for make auto hide widget floating via double click or context menu
2023-07-07 11:21:54 +02:00
Uwe Kindler
7b9f9e10e5
Added function to add / remove CAutoHideDockContainer from SideBar
2022-11-15 14:16:01 +01:00
Uwe Kindler
95b627e83e
Prevent accidental hiding collapsing of an auto hide widget by a mouse click shortly after a mouse over collapse event
2022-11-07 10:15:14 +01:00
Uwe Kindler
1b2b90396a
Auto Hide Tab now shows text as tooltip - for icon only buttons to help the user
2022-11-05 10:14:01 +01:00
Uwe Kindler
35f212a788
Fixed Qt6 build
2022-11-04 10:45:09 +01:00
Uwe Kindler
6f5e33a2ad
Added CSS styling for AutoHideTab that is iconOnly
2022-11-04 10:22:10 +01:00
Uwe Kindler
279a9d7df9
Fixed delayed hiding of CAutoHideDockContainer on mouse leave when resizing
2022-11-04 09:41:00 +01:00
Uwe Kindler
c0247fc02a
Added option ShowAutoHideOnMouseOver that enables showing of auto hide widgets by hovering over auto hide tab
2022-11-04 08:51:17 +01:00
Uwe Kindler
5e59a6dc3a
Removed debug output
2022-11-03 16:49:20 +01:00
Uwe Kindler
04ea1c68a7
Added option to auto hide a DockWidget or a DockArea to a specific sidebar location
2022-11-03 15:28:01 +01:00
Uwe Kindler
3b97fdc2ce
Improved AutoHideSidebar to provide better resize behavior if parent widget is resized
2022-11-03 11:34:04 +01:00
Uwe Kindler
94b80423d7
Made naming of auto hide config flags explicit
2022-11-01 14:36:09 +01:00
Uwe Kindler
bfad80c540
Some code cleanup
2022-11-01 13:41:36 +01:00
Uwe Kindler
075ef6187f
Refactoring: renamed CDockWidgetSideTab to CAutoHideTab and CSideTabBar top CAutoHideSideBar
2022-11-01 13:34:08 +01:00
Uwe Kindler
782af9a1fc
Renamed SideTabBar and DockWidgetSideTab into AutoHideSideBar and AutoHideTab for consistent naming
2022-11-01 12:06:59 +01:00