Uwe Kindler
e71884b23d
Replaced configFlags().testFlag() with testConfigFlag() to improve code readibility
2020-06-11 08:06:37 +02:00
Uwe Kindler
6b5f364864
Fixed issue #179 - appearance of drop indicators then Windows option "Show window contents while dragging" is
...
FloatingDragPreview.cpp: moved code from moveEvent into moveFloating function to remove indirection and to simplify code
Moved code from moveEvent() function into moveFloating() to remove indirection and to simplify code
Implemented Windows drag handling with native WM_ nonclient area messages
2020-05-22 19:43:50 +02:00
Uwe Kindler
aa7976dac6
Fixed issue #164 - Single DockArea cannot be split
2020-05-11 09:03:28 +02:00
Uwe Kindler
62ce9dca5d
Fixed small bug in FloatingDragPreview that caused flashing of hidden overlay when dragging the last visible dock widget in non opaque docking mode
2020-05-07 14:20:31 +02:00
Uwe Kindler
0c9a1ee3f2
Fixed a bug in FloatingDragPreview that prevents dock widget from floating when dragging over another dock widget
2020-05-04 15:14:35 +02:00
Uwe Kindler
80aee638c9
Fixed bug that drop overlay sometimes was not visible when moving the drag preview over a floating window
...
This bug was caused by accidentally using hide() instead of hideOverlay()
2020-04-27 15:20:27 +02:00
Uwe Kindler
cdc863e962
Fixed dropping of FloatingDragPreview into center of dock container with only one single visible dock area
...
If this happens the dropped dock widget needs to get tabified
2020-04-27 14:00:37 +02:00
Uwe Kindler
842d417e8d
Fixed crash when trying to make a CDockWidget floating in non-opaque mode if the CDockWidget is not floatable
2020-04-27 07:54:43 +02:00
Uwe Kindler
6c687d28de
Fixxed isse #131 - Crash on dropping in same area multiple times
2020-03-12 10:23:41 +01:00
Uwe Kindler
59c783831a
Fixed wrong test for VisibleDockAreas
2020-03-07 16:18:19 +01:00
Uwe Kindler
4cb1931ace
Fixed display of container dock overlay if only one single visible dock area is in a container
2020-03-02 11:21:44 +01:00
Uwe Kindler
fe10b570d3
Fixed reception of escape key press events
2020-02-26 20:51:29 +01:00
Uwe Kindler
34cb2ae917
Fixed escape key press detection
2020-02-25 09:16:21 +01:00
Uwe Kindler
2b9377b5ee
Fixed drag canceling via ESC key
2020-02-17 08:08:25 +01:00
Uwe Kindler
d4a18003d9
Properly implemented handling of DockWidget flag DockWidgetIsMovable for NonOpaque undocking - creating the drag preview is allowed even if the DockWidget is not floatable
2020-02-16 14:37:14 +01:00
Rodrigo Oliva
a4ef161f4f
Fix using escape button when dragging non-opaque preview to cancel drag operation ( #114 )
...
* Added missing overrides.
* Escape button to cancel dragging was not working in Windows either. Using the event filter added for Linux works.
2020-02-07 23:07:07 +01:00
mvidelgauz
6c3f82547d
setAllowedAreas for individual DockAreaWidget ( #107 )
...
* setAllowedAreas for individual DockAreaWidget
* alligning tab policy with master
2020-02-02 15:56:31 +01:00
Uwe Kindler
779c4b928c
Fixed build warning for FloatingDragPreview.cpp
2019-12-16 11:47:55 +01:00
Uwe Kindler
056f04d408
Properly implemented support for canceling non-opaque undocking on Linux
2019-12-16 11:45:18 +01:00
Uwe Kindler
e085a29484
Renamed FloatingOverlay into FloatingDragPreview to match naming of global DockManager flags (like DragPreviewHasWindowFrame..)
2019-12-16 11:18:22 +01:00