kwin/autotests/integration
David Edmundson 32be54b19d x11window: Disable strict geometry placement by default in wayland
Strict geometry disables certain user activites; full screen requests
and only sending configure events at sizes the client claims to support.

This was added as a workaround for xterm in 19 years ago. It's a client
side bug as applications can still choose to ignore the configure event,
so kwin shouldn't have to sanitise them in advance. xterm seems to have
fixed it's bug, and pragmatically we know not all window managers
perform these checks so most clients should not be relying on it.

On Wayland this additional check is proving problematic, the handling of
scaling especially fractional scaling is hitting cases where it's better
to always ask the client to do what kwin wants.

Tests that refer to sizeIncrements are dropped as they are only used in
the strict geometry passes which is being obsoleted. Resizing in general
is still tested.

BUG: 481456
2024-02-26 10:32:49 +00:00
..
data
effects wayland: Add windows when readyForPainting changes 2024-01-29 12:35:10 +02:00
fakes Adjust to KDecoration init API returning a bool 2023-10-22 10:52:42 +02:00
helper
scripting Port away from deprecated KConfigBase::group() api 2023-11-28 10:02:03 +00:00
activation_test.cpp There's no QVector anymore, QList is the QVector in Qt6 2023-10-19 13:43:53 +00:00
activities_test.cpp Drop some unused kwineffects.h includes 2023-11-15 14:41:42 +02:00
bounce_keys_test.cpp Implement bounce keys on Wayland 2023-11-23 13:07:35 +00:00
CMakeLists.txt xwayland: Make xinerama index -> Output mapping more robust with fractional scaling 2024-01-10 15:18:48 +00:00
dbus_interface_test.cpp Introduce layer window rule 2024-01-17 23:05:53 +00:00
debug_console_test.cpp Don't use QtTest => use QTest + missing include 2023-07-04 10:38:21 +00:00
decoration_input_test.cpp Port away from deprecated KConfigBase::group() api 2023-11-28 10:02:03 +00:00
desktop_window_x11_test.cpp Do not rely on NETWM for the main Window class 2024-02-20 18:04:06 +00:00
dont_crash_aurorae_destroy_deco.cpp Port away from deprecated KConfigBase::group() api 2023-11-28 10:02:03 +00:00
dont_crash_cancel_animation.cpp effects.h -> effecthandler.h 2023-11-20 15:47:36 +00:00
dont_crash_empty_deco.cpp autotests: Don't be so paranoid about compositing type 2023-09-08 09:48:16 +03:00
dont_crash_glxgears.cpp Don't use QtTest => use QTest + missing include 2023-07-04 10:38:21 +00:00
dont_crash_reinitialize_compositor.cpp effects.h -> effecthandler.h 2023-11-20 15:47:36 +00:00
dont_crash_useractions_menu.cpp
fakeinput_test.cpp backends/fakeinput: Implement fake input protocol in backend 2023-09-22 11:08:26 +03:00
fractional_scaling_test.cpp Port away from KWayland's server-decoration implementation 2023-09-25 06:42:02 +00:00
generic_scene_opengl_test.cpp libkwineffects/ -> effect/ 2023-11-20 11:32:43 +00:00
generic_scene_opengl_test.h
globalshortcuts_test.cpp autotests: Add keypad global shortcuts test 2024-01-24 13:20:58 +00:00
idle_inhibition_test.cpp
input_stacking_order.cpp Drop some unused kwineffects.h includes 2023-11-15 14:41:42 +02:00
inputmethod_test.cpp inputmethod: Ensure InputPanelV1Window is always within the screen 2024-01-13 22:39:15 -08:00
internal_window.cpp Port away from deprecated KConfigBase::group() api 2023-11-28 10:02:03 +00:00
keyboard_layout_test.cpp Port away from deprecated KConfigBase::group() api 2023-11-28 10:02:03 +00:00
keymap_creation_failure_test.cpp Port away from deprecated KConfigBase::group() api 2023-11-28 10:02:03 +00:00
kwin_wayland_test.cpp autotests: Disable outline in breeze 2024-01-29 11:04:05 +02:00
kwin_wayland_test.h input: remove hasAlphaNumericKeyboard method 2024-02-12 18:19:23 +01:00
kwinbindings_test.cpp There's no QVector anymore, QList is the QVector in Qt6 2023-10-19 13:43:53 +00:00
layershellv1window_test.cpp Relax constraints for screen edges reserved by windows 2024-01-29 11:14:15 +02:00
lockscreen.cpp Rename UnmanagedLayer to OverlayLayer 2024-01-18 13:13:55 +00:00
maximize_test.cpp Port away from deprecated KConfigBase::group() api 2023-11-28 10:02:03 +00:00
modifier_only_shortcut_test.cpp xkb: caps lock is not shift lock 2024-02-14 14:25:03 +00:00
move_resize_window_test.cpp Adapt to NETRootInfo::moveResize() changes 2024-02-14 10:43:00 +00:00
no_global_shortcuts_test.cpp Port away from deprecated KConfigBase::group() api 2023-11-28 10:02:03 +00:00
outputchanges_test.cpp autotests/integration/outputchanges: add geometry restore test 2024-02-19 17:18:28 +01:00
placement_test.cpp Port away from deprecated KConfigBase::group() api 2023-11-28 10:02:03 +00:00
plasma_surface_test.cpp Do not rely on NETWM for the main Window class 2024-02-20 18:04:06 +00:00
plasmawindow_test.cpp Drop some unused kwineffects.h includes 2023-11-15 14:41:42 +02:00
platformcursor.cpp Don't use QtTest => use QTest + missing include 2023-07-04 10:38:21 +00:00
pointer_constraints_test.cpp Port away from deprecated KConfigBase::group() api 2023-11-28 10:02:03 +00:00
pointer_input.cpp autotests: Use ShapeCursorSource to load reference cursor images in testPointerInput 2024-02-07 08:46:20 +00:00
quick_tiling_test.cpp Only precompute the geometry restore when m_interactiveMoveResize.initialQuickTileMode is None 2024-01-17 01:03:27 +00:00
scene_opengl_es_test.cpp
scene_opengl_test.cpp
screen_changes_test.cpp There's no QVector anymore, QList is the QVector in Qt6 2023-10-19 13:43:53 +00:00
screencasting_test.cpp screencasting_test: Declaring the metatype is unnecessary now 2024-01-21 11:17:49 +00:00
screenedges_test.cpp Relax constraints for screen edges reserved by windows 2024-01-29 11:14:15 +02:00
screens_test.cpp Port away from deprecated KConfigBase::group() api 2023-11-28 10:02:03 +00:00
security_context_test.cpp Support SecurityContextManagerV1 2023-11-13 09:51:28 +00:00
shade_test.cpp Drop some unused kwineffects.h includes 2023-11-15 14:41:42 +02:00
showing_desktop_test.cpp Break show desktop mode if a new window is added 2024-01-15 15:41:57 +00:00
stacking_order_test.cpp testStackingOrder: wrap Test::XdgToplevel in a unique_ptr in all tests 2023-11-23 09:53:55 +00:00
sticky_keys_test.cpp Implement locking sticky keys on Wayland 2023-11-23 08:17:00 +00:00
struts_test.cpp Do not rely on NETWM for the main Window class 2024-02-20 18:04:06 +00:00
tabbox_test.cpp xkb: caps lock is not shift lock 2024-02-14 14:25:03 +00:00
test_helpers.cpp input: remove hasAlphaNumericKeyboard method 2024-02-12 18:19:23 +01:00
test_virtualkeyboard_dbus.cpp
tiles_test.cpp autotests: Avoid binding plasmashell global in tests that don't use it 2023-05-23 18:00:50 +00:00
touch_input_test.cpp Port away from deprecated KConfigBase::group() api 2023-11-28 10:02:03 +00:00
transient_placement.cpp Do not rely on NETWM for the main Window class 2024-02-20 18:04:06 +00:00
virtual_desktop_test.cpp There's no QVector anymore, QList is the QVector in Qt6 2023-10-19 13:43:53 +00:00
window_rules_test.cpp Port away from deprecated KConfigBase::group() api 2023-11-28 10:02:03 +00:00
window_selection_test.cpp
x11_window_test.cpp x11window: Disable strict geometry placement by default in wayland 2024-02-26 10:32:49 +00:00
xdgshellwindow_rules_test.cpp wayland: Implement closeable window rule 2024-01-29 10:57:29 +02:00
xdgshellwindow_test.cpp Drop "<N>" window caption suffix 2024-02-05 11:10:53 +02:00
xinerama_test.cpp xwayland: Make xinerama index -> Output mapping more robust with fractional scaling 2024-01-10 15:18:48 +00:00
xwayland_input_test.cpp wayland: Drop "_interface" from filenames 2023-09-15 13:13:43 +00:00
xwayland_selections_test.cpp wayland: Integrate KWaylandServer classes into KWin namespace 2023-09-15 16:31:15 +03:00
xwaylandserver_crash_test.cpp Port away from deprecated KConfigBase::group() api 2023-11-28 10:02:03 +00:00
xwaylandserver_restart_test.cpp Port away from deprecated KConfigBase::group() api 2023-11-28 10:02:03 +00:00