Re: Libtaskmanager ported to Qt5/KF5

2013-08-09 Thread Eike Hein
On Friday 09 August 2013 14:09:29 you wrote: > Hi all, > > on special request by Eike I looked into porting libtaskmanager to Qt5/KF5. > And after a surprisingly easy port I just pushed to frameworks-scratch > branch a commit which enables building of libtaskmanager again. Thanks :) Nice to hear

Re: Libtaskmanager ported to Qt5/KF5

2013-08-09 Thread Sebastian Kügler
On Friday, August 09, 2013 14:09:29 Martin Graesslin wrote: > on special request by Eike I looked into porting libtaskmanager to Qt5/KF5. > And after a surprisingly easy port I just pushed to frameworks-scratch > branch a commit which enables building of libtaskmanager again. > > As a side effect

Re: Review Request 111908: Add KConfigLoader from Plasma Framework to KConfigGui

2013-08-09 Thread David Faure
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/111908/#review37445 --- tier1/kconfig/src/gui/kconfigloader.h

Re: Review Request 111908: Add KConfigLoader from Plasma Framework to KConfigGui

2013-08-09 Thread David Edmundson
> On Aug. 9, 2013, 2:55 p.m., David Edmundson wrote: > > tier1/kconfig/src/gui/kconfigloader.cpp, line 65 > > > > > > This would be best with use of QLatin1String() thoughout this file. > > > > > > Kai Uwe B

Re: Review Request 111908: Add KConfigLoader from Plasma Framework to KConfigGui

2013-08-09 Thread David Edmundson
> On Aug. 9, 2013, 2:55 p.m., David Edmundson wrote: > > tier1/kconfig/src/gui/kconfigloader.cpp, line 65 > > > > > > This would be best with use of QLatin1String() thoughout this file. > > > > > > Kai Uwe B

Re: Review Request 111908: Add KConfigLoader from Plasma Framework to KConfigGui

2013-08-09 Thread Kai Uwe Broulik
> On Aug. 9, 2013, 2:55 p.m., David Edmundson wrote: > > tier1/kconfig/src/gui/kconfigloader.cpp, line 65 > > > > > > This would be best with use of QLatin1String() thoughout this file. > > > > QStringLitera

Re: Review Request 111908: Add KConfigLoader from Plasma Framework to KConfigGui

2013-08-09 Thread David Edmundson
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/111908/#review37413 --- tier1/kconfig/src/gui/kconfigloader.cpp

Re: how to draw a transparent / semi-transparent area in plasma-qml ?

2013-08-09 Thread Sebastian Kügler
On Friday, August 09, 2013 22:22:34 Bruce Ouyang wrote: > i have tried rectrangle with opacity:0.5 and color:"transparent", but this > doesn't work. looking forward for your reply! If you could explain your usecase a bit more detailed, that'd help. Otherwise, from the little info you give, Plasma

Re: how to draw a transparent / semi-transparent area in plasma-qml ?

2013-08-09 Thread Heena Mahour
Ahem , no use of transparent rectangles ,we don't do that way.Anyways you can play with opacity by behaviour on opacity also . Regards On Fri, Aug 9, 2013 at 2:22 PM, Bruce Ouyang wrote: > i have tried rectrangle with opacity:0.5 and color:"transparent", but this > doesn't work. > looking forw

Re: how to draw a transparent / semi-transparent area in plasma-qml ?

2013-08-09 Thread Daniel Nicoletti
a rectangle with color: "transparent" will be fully transparent regardless of it's opacity, though the opacity will be applied to all of it's children. if you want something semi-transparent you can try color: "white" and opacity: 0.5 2013/8/9 Bruce Ouyang : > i have tried rectrangle with opacity:

how to draw a transparent / semi-transparent area in plasma-qml ?

2013-08-09 Thread Bruce Ouyang
i have tried rectrangle with opacity:0.5 and color:"transparent", but this doesn't work. looking forward for your reply! thanks advance! ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Re: Branch review request

2013-08-09 Thread Sebastian Kügler
On Friday, August 09, 2013 15:49:33 Ivan Čukić wrote: > > It doesn't belong into plasma-framework, > > The original mail *was* about plasma-framework - the thread was > started when Kevin removed the add_definitions("-std=c++0x") from the > repo's top CMakeLists.txt > http://mail.kde.org/pipermail

Re: Branch review request

2013-08-09 Thread Ivan Čukić
p.s. I'm a bit of a safe-coding buff lately - if something removes potential "stupid bugs" and doesn't introduce a performance overhead - I'm all into it (like for vs foreach and similar). ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kd

Re: Branch review request

2013-08-09 Thread Ivan Čukić
> It doesn't belong into plasma-framework, The original mail *was* about plasma-framework - the thread was started when Kevin removed the add_definitions("-std=c++0x") from the repo's top CMakeLists.txt http://mail.kde.org/pipermail/plasma-devel/2013-June/025747.html > and you didn't answer my "w

Re: Libtaskmanager ported to Qt5/KF5

2013-08-09 Thread Sebastian Kügler
On Friday, August 09, 2013 14:09:29 Martin Graesslin wrote: > on special request by Eike I looked into porting libtaskmanager to Qt5/KF5. > And after a surprisingly easy port I just pushed to frameworks-scratch > branch a commit which enables building of libtaskmanager again. > > As a side effect

Re: Branch review request

2013-08-09 Thread Sebastian Kügler
On Friday, August 09, 2013 15:30:08 Ivan Čukić wrote: > > - A custom d-pointer implementation? This seems like overkill and > > To quote Aaron: > "would love to see all the dptrs move to your spiffy d_ptr smart > pointer as well." > after this blog post of mine: > http://ivan.fomentgroup.org/blog/

Re: Branch review request

2013-08-09 Thread Ivan Čukić
> - A custom d-pointer implementation? This seems like overkill and To quote Aaron: "would love to see all the dptrs move to your spiffy d_ptr smart pointer as well." after this blog post of mine: http://ivan.fomentgroup.org/blog/2013/06/22/d-ptr-the-modern-way/ >> *(2) The other thing I wanted t

Re: Branch review request

2013-08-09 Thread Sebastian Kügler
On Saturday, August 03, 2013 19:34:32 Ivan Čukić wrote: > I've realized that it will be painful if I wait until everything is > finished to merge into master, and that there is not much reason for it to > be so since the master is in a playground mode anyway. > > One of the reasons for the reques

Re: Review Request 111908: Add KConfigLoader from Plasma Framework to KConfigGui

2013-08-09 Thread Martin Gräßlin
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/111908/ --- (Updated Aug. 9, 2013, 2:38 p.m.) Review request for KDE Frameworks, Plasm

Libtaskmanager ported to Qt5/KF5

2013-08-09 Thread Martin Graesslin
Hi all, on special request by Eike I looked into porting libtaskmanager to Qt5/KF5. And after a surprisingly easy port I just pushed to frameworks-scratch branch a commit which enables building of libtaskmanager again. As a side effect I also had to port ksysguard/processcore. Obviously I have

Re: Review Request 111908: Add KConfigLoader from Plasma Framework to KConfigGui

2013-08-09 Thread Kevin Ottens
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/111908/#review37410 --- tier1/kconfig/src/gui/kconfigloader.h