Re: Code snippet review for plasmate

2009-05-30 Thread Shantanu Tushar Jha
On Thu, May 28, 2009 at 7:03 PM, Artur Souza(MoRpHeUz) < morph...@openbossa.org> wrote: > On Thursday 28 May 2009, 03:43 Shantanu Tushar Jha wrote: > > I tried a lot to find what the problem is, but couldn't get a solution. > API > > page on KService says - > > *parentWidget* A parent widget for t

Re: Code snippet review for plasmate

2009-05-28 Thread Artur Souza(MoRpHeUz)
On Thursday 28 May 2009, 03:43 Shantanu Tushar Jha wrote: > I tried a lot to find what the problem is, but couldn't get a solution. API > page on KService says - > *parentWidget* A parent widget for the service. This is used e. g. for > parts But, I'm not sure what do I have to pass as parentWidget

Re: Code snippet review for plasmate

2009-05-27 Thread Shantanu Tushar Jha
On Tue, May 26, 2009 at 10:12 PM, Aaron J. Seigo wrote: > On Tuesday 26 May 2009, Shantanu Tushar Jha wrote: > > On Mon, May 25, 2009 at 8:16 PM, Aaron J. Seigo wrote: > > > On Monday 25 May 2009, Shantanu Tushar Jha wrote: > > > > (line number 36) KParts::Part *newPart = KService::createInstanc

Re: Code snippet review for plasmate

2009-05-26 Thread Aaron J. Seigo
On Tuesday 26 May 2009, Shantanu Tushar Jha wrote: > On Mon, May 25, 2009 at 8:16 PM, Aaron J. Seigo wrote: > > On Monday 25 May 2009, Shantanu Tushar Jha wrote: > > > (line number 36) KParts::Part *newPart = KService::createInstance( > > > > offers.at > > > > > (0)); > > > > offers.at(0).createIn

Re: Code snippet review for plasmate

2009-05-26 Thread Shantanu Tushar Jha
On Mon, May 25, 2009 at 8:16 PM, Aaron J. Seigo wrote: > On Monday 25 May 2009, Shantanu Tushar Jha wrote: > > (line number 36) KParts::Part *newPart = KService::createInstance( > offers.at > > (0)); > > offers.at(0).createInstance(parentWidget); Oops, I tried this KParts::Part *newPart = offe

Re: Code snippet review for plasmate

2009-05-25 Thread Aaron J. Seigo
On Monday 25 May 2009, Shantanu Tushar Jha wrote: > (line number 36) KParts::Part *newPart = KService::createInstance(offers.at > (0)); offers.at(0).createInstance(parentWidget); -- Aaron J. Seigo humru othro a kohnu se GPG Fingerprint: 8B8B 2209 0C6F 7C47 B1EA EE75 D6B7 2EB1 A7F1 DB43 KDE cor

Re: Code snippet review for plasmate

2009-05-25 Thread Shantanu Tushar Jha
On Sun, May 10, 2009 at 6:29 AM, Aaron J. Seigo wrote: > On Saturday 09 May 2009, Shantanu Tushar Jha wrote: > > I looked at the techbase about kparts and studied kwrite code a bit, and > > finally started to try with embedding a text editing kpart in Plasmate. > > I know there's a lot to be done

Re: Code snippet review for plasmate

2009-05-16 Thread Shantanu Tushar Jha
Oh my god, I really wonder now when I'll be able to get back to some work. I'm still not able to build successfully. When everything failed to work, I deleted my sources and builds and checked out all the modules and built again. Though kdesupport, kdelibs, and kdepimlibs compile successfully, now

Re: Code snippet review for plasmate

2009-05-15 Thread Artur Souza(MoRpHeUz)
On Friday 15 May 2009, 12:09 Shantanu Tushar Jha wrote: > I first recompiled kdebase, it didn't work. Then I recompiled kdesupport, > kdelibs, kdepimlibs, kdebase (make -j3 && make install), and then plasmate. > But it didn't work, I tried running kbuildsycoca4, but still, I get the > same error wh

