kwin/autotests/tabbox
Vlad Zahorodnii 4a1e7df599 tabbox: Drop desktop switching
Tabbox supports two operation modes: switching between windows and
desktops. Switching between windows is more commonly used. Desktop
switching is not exposed in user settings and it requires some advanced
knowledge of kwin's internals to enable it.

On the other hand, over the past years, we've double downed on effects
like desktop grid and overview to provide graphical means to switch
between virtual desktops.

This change drops desktop switching because it's effectively unused to
simplify the tabbox code, which can be very handy for the future
refactorings of window switching.
2023-03-24 22:01:12 +00:00
..
CMakeLists.txt tabbox: Drop desktop switching 2023-03-24 22:01:12 +00:00
mock_tabboxclient.cpp Run clang-format 2022-03-25 13:25:15 +02:00
mock_tabboxclient.h Run clang-format 2022-03-25 13:25:15 +02:00
mock_tabboxhandler.cpp src/tabbox: port to standard smart pointers 2023-03-20 14:05:29 +01:00
mock_tabboxhandler.h tabbox: Drop desktop switching 2023-03-24 22:01:12 +00:00
test_tabbox_clientmodel.cpp Remove some include_directories() 2023-03-23 14:37:48 +02:00
test_tabbox_clientmodel.h Run clazy with qt-keywords fixit 2021-06-08 10:49:42 +03:00
test_tabbox_config.cpp tabbox: Drop desktop switching 2023-03-24 22:01:12 +00:00
test_tabbox_handler.cpp tabbox: Drop desktop switching 2023-03-24 22:01:12 +00:00