[Differential] [Closed] D2775: Emit brightnessSupportQueried with the proper value

2016-09-15 Thread broulik (Kai Uwe Broulik)
This revision was automatically updated to reflect the committed changes. Closed by commit rPOWERDEVIL03717dc7388b: Emit brightnessSupportQueried with the proper value (authored by broulik). REPOSITORY rPOWERDEVIL Powerdevil CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D2775?vs=6735

[Powerdevil] [Bug 354250] "Switch User" sometimes sends computer to Standby

2016-09-15 Thread Kai Uwe Broulik via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=354250 --- Comment #31 from Kai Uwe Broulik --- Git commit ece8adacb35b8897407d92d995f362a6aea644be by Kai Uwe Broulik. Committed on 15/09/2016 at 07:15. Pushed by broulik into branch 'master'. Clear idle timeouts when session becomes inactive When the sessi

[Differential] [Closed] D2033: Clear idle timeouts when session becomes inactive

2016-09-15 Thread broulik (Kai Uwe Broulik)
This revision was automatically updated to reflect the committed changes. Closed by commit rPOWERDEVILece8adacb35b: Clear idle timeouts when session becomes inactive (authored by broulik). REPOSITORY rPOWERDEVIL Powerdevil CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D2033?vs=6418&i

Re: Plasma desktop/mobile initial setup

2016-09-15 Thread Ivan Čukić
Hi all, I agree that the first-run wizard might be annoying. But if it was a first-screen with options to have 'introduction', 'new features', 'setup wizard', I think it would be ok. Manjaro has had a first-run screen for ages, I never found it problematic. Plus, Martin had a few really nice poin

[Differential] [Request, 33 lines] D2786: [server] Don't send key release for not pressed keys and no double key press

2016-09-15 Thread Martin Gräßlin
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 This change makes use of the internal key state in better way. If a

[Powerdevil] [Bug 354250] "Switch User" sometimes sends computer to Standby

2016-09-15 Thread Fabian Köster via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=354250 --- Comment #32 from Fabian Köster --- (In reply to Kai Uwe Broulik from comment #31) > When the session becomes inactive, clear all idle timeouts, so we don't get > them delivered > while we're inactive or just when we're about to become active again.

[Powerdevil] [Bug 354250] "Switch User" sometimes sends computer to Standby

2016-09-15 Thread Kai Uwe Broulik via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=354250 --- Comment #33 from Kai Uwe Broulik --- I think so. That's why I pushed it this morning, tagging is usually around 10 to 12 -- You are receiving this mail because: You are the assignee for the bug.

[Differential] [Accepted] D2785: Fix panel spacer

