bdhruve created this revision.
bdhruve added a reviewer: Plasma on Wayland.
Restricted Application added subscribers: kwin, plasma-devel.
Restricted Application added projects: Plasma on Wayland, KWin.
REVISION SUMMARY
This starts Wayland server with some basic interfaces
- shm
- composit
GENERAL INFO
BUILD FAILURE
Build URL:
https://build.kde.org/job/plasma-desktop%20Plasma-5.7%20stable-kf5-qt5/PLATFORM=Linux,compiler=gcc/6/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Thu, 23 Jun 2016 23:42:20 +
Build duration: 5 min 5 sec
CHANGE SET
Revision 90e5d4138bf040133aee491
GENERAL INFO
BUILD SUCCESS
Build URL:
https://build.kde.org/job/kinfocenter%20Plasma-5.7%20stable-kf5-qt5/PLATFORM=Linux,compiler=gcc/1/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Thu, 23 Jun 2016 21:12:35 +
Build duration: 5 min 51 sec
CHANGE SET
No changes
JUNIT RESULTS
GENERAL INFO
BUILD SUCCESS
Build URL:
https://build.kde.org/job/khotkeys%20Plasma-5.7%20stable-kf5-qt5/PLATFORM=Linux,compiler=gcc/1/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Thu, 23 Jun 2016 21:12:25 +
Build duration: 7 min 12 sec
CHANGE SET
No changes
JUNIT RESULTS
N
davidedmundson created this revision.
davidedmundson added a reviewer: Plasma.
Restricted Application added a project: Plasma.
Restricted Application added a subscriber: plasma-devel.
REVISION SUMMARY
This is useful for HighDPI otherwise a user needs to manually resize the
panel initially and/
GENERAL INFO
BUILD UNSTABLE
Build URL:
https://build.kde.org/job/plasma-workspace%20master%20kf5-qt5/PLATFORM=Linux,compiler=gcc/216/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Thu, 23 Jun 2016 19:09:52 +
Build duration: 21 min
CHANGE SET
Revision 2946faa9a4e1fa2eb85d67f0bb11bd3f62
GENERAL INFO
BUILD FAILURE
Build URL:
https://build.kde.org/job/plasma-workspace%20Plasma-5.7%20stable-kf5-qt5/PLATFORM=Linux,compiler=gcc/8/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Thu, 23 Jun 2016 19:04:57 +
Build duration: 4 min 50 sec
CHANGE SET
Revision aee734e126b16db3be51
bgupta changed the visibility from "All Users" to "Public (No Login Required)".
bgupta updated this revision to Diff 4689.
bgupta added a comment.
I've addressed all of the issues except for layout and alignment in the
configuration dialog.
I'm soliciting feedback for all the outstanding
bgupta marked 13 inline comments as done.
bgupta added inline comments.
INLINE COMMENTS
> bgupta wrote in main.qml:111
> It's true that there's no regular scaling involved. I clearly misunderstood
> the point of mipmap scaling over regular smoothing. I'll swap this in favour
> of smoothing.
>F
bgupta marked 2 inline comments as done.
bgupta added a subscriber: garg.
bgupta added inline comments.
INLINE COMMENTS
> sebas wrote in config.qml:178
> So it will at most switch every 15 minutes? Seems a bit long as minimal value
> to me...
Note that we're hitting APIs, some of which have lim
bgupta marked 2 inline comments as done.
REPOSITORY
rKDEPLASMAADDONS Plasma Addons
REVISION DETAIL
https://phabricator.kde.org/D1976
EMAIL PREFERENCES
https://phabricator.kde.org/settings/panel/emailpreferences/
To: bgupta, #plasma, sebas
Cc: garg, sebas, graesslin, davidedmundson, plasma
davidedmundson added inline comments.
INLINE COMMENTS
> sebas wrote in config.qml:237
> PlasmaExtras.Heading
Not in the config.
We have this situation where we use Plasma Components in plasmoids,
QtQuick.Controls in settings.
Heading inherits Plasma.Label - which potentially means the wrong f
sebas requested changes to this revision.
sebas added a reviewer: sebas.
sebas added a comment.
This revision now requires changes to proceed.
There are lots of ; (at the end of every line of QML. We generally don't do
that. In order to make the code more consistent, please remove them. (They
> On April 28, 2016, 8:35 a.m., Thomas Pfeiffer wrote:
> > Thank you for providing a screenshot!
> >
> > Now I just need to understand what problem this applet is supposed to solve.
> > The original problem Sebas wanted to solve was that "Show Desktop" hid the
> > panel. That has been fixed in
sebas accepted this revision.
sebas added a reviewer: sebas.
This revision is now accepted and ready to land.
REPOSITORY
rPLASMAWORKSPACE Plasma Workspace
BRANCH
master
REVISION DETAIL
https://phabricator.kde.org/D1974
EMAIL PREFERENCES
https://phabricator.kde.org/settings/panel/emailpr
This revision was automatically updated to reflect the committed changes.
Closed by commit rKWIN02ba1e7c0a2f: Don't crash if a decoration doesn't get
created (authored by graesslin).
REPOSITORY
rKWIN KWin
CHANGES SINCE LAST UPDATE
https://phabricator.kde.org/D1980?vs=4683&id=4685
REVISION D
bshah accepted this revision.
bshah added a reviewer: bshah.
This revision is now accepted and ready to land.
REPOSITORY
rKWIN KWin
BRANCH
dont-crash-no-border-5.7
REVISION DETAIL
https://phabricator.kde.org/D1980
EMAIL PREFERENCES
https://phabricator.kde.org/settings/panel/emailprefere
graesslin created this revision.
graesslin added reviewers: Plasma on Wayland, KWin.
Restricted Application added subscribers: kwin, plasma-devel.
Restricted Application added projects: Plasma on Wayland, KWin.
REVISION SUMMARY
With the NoBorder option set the DecorationBridge won't create
dec
> On Апрель 28, 2016, 8:35 д.п., Thomas Pfeiffer wrote:
> > Thank you for providing a screenshot!
> >
> > Now I just need to understand what problem this applet is supposed to solve.
> > The original problem Sebas wanted to solve was that "Show Desktop" hid the
> > panel. That has been fixed in
davidedmundson added inline comments.
INLINE COMMENTS
> bgupta wrote in config.qml:27
> I was initially using ColumnLayout, but the problem there was that the
> contents were expanding to fill the entire height of the dialog, with huge
> spacing between rows. Using Column just works.
oh, you c
On Thu, Jun 23, 2016 at 12:00 PM, Martin Gräßlin wrote:
> Feel free to come up with a name by your own. I'm not very good in finding
> good names and have to change them quite often again ;-)
Random suggestions,
- KWinQml
- KWinQQuick
Take your pick.. :-)
--
Bhushan Shah
http://bhush9.github
bgupta added a comment.
In https://phabricator.kde.org/D1976#36389, @graesslin wrote:
> You might have seen that I have an open differential request to integrate
Plasma Wallpapaer into kscreenlocker.
>
> This makes me ask the question: how will this wallpaper plugin look like if
you
22 matches
Mail list logo