Re: Debug plasma applications

2013-07-07 Thread Leonardo Giordani
Seems that plasmoidviewer is gone in favour of plasma-windowed, but I need to check the behaviour of my plasmoid in a panel and plasma-windowed cannot do this. I can easily load the plasmoid in my panel, but I do not know how to get debug info from it. Leonardo Giordani Author of The Digital Cat <

Re: Plasma Media Center build failure

2013-07-07 Thread Shantanu Tushar Jha
That fixes the build, but it doesn't do what you think its doing. You're creating a new PlaylistItem in that line in the ctor, which is destroyed when the ctor ends. As we need C++11 for delegation(the original code), I have fixed

Re: Plasma Media Center build failure

2013-07-07 Thread Ben Cooksley
On Mon, Jul 8, 2013 at 7:00 AM, Sinny Kumari wrote: > Hi, HI Sinny, > > http://commits.kde.org/plasma-mediacenter/1176e15af7e07f47eeb8991b42ba72fa4b383d52 > should fix build failure now. Please let me know if it still fails Thanks, I can confirm that has fixed the build. > > Thanks Regards, B

Re: Debug plasma applications

2013-07-07 Thread Heena Mahour
try plasmoidviewer On Mon, Jul 8, 2013 at 1:31 AM, Leonardo Giordani < giordani.leona...@gmail.com> wrote: > How can I debug plasma applications? > I compile the application than I try it on a live system, inserting it > into a panel. > Is it possible to get debug info from it? > > Thanks > > Le

Debug plasma applications

2013-07-07 Thread Leonardo Giordani
How can I debug plasma applications? I compile the application than I try it on a live system, inserting it into a panel. Is it possible to get debug info from it? Thanks Leonardo Giordani Author of The Digital Cat My profile on About.me

Re: Plasma Media Center build failure

2013-07-07 Thread Sinny Kumari
Hi, http://commits.kde.org/plasma-mediacenter/1176e15af7e07f47eeb8991b42ba72fa4b383d52should fix build failure now. Please let me know if it still fails Thanks On Sun, Jul 7, 2013 at 4:24 PM, Ben Cooksley wrote: > Hi all, > > It appears that since commit 58e32d0979920b2b6b03f9b8f91a68dc4f88e6

clockapplet: about configChanged() and configAccepted()

2013-07-07 Thread Leonardo Giordani
Hi all, I started working on Plasma digital-clock, to try and implement some changes in layout. Since I'm a complete novice I'm reviewing the existing code of the applet to understand it (I can understand C++/Qt, but don't know KDE internals). I am now looking at configChanged() and configAccepte

Plasma Media Center build failure

2013-07-07 Thread Ben Cooksley
Hi all, It appears that since commit 58e32d0979920b2b6b03f9b8f91a68dc4f88e644 it is no longer possible for Jenkins (CI) to build plasma-mediacenter. A log of the error can be found at http://build.kde.org/view/FAILED/job/plasma-mediacenter_master/82/consoleText I'd appreciate it if someone could