Re: KDE Plasma 5.10.3

2017-06-29 Thread Luna Jernberg
Thanks :) On Tue, Jun 27, 2017 at 1:04 PM, Jonathan Riddell wrote: > Plasma 5.10.3 is now released with fixes in KWin and brightness control > > https://www.kde.org/announcements/plasma-5.10.3.php >

D6047: Support XDG v6

2017-06-29 Thread David Edmundson
davidedmundson retitled this revision from "WIP: Support XDG v6" to "Support XDG v6". REPOSITORY R127 KWayland REVISION DETAIL https://phabricator.kde.org/D6047 To: davidedmundson, #plasma Cc: graesslin, mart, plasma-devel, #frameworks, ZrenBot, progwolff, lesliezhai, ali-mohamed,

D6390: WIP: Add remote runners over DBus

2017-06-29 Thread Marco Martin
mart added a comment. love the idea. when this goes in, at least one using this should already exist, to make sure the code gets well tested from day one. this makes me think... it's not exacrtly the same thing, maybe kindof a layer, but would be possible to start from this and have

D6429: Remove deprecated plasmashell options

2017-06-29 Thread Marco Martin
mart accepted this revision. This revision is now accepted and ready to land. REPOSITORY R120 Plasma Workspace BRANCH master REVISION DETAIL https://phabricator.kde.org/D6429 To: davidedmundson, #plasma, mart Cc: plasma-devel, ZrenBot, progwolff, lesliezhai, ali-mohamed, jensreuterberg,

D6386: [Digital Clock] Allow speaking out loud current time

2017-06-29 Thread David Edmundson
davidedmundson added inline comments. INLINE COMMENTS > broulik wrote in main.xml:65 > It does not have to be. It also says "every n *minutes*" It does. you take the modulus. If you have it every 19 minutes you'd announce on: 21:57, 22:00, 22:19 that's not every 19 minutes. You jump about

D6386: [Digital Clock] Allow speaking out loud current time

2017-06-29 Thread Kai Uwe Broulik
broulik added inline comments. INLINE COMMENTS > davidedmundson wrote in main.xml:65 > mention it has to be a factor of 60. It does not have to be. It also says "every n *minutes*" REVISION DETAIL https://phabricator.kde.org/D6386 To: broulik, #plasma, #vdg Cc: davidedmundson, plasma-devel,

D6386: [Digital Clock] Allow speaking out loud current time

2017-06-29 Thread David Edmundson
davidedmundson added inline comments. INLINE COMMENTS > main.xml:65 > + > + Speak out loud current time every n minutes (0 = > disabled) > + 0 mention it has to be a factor of 60. > texttospeech.cpp:95 > +"It is %1:%2 p m", > +

D6418: [XDGV6] manage every ping sent

2017-06-29 Thread Marco Martin
mart updated this revision to Diff 15997. mart added a comment. Restricted Application edited projects, added Plasma on Wayland; removed Plasma. - quint32 everywhere REPOSITORY R127 KWayland CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D6418?vs=15989=15997 BRANCH

D6419: ping before close and focus gain

2017-06-29 Thread Marco Martin
mart updated this revision to Diff 15990. mart added a comment. Restricted Application edited projects, added Plasma; removed KWin. - get rid of discardPing REPOSITORY R108 KWin CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D6419?vs=15950=15990 BRANCH mart/xdgv6ping REVISION

D6418: [XDGV6] manage every ping sent

2017-06-29 Thread Marco Martin
mart updated this revision to Diff 15989. mart added a comment. Restricted Application edited projects, added Plasma; removed Plasma on Wayland. - get rid of discardPing REPOSITORY R127 KWayland CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D6418?vs=15948=15989 BRANCH

D6429: Remove deprecated plasmashell options

2017-06-29 Thread David Edmundson
davidedmundson created this revision. Restricted Application added a project: Plasma. Restricted Application added a subscriber: plasma-devel. REPOSITORY R120 Plasma Workspace BRANCH master REVISION DETAIL https://phabricator.kde.org/D6429 AFFECTED FILES shell/main.cpp To:

D6113: Update helper docs for --windowed mode of plasmashell

2017-06-29 Thread David Edmundson
davidedmundson abandoned this revision. REPOSITORY R120 Plasma Workspace REVISION DETAIL https://phabricator.kde.org/D6113 To: davidedmundson, #plasma Cc: mart, plasma-devel, ZrenBot, progwolff, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, lukas

D6426: Skip Shader self test for Mesa >= 17

2017-06-29 Thread Marco Martin
mart accepted this revision. mart added a comment. This revision is now accepted and ready to land. ouch :/ REPOSITORY R108 KWin BRANCH skip-shader-self-test-mesa-5.10 REVISION DETAIL https://phabricator.kde.org/D6426 To: graesslin, #kwin, #plasma, mart Cc: mart, plasma-devel, kwin,

D6418: [XDGV6] manage every ping sent

2017-06-29 Thread Marco Martin
mart added a comment. In https://phabricator.kde.org/D6418#120319, @davidedmundson wrote: > > for how i did the kwin part, it must be who called it with discardTimer (this to allow kwin to receive 2 timeouts before deciding to kill the window) > > Ok, I see how it's meant to work but

D6400: Set correct icons for plasma config windows on wayland

2017-06-29 Thread David Edmundson
This revision was automatically updated to reflect the committed changes. Closed by commit R120:650f478dd5b5: Set correct icons for plasma config windows on wayland (authored by davidedmundson). REPOSITORY R120 Plasma Workspace CHANGES SINCE LAST UPDATE

D4972: Start drag with press and hold on touch events

2017-06-29 Thread David Edmundson
This revision was automatically updated to reflect the committed changes. Closed by commit R296:86bbebdee213: Start drag with press and hold on touch events (authored by davidedmundson). REPOSITORY R296 KDeclarative CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D4972?vs=12273=15978