You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Marco Martin 490e733590 Distinguish empty and non existent properties
This restores the behavior on KWin4: if I set an X property that doesn't have any data on a window, it's still information, so this makes the Xcb wrapper return an empty QByteArray that is not null.
EffectWindow::readProperty() now returns an empty QByteArray constructed the same way as it was in KWin4.

REVIEW:118645
BUG:335446
10 years ago
..
CMakeLists.txt Use KWindowInfo::clientMachine in ClientMachine::resolve 11 years ago
fakeeffectplugin.cpp
fakeeffectplugin.json
fakeeffectplugin_version.cpp
fakeeffectplugin_version.json
mock_effectshandler.cpp
mock_effectshandler.h [effects] Get xcb_connection_t* and rootWindow through EffectsHandler API 11 years ago
test_builtin_effectloader.cpp Drop "kwin4_effect_" prefix for BuiltIn Effects 11 years ago
test_client_machine.cpp Use KWindowInfo::clientMachine in ClientMachine::resolve 11 years ago
test_plugin_effectloader.cpp
test_screen_paint_data.cpp
test_scripted_effectloader.cpp
test_virtual_desktops.cpp
test_window_paint_data.cpp
test_xcb_window.cpp
test_xcb_wrapper.cpp Distinguish empty and non existent properties 10 years ago
testutils.h