This revision was automatically updated to reflect the committed changes.
Closed by commit R108:054d9234112c: Move SceneXRender into a plugin (authored
by graesslin).
REPOSITORY
R108 KWin
CHANGES SINCE LAST UPDATE
https://phabricator.kde.org/D7232?vs=18038&id=19060
REVISION DETAIL
https:/
graesslin added a comment.
ping
REPOSITORY
R108 KWin
REVISION DETAIL
https://phabricator.kde.org/D7232
To: graesslin, #kwin, #plasma
Cc: broulik, plasma-devel, kwin, ZrenBot, progwolff, lesliezhai, ali-mohamed,
jensreuterberg, abetts, sebas, apol, mart, lukas
graesslin updated this revision to Diff 18038.
graesslin added a comment.
Restricted Application edited projects, added Plasma; removed KWin.
Added new debug category to org_kde_kwin.categories
REPOSITORY
R108 KWin
CHANGES SINCE LAST UPDATE
https://phabricator.kde.org/D7232?vs=17968&id=18
graesslin added a dependent revision: D7259: [autotests] Remove not needed
includes for scene_qpainter.h.
REPOSITORY
R108 KWin
REVISION DETAIL
https://phabricator.kde.org/D7232
To: graesslin, #kwin, #plasma
Cc: broulik, plasma-devel, kwin, ZrenBot, progwolff, lesliezhai, ali-mohamed,
harde
graesslin added inline comments.
INLINE COMMENTS
> broulik wrote in xrender.json:7
> Can we instead query `QMetaEnum` and store the enum's key name as a string?
That one was new to me. I had a look today and tried to change it, but face
several problems:
- The enum is declared in a namespace
-
broulik added inline comments.
INLINE COMMENTS
> xrender.json:7
> +},
> +"CompositingType": 2
> +}
Can we instead query `QMetaEnum` and store the enum's key name as a string?
REPOSITORY
R108 KWin
REVISION DETAIL
https://phabricator.kde.org/D7232
To: graesslin, #kwin, #plasma
Cc: b
graesslin created this revision.
Restricted Application added a project: KWin.
Restricted Application added subscribers: kwin, plasma-devel.
REVISION SUMMARY
First step for loading the compositor Scenes through plugins. The general
idea is that we currently needlessly pull in all the Scenes al