Re: Code snippet review for plasmate

2009-05-15 Thread Shantanu Tushar Jha
On Fri, May 15, 2009 at 12:26 AM, Artur Souza(MoRpHeUz) < morph...@openbossa.org> wrote: > On Thursday 14 May 2009, 15:29 Shantanu Tushar Jha wrote: > > plasmate: symbol lookup error: > > /home/kde-devel/kde/lib/kde4/plasma_wallpaper_image.so: undefined symbol: > > _ZN6Plasma9Wallpaper17setUsingDi

Re: Code snippet review for plasmate

2009-05-14 Thread Artur Souza(MoRpHeUz)
On Thursday 14 May 2009, 15:29 Shantanu Tushar Jha wrote: > plasmate: symbol lookup error: > /home/kde-devel/kde/lib/kde4/plasma_wallpaper_image.so: undefined symbol: > _ZN6Plasma9Wallpaper17setUsingDiskCacheEb You didnt do anything wrong :) . Yesterday the API of libplasma changed and due to tha

Re: Code snippet review for plasmate

2009-05-14 Thread Shantanu Tushar Jha
On Thu, May 14, 2009 at 8:57 PM, Aaron J. Seigo wrote: > On Thursday 14 May 2009, Shantanu Tushar Jha wrote: > > As you can see it can't find any editors for "text/*" when I click New... > > that's coming from kdelibs/plasma/private/packages.cpp ... it should > probably > be changed to text/plain

Re: Code snippet review for plasmate

2009-05-14 Thread Aaron J. Seigo
On Thursday 14 May 2009, Shantanu Tushar Jha wrote: > As you can see it can't find any editors for "text/*" when I click New... that's coming from kdelibs/plasma/private/packages.cpp ... it should probably be changed to text/plain -- Aaron J. Seigo humru othro a kohnu se GPG Fingerprint: 8B8B 2

Re: Code snippet review for plasmate

2009-05-14 Thread Shantanu Tushar Jha
On Sun, May 10, 2009 at 6:29 AM, Aaron J. Seigo wrote: > On Saturday 09 May 2009, Shantanu Tushar Jha wrote: > > I looked at the techbase about kparts and studied kwrite code a bit, and > > finally started to try with embedding a text editing kpart in Plasmate. > > I know there's a lot to be done

Re: Code snippet review for plasmate

2009-05-11 Thread Aaron J. Seigo
On Monday 11 May 2009, Shantanu Tushar Jha wrote: > > there should be a MimeType role in PackageModel and when data is called > > for the MimeType it should return the mimetype from the package. > > I'm not that experienced in Qt, so had a doubt- > There are some roles defined in the Qt namespace,

Re: Code snippet review for plasmate

2009-05-11 Thread Shantanu Tushar Jha
On Sun, May 10, 2009 at 6:29 AM, Aaron J. Seigo wrote: > On Saturday 09 May 2009, Shantanu Tushar Jha wrote: > > I looked at the techbase about kparts and studied kwrite code a bit, and > > finally started to try with embedding a text editing kpart in Plasmate. > > I know there's a lot to be done

Re: Code snippet review for plasmate

2009-05-09 Thread Aaron J. Seigo
On Saturday 09 May 2009, Shantanu Tushar Jha wrote: > I looked at the techbase about kparts and studied kwrite code a bit, and > finally started to try with embedding a text editing kpart in Plasmate. > I know there's a lot to be done. Just to make sure if I'm going in the > right direction and to

Code snippet review for plasmate

2009-05-09 Thread Shantanu Tushar Jha
I looked at the techbase about kparts and studied kwrite code a bit, and finally started to try with embedding a text editing kpart in Plasmate. I know there's a lot to be done. Just to make sure if I'm going in the right direction and to find possible problems, I've attached a patch that displays