Re: Review Request 127485: KCM: Add button to set default devices

2016-03-24 Thread David Rosca
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/127485/ --- (Updated March 24, 2016, 9:52 p.m.) Review request for Plasma and KDE Usa

Re: Review Request 127485: KCM: Add button to set default devices

2016-03-24 Thread Kai Uwe Broulik
> On März 24, 2016, 9:37 nachm., Kai Uwe Broulik wrote: > > I like the RadioButton but it should say "Default" or "Default Device" (if > > we could depend on Qt 5.7 we could also add a tooltip explaining what that > > means... :/ ) > > > > Can you perhaps also have a look at the OSD/volume key

Re: Review Request 127485: KCM: Add button to set default devices

2016-03-24 Thread David Rosca
> On March 24, 2016, 9:37 p.m., Kai Uwe Broulik wrote: > > I like the RadioButton but it should say "Default" or "Default Device" (if > > we could depend on Qt 5.7 we could also add a tooltip explaining what that > > means... :/ ) > > > > Can you perhaps also have a look at the OSD/volume keys

Re: Review Request 127485: KCM: Add button to set default devices

2016-03-24 Thread Kai Uwe Broulik
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/127485/#review93950 --- I like the RadioButton but it should say "Default" or "Defaul

Re: Review Request 127485: KCM: Add button to set default devices

2016-03-24 Thread Thomas Pfeiffer
> On March 24, 2016, 8:47 p.m., Thomas Pfeiffer wrote: > > Three visually independent pushbuttons to not indicate a selection. > > Why don't you use radio buttons? > > David Rosca wrote: > > Three visually independent pushbuttons to not indicate a selection. > > That's a bug in Bree

Re: Review Request 127485: KCM: Add button to set default devices

2016-03-24 Thread David Rosca
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/127485/ --- (Updated March 24, 2016, 9:08 p.m.) Review request for Plasma and KDE Usa

Re: Review Request 127485: KCM: Add button to set default devices

2016-03-24 Thread David Rosca
> On March 24, 2016, 8:47 p.m., Thomas Pfeiffer wrote: > > Three visually independent pushbuttons to not indicate a selection. > > Why don't you use radio buttons? > Three visually independent pushbuttons to not indicate a selection. That's a bug in Breeze - it draws checked button same as sele

Re: Review Request 127485: KCM: Add button to set default devices

2016-03-24 Thread Thomas Pfeiffer
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/127485/#review93944 --- Three visually independent pushbuttons to not indicate a sele

Review Request 127487: Fix bindings in KCM MuteButton

2016-03-24 Thread David Rosca
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/127487/ --- Review request for Plasma. Repository: plasma-pa Description --- A

Review Request 127485: KCM: Add button to set default devices

2016-03-24 Thread David Rosca
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/127485/ --- Review request for Plasma and KDE Usability. Repository: plasma-pa Desc

Re: Review Request 127476: [Volume item] Increase / decrease by wheel

2016-03-24 Thread Anthony Fieroni
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/127476/ --- (Updated Март 24, 2016, 8:25 след обяд) Review request for Plasma, David

Re: Review Request 127484: applet: Add streams tab to manage applications volume

2016-03-24 Thread Thomas Pfeiffer
> On March 24, 2016, 4:53 p.m., Thomas Pfeiffer wrote: > > Great that you're bringing streams back to the applet, much appreciated! > > > > I agree with Kai that we should hide the technical stream names, they are > > of no use to anybody not deeply interested in PulseAudio. If an application

[Differential] [Request, 26 lines] D1216: Disallow ptrace on greeter and kcheckpass process on FreeBSD

2016-03-24 Thread tcberner (Tobias C. Berner)
tcberner created this revision. tcberner added reviewers: graesslin, rakuco. tcberner set the repository for this revision to rKSCREENLOCKER KScreenLocker. Herald added a project: Plasma. Herald added a subscriber: plasma-devel. REVISION SUMMARY Use FreeBSDs `procctl` to disable gdb&Co from atta

Re: Review Request 127484: applet: Add streams tab to manage applications volume

2016-03-24 Thread David Rosca
> On March 24, 2016, 4:53 p.m., Thomas Pfeiffer wrote: > > Great that you're bringing streams back to the applet, much appreciated! > > > > I agree with Kai that we should hide the technical stream names, they are > > of no use to anybody not deeply interested in PulseAudio. If an application

