kwin/src/core
Vlad Zahorodnii be3146873f core: Drop OutputBackend::isReady()
OutputBackend has a concept of readiness. When the host compositor goes
down, the OutputBackend will be marked as not ready, and when it
reappears, the output backend will be marked ready again.

On the other hand, host compositor going down is a niche case, it's not
something that often happens and it's hard to justify adding more moving
parts to the startup code. It's easier to call initialize() and check
whether it fails rather than call initialize() and then monitor isReady.

Therefore, this change drops OutputBackend::isReady() to make startup
simpler.
2022-11-16 14:47:25 +00:00
..
colorlut.cpp
colorlut.h
colorpipelinestage.cpp
colorpipelinestage.h
colortransformation.cpp
colortransformation.h Add Qt 6 Linux CI 2022-10-21 20:25:10 +00:00
dmabufattributes.h
inputbackend.cpp
inputbackend.h
inputdevice.cpp Move InputDevice::{outputName,setOutputName} implementation to cpp file 2022-10-31 19:07:30 +00:00
inputdevice.h Move InputDevice::{outputName,setOutputName} implementation to cpp file 2022-10-31 19:07:30 +00:00
output.cpp backends/drm: support the panel orientation property 2022-11-15 13:25:19 +00:00
output.h backends/drm: support the panel orientation property 2022-11-15 13:25:19 +00:00
outputbackend.cpp core: Drop OutputBackend::isReady() 2022-11-16 14:47:25 +00:00
outputbackend.h core: Drop OutputBackend::isReady() 2022-11-16 14:47:25 +00:00
outputconfiguration.cpp
outputconfiguration.h
outputlayer.cpp build: Add -Wno-unused-parameter compiler option 2022-10-31 15:50:37 +00:00
outputlayer.h
overlaywindow.cpp
overlaywindow.h
renderbackend.cpp plugins/screencast: centralize format querying into the RenderBackend 2022-11-02 17:10:10 +01:00
renderbackend.h plugins/screencast: centralize format querying into the RenderBackend 2022-11-02 17:10:10 +01:00
renderjournal.cpp
renderjournal.h
renderlayer.cpp
renderlayer.h
renderlayerdelegate.cpp
renderlayerdelegate.h
renderloop.cpp Lower severity of "Got invalid timestamp" message 2022-09-20 10:59:08 +03:00
renderloop.h
renderloop_p.h
rendertarget.cpp
rendertarget.h
session.cpp
session.h
session_consolekit.cpp build: Add -Wno-unused-parameter compiler option 2022-10-31 15:50:37 +00:00
session_consolekit.h
session_logind.cpp build: Add -Wno-unused-parameter compiler option 2022-10-31 15:50:37 +00:00
session_logind.h
session_noop.cpp build: Add -Wno-unused-parameter compiler option 2022-10-31 15:50:37 +00:00
session_noop.h