----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/125942/#review87986 -----------------------------------------------------------
autotests/server/test_display.cpp (line 45) <https://git.reviewboard.kde.org/r/125942/#comment60362> that's not really a descriptive name of the test case src/client/outputconfiguration.cpp (line 26) <https://git.reviewboard.kde.org/r/125942/#comment60365> seems not needed. I don't find any debug messages in this file src/client/outputdevice.cpp (line 29) <https://git.reviewboard.kde.org/r/125942/#comment60363> please move into section // Qt src/client/outputdevice.cpp (line 236) <https://git.reviewboard.kde.org/r/125942/#comment60364> qCWarning src/client/outputmanagement.cpp (line 26) <https://git.reviewboard.kde.org/r/125942/#comment60366> seems not needed, no debug messages src/client/registry.h (lines 124 - 125) <https://git.reviewboard.kde.org/r/125942/#comment60367> add at end of enum src/client/registry.h (line 281) <https://git.reviewboard.kde.org/r/125942/#comment60368> please fix the FIXME :-) src/client/registry.h (line 308) <https://git.reviewboard.kde.org/r/125942/#comment60369> @since 5.5 src/client/registry.h (line 528) <https://git.reviewboard.kde.org/r/125942/#comment60370> @since 5.5 src/client/registry.h (line 544) <https://git.reviewboard.kde.org/r/125942/#comment60371> @since 5.5 src/client/registry.h (line 794) <https://git.reviewboard.kde.org/r/125942/#comment60372> @since 5.5 src/client/registry.h (line 909) <https://git.reviewboard.kde.org/r/125942/#comment60373> @since 5.5 src/server/CMakeLists.txt (lines 1 - 2) <https://git.reviewboard.kde.org/r/125942/#comment60374> ? src/server/CMakeLists.txt (lines 149 - 151) <https://git.reviewboard.kde.org/r/125942/#comment60375> you're not installing outputchangeset.h src/server/display.h (line 143) <https://git.reviewboard.kde.org/r/125942/#comment60376> why removeOutputDevice? We don't have that for any other Global. src/server/outputchangeset_p.h (line 1) <https://git.reviewboard.kde.org/r/125942/#comment60377> missing copyright header, missing include guards src/server/outputdevice_interface.h (lines 30 - 31) <https://git.reviewboard.kde.org/r/125942/#comment60378> why are those two forward declared? Seems not needed. src/server/outputdevice_interface.cpp (line 34) <https://git.reviewboard.kde.org/r/125942/#comment60379> please move into the Private src/server/outputmanagement_interface.h (line 24) <https://git.reviewboard.kde.org/r/125942/#comment60380> why include resource.h? src/server/outputmanagement_interface.cpp (line 30) <https://git.reviewboard.kde.org/r/125942/#comment60381> seems unused - Martin Gräßlin On Nov. 4, 2015, 3:49 a.m., Sebastian Kügler wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://git.reviewboard.kde.org/r/125942/ > ----------------------------------------------------------- > > (Updated Nov. 4, 2015, 3:49 a.m.) > > > Review request for kwin, Plasma and Martin Gräßlin. > > > Repository: kwayland > > > Description > ------- > > This implements the client and server part of the screen management protocol. > The protocol is implemented as a wayland protocol. > > It provides the following mechanisms: > - a list of outputs, close to wl_output, with additional properties for > enabled, uuid, edid, etc.. These OutputDevices correspond to a connected > output that can be enabled by the compositor, but is not necessarily > currently used for rendering. > - a global OutputManagement, which allows creating config objects, one per > client. The client can make changes to the outputs through > setScale(outputdevice*, scale) for example. > - an OutputConfiguration resource, that can be handed to a client and used > for configuration. Changes are double buffered here. Only after > OutputConfiguration.apply() has been called, the changes are relayed over the > global OutputManagement. > > The compositor is responsible to handle changes. > > For a more detailed description, see the API docs in especially > outputconfiguration.h. > > The working branch for this is kwayland[sebas/kwin]. A backend for libkscreen > is available in libkscreen[sebas/wayland]. > > > Diffs > ----- > > src/server/outputdevice_interface.h PRE-CREATION > src/server/outputconfiguration_interface.cpp PRE-CREATION > src/server/outputconfiguration_interface.h PRE-CREATION > src/server/outputchangeset_p.h PRE-CREATION > src/server/outputchangeset.cpp PRE-CREATION > src/server/outputchangeset.h PRE-CREATION > src/server/display.cpp 019991a > src/server/display.h 0fd1185 > src/server/CMakeLists.txt 57eb763 > src/client/registry.cpp 1a481c8 > src/client/registry.h 034e38f > src/client/protocols/outputdevice.xml PRE-CREATION > src/client/protocols/output-management.xml PRE-CREATION > src/client/outputmanagement.cpp PRE-CREATION > src/client/outputmanagement.h PRE-CREATION > src/client/outputdevice.cpp PRE-CREATION > src/client/outputdevice.h PRE-CREATION > src/client/outputconfiguration.cpp PRE-CREATION > src/client/outputconfiguration.h PRE-CREATION > src/client/CMakeLists.txt 79092ef > autotests/server/test_display.cpp b398812 > autotests/client/test_wayland_registry.cpp 55f0f6c > autotests/client/test_wayland_outputmanagement.cpp PRE-CREATION > autotests/client/test_wayland_outputdevice.cpp PRE-CREATION > autotests/client/CMakeLists.txt 1556c47 > src/server/outputdevice_interface.cpp PRE-CREATION > src/server/outputmanagement_interface.h PRE-CREATION > src/server/outputmanagement_interface.cpp PRE-CREATION > src/tools/mapping.txt d6a4a44 > > Diff: https://git.reviewboard.kde.org/r/125942/diff/ > > > Testing > ------- > > Unit tests pass. > > > Thanks, > > Sebastian Kügler > >
_______________________________________________ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel