kwin/autotests/integration
Vlad Zahorodnii a198516871 Drop Platform::enabledOutputs()
At the moment, a platform should provide two output lists - one that
lists all available outputs, and the other one that contains only
enabled outputs. In general, this amounts to some boilerplate code and
forces backends to be implemented in some certain way, which sometimes
is inconvenient, e.g. if an output is disabled or enabled, it will be
simpler if we only change Output::isEnabled(), otherwise we need to
start accounting for corner cases such as the order in which
Output::isEnabled() and Platform::enabledOutputs() are changed, etc.
2022-07-27 09:22:10 +00:00
..
data Prettify license headers 2020-08-07 19:57:56 +00:00
effects Use floating geometry throughout 2022-07-14 10:04:46 +01:00
fakes Run clang-format 2022-03-25 13:25:15 +02:00
helper Run clang-format 2022-03-25 13:25:15 +02:00
protocols Implement the layer-shell v1 protocol 2020-09-03 18:11:44 +00:00
scripting Make Workspace track managed outputs 2022-07-21 08:43:50 +00:00
activation_test.cpp Make Workspace track managed outputs 2022-07-21 08:43:50 +00:00
activities_test.cpp move Activities singleton into Workspace 2022-07-21 15:24:51 +02:00
buffer_size_change_test.cpp autotests: client -> window 2022-04-27 12:45:46 +00:00
CMakeLists.txt autotests: Port KWinFrameworkIntegration from source vars to target based apis 2022-04-25 13:12:21 +00:00
dbus_interface_test.cpp autotests: client -> window 2022-04-27 12:45:46 +00:00
debug_console_test.cpp Make Workspace track managed outputs 2022-07-21 08:43:50 +00:00
decoration_input_test.cpp move DecorationBridge singleton into Workspace 2022-07-21 15:24:57 +02:00
desktop_window_x11_test.cpp Make Workspace track managed outputs 2022-07-21 08:43:50 +00:00
dont_crash_aurorae_destroy_deco.cpp Make Workspace track managed outputs 2022-07-21 08:43:50 +00:00
dont_crash_cancel_animation.cpp Realtime screen edges gestures for scripted effects 2022-05-03 13:43:38 +00:00
dont_crash_cursor_physical_size_empty.cpp autotests: client -> window 2022-04-27 12:45:46 +00:00
dont_crash_empty_deco.cpp Make Workspace track managed outputs 2022-07-21 08:43:50 +00:00
dont_crash_glxgears.cpp autotests: client -> window 2022-04-27 12:45:46 +00:00
dont_crash_no_border.cpp Make Workspace track managed outputs 2022-07-21 08:43:50 +00:00
dont_crash_reinitialize_compositor.cpp Make Workspace track managed outputs 2022-07-21 08:43:50 +00:00
dont_crash_useractions_menu.cpp Make Workspace track managed outputs 2022-07-21 08:43:50 +00:00
generic_scene_opengl_test.cpp Rename AbstractClient to Window 2022-04-22 17:39:12 +00:00
generic_scene_opengl_test.h Run clang-format 2022-03-25 13:25:15 +02:00
globalshortcuts_test.cpp autotests: client -> window 2022-04-27 12:45:46 +00:00
idle_inhibition_test.cpp wayland: Introduce IdleDetector 2022-06-29 20:27:50 +03:00
input_stacking_order.cpp Make Workspace track managed outputs 2022-07-21 08:43:50 +00:00
inputmethod_test.cpp move InputMethod singleton to Application 2022-07-21 15:16:40 +02:00
internal_window.cpp Make Workspace track managed outputs 2022-07-21 08:43:50 +00:00
keyboard_layout_test.cpp Prefer the term "window" over "client" in Workspace 2022-04-25 11:33:55 +00:00
keymap_creation_failure_test.cpp Rename AbstractClient to Window 2022-04-22 17:39:12 +00:00
kwin_wayland_test.cpp Drop Platform::enabledOutputs() 2022-07-27 09:22:10 +00:00
kwin_wayland_test.h Drop ApplicationWaylandAbstract 2022-07-15 12:18:03 +00:00
kwinbindings_test.cpp autotests: client -> window 2022-04-27 12:45:46 +00:00
layershellv1window_test.cpp Make Workspace track managed outputs 2022-07-21 08:43:50 +00:00
lockscreen.cpp Make Workspace track managed outputs 2022-07-21 08:43:50 +00:00
maximize_test.cpp move DecorationBridge singleton into Workspace 2022-07-21 15:24:57 +02:00
modifier_only_shortcut_test.cpp Run clang-format 2022-03-25 13:25:15 +02:00
move_resize_window_test.cpp Make Workspace track managed outputs 2022-07-21 08:43:50 +00:00
nightcolor_test.cpp Run clang-format 2022-03-25 13:25:15 +02:00
no_global_shortcuts_test.cpp Run clang-tidy with -checks=readability-braces-around-statements fixit 2022-03-28 10:54:11 +00:00
outputchanges_test.cpp Make Workspace track managed outputs 2022-07-21 08:43:50 +00:00
placement_test.cpp Make Workspace track managed outputs 2022-07-21 08:43:50 +00:00
plasma_surface_test.cpp Make Workspace track managed outputs 2022-07-21 08:43:50 +00:00
plasmawindow_test.cpp Make Workspace track managed outputs 2022-07-21 08:43:50 +00:00
platformcursor.cpp Run clang-format 2022-03-25 13:25:15 +02:00
pointer_constraints_test.cpp Make Workspace track managed outputs 2022-07-21 08:43:50 +00:00
pointer_input.cpp Make Workspace track managed outputs 2022-07-21 08:43:50 +00:00
quick_tiling_test.cpp move DecorationBridge singleton into Workspace 2022-07-21 15:24:57 +02:00
scene_opengl_es_test.cpp Run clang-format 2022-03-25 13:25:15 +02:00
scene_opengl_test.cpp Run clang-format 2022-03-25 13:25:15 +02:00
scene_qpainter_test.cpp Make Workspace track managed outputs 2022-07-21 08:43:50 +00:00
screen_changes_test.cpp Make Workspace track managed outputs 2022-07-21 08:43:50 +00:00
screenedge_client_show_test.cpp Make Workspace track managed outputs 2022-07-21 08:43:50 +00:00
screenedges_test.cpp autotests: client -> window 2022-04-27 12:45:46 +00:00
screens_test.cpp Drop Platform::enabledOutputs() 2022-07-27 09:22:10 +00:00
shade_test.cpp Make Workspace track managed outputs 2022-07-21 08:43:50 +00:00
showing_desktop_test.cpp autotests: client -> window 2022-04-27 12:45:46 +00:00
stacking_order_test.cpp Some client/toplevel -> window 2022-04-29 17:47:39 +03:00
struts_test.cpp Make Workspace track managed outputs 2022-07-21 08:43:50 +00:00
tabbox_test.cpp Prefer the term "window" over "client" in Workspace 2022-04-25 11:33:55 +00:00
test_helpers.cpp autotests: client -> window 2022-04-27 12:45:46 +00:00
test_virtualkeyboard_dbus.cpp move InputMethod singleton to Application 2022-07-21 15:16:40 +02:00
touch_input_test.cpp Make Workspace track managed outputs 2022-07-21 08:43:50 +00:00
transient_placement.cpp Make Workspace track managed outputs 2022-07-21 08:43:50 +00:00
virtual_desktop_test.cpp autotests: client -> window 2022-04-27 12:45:46 +00:00
window_rules_test.cpp Make Workspace track managed outputs 2022-07-21 08:43:50 +00:00
window_selection_test.cpp Make Workspace track managed outputs 2022-07-21 08:43:50 +00:00
x11_window_test.cpp Make Workspace track managed outputs 2022-07-21 08:43:50 +00:00
xdgshellwindow_rules_test.cpp Make Workspace track managed outputs 2022-07-21 08:43:50 +00:00
xdgshellwindow_test.cpp Make Workspace track managed outputs 2022-07-21 08:43:50 +00:00
xwayland_input_test.cpp Make Workspace track managed outputs 2022-07-21 08:43:50 +00:00
xwayland_selections_test.cpp Make Workspace track managed outputs 2022-07-21 08:43:50 +00:00
xwaylandserver_crash_test.cpp Make Workspace track managed outputs 2022-07-21 08:43:50 +00:00
xwaylandserver_restart_test.cpp autotests: Port more tests from obsolete Screens 2022-07-12 07:05:45 +00:00