qt5base-lts/tests/auto/wasm
Mikolaj Boc a596ea0fe2 Support always on top/bottom window flags on WASM
The window stack will now upkeep three groups of windows, always
on bottom (1), regular (2), always on top (3). Windows belonging to
(3) will always appear on top of (2) and (1), and windows from (2) will
always appear on top of (1).

The first window created in the application gets the (1) status, which
is in line with the root window mechanism used before.

Activation has now been decoupled from the top position on the window
stack as a window in (1) or (2) may be active, in spite of the top
window belonging to a higher group.

Fixes: QTBUG-110098
Change-Id: I51f4d2d47163fab26ce5ef28f7a4f23a522c7f91
Reviewed-by: Lorn Potter <lorn.potter@gmail.com>
2023-02-22 18:07:35 +01:00
..
CMakeLists.txt Fix the handling of dead keys and test the mechanism 2023-02-14 23:18:42 +01:00
tst_localfileapi.cpp Create the Qt File Filter => showOpen/SaveFilePicker options mapper 2022-07-05 22:22:54 +02:00
tst_qwasmkeytranslator.cpp Fix the handling of dead keys and test the mechanism 2023-02-14 23:18:42 +01:00
tst_qwasmwindowstack.cpp Support always on top/bottom window flags on WASM 2023-02-22 18:07:35 +01:00