Re: Regarding Plasma Activites file location!

2011-08-03 Thread karan pratap singh
On Wed, Aug 3, 2011 at 12:55 PM, Aaron J. Seigo wrote: > On Wednesday, August 3, 2011 11:30:20 you wrote: > > So does this mean if I copy the activity details from theplasma-desktop > > -appletsrc of the server and write them to theplasma-desktop-appletsrc of > > the client desktop, and then rest

Re: some simple tasks

2011-08-03 Thread Giorgos Tsiapaliwkas
On 30 July 2011 21:40, Aaron J. Seigo wrote: > hi.. > > in the past we talked about the bug tracker and maintenance, etc. one person > said they'd perhaps take on a role of "bug selector" and gather a small number > of issues for us to work on. well, instead of waiting longer for that to > happen,

RE: some simple tasks

2011-08-03 Thread Jan Gerrit Marker
Hi, I took a look at this one: > Issue: Columns in the system tray dialog config dialog's Entries page should > be equal > Reference: https://bugs.kde.org/show_bug.cgi?id=241277 > > Suggested Fixes: the columns should be set to be equal size. Qt's list view > class must have something for this :) >

Re: Regarding Plasma Activites file location!

2011-08-03 Thread Marco Martin
On Wednesday 03 August 2011, karan pratap singh wrote: > > So does this mean if I copy the activity details from the > plasma-desktop-appletsrc of the server and write them to the > plasma-desktop-appletsrc of the client desktop, and then restart > plasma-desktop , then the same activity will be

Re: Review Request: Add an API for installing missing Plasma engines. Use it when a requested data or script engine is not found.

2011-08-03 Thread Commit Hook
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/102175/#review5337 --- This review has been submitted with commit 5bf9e0aa14f849726f35

Re: Review Request: Add an API for installing missing Plasma engines. Use it when a requested data or script engine is not found.

2011-08-03 Thread Kevin Kofler
> On Aug. 3, 2011, 8:13 a.m., Aaron J. Seigo wrote: > > plasma/dataenginemanager.cpp, line 134 > > > > > > this failure case is going to be trickier to address than the > > scriptengine failure case below. one poss

Re: Review Request: Add an API for installing missing Plasma engines. Use it when a requested data or script engine is not found.

2011-08-03 Thread Aaron J. Seigo
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/102175/#review5334 --- Ship it! looks like a good start to this feature. what would b

Re: Review Request: Connect to the correct signal

2011-08-03 Thread Aaron J. Seigo
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/102173/#review5333 --- Ship it! nice catch.. thanks :) this should be applied to both

Re: Regarding Plasma Activites file location!

2011-08-03 Thread todd rme
On Wed, Aug 3, 2011 at 9:25 AM, Aaron J. Seigo wrote: > this is going to be very confusing; so i'd like to suggest that we find a > different name for the classroom 'activities'. perhaps "lesson sets" or "class > layouts"? > > -- > Aaron J. Seigo > humru othro a kohnu se > GPG Fingerprint: 8B8B 22

Re: Regarding Plasma Activites file location!

2011-08-03 Thread Aaron J. Seigo
On Wednesday, August 3, 2011 11:30:20 you wrote: > So does this mean if I copy the activity details from theplasma-desktop > -appletsrc of the server and write them to theplasma-desktop-appletsrc of > the client desktop, and then restartplasma-desktop , then the same activity > will be started on t

Re: Review Request: Connect to the correct signal

2011-08-03 Thread Albert Astals Cid
> On Aug. 2, 2011, 2:53 p.m., Marco Martin wrote: > > good catch > > the slot signature change is ok, the connect syntax shouldn't matter tough > > (ie omitting const in the connect should work and even preferred, see > > http://doc.qt.nokia.com/4.7/signalsandslots.html signature normalization)