Review Request 127623: [digital-clock] Fix display of seconds with certain locales

2016-04-10 Thread Wolfgang Bauer
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/127623/ --- Review request for Plasma. Repository: plasma-workspace Description ---

Re: Review Request 127616: Digital clock applet re-write

2016-04-10 Thread Wolfgang Bauer
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/127616/#review94473 --- applets/digital-clock/package/contents/ui/main.qml (line 128

[Differential] [Commented On] D1366: Add Event Sounds stream to Applications list

2016-04-10 Thread colomar (Thomas Pfeiffer)
colomar added a comment. In https://phabricator.kde.org/D1366#25480, @drosca wrote: > F106811: event-sounds.png > > Looks like this (always first in the list). It will need different icon, ideas? Event sounds are usually notifications, rig

Jenkins-kde-ci: plasma-workspace master kf5-qt5 » Linux,gcc - Build # 31 - Still Unstable!

2016-04-10 Thread no-reply
GENERAL INFO BUILD UNSTABLE Build URL: https://build.kde.org/job/plasma-workspace%20master%20kf5-qt5/PLATFORM=Linux,compiler=gcc/31/ Project: PLATFORM=Linux,compiler=gcc Date of build: Sun, 10 Apr 2016 09:41:52 + Build duration: 42 min CHANGE SET Revision 16a3402428d8bf126578333f8b1c10198d9

[Differential] [Commented On] D1366: Add Event Sounds stream to Applications list

2016-04-10 Thread broulik (Kai Uwe Broulik)
broulik added a comment. Not sure about the term *event* sounds. What about *notification* sounds? REPOSITORY rPLASMAPA Plasma Audio Volume Applet REVISION DETAIL https://phabricator.kde.org/D1366 EMAIL PREFERENCES https://phabricator.kde.org/settings/panel/emailpreferences/ To: drosc

Jenkins-kde-ci: plasma-workspace master kf5-qt5 » Linux,gcc - Build # 32 - Still Unstable!

2016-04-10 Thread no-reply
GENERAL INFO BUILD UNSTABLE Build URL: https://build.kde.org/job/plasma-workspace%20master%20kf5-qt5/PLATFORM=Linux,compiler=gcc/32/ Project: PLATFORM=Linux,compiler=gcc Date of build: Sun, 10 Apr 2016 16:15:52 + Build duration: 40 min CHANGE SET Revision e7526890ebf1491a8c79fb449c95ca41dfa

Review Request 127631: [ksmserver] We must be sure that kwin process is ended

2016-04-10 Thread Anthony Fieroni
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/127631/ --- Review request for kwin, Plasma, David Edmundson, Martin Gräßlin, and Thoma

Kirigami.Page breaks with Loader+Component inside

2016-04-10 Thread Martin Klapetek
Hey, so I've ported SpaceBar to Kirigami and got stuck with Page not rendering anything when it contains a Loader. I've reduced it to a minimal example, attached, where it is easily reproducible. Running the attached qml file will show an empty page, removing the Loader _and_ Component will show

Re: Review Request 127631: [ksmserver] We must be sure that kwin process is ended

2016-04-10 Thread Martin Gräßlin
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/127631/#review94513 --- > otherwise kwindowsystem::self() is nullptr how can KWindow

Re: Review Request 127631: [ksmserver] We must be sure that kwin process is ended

2016-04-10 Thread Thomas Lübking
> On April 11, 2016, 5:45 vorm., Martin Gräßlin wrote: > > > otherwise kwindowsystem::self() is nullptr > > > > how can KWindowSystem::self() be null? And why should that have anything to > > do with KWin? KWindowSystem does not depend on a window manager running. The entire thing sounds as if

Re: Review Request 127631: [ksmserver] We must be sure that kwin process is ended

2016-04-10 Thread Anthony Fieroni
> On Април 11, 2016, 8:45 преди обяд, Martin Gräßlin wrote: > > > otherwise kwindowsystem::self() is nullptr > > > > how can KWindowSystem::self() be null? And why should that have anything to > > do with KWin? KWindowSystem does not depend on a window manager running. > > Thomas Lübking wrote