Re: Review Request 127484: applet: Add streams tab to manage applications volume

2016-03-24 Thread Thomas Pfeiffer
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/127484/#review93937 --- Great that you're bringing streams back to the applet, much a

Considering a Qt 5.6 dependency for plasma-workspace

2016-03-24 Thread Aleix Pol
Hi, I'd like to suggest a Qt 5.6 dependency for plasma-workspace master (and maybe other repositories too). My personal interest is mostly because of the patch that drops KScreen dependency in plasmashell [1], but I still think it makes sense on other areas and it's unlikely that plasma 5.7 is goi

Re: Review Request 127409: Make sure we're not forcing the window to be created prematurely

2016-03-24 Thread Kai Uwe Broulik
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/127409/#review93934 --- src/plasmaquick/dialog.cpp (lines 1000 - 1001)

[Differential] [Closed] D1212: [server] Apply position change directly for desync sub-surfaces

2016-03-24 Thread Martin Gräßlin
This revision was automatically updated to reflect the committed changes. Closed by commit rKWAYLAND818e320bd998: [server] Apply position change directly for desync sub-surfaces (authored by graesslin). REPOSITORY rKWAYLAND KWayland CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D1212

[Differential] [Commented On] D1212: [server] Apply position change directly for desync sub-surfaces

2016-03-24 Thread Martin Gräßlin
graesslin added inline comments. INLINE COMMENTS src/server/subcompositor_interface.cpp:211 I'm trying here to workaround Qt's bug in the least dangerous way. Qt has all surfaces in desync, that's why I check whether it's desync. For desync a direct update is not as bad as for a synced surfac

Re: Review Request 127484: applet: Add streams tab to manage applications volume

2016-03-24 Thread Anthony Fieroni
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/127484/#review93933 --- Looks great, i want it for 5.6 :P 5.7 is far away... - Antho

[Differential] [Closed] D1214: [server] Add const variants to methods in SubSurfaceInterface

2016-03-24 Thread Martin Gräßlin
This revision was automatically updated to reflect the committed changes. Closed by commit rKWAYLAND68ba45df4c8b: [server] Add const variants to methods in SubSurfaceInterface (authored by graesslin). CHANGED PRIOR TO COMMIT https://phabricator.kde.org/D1214?vs=2939&id=2940#toc REPOSITORY rK

Re: Review Request 127484: applet: Add streams tab to manage applications volume

2016-03-24 Thread David Rosca
> On March 24, 2016, 2:50 p.m., Kai Uwe Broulik wrote: > > There was already a bunch of commented functionality that allowed that. You > > clicked an output and it would expand to reveal the applications. > > > > I like your tabbed approach much better as the UI is already cramped enough > > a

[Differential] [Closed] D1211: [server] Remove sub-surface from parent when it's surface is destroyed

2016-03-24 Thread Martin Gräßlin
This revision was automatically updated to reflect the committed changes. Closed by commit rKWAYLAND1f46390c0473: [server] Remove sub-surface from parent when it's surface is destroyed (authored by graesslin). REPOSITORY rKWAYLAND KWayland CHANGES SINCE LAST UPDATE https://phabricator.kde.or

Re: Review Request 127484: applet: Add streams tab to manage applications volume

2016-03-24 Thread David Rosca
> On March 24, 2016, 2:53 p.m., Kai Uwe Broulik wrote: > > src/pulseaudio.h, line 100 > > > > > > You don't actually use the sources, rather have a "count" property? I copied it from SinkModel::sinks(), just for

Re: Review Request 127484: applet: Add streams tab to manage applications volume

2016-03-24 Thread Kai Uwe Broulik
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/127484/#review93929 --- There was already a bunch of commented functionality that all

[Differential] [Accepted] D1214: [server] Add const variants to methods in SubSurfaceInterface

2016-03-24 Thread Sebastian Kügler
sebas accepted this revision. sebas added a reviewer: sebas. sebas added a comment. This revision is now accepted and ready to land. A note to remove the non-const methods with the next BIC change would be useful, otherwise: good stuff. REPOSITORY rKWAYLAND KWayland BRANCH server-subsurf

Re: Review Request 127484: applet: Add streams tab to manage applications volume

