Re: Review Request 126322: [ToolTip] Dismiss tooltip when item becomes invisible

2015-12-11 Thread David Edmundson
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/126322/#review89372 --- src/declarativeimports/core/tooltip.cpp (line 353)

Re: Review Request 126319: Plasma 5.6 "Graphite" Wallpaper

2015-12-11 Thread Ken Vermette
> On Dec. 11, 2015, 7:08 p.m., Martin Klapetek wrote: > > > Attached images directly to request; if this is not the preferred way of > > > attaching large files > > > > Attaching just one file would be fine, I mean this is just to see it right? > > So there's no need to upload /all/ the resolut

Review Request 126322: [ToolTip] Dismiss tooltip when item becomes invisible

2015-12-11 Thread Kai Uwe Broulik
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/126322/ --- Review request for Plasma. Repository: plasma-framework Description ---

Breeze SDDM log in as other user option

2015-12-11 Thread Kai Uwe Broulik
Hi everyone,I've quite often come across valid complaints that our Breeze SDDM theme lacks an input field for a user not listed in the greeter, quite common to corporate environments, where you sign in through LDAP or similar.I tried to add an "Other user" entry at the end of the list but the SDDM

Re: Review Request 126320: Read KPluginMetada's property X-Plasma-ComponentTypes as a stringlist

2015-12-11 Thread Hrvoje Senjan
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/126320/#review89369 --- i had the similar problem after commit f35e514 (only empty pan

Re: Review Request 126319: Plasma 5.6 "Graphite" Wallpaper

2015-12-11 Thread Martin Klapetek
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/126319/#review89366 --- > Attached images directly to request; if this is not the pref

Re: Review Request 126319: Plasma 5.6 "Graphite" Wallpaper

2015-12-11 Thread Ken Vermette
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/126319/ --- (Updated Dec. 11, 2015, 7:04 p.m.) Review request for Plasma. Repositor

Review Request 126319: Plasma 5.6 "Graphite" Wallpaper

2015-12-11 Thread Ken Vermette
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/126319/ --- Review request for Plasma. Repository: breeze Description --- Atta

[Powerdevil] [Bug 337674] kded5 is eating CPU

2015-12-11 Thread Martin Klapetek via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=337674 --- Comment #75 from Martin Klapetek --- Thanks, pasting it here. Always please either attach the file here or paste it directly here, pastebins tend to disappear. That said, your backtrace looks absolutely normal, there's nothing wrong going on (in fac

Review Request 126320: Read KPluginMetada's property X-Plasma-ComponentTypes as a stringlist

2015-12-11 Thread Martin Klapetek
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/126320/ --- Review request for KDE Frameworks, Plasma and Alex Richardson. Repository

Re: Review Request 126246: Add test for dynamically changing file definitions

2015-12-11 Thread Marco Martin
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/126246/ --- (Updated Dec. 11, 2015, 6:03 p.m.) Status -- This change has been ma

Re: Review Request 124962: Fix CMAKE_INSTALL_LIBDIR not respecting installation prefix

2015-12-11 Thread Martin Klapetek
On Fri, Dec 11, 2015 at 7:03 AM, Maximiliano Curia wrote: > Sadly setting the CMAKE_INSTALL_PREFIX in the Debian package seems to have > no effect, so I'm stuck with the previous patch till I find a more elegant > solution. > You sure you got it right? I just tried this on Kubuntu: cmake ../../

Re: Review Request 126293: [System Tray] Forward key events to expanded task

2015-12-11 Thread Sebastian Kügler
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/126293/#review89355 --- Ship it! Ship It! - Sebastian Kügler On Dec. 9, 2015, 9:21

Re: Review Request 126246: Add test for dynamically changing file definitions

2015-12-11 Thread Sebastian Kügler
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/126246/#review89354 --- Ship it! Ship It! autotests/packagestructuretest.cpp (line

Re: Review Request 126301: Add protocol for server side decoration

2015-12-11 Thread Sebastian Kügler
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/126301/#review89348 --- src/client/protocols/server-decoration.xml (line 22)

Re: Possible issue in breeze 5.5 kstyle

2015-12-11 Thread Sandro Andrade
On Fri, Dec 11, 2015 at 5:18 AM, Kai Uwe Broulik wrote: > Hi, > > Perhaps that's the reason for QtCreator's welcome page being broken here when > running with Breeze. Yes, removing /usr/lib/qt/plugins/styles/breeze.so fixes the problem for QtCreator. Sandro > > > __

Re: Review Request 124962: Fix CMAKE_INSTALL_LIBDIR not respecting installation prefix

2015-12-11 Thread Maximiliano Curia
On 10/12/15 17:45, Martin Klapetek wrote: > However if I'm not mistaken, that set_target_properties call does not > do what you imply it does. Setting empty PREFIX means that it will > not prepend "lib" to the filename, eg. "libpam_kwallet.so", but will instead > name it "pam_kwallet.so". Oh, you a

5.6 Kickoff Meeting scheduling

2015-12-11 Thread Jonathan Riddell
Let's have a 5.6 kickoff meeting next week, please reply to poll on available days and times. Make sure you set the timezone correctly. http://doodle.com/poll/2gmcx9b3zbxe6wfa Jonathan ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde

Re: Review Request 126301: Add protocol for server side decoration

2015-12-11 Thread Martin Gräßlin
> On Dec. 10, 2015, 3:54 p.m., Marco Martin wrote: > > src/client/protocols/server-decoration.xml, line 45 > > > > > > do clients have to explicitly call that with risks of leaks? > > Martin Gräßlin wrote: >

Re: Review Request 126301: Add protocol for server side decoration

2015-12-11 Thread Marco Martin
> On Dec. 10, 2015, 2:54 p.m., Marco Martin wrote: > > src/client/protocols/server-decoration.xml, line 45 > > > > > > do clients have to explicitly call that with risks of leaks? > > Martin Gräßlin wrote: >

Re: Possible issue in breeze 5.5 kstyle

2015-12-11 Thread Kai Uwe Broulik
Hi, Perhaps that's the reason for QtCreator's welcome page being broken here when running with Breeze. ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel