graesslin added inline comments.
INLINE COMMENTS
> kwaylandintegration.cpp:35
> static const QByteArray s_schemePropertyName =
> QByteArrayLiteral("KDE_COLOR_SCHEME_PATH");
> +static const QByteArray s_blurBehindPropertyName =
> QByteArrayLiteral("ENABLE_BLUR_BEHIND_HINT");
>
just wondering
graesslin created this revision.
graesslin added reviewers: KWin, Plasma.
Restricted Application added a project: KWin.
Restricted Application added subscribers: kwin, plasma-devel.
REVISION SUMMARY
The position of an OSD is based on the size of the window. If the
size of the OSD changed, it w
graesslin created this revision.
graesslin added reviewers: KWin, Plasma.
Restricted Application added a project: KWin.
Restricted Application added subscribers: kwin, plasma-devel.
REVISION SUMMARY
Recently we noticed that there are multiple areas where KWin needs to
inform the user about how
graesslin created this revision.
graesslin added reviewers: KWin, Plasma.
Restricted Application added a project: KWin.
Restricted Application added subscribers: kwin, plasma-devel.
REVISION SUMMARY
Inform how to kill a window.
REPOSITORY
R108 KWin
BRANCH
kill-window-osd
REVISION DETAIL
graesslin added a dependent revision: D3724: Use OnScreenNotification in kill
window.
REPOSITORY
R108 KWin
REVISION DETAIL
https://phabricator.kde.org/D3723
EMAIL PREFERENCES
https://phabricator.kde.org/settings/panel/emailpreferences/
To: graesslin, #kwin, #plasma
Cc: plasma-devel, kwin
graesslin added a dependency: D3720: Place OSD windows again on size changes.
REPOSITORY
R108 KWin
REVISION DETAIL
https://phabricator.kde.org/D3723
EMAIL PREFERENCES
https://phabricator.kde.org/settings/panel/emailpreferences/
To: graesslin, #kwin, #plasma
Cc: plasma-devel, kwin, lesliez
graesslin added a dependency: D3723: Introduce a KWin internal
on-screen-notification service.
REPOSITORY
R108 KWin
REVISION DETAIL
https://phabricator.kde.org/D3724
EMAIL PREFERENCES
https://phabricator.kde.org/settings/panel/emailpreferences/
To: graesslin, #kwin, #plasma
Cc: plasma-de
graesslin added a dependent revision: D3723: Introduce a KWin internal
on-screen-notification service.
REPOSITORY
R108 KWin
REVISION DETAIL
https://phabricator.kde.org/D3720
EMAIL PREFERENCES
https://phabricator.kde.org/settings/panel/emailpreferences/
To: graesslin, #kwin, #plasma
Cc: p
---
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/129669/
---
Review request for Plasma and David Edmundson.
Repository: plasma-framewo
broulik created this revision.
broulik added a reviewer: Plasma.
broulik set the repository for this revision to R242 Plasma Frameworks.
Restricted Application added a project: Plasma.
Restricted Application added a subscriber: plasma-devel.
REVISION SUMMARY
Now that we can have C++ applet we ca
apol created this revision.
apol added reviewers: Kirigami, mart.
Restricted Application added a project: Kirigami.
Restricted Application added a subscriber: plasma-devel.
REVISION SUMMARY
For some reason, reparenting the page is not enough. Also fixes the test which
was not working properly.
davidedmundson added a comment.
Bugs from running it:
The menu doesn't immediately disappear when I focus from a window with a
shared menu, to a window without. Interacting with menu still crashes.
The config option for "compact and full" is a bit unusual. The Plasma style,
is to tr
davidedmundson updated this revision to Diff 9146.
davidedmundson marked 2 inline comments as done.
davidedmundson added a comment.
- Working Qt5.8 build
- Qt5.7 support..hopefully
- remove our own alt key handling, Qt has it in 5.7.1 in a slightly neater way
- Atom caching
REPOSITORY
davidedmundson added inline comments.
INLINE COMMENTS
> appmenuapplet.cpp:141
> +if (e->key() == Qt::Key_Left) {
> +emit requestActivateIndex(m_currentIndex - 1);
> +return true;
It's more normal to do the bounding to the right value before you emit a
signal, rat
broulik created this revision.
broulik added reviewers: Plasma, hein.
broulik set the repository for this revision to R119 Plasma Desktop.
Restricted Application added a project: Plasma.
Restricted Application added a subscriber: plasma-devel.
REVISION SUMMARY
Bookmarks runner also sets the URL
broulik retitled this revision from "[Kickoff] Support drag from bookmarks
runner" to "[Kicker] Support drag from bookmarks runner".
REPOSITORY
R119 Plasma Desktop
REVISION DETAIL
https://phabricator.kde.org/D3728
EMAIL PREFERENCES
https://phabricator.kde.org/settings/panel/emailpreferenc
16 matches
Mail list logo