2016-09-15 Thread mart (Marco Martin)
mart accepted this revision. mart added a reviewer: mart. mart added inline comments. This revision is now accepted and ready to land. INLINE COMMENTS > main.qml:36 > > -Layout.minimumWidth: horizontal ? plasmoid.configuration.length : 1 > -Layout.maximumWidth: (plasmoid.configuration.e

[Differential] [Accepted] D2766: More config descriptions

2016-09-15 Thread mart (Marco Martin)
mart accepted this revision. mart added a reviewer: mart. mart added a comment. good, still a couple of nitpicks INLINE COMMENTS > main.xml:34 > > + Sets the fault to italic. >false "Sets the clock font to italic." > main.xml:53 > > + Whether the timezone is di

Review Request 128914: Import filetypes kcm docbook from kde-runtime master to kde-cli-tools with the code

2016-09-15 Thread Burkhard Lück
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/128914/ --- Review request for Documentation, Localization and Translation (l10n) and

Re: Review Request 128912: Import kcontrol docbooks for code in kio from kde-runtime master

2016-09-15 Thread Burkhard Lück
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/128912/ --- (Updated Sept. 15, 2016, 9:09 vorm.) Review request for Documentation, KD

Review Request 128915: resize the view just after setting the containment

2016-09-15 Thread Marco Martin
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/128915/ --- Review request for Plasma. Repository: plasma-framework Description ---

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

2016-09-15 Thread no-reply
GENERAL INFO BUILD UNSTABLE Build URL: https://build.kde.org/job/plasma-desktop%20master%20kf5-qt5/PLATFORM=Linux,compiler=gcc/338/ Project: PLATFORM=Linux,compiler=gcc Date of build: Thu, 15 Sep 2016 09:18:09 + Build duration: 17 min CHANGE SET Revision 0efcc364f4d833b3b6ce4c9430f54e8f27f8

[Differential] [Request, 94 lines] D2787: Add support for resize only borders on Wayland

2016-09-15 Thread Martin Gräßlin
graesslin created this revision. graesslin added reviewers: KWin, Plasma on Wayland. Restricted Application added subscribers: kwin, plasma-devel. Restricted Application added projects: Plasma on Wayland, KWin. REVISION SUMMARY This change adds support for resizing outside the window decoration

Re: Review Request 128915: resize the view just after setting the containment

2016-09-15 Thread Aleix Pol Gonzalez
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/128915/#review99192 --- src/plasmaquick/containmentview.cpp (line 101)

[Differential] [Accepted] D2778: Expose the banner sourceSize

2016-09-15 Thread mart (Marco Martin)
mart accepted this revision. mart added a comment. This revision is now accepted and ready to land. patch in general makes sense but are you sure svg doesn't export a soucesize? (svgs do have a size in pixels in their root layer and qtsvg supports it) REPOSITORY rKIRIGAMI Kirigami BRA

Re: Review Request 128915: resize the view just after setting the containment

2016-09-15 Thread Marco Martin
> On Sept. 15, 2016, 10:01 a.m., Aleix Pol Gonzalez wrote: > > src/plasmaquick/containmentview.cpp, line 101 > > > > > > Wouldn't it be better to pass the size with the incubation properties? hmm, you can't acce

Re: Review Request 128915: resize the view just after setting the containment

2016-09-15 Thread David Edmundson
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/128915/#review99195 --- Fix it, then Ship it! src/plasmaquick/containmentview.cpp

[Differential] [Closed] D2783: Don't have a different OSD icon size for mute and for volumeBUG: 365199

2016-09-15 Thread davidedmundson (David Edmundson)
This revision was automatically updated to reflect the committed changes. Closed by commit rPLASMAWORKSPACE31cac414ae19: Don't have a different OSD icon for mute and volume adjustment (authored by davidedmundson). REPOSITORY rPLASMAWORKSPACE Plasma Workspace CHANGES SINCE LAST UPDATE https:/

Re: Review Request 128702: Use default weight rather than normal weight

2016-09-15 Thread Jacopo De Simoi
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/128702/ --- (Updated Sept. 15, 2016, 6:40 a.m.) Status -- This change has been m

Re: Review Request 128915: resize the view just after setting the containment

2016-09-15 Thread Aleix Pol Gonzalez
> On Sept. 15, 2016, 12:01 p.m., Aleix Pol Gonzalez wrote: > > src/plasmaquick/containmentview.cpp, line 101 > > > > > > Wouldn't it be better to pass the size with the incubation properties? > > Marco Martin wr

Re: Review Request 125416: BugFix for "Bug 328807 - Removing sensor from graph causes KSysGuard crash" (affected SensorType: DancingBars)

2016-09-15 Thread Raphael Kugelmann
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/125416/ --- (Updated Sept. 15, 2016, 10:44 a.m.) Status -- This change has been

Jenkins-kde-ci: plasma-desktop master kf5-qt5 » Linux,gcc - Build # 339 - Failure!

2016-09-15 Thread no-reply
GENERAL INFO BUILD FAILURE Build URL: https://build.kde.org/job/plasma-desktop%20master%20kf5-qt5/PLATFORM=Linux,compiler=gcc/339/ Project: PLATFORM=Linux,compiler=gcc Date of build: Thu, 15 Sep 2016 09:49:10 + Build duration: 5 min 17 sec CHANGE SET Revision 4458f4d29fad0dd89e0cb9ff7fe1cc7

Re: Review Request 128915: resize the view just after setting the containment

2016-09-15 Thread Aleix Pol Gonzalez
> On Sept. 15, 2016, 12:34 p.m., David Edmundson wrote: > > src/plasmaquick/containmentview.cpp, line 137 > > > > > > does it render this redundant? Otherwise it could make sense to statically have an `anchors.f

Re: Review Request 120563: Add support for installing .comic packages again to plasmapkg2.

2016-09-15 Thread Marco Martin
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/120563/#review99198 --- dropping this as comic packages are supposed to be installed

Re: Review Request 120563: Add support for installing .comic packages again to plasmapkg2.

2016-09-15 Thread Andrei Amuraritei
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/120563/ --- (Updated Sept. 15, 2016, 10:50 a.m.) Status -- This change has been

[Differential] [Commented On] D2778: Expose the banner sourceSize

2016-09-15 Thread apol (Aleix Pol Gonzalez)
apol added a comment. In https://phabricator.kde.org/D2778#51900, @mart wrote: > patch in general makes sense > > but are you sure svg doesn't export a soucesize? (svgs do have a size in pixels in their root layer and qtsvg supports it) Of course it does, but it's a size, here

Re: Review Request 128915: resize the view just after setting the containment

2016-09-15 Thread Marco Martin
> On Sept. 15, 2016, 10:34 a.m., David Edmundson wrote: > > src/plasmaquick/containmentview.cpp, line 137 > > > > > > does it render this redundant? > > Aleix Pol Gonzalez wrote: > Otherwise it could make se

Re: Review Request 128915: resize the view just after setting the containment

2016-09-15 Thread Marco Martin
> On Sept. 15, 2016, 10:01 a.m., Aleix Pol Gonzalez wrote: > > src/plasmaquick/containmentview.cpp, line 101 > > > > > > Wouldn't it be better to pass the size with the incubation properties? > > Marco Martin wr

Re: Review Request 128915: resize the view just after setting the containment

2016-09-15 Thread Marco Martin
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/128915/ --- (Updated Sept. 15, 2016, 10:57 a.m.) Review request for Plasma. Reposit

[Differential] [Commented On] D2785: Fix panel spacer

2016-09-15 Thread davidedmundson (David Edmundson)
davidedmundson added a comment. > some time ago on old qt releases i noticed that the layouts ignored items with one of the sizes as 0 (even height for an horizontal one) does it work now? I didn't notice any problems, is there anything specific I can test? REPOSITORY rPLASMAWORKSPACE

[Differential] [Closed] D2766: More config descriptions

2016-09-15 Thread davidedmundson (David Edmundson)
This revision was automatically updated to reflect the committed changes. davidedmundson marked an inline comment as done. Closed by commit rPLASMAWORKSPACEec8b02a7c417: More config descriptions (authored by davidedmundson). CHANGED PRIOR TO COMMIT https://phabricator.kde.org/D2766?vs=6733&id=6

Re: Review Request 128915: resize the view just after setting the containment

2016-09-15 Thread David Edmundson
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/128915/#review99202 --- Ship it! Ship It! - David Edmundson On Sept. 15, 2016,

Re: Review Request 128915: resize the view just after setting the containment

2016-09-15 Thread Marco Martin
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/128915/ --- (Updated Sept. 15, 2016, 7:05 a.m.) Status -- This change has been m

Re: Review Request 128914: Import filetypes kcm docbook from kde-runtime master to kde-cli-tools with the code

2016-09-15 Thread Marco Martin
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/128914/#review99204 --- doc/kcontrol/filetypes/index.docbook (line 19)

Re: Review Request 128912: Import kcontrol docbooks for code in kio from kde-runtime master

2016-09-15 Thread Marco Martin
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/128912/#review99205 --- doc/kcontrol/cache/index.docbook (line 19)

Re: Review Request 128899: xcursor discovery: modernize

2016-09-15 Thread Marco Martin
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/128899/#review99206 --- Ship it! this is the same patch that appeared in phabricat

Re: Review Request 115192: Fix building 32bit target on 64bit machine

2016-09-15 Thread Andrius da Costa Ribas
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/115192/ --- (Updated Sept. 15, 2016, 11:18 a.m.) Status -- This change has been

Re: Review Request 125743: Keep aspect ratio in default KSplash background

2016-09-15 Thread Martin Klapetek
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/125743/ --- (Updated Sept. 15, 2016, 11:33 a.m.) Status -- This change has been

Re: Review Request 105319: DBus-interface for changing wallpapers

2016-09-15 Thread Varun Herale
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/105319/ --- (Updated Sept. 15, 2016, 11:33 a.m.) Status -- This change has been

Re: Review Request 128914: Import filetypes kcm docbook from kde-runtime master to kde-cli-tools with the code

2016-09-15 Thread Burkhard Lück
> On Sept. 15, 2016, 11:07 vorm., Marco Martin wrote: > > doc/kcontrol/filetypes/index.docbook, line 19 > > > > > > kde 4.12? see my description the docbook is imported as it was splitted from kde-runtime, any ot

Re: Review Request 128912: Import kcontrol docbooks for code in kio from kde-runtime master

2016-09-15 Thread Burkhard Lück
> On Sept. 15, 2016, 11:11 vorm., Marco Martin wrote: > > doc/kcontrol/cache/index.docbook, line 19 > > > > > > shouldn't it be updated as well? see my description the docbooks are imported as they were splitted

Plasma/5.8 branched

2016-09-15 Thread Jonathan Riddell
Plasma/5.8 branches have now been made. Please continue to make lots of bug fixes to 5.8 so we can make a .0 release with no bugs :) master will become Plasma/5.9 Jonathan

[Differential] [Request, 50 lines] D2788: Fix whether a panel is supposed to have a strut in ShellClient

2016-09-15 Thread Martin Gräßlin
graesslin created this revision. graesslin added reviewers: KWin, Plasma on Wayland. Restricted Application added subscribers: kwin, plasma-devel. Restricted Application added projects: Plasma on Wayland, KWin. REVISION SUMMARY The PanelBehavior was incorrectly mapped to hasStrut resulting in to

Jenkins-kde-ci: plasma-desktop master kf5-qt5 » Linux,gcc - Build # 340 - Still unstable!

2016-09-15 Thread no-reply
GENERAL INFO BUILD UNSTABLE Build URL: https://build.kde.org/job/plasma-desktop%20master%20kf5-qt5/PLATFORM=Linux,compiler=gcc/340/ Project: PLATFORM=Linux,compiler=gcc Date of build: Thu, 15 Sep 2016 11:14:07 + Build duration: 33 min CHANGE SET Revision 2aa990b7fb8de5f80b5c1221ce373585d1de

Jenkins-kde-ci: khotkeys master kf5-qt5 » Linux,gcc - Build # 19 - Failure!

2016-09-15 Thread no-reply
GENERAL INFO BUILD FAILURE Build URL: https://build.kde.org/job/khotkeys%20master%20kf5-qt5/PLATFORM=Linux,compiler=gcc/19/ Project: PLATFORM=Linux,compiler=gcc Date of build: Thu, 15 Sep 2016 12:14:08 + Build duration: 3 min 29 sec CHANGE SET Revision e91b7b7e040de4f51b5af6895ceacbdc23ca6d

[Differential] [Request, 28 lines] D2789: [shell] Pass the panel visibility mode to KWayland PanelBehavior

2016-09-15 Thread Martin Gräßlin
graesslin created this revision. graesslin added a reviewer: Plasma. Restricted Application added a project: Plasma. Restricted Application added a subscriber: plasma-devel. REVISION SUMMARY The visibility mode needs to be passed to KWayland by mapping to the PanelBehavior. This is required to

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

2016-09-15 Thread no-reply
GENERAL INFO BUILD UNSTABLE Build URL: https://build.kde.org/job/plasma-desktop%20master%20kf5-qt5/PLATFORM=Linux,compiler=gcc/341/ Project: PLATFORM=Linux,compiler=gcc Date of build: Thu, 15 Sep 2016 12:20:16 + Build duration: 23 min CHANGE SET Revision 9deba0bc1ccdb919d6b7f91b72e3fdc83d65

Review Request 128919: Search for a Prison version that actually exists

2016-09-15 Thread Antonio Rojas
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/128919/ --- Review request for Plasma, Martin Gräßlin and Leslie Zhai. Repository: pl

[Differential] [Request, 5 lines] D2790: Make application close upon Ctrl+Q

2016-09-15 Thread apol (Aleix Pol Gonzalez)
apol created this revision. apol added reviewers: Kirigami, mart. Restricted Application added a project: Kirigami. Restricted Application added a subscriber: plasma-devel. REVISION SUMMARY Should possibly integrate with the system's defaults but shortcuts are not abstracted out just yet. REP

[Differential] [Changed Subscribers] D2790: Make application close upon Ctrl+Q

2016-09-15 Thread broulik (Kai Uwe Broulik)
broulik added inline comments. INLINE COMMENTS > AbstractApplicationWindow.qml:293 > +Shortcut { > +sequence: "Ctrl+Q" > +onActivated: Qt.quit() StandardKey.Quit should work (in Qt 5.2 iirc) REPOSITORY rKIRIGAMI Kirigami REVISION DETAIL https://phabricator.kde.org/D2790

[Differential] [Updated, 5 lines] D2790: Make application close upon Ctrl+Q

2016-09-15 Thread apol (Aleix Pol Gonzalez)
apol updated this revision to Diff 6764. apol added a comment. Turns out it was already there REPOSITORY rKIRIGAMI Kirigami CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D2790?vs=6763&id=6764 BRANCH master REVISION DETAIL https://phabricator.kde.org/D2790 AFFECTED FILES s

[Differential] [Updated] D2790: Make application close upon Ctrl+Q

2016-09-15 Thread apol (Aleix Pol Gonzalez)
apol marked an inline comment as done. apol added a comment. Thanks! REPOSITORY rKIRIGAMI Kirigami REVISION DETAIL https://phabricator.kde.org/D2790 EMAIL PREFERENCES https://phabricator.kde.org/settings/panel/emailpreferences/ To: apol, #kirigami, mart Cc: broulik, plasma-devel, apol

[Differential] [Updated] D2790: Make application close upon Ctrl+Q

2016-09-15 Thread apol (Aleix Pol Gonzalez)
apol updated the summary for this revision. REPOSITORY rKIRIGAMI Kirigami REVISION DETAIL https://phabricator.kde.org/D2790 EMAIL PREFERENCES https://phabricator.kde.org/settings/panel/emailpreferences/ To: apol, #kirigami, mart Cc: broulik, plasma-devel, apol

[Differential] [Commented On] D2790: Make application close upon Ctrl+Q

2016-09-15 Thread broulik (Kai Uwe Broulik)
broulik added a comment. So, Ctrl+Q always quits without confirmation? What about having a singal aboutToQuit(var event) and then do: onActivated: { var event = {accepted: false} aboutToQuit(event); if (!event.accepted) { Qt.quit();

[Differential] [Commented On] D2790: Make application close upon Ctrl+Q

2016-09-15 Thread apol (Aleix Pol Gonzalez)
apol added a comment. In https://phabricator.kde.org/D2790#51966, @broulik wrote: > So, Ctrl+Q always quits without confirmation? What about having a > > singal aboutToQuit(var event) > > and then do: > > onActivated: { > var event = {accepted: false} > abou

[Differential] [Accepted] D2790: Make application close upon Ctrl+Q

2016-09-15 Thread broulik (Kai Uwe Broulik)
broulik accepted this revision. broulik added a reviewer: broulik. broulik added a comment. This revision is now accepted and ready to land. Ok, so if this is a general problem with Kirigami, fine, but needs to be addressed eventually. REPOSITORY rKIRIGAMI Kirigami BRANCH master REVISIO

KDE at 20: Plasma 5.8 LTS Beta. Here for the Long Term.

2016-09-15 Thread Jonathan Riddell
Thursday, 15 September 2016. Today KDE releases a beta of its first Long Term Support edition of its flagship desktop software, Plasma. This marks the point where the developers and designers are happy to recommend Plasma for the widest possible audience be they enterprise or non-techy home users.

Jenkins-kde-ci: kde-gtk-config Plasma-5.8 stable-kf5-qt5 » Linux,gcc - Build # 1 - Successful!

2016-09-15 Thread no-reply
GENERAL INFO BUILD SUCCESS Build URL: https://build.kde.org/job/kde-gtk-config%20Plasma-5.8%20stable-kf5-qt5/PLATFORM=Linux,compiler=gcc/1/ Project: PLATFORM=Linux,compiler=gcc Date of build: Thu, 15 Sep 2016 14:27:32 + Build duration: 1 min 37 sec CHANGE SET No changes JUNIT RESULTS

Jenkins-kde-ci: khotkeys Plasma-5.8 stable-kf5-qt5 » Linux,gcc - Build # 1 - Failure!

2016-09-15 Thread no-reply
GENERAL INFO BUILD FAILURE Build URL: https://build.kde.org/job/khotkeys%20Plasma-5.8%20stable-kf5-qt5/PLATFORM=Linux,compiler=gcc/1/ Project: PLATFORM=Linux,compiler=gcc Date of build: Thu, 15 Sep 2016 14:29:33 + Build duration: 2 min 14 sec CHANGE SET No changes

Re: Review Request 128899: xcursor discovery: modernize

2016-09-15 Thread Jason A. Donenfeld
> On Sept. 15, 2016, 11:12 a.m., Marco Martin wrote: > > this is the same patch that appeared in phabricator as well, right? Sorry for the double post. I posted it here first, before realizing that the plasma team prefers Phrabricator. We discussed it there, where it was approved, and I pushed

Re: Review Request 128899: xcursor discovery: modernize

2016-09-15 Thread Jason A. Donenfeld
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/128899/ --- (Updated Sept. 15, 2016, 3:35 p.m.) Status -- This change has been m

Jenkins-kde-ci: kinfocenter Plasma-5.8 stable-kf5-qt5 » Linux,gcc - Build # 1 - Successful!

2016-09-15 Thread no-reply
GENERAL INFO BUILD SUCCESS Build URL: https://build.kde.org/job/kinfocenter%20Plasma-5.8%20stable-kf5-qt5/PLATFORM=Linux,compiler=gcc/1/ Project: PLATFORM=Linux,compiler=gcc Date of build: Thu, 15 Sep 2016 14:30:48 + Build duration: 3 min 16 sec CHANGE SET No changes JUNIT RESULTS

Jenkins-kde-ci: kmenuedit Plasma-5.8 stable-kf5-qt5 » Linux,gcc - Build # 1 - Successful!

2016-09-15 Thread no-reply
GENERAL INFO BUILD SUCCESS Build URL: https://build.kde.org/job/kmenuedit%20Plasma-5.8%20stable-kf5-qt5/PLATFORM=Linux,compiler=gcc/1/ Project: PLATFORM=Linux,compiler=gcc Date of build: Thu, 15 Sep 2016 14:31:08 + Build duration: 1 min 45 sec CHANGE SET No changes JUNIT RESULTS

[Differential] [Request, 14 lines] D2791: [Kicker RootModel] Show separator only when there are entries before it

2016-09-15 Thread broulik (Kai Uwe Broulik)
broulik created this revision. broulik added reviewers: Plasma, hein. broulik set the repository for this revision to rPLASMADESKTOP Plasma Desktop. Restricted Application added a project: Plasma. Restricted Application added a subscriber: plasma-devel. REVISION SUMMARY BUG: 368854 FIXED-IN: 5

Jenkins-kde-ci: ksshaskpass Plasma-5.8 stable-kf5-qt5 » Linux,gcc - Build # 1 - Successful!

2016-09-15 Thread no-reply
GENERAL INFO BUILD SUCCESS Build URL: https://build.kde.org/job/ksshaskpass%20Plasma-5.8%20stable-kf5-qt5/PLATFORM=Linux,compiler=gcc/1/ Project: PLATFORM=Linux,compiler=gcc Date of build: Thu, 15 Sep 2016 14:32:33 + Build duration: 1 min 7 sec CHANGE SET No changes JUNIT RESULTS

Jenkins-kde-ci: plasma-desktop Plasma-5.8 stable-kf5-qt5 » Linux,gcc - Build # 1 - Failure!

2016-09-15 Thread no-reply
GENERAL INFO BUILD FAILURE Build URL: https://build.kde.org/job/plasma-desktop%20Plasma-5.8%20stable-kf5-qt5/PLATFORM=Linux,compiler=gcc/1/ Project: PLATFORM=Linux,compiler=gcc Date of build: Thu, 15 Sep 2016 14:38:29 + Build duration: 3 min 33 sec CHANGE SET No changes

Jenkins-kde-ci: polkit-kde-agent-1 Plasma-5.8 stable-kf5-qt5 » Linux,gcc - Build # 1 - Successful!

2016-09-15 Thread no-reply
GENERAL INFO BUILD SUCCESS Build URL: https://build.kde.org/job/polkit-kde-agent-1%20Plasma-5.8%20stable-kf5-qt5/PLATFORM=Linux,compiler=gcc/1/ Project: PLATFORM=Linux,compiler=gcc Date of build: Thu, 15 Sep 2016 14:49:12 + Build duration: 1 min 20 sec CHANGE SET No changes JUNIT RESULTS

Jenkins-kde-ci: plasma-workspace Plasma-5.8 stable-kf5-qt5 » Linux,gcc - Build # 1 - Successful!

2016-09-15 Thread no-reply
GENERAL INFO BUILD SUCCESS Build URL: https://build.kde.org/job/plasma-workspace%20Plasma-5.8%20stable-kf5-qt5/PLATFORM=Linux,compiler=gcc/1/ Project: PLATFORM=Linux,compiler=gcc Date of build: Thu, 15 Sep 2016 14:42:24 + Build duration: 14 min CHANGE SET No changes JUNIT RESULTS

Jenkins-kde-ci: sddm-kcm Plasma-5.8 stable-kf5-qt5 » Linux,gcc - Build # 1 - Successful!

2016-09-15 Thread no-reply
GENERAL INFO BUILD SUCCESS Build URL: https://build.kde.org/job/sddm-kcm%20Plasma-5.8%20stable-kf5-qt5/PLATFORM=Linux,compiler=gcc/1/ Project: PLATFORM=Linux,compiler=gcc Date of build: Thu, 15 Sep 2016 14:51:38 + Build duration: 1 min 59 sec CHANGE SET No changes JUNIT RESULTS N

[Powerdevil] [Bug 354250] "Switch User" sometimes sends computer to Standby

2016-09-15 Thread Fabian Köster via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=354250 --- Comment #34 from Fabian Köster --- (In reply to Kai Uwe Broulik from comment #33) > I think so. That's why I pushed it this morning, tagging is usually around > 10 to 12 Great, will test your patch as soon as I updated my system. -- You are recei

[Differential] [Accepted] D2781: Use KDE_INSTALL_DATAROOTDIR

2016-09-15 Thread mart (Marco Martin)
mart accepted this revision. This revision is now accepted and ready to land. REPOSITORY rKIRIGAMI Kirigami BRANCH master REVISION DETAIL https://phabricator.kde.org/D2781 EMAIL PREFERENCES https://phabricator.kde.org/settings/panel/emailpreferences/ To: heikobecker, #kirigami, mart Cc

[Differential] [Updated] D2790: Make application close upon Ctrl+Q

2016-09-15 Thread mart (Marco Martin)
mart added a comment. I would like it done as Kai's suggestion, I would call the signal quitRequested? about the other ways to quit, i guess it's window closing, which i don't think we can intercept in any way? REPOSITORY rKIRIGAMI Kirigami BRANCH master REVISION DETAIL https://pha

[Differential] [Commented On] D2790: Make application close upon Ctrl+Q

2016-09-15 Thread broulik (Kai Uwe Broulik)
broulik added a comment. You can: http://doc.qt.io/qt-5/qml-qtquick-window-window.html#closing-signal REPOSITORY rKIRIGAMI Kirigami BRANCH master REVISION DETAIL https://phabricator.kde.org/D2790 EMAIL PREFERENCES https://phabricator.kde.org/settings/panel/emailpreferences/ To: apo

[Differential] [Closed] D2781: Use KDE_INSTALL_DATAROOTDIR

2016-09-15 Thread heikobecker (Heiko Becker)
This revision was automatically updated to reflect the committed changes. Closed by commit rKIRIGAMI3f2db19b3544: Use KDE_INSTALL_DATAROOTDIR (authored by heikobecker). REPOSITORY rKIRIGAMI Kirigami CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D2781?vs=6748&id=6766 REVISION DETAIL

[Differential] [Commented On] D2786: [server] Don't send key release for not pressed keys and no double key press

2016-09-15 Thread Thomas Lübking
luebking added a comment. Sounds reasonable enough, but seems to point out an issue in wayland: If clients "somehow" rely on balanced input, are there artificial releases when a client looses focus? If not, do you end up with several clients in autorepeat (client side? really? with dif

[Differential] [Changed Subscribers] D2787: Add support for resize only borders on Wayland

2016-09-15 Thread Thomas Lübking
luebking added inline comments. INLINE COMMENTS > abstract_client.cpp:1634 > +const auto margins = decoration()->resizeOnlyBorders(); > +if (!margins.isNull()) { > +return Toplevel::inputGeometry() + margins; spare this test and just return TopLevel::inputGeometry(

kwin 5.7.95 update for Qt 5.6

2016-09-15 Thread Jonathan Riddell
Martin pointed me towards this commit which allows kwin to recompile with Qt 5.6 http://commits.kde.org/kwin/99f491e79914da85213a899574ae36ad2e3c097c I'm not able to make an updated tar because the translations don't seem to be in place yet for Plasma/5.8 branch so if you use Qt 5.6 you'll need to

[Differential] [Updated, 5 lines] D2790: Make application close upon Ctrl+Q

2016-09-15 Thread apol (Aleix Pol Gonzalez)
apol updated this revision to Diff 6767. apol added a comment. Use Window.close rather than Qt.quit Gives the opportunity to the application to do something about the closing REPOSITORY rKIRIGAMI Kirigami CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D2790?vs=6764&id=6767

[kio-extras] [Bug 368877] New: log_kio_sftp log flood

2016-09-15 Thread David Shen via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368877 Bug ID: 368877 Summary: log_kio_sftp log flood Product: kio-extras Version: unspecified Platform: Gentoo Packages OS: Linux Status: UNCONFIRMED Severity: normal

[Differential] [Commented On] D2786: [server] Don't send key release for not pressed keys and no double key press

2016-09-15 Thread Martin Gräßlin
graesslin added a comment. In https://phabricator.kde.org/D2786#51992, @luebking wrote: > Sounds reasonable enough, but seems to point out an issue in wayland: > > If clients "somehow" rely on balanced input, are there artificial releases when a client looses focus? Yes, on ga

[Differential] [Request, 222 lines] D2793: Implement show on screen edge for Wayland

2016-09-15 Thread Martin Gräßlin
graesslin created this revision. graesslin added reviewers: KWin, Plasma on Wayland. Restricted Application added subscribers: kwin, plasma-devel. Restricted Application added projects: Plasma on Wayland, KWin. REVISION SUMMARY This change ports ScreenEdges to operate on AbstractClient instead o

[Differential] [Updated] D2793: Implement show on screen edge for Wayland

2016-09-15 Thread Martin Gräßlin
graesslin added a dependency: D2788: Fix whether a panel is supposed to have a strut in ShellClient. REPOSITORY rKWIN KWin REVISION DETAIL https://phabricator.kde.org/D2793 EMAIL PREFERENCES https://phabricator.kde.org/settings/panel/emailpreferences/ To: graesslin, #kwin, #plasma_on_way

[Differential] [Updated] D2788: Fix whether a panel is supposed to have a strut in ShellClient

2016-09-15 Thread Martin Gräßlin
graesslin added a dependent revision: D2793: Implement show on screen edge for Wayland. REPOSITORY rKWIN KWin REVISION DETAIL https://phabricator.kde.org/D2788 EMAIL PREFERENCES https://phabricator.kde.org/settings/panel/emailpreferences/ To: graesslin, #kwin, #plasma_on_wayland Cc: plas

[Powerdevil] [Bug 354250] "Switch User" sometimes sends computer to Standby

2016-09-15 Thread Fabian Köster via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=354250 --- Comment #35 from Fabian Köster --- I can confirm that this bug is fixed in 5.7.95 or at least the probability for it has been reduced. @Kai So I guess your patch did help, thank you very much for your persistent effort! -- You are receiving this