2016-03-24 Thread Kai Uwe Broulik
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/127484/#review93930 --- src/pulseaudio.h (line 100)

Re: Review Request 127484: applet: Add streams tab to manage applications volume

2016-03-24 Thread David Rosca
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/127484/ --- (Updated March 24, 2016, 2:22 p.m.) Review request for Plasma and KDE Usa

Re: Review Request 127484: applet: Add streams tab to manage applications volume

2016-03-24 Thread David Rosca
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/127484/ --- (Updated March 24, 2016, 2:28 p.m.) Review request for Plasma and KDE Usa

Review Request 127484: applet: Add streams tab to manage applications volume

2016-03-24 Thread David Rosca
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/127484/ --- Review request for Plasma. Repository: plasma-pa Description --- A

[Differential] [Closed] D1209: Revert "desktop grid: zoom hovered window"

2016-03-24 Thread Sebastian Kügler
This revision was automatically updated to reflect the committed changes. Closed by commit rKWIN746fc49bb6a3: Revert "desktop grid: zoom hovered window" (authored by sebas). REPOSITORY rKWIN KWin CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D1209?vs=2936&id=2937 REVISION DETAIL h

[Differential] [Accepted] D1209: Revert "desktop grid: zoom hovered window"

2016-03-24 Thread Martin Gräßlin
graesslin accepted this revision. graesslin added a comment. This revision is now accepted and ready to land. I don't have a strong opinion about it. As always I say: Desktop Grid needs to be rewritten in QML and merged with Present Windows. I see that it's difficult to get the highlighti

[Differential] [Updated, 20 lines] D1209: Revert "desktop grid: zoom hovered window"

2016-03-24 Thread Sebastian Kügler
sebas updated this revision to Diff 2936. sebas retitled this revision from "do not zoom in highlighted windows" to "Revert "desktop grid: zoom hovered window"". sebas updated the summary for this revision. sebas added a comment. update commit message REPOSITORY rKWIN KWin CHANGES SINCE LA

[Differential] [Updated, 20 lines] D1209: do not zoom in highlighted windows

2016-03-24 Thread Sebastian Kügler
sebas updated this revision to Diff 2935. sebas added a comment. put it as revert of original commit REPOSITORY rKWIN KWin CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D1209?vs=2928&id=2935 BRANCH sebas/dgunjar REVISION DETAIL https://phabricator.kde.org/D1209 AFFECTED FIL

[Differential] [Requested Changes To] D1209: do not zoom in highlighted windows

2016-03-24 Thread Martin Gräßlin
graesslin requested changes to this revision. graesslin added a comment. This revision now requires changes to proceed. please upload it as a revert of the original commit REPOSITORY rKWIN KWin REVISION DETAIL https://phabricator.kde.org/D1209 EMAIL PREFERENCES https://phabricator.kde.

Re: Review Request 127467: PulseClient: Implement heuristics to find icon for stream

2016-03-24 Thread David Rosca
> On March 23, 2016, 10:47 a.m., Marco Martin wrote: > > src/client.cpp, line 62 > > > > > > I'm not sure having hardcoded special cases in c++ for broken > > applications (hello chrome, as usual ;) is a good way

Re: Review Request 127467: PulseClient: Implement heuristics to find icon for stream

2016-03-24 Thread Sebastian Kügler
> On March 23, 2016, 10:47 a.m., Marco Martin wrote: > > src/client.cpp, line 62 > > > > > > I'm not sure having hardcoded special cases in c++ for broken > > applications (hello chrome, as usual ;) is a good way

[Differential] [Commented On] D1209: do not zoom in highlighted windows

2016-03-24 Thread Sebastian Kügler
sebas added a comment. Well, the zoom effect is definitely the wrong way, it's broken (can be triggered without moving the mouse, expands windows outside of their allotted area (looks like broken sizing/placement), isn't animated so feels very choppy, isn't using well-known highlight semanti

[Differential] [Commented On] D1212: [server] Apply position change directly for desync sub-surfaces

2016-03-24 Thread Martin Gräßlin
graesslin added a comment. F99612: screenshot-incorrect-positioning.png The problem without the workaround. With the workaround the nested QQuickView is positioned exactly as expected. REPOSITORY rKWAYLAND KWayland REVISION DETAIL https://phabricat

