[Differential] [Commented On] D3606: Listen for broadcast notifications on system bus

2016-12-08 Thread broulik (Kai Uwe Broulik)
broulik added a comment. What would be the best place to put a little utility (similar to notify-send or kdialog --passivepopup) for this? REPOSITORY R120 Plasma Workspace REVISION DETAIL https://phabricator.kde.org/D3606 EMAIL PREFERENCES

[Differential] [Request, 160 lines] D3630: [Digital Clock] Bug fixes and ui code optimization

2016-12-08 Thread subdiff (Roman Gilg)
subdiff created this revision. subdiff added a reviewer: Plasma. subdiff added a subscriber: plasma-devel. subdiff set the repository for this revision to R120 Plasma Workspace. subdiff added a project: Plasma. REVISION SUMMARY This patch is meant to improve the Digital Clock applet in the

Re: Selecting a Plasma logo

2016-12-08 Thread Sebastian Kügler
On Wednesday, December 7, 2016 1:58:34 PM UTC Jens Reuterberg wrote: > About half a year ago this thread started and so far no actual change has > happened. That's embarrasing. :-( Thanks for bringing this topic up, though. > The background is that the past logo for Plasma Desktop was

Re: Selecting a Plasma logo

2016-12-08 Thread Sebastian Kügler
On Wednesday, December 7, 2016 3:51:39 PM UTC Ken Vermette wrote: > Here's my proposal: we get a form up tomorrow, put it on plasma-devel > mailing lists. We set the voting deadline to December 23rd midnight, giving > the vote just over two weeks. That gives us a time to commit the new logo > to

Re: Selecting a Plasma logo

