Uwe Kindler
|
7245dced84
|
Added new config flag DoubleClickUndocksWidget to configure if double clicking a DockWidget tab or titlebar undocks the widget
linux-builds / build (ubuntu-20.04) (push) Has been cancelled
linux-builds / build_ubuntu_2204 (push) Has been cancelled
|
2024-12-12 15:38:29 +01:00 |
|
Uwe Kindler
|
e2f611ea9a
|
CDockAreaTitleBar::resizeEvent function to fix issue #656
|
2024-12-12 14:53:24 +01:00 |
|
Federico Fuga
|
f2378636e2
|
Add ability to customize the DockArea Title Bar and DockWidget Tab context menu
linux-builds / build (ubuntu-20.04) (push) Has been cancelled
linux-builds / build_ubuntu_2204 (push) Has been cancelled
|
2024-11-20 15:38:39 +01:00 |
|
Uwe Kindler
|
cea1327dac
|
Fixed #653 - DisablingTabTextEliding not letting DockAreaDynamicTabsMenuButtonVisibility to function and program crashes
|
2024-07-08 12:15:00 +02:00 |
|
Dominik Nussbaumer
|
fb58c435ef
|
Fix ODR violations when using CMake unity builds. (#609)
|
2024-02-28 13:25:20 +01:00 |
|
Uwe Kindler
|
541db8e214
|
Fixed wrong hiding/showing of dock area title bar buttons when DockAreaHideDisabledButtons flag is enabled
|
2024-02-12 08:11:56 +01:00 |
|
Uwe Kindler
|
fa94da00d4
|
Added optional Minimize button to AutoHide dock widget title bar
|
2023-11-06 11:06:12 +01:00 |
|
Uwe Kindler
|
0f8096e314
|
Added minimize and close action to Auto Hide context menu
|
2023-10-19 09:10:26 +02:00 |
|
luzpaz
|
0d10c6e2d9
|
Fix various typos (#547)
Typos found via `codespell -q 3 -L te,ridiculus,varius`
|
2023-08-08 19:46:12 +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
|
2760fb1fe9
|
AutoHide dock area now always shows pin button independently from DockAreaHasAutoHideButton flag
|
2023-07-11 08:25:34 +02:00 |
|
Uwe Kindler
|
6924e69b6b
|
Fixed detaching of auto hide widgets in a floating widget
|
2023-07-10 10:10:37 +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 |
|
Syarif Fakhri
|
b46768537a
|
Add config to make close button collapse auto hide dock
|
2023-04-28 15:27:22 +08:00 |
|
Uwe Kindler
|
9c30169c42
|
Removed support for opaque undocking
|
2023-01-20 11:50:34 +01:00 |
|
Uwe Kindler
|
378c647952
|
Fixed #481 issue Undocking an autohide dock widget does not close the AutoHideTab from the sidebar
|
2023-01-20 09:44:18 +01:00 |
|
Uwe Kindler
|
a2a328e3c7
|
Ensure that auto hide widget will be closed if user starts dragging floating widget or docked widget
|
2022-11-22 11:11:49 +01:00 |
|
Uwe Kindler
|
e060d99d96
|
Merged master
|
2022-11-18 21:50:38 +01:00 |
|
Uwe Kindler
|
6d8e396e92
|
Prevent null pointer access
|
2022-11-18 21:12:17 +01:00 |
|
Uwe Kindler
|
bd0b2ad483
|
Improved title bar button tooltips and made naming consistend with context menu
|
2022-11-05 10:11:09 +01:00 |
|
Uwe Kindler
|
5e59a6dc3a
|
Removed debug output
|
2022-11-03 16:49:20 +01:00 |
|
Uwe Kindler
|
409d4489cc
|
Added support for auto hiding a dock area / widget to a specific border via context menu
|
2022-11-03 16:44:40 +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
|
159579fb48
|
Fixed some auto hide specific bugs
|
2022-11-02 14:29:23 +01:00 |
|
Uwe Kindler
|
d2c08aca70
|
Improved context menu of DockAreaWidget
|
2022-11-02 13:06:42 +01:00 |
|
Uwe Kindler
|
b5a179555a
|
Added context menu actions for titleBar and dock widget tab auto hide
|
2022-11-02 12:45:45 +01:00 |
|
Uwe Kindler
|
540961b8dd
|
Renamed toggleAutoHide to setAutoHide and added toggleAutoHide function
|
2022-11-01 21:31:27 +01:00 |
|
Uwe Kindler
|
fda5887d50
|
Removed AutoHideInsertOrder enum - new side tabs are always appended.
|
2022-11-01 20:42:52 +01:00 |
|
Uwe Kindler
|
08714ddc3f
|
Properly evaluate pinnable flag
|
2022-11-01 16:11:45 +01:00 |
|
Uwe Kindler
|
94b80423d7
|
Made naming of auto hide config flags explicit
|
2022-11-01 14:36:09 +01:00 |
|
Uwe Kindler
|
c94155fb06
|
Moved SideBarLocation enum out of CDockWidgetSideTab into global ads namespace
|
2022-10-27 10:22:28 +02:00 |
|
Syarif Fakhri
|
fafa52a1ba
|
fix bug where "right click -> detach group" would of an overlay dock would not remove the dockwidget side tab
|
2022-10-25 18:03:41 +08:00 |
|
Syarif Fakhri
|
8974b1a299
|
Merge branch 'auto_hide_feature_original_f' into auto_hide_feature
|
2022-10-19 17:11:45 +08:00 |
|
Uwe Kindler
|
63fed89f26
|
Removed individual config flags for each sidebar with the global AutoHideFeatureEnabled flag
|
2022-10-18 17:00:42 +02:00 |
|
Syarif Fakhri
|
d83ec7c66f
|
Add config to make auto hide button optionally checkable for styling purposes
|
2022-10-18 17:21:10 +08:00 |
|
Syarif Fakhri
|
118e79e7ec
|
Remove config flag
|
2022-10-18 10:33:35 +08:00 |
|
Uwe Kindler
|
ffe6eccb05
|
Improved logic for finding the auto hide side location
|
2022-10-17 14:22:12 +02:00 |
|
Syarif Fakhri
|
84ca7b18a0
|
fix side tab not hiding when double clicking dock title bar
|
2022-10-13 14:37:39 +08:00 |
|
Syarif Fakhri
|
8610a64b51
|
Rename overlayDockContainer -> AutoHideDockContainer
|
2022-10-13 14:26:54 +08:00 |
|
Uwe Kindler
|
62d3d73651
|
Made Auto Hide Feature independent from Focus Feature and renamed OverlayDockContainer to AutoHideDockContainer
|
2022-10-12 11:17:54 +02:00 |
|
Syarif Fakhri
|
2bb1589ca2
|
Add missing check for bottom sidebar config
|
2022-09-19 16:02:32 +08:00 |
|
Syarif Fakhri
|
19192541f9
|
Fix central dock widget being pinnable
- Add config for dock widget being pinnable
|
2022-09-13 16:19:11 +08:00 |
|
Syarif Fakhri
|
489f72aa0c
|
Add side tab widget icons
- Add config to prioritize icon only if it has one
|
2022-09-12 15:55:45 +08:00 |
|
Syarif Fakhri
|
621e5e7789
|
fix tooltips for auto hide button and close button
|
2022-09-09 14:43:59 +08:00 |
|
Syarif Fakhri
|
dc05ec3acf
|
Add nullptr check when restoring state with overlayed widgets
|
2022-09-09 13:33:42 +08:00 |
|
Syarif Fakhri
|
af549d8ca9
|
Add title label to the overlayed dock area
|
2022-09-08 14:43:18 +08:00 |
|
Syarif Fakhri
|
4a77580b07
|
swap position of auto hide button and detach group button
|
2022-09-07 11:54:32 +08:00 |
|
Syarif Fakhri
|
1a903e74f2
|
add pin icon
|
2022-09-07 11:54:03 +08:00 |
|
Syarif Fakhri
|
bfab7e495a
|
Move logic for enabling auto hide into the public toggle method
|
2022-09-06 13:49:11 +08:00 |
|