Re: Review Request 127476: [Volume item] Increase / decrease by wheel

2016-03-24 Thread David Rosca
> On March 24, 2016, 6:25 a.m., David Rosca wrote: > > Please see https://git.reviewboard.kde.org/r/125088/. I myself am against > > blocking it, but there is a valid reason for it. > > > > Also, I think you can just remove the MouseArea (as Slider allows to change > > value with mouse wheel b

Re: Review Request 127476: [Volume item] Increase / decrease by wheel

2016-03-24 Thread Anthony Fieroni
> On Март 24, 2016, 8:25 преди обяд, David Rosca wrote: > > Please see https://git.reviewboard.kde.org/r/125088/. I myself am against > > blocking it, but there is a valid reason for it. > > > > Also, I think you can just remove the MouseArea (as Slider allows to change > > value with mouse wh

Jenkins-kde-ci: plasma-desktop Plasma-5.6 stable-kf5-qt5 » Linux,gcc - Build # 2 - Still Failing!

2016-03-24 Thread no-reply
GENERAL INFO BUILD FAILURE Build URL: https://build.kde.org/job/plasma-desktop%20Plasma-5.6%20stable-kf5-qt5/PLATFORM=Linux,compiler=gcc/2/ Project: PLATFORM=Linux,compiler=gcc Date of build: Thu, 24 Mar 2016 10:16:00 + Build duration: 1 min 0 sec CHANGE SET Revision 027e9dc2f29c1997f67e553

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

2016-03-24 Thread no-reply
GENERAL INFO BUILD SUCCESS Build URL: https://build.kde.org/job/plasma-desktop%20master%20kf5-qt5/PLATFORM=Linux,compiler=gcc/1/ Project: PLATFORM=Linux,compiler=gcc Date of build: Thu, 24 Mar 2016 09:41:56 + Build duration: 7 min 3 sec CHANGE SET No changes JUNIT RESULTS Name: (

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

2016-03-24 Thread no-reply
GENERAL INFO BUILD FAILURE Build URL: https://build.kde.org/job/plasma-desktop%20Plasma-5.6%20stable-kf5-qt5/PLATFORM=Linux,compiler=gcc/1/ Project: PLATFORM=Linux,compiler=gcc Date of build: Thu, 24 Mar 2016 09:41:56 + Build duration: 1 min 11 sec CHANGE SET No changes

[Differential] [Commented On] D1210: Fix untranslatable string

2016-03-24 Thread aspotashev (Alexander Potashev)
aspotashev added a comment. Oops, "arc land" landed it to master, while I expected it to land to Plasma/5.6. I then cherry-picked the commit to Plasma/5.6, I know it's not very good for later merging. REPOSITORY rPLASMADESKTOP Plasma Desktop REVISION DETAIL https://phabricator.kde.org/D

[Differential] [Closed] D1210: Fix untranslatable string

2016-03-24 Thread aspotashev (Alexander Potashev)
This revision was automatically updated to reflect the committed changes. Closed by commit rPLASMADESKTOPe73045d3e68d: Fix untranslatable string (authored by aspotashev). REPOSITORY rPLASMADESKTOP Plasma Desktop CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D1210?vs=2931&id=2932 REV

Re: Plasma 5.6 beta

2016-03-24 Thread Alexander Potashev
Thanks Ivan! plasma-desktop/libs/kactivities-stats was not included in 5.5.x, thus only 5.5.95 and 5.6.0 suffer from this problem. -- Alexander Potashev 2016-03-24 12:43 GMT+03:00 Ivan Čukić : > I've renamed the one in plasma-desktop now. Strangely enough, this > collision should have existed f

[Differential] [Accepted] D1210: Fix untranslatable string

2016-03-24 Thread Ivan Čukić
ivan accepted this revision. This revision is now accepted and ready to land. REPOSITORY rPLASMADESKTOP Plasma Desktop BRANCH untrans REVISION DETAIL https://phabricator.kde.org/D1210 EMAIL PREFERENCES https://phabricator.kde.org/settings/panel/emailpreferences/ To: aspotashev, ivan Cc

Re: Plasma 5.6 beta

2016-03-24 Thread Ivan Čukić
I've renamed the one in plasma-desktop now. Strangely enough, this collision should have existed for a few releases now - the experimental copy of kactivitiesstats inside plasma-desktop existed for some time now. Cheerio, Ivan -- KDE, ivan.cu...@kde.org, http://cukic.co/ gpg key id: 850B6F76 On