2016-12-08 Thread Sebastian Kügler
On Wednesday, December 7, 2016 8:58:34 PM UTC Martin Gräßlin wrote: > Personally I find it important that the developers have a say in what > the logo is. I think we identify by it and the logo needs to work with > us. We did have a say, more than one (on the forums, we had the logo's posted

[Differential] [Request, 127 lines] D3628: Refresh the ScreenGeometry data role whenever a screen is added or changes its geometry.

2016-12-08 Thread hein (Eike Hein)
hein created this revision. hein added reviewers: Plasma, davidedmundson. hein added a subscriber: plasma-devel. Restricted Application added a project: Plasma. REVISION SUMMARY As this happens the screen filtering higher up in the proxy chain culimating in TasksModel needs to be re-executed,

[Differential] [Closed] D3585: Fix building library with qmake

2016-12-08 Thread drosca (David Rosca)
This revision was automatically updated to reflect the committed changes. Closed by commit R169:48b9c50a88d4: Fix building library with qmake (authored by drosca). REPOSITORY R169 Kirigami CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D3585?vs=8740=8876 REVISION DETAIL

Re: [KWin - Dock Question] - How to hide a window from PresentWindows effect?

2016-12-08 Thread Martin Gräßlin
Am 2016-12-08 20:28, schrieb Michail Vourlakos: On 08/12/2016 09:09 μμ, Martin Graesslin wrote: In the case of the XCB Qt plugin the ordering of the calls is important. You need to set such flags before the window is created. Calls to KWindowSystem can destroy it again. If you want to check

Re: [KWin - Dock Question] - How to hide a window from PresentWindows effect?

2016-12-08 Thread Martin Graesslin
On Thursday, December 8, 2016 8:53:00 PM CET you wrote: > > The problem here is clearly that your window is still accepting focus. If > > it doesn't accept focus KWin will skip it. So verify with xprop and > > xwininfo that the window is really excluding focus. > > Where do I look Martin? I am

[Differential] [Closed] D3488: [platforms/wayland] Use a ConfinedPointer if available

2016-12-08 Thread Martin Gräßlin
This revision was automatically updated to reflect the committed changes. Closed by commit R108:2defd6bb6487: [platforms/wayland] Use a ConfinedPointer if available (authored by graesslin). REPOSITORY R108 KWin CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D3488?vs=8477=8864

[Differential] [Closed] D3506: Implement support for pointer constraints

2016-12-08 Thread Martin Gräßlin
This revision was automatically updated to reflect the committed changes. Closed by commit R108:0c5ca405cc6d: Implement support for pointer constraints (authored by graesslin). CHANGED PRIOR TO COMMIT https://phabricator.kde.org/D3506?vs=8518=8865#toc REPOSITORY R108 KWin CHANGES SINCE

Re: [KWin - Dock Question] - How to hide a window from PresentWindows effect?

2016-12-08 Thread Martin Graesslin
On Thursday, December 8, 2016 7:17:31 PM CET Michail Vourlakos wrote: > Hello everyone, > > in NowDock I have managed to subclass a QuickWindow in order to provide > masking and various visibility states for the dock. > > In all the visibility states I am setting for this subclassed window: > >

[Differential] [Accepted] D3585: Fix building library with qmake

2016-12-08 Thread mart (Marco Martin)
mart accepted this revision. mart added a reviewer: mart. This revision is now accepted and ready to land. REPOSITORY R169 Kirigami BRANCH master REVISION DETAIL https://phabricator.kde.org/D3585 EMAIL PREFERENCES https://phabricator.kde.org/settings/panel/emailpreferences/ To:

[Differential] [Changed Subscribers] D3620: Add Plasmoid that shows multiple other plasmoids in a tabbed interface

2016-12-08 Thread mart (Marco Martin)
mart added inline comments. INLINE COMMENTS > groupingplasmoid.kdev4:1 > +[Buildset] > +BuildItems=@Variant(\x00\x00\x00\t\x00\x00\x00\x00\x01\x00\x00\x00\x0b\x00\x00\x00\x00\x01\x00\x00\x00 > > \x00g\x00r\x00o\x00u\x00p\x00i\x00n\x00g\x00p\x00l\x00a\x00s\x00m\x00o\x00i\x00d) this foder

[KWin - Dock Question] - How to hide a window from PresentWindows effect?

2016-12-08 Thread Michail Vourlakos
Hello everyone, in NowDock I have managed to subclass a QuickWindow in order to provide masking and various visibility states for the dock. In all the visibility states I am setting for this subclassed window: m_dockWindow->setFlags(Qt::FramelessWindowHint|Qt::WindowDoesNotAcceptFocus);

[Differential] [Commented On] D3620: Add Plasmoid that shows multiple other plasmoids in a tabbed interface

2016-12-08 Thread davidedmundson (David Edmundson)
davidedmundson added a comment. F679341: Spectacle.X13741.png REPOSITORY R114 Plasma Addons REVISION DETAIL https://phabricator.kde.org/D3620 EMAIL PREFERENCES https://phabricator.kde.org/settings/panel/emailpreferences/ To: davidedmundson,

[Differential] [Request, 1,037 lines] D3620: Add Plasmoid that shows multiple other plasmoids in a tabbed interface

2016-12-08 Thread davidedmundson (David Edmundson)
davidedmundson created this revision. davidedmundson added a reviewer: Plasma. Restricted Application added a project: Plasma. Restricted Application added a subscriber: plasma-devel. REVISION SUMMARY Restore the "grouped" plasmoid of KDE4. It's somewhat similar to the system tray

[Differential] [Updated, 52 lines] D3606: Listen for broadcast notifications on system bus

2016-12-08 Thread broulik (Kai Uwe Broulik)
broulik updated the test plan for this revision. broulik updated this revision to Diff 8854. broulik added a comment. - Drop plasmashell from interface name and upper camel case REPOSITORY R120 Plasma Workspace CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D3606?vs=8853=8854

[Differential] [Updated, 52 lines] D3606: Listen for broadcast notifications on system bus

2016-12-08 Thread broulik (Kai Uwe Broulik)
broulik removed a subscriber: davidedmundson. broulik updated this revision to Diff 8853. broulik added a comment. - Support passing "uids" as stringlist, my initial QVariantList with int approach didnt really work - Enable only if configured REPOSITORY R120 Plasma Workspace CHANGES

[Differential] [Commented On] D3606: Listen for broadcast notifications on system bus

2016-12-08 Thread davidedmundson (David Edmundson)
davidedmundson added a comment. Note that actions won't work, we'd always be replying on the session bus. (this is solvable) INLINE COMMENTS > notificationsengine.cpp:70 > +// TODO only do that when plasmashellrc has [Notifications] > BroadcastAllowed or sth like that > +

[Differential] [Updated] D3606: Listen for broadcast notifications on system bus

2016-12-08 Thread broulik (Kai Uwe Broulik)
broulik retitled this revision from "RFC: Listen for broadcast notifications on system bus" to "Listen for broadcast notifications on system bus". broulik updated the summary for this revision. broulik updated the test plan for this revision. REPOSITORY R120 Plasma Workspace REVISION DETAIL

[Differential] [Commented On] D3617: [Touchpad KCM] New KWin Wayland version

2016-12-08 Thread knambiar (Rajeesh K Nambiar)
knambiar added a comment. A query about the dbus calls in findTouchpads(). INLINE COMMENTS > kwinwaylandbackend.cpp:72 > +QStringList devicesSysNames; > +QVariant reply = m_deviceManager->property("devicesSysNames"); > +if (reply.isValid()) { Just wondering whether these calls