[Differential] [Request, 2 lines] D1210: Fix untranslatable string

2016-03-24 Thread aspotashev (Alexander Potashev)
aspotashev created this revision. aspotashev added a reviewer: ivan. Herald added a project: Plasma. Herald added a subscriber: plasma-devel. REVISION SUMMARY Patch by Victor Ryzhykh REPOSITORY rPLASMADESKTOP Plasma Desktop BRANCH untrans REVISION DETAIL https://phabricator.kde.org/D12

Re: Plasma 5.6 beta

2016-03-24 Thread Alexander Potashev
2016-03-15 1:14 GMT+03:00 Alexander Potashev : > 2016-03-02 21:50 GMT+03:00 Jonathan Riddell : >> kactivitymanagerd is added, see earlier e-mails from Ivan about the >> changes in kactivity release bits. > > Hi Jonathan, > > There is a file conflict between plasma-desktop-5.5.95 and > kactivitymana

Re: Review Request 127476: [Volume item] Increase / decrease by wheel

2016-03-24 Thread David Rosca
> On March 24, 2016, 6:25 a.m., David Rosca wrote: > > Please see https://git.reviewboard.kde.org/r/125088/. I myself am against > > blocking it, but there is a valid reason for it. > > > > Also, I think you can just remove the MouseArea (as Slider allows to change > > value with mouse wheel b

Re: Review Request 127476: [Volume item] Increase / decrease by wheel

2016-03-24 Thread Anthony Fieroni
> On Март 24, 2016, 8:25 преди обяд, David Rosca wrote: > > Please see https://git.reviewboard.kde.org/r/125088/. I myself am against > > blocking it, but there is a valid reason for it. > > > > Also, I think you can just remove the MouseArea (as Slider allows to change > > value with mouse wh

Re: Review Request 127476: [Volume item] Increase / decrease by wheel

2016-03-24 Thread David Rosca
> On March 24, 2016, 6:25 a.m., David Rosca wrote: > > Please see https://git.reviewboard.kde.org/r/125088/. I myself am against > > blocking it, but there is a valid reason for it. > > > > Also, I think you can just remove the MouseArea (as Slider allows to change > > value with mouse wheel b

Re: Review Request 127467: PulseClient: Implement heuristics to find icon for stream

2016-03-24 Thread David Rosca
> On March 23, 2016, 10:47 a.m., Marco Martin wrote: > > src/client.cpp, line 62 > > > > > > I'm not sure having hardcoded special cases in c++ for broken > > applications (hello chrome, as usual ;) is a good way

Re: Review Request 127467: PulseClient: Implement heuristics to find icon for stream

2016-03-24 Thread David Rosca
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/127467/ --- (Updated March 24, 2016, 8:17 a.m.) Review request for Plasma. Summary

Re: Review Request 127476: [Volume item] Increase / decrease by wheel

2016-03-24 Thread Anthony Fieroni
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/127476/#review93913 --- I know this is not a chat, but plasma-pa is needed to show de

Re: Review Request 127476: [Volume item] Increase / decrease by wheel

2016-03-24 Thread Anthony Fieroni
> On Март 24, 2016, 8:25 преди обяд, David Rosca wrote: > > Please see https://git.reviewboard.kde.org/r/125088/. I myself am against > > blocking it, but there is a valid reason for it. > > > > Also, I think you can just remove the MouseArea (as Slider allows to change > > value with mouse wh

Re: Common purpose for the Plasma team, and VDG

2016-03-24 Thread Martin Graesslin
On Monday, November 9, 2015 11:38:42 PM CET kainz.a wrote: > Yes different communication systems are one of the main problem. Different > tasks are the second problem. When I read the VDG forum threads or the > Telegram thread there was discussion about some stuff but less than 5% are > bugfixing a

Re: Freeze kde-workspace repo for good

2016-03-24 Thread Martin Graesslin
On Friday, September 4, 2015 10:31:59 AM CEST Martin Klapetek wrote: > +1, although I don't think it would prevent people from creating > patches...or would RB refuse a patch against those blocked > branches? probably not, but it makes working with those easy: repo frozen, sorry cannot be pushed.