Re: How is plasma active handling copy/paste in QML?

2012-12-07 Thread Aaron J. Seigo
On Wednesday, December 5, 2012 19:46:00 Mark wrote: > Can you point me to some service examples currently living in the KDE > codebase that is also used in QML? http://techbase.kde.org/Development/Tutorials/Plasma/QML/API#Service -- Aaron J. Seigo signature.asc Description: This is a digitally

Re: How is plasma active handling copy/paste in QML?

2012-12-05 Thread Mark
On Wed, Dec 5, 2012 at 7:46 PM, Mark wrote: > On Wed, Dec 5, 2012 at 5:19 PM, Aaron J. Seigo wrote: >> On Tuesday, December 4, 2012 15:04:59 Sebastian Kügler wrote: >>> On Thursday, November 29, 2012 15:45:33 Mark wrote: >>> > Thanks for the information. Could any of you tell me some more about >

Re: How is plasma active handling copy/paste in QML?

2012-12-05 Thread Mark
On Wed, Dec 5, 2012 at 5:19 PM, Aaron J. Seigo wrote: > On Tuesday, December 4, 2012 15:04:59 Sebastian Kügler wrote: >> On Thursday, November 29, 2012 15:45:33 Mark wrote: >> > Thanks for the information. Could any of you tell me some more about >> > the Plasma::Service stuff? The tutorial [1] pr

Re: How is plasma active handling copy/paste in QML?

2012-12-05 Thread Aaron J. Seigo
On Tuesday, December 4, 2012 15:04:59 Sebastian Kügler wrote: > On Thursday, November 29, 2012 15:45:33 Mark wrote: > > Thanks for the information. Could any of you tell me some more about > > the Plasma::Service stuff? The tutorial [1] provides only a little bit > > of information. > > [1] http://

Re: How is plasma active handling copy/paste in QML?

2012-12-04 Thread Mark
On Tue, Dec 4, 2012 at 3:04 PM, Sebastian Kügler wrote: > On Thursday, November 29, 2012 15:45:33 Mark wrote: >> Thanks for the information. Could any of you tell me some more about >> the Plasma::Service stuff? The tutorial [1] provides only a little bit >> of information. >> [1] http://techbase.

Re: How is plasma active handling copy/paste in QML?

2012-12-04 Thread Sebastian Kügler
On Thursday, November 29, 2012 15:45:33 Mark wrote: > Thanks for the information. Could any of you tell me some more about > the Plasma::Service stuff? The tutorial [1] provides only a little bit > of information. > [1] http://techbase.kde.org/Development/Tutorials/Plasma/Services That could be us

Re: How is plasma active handling copy/paste in QML?

2012-11-29 Thread Mark
On Thu, Nov 29, 2012 at 3:25 PM, Aaron J. Seigo wrote: > On Thursday, November 29, 2012 15:07:51 Mark wrote: >> > So how does it work there? >> > Where is the QML component that can notify me of copy/cut/paste events? > .. >> No replies and i can't find anything about cut/copy/paste actions in >>

Re: How is plasma active handling copy/paste in QML?

2012-11-29 Thread Aaron J. Seigo
On Thursday, November 29, 2012 15:07:51 Mark wrote: > > So how does it work there? > > Where is the QML component that can notify me of copy/cut/paste events? .. > No replies and i can't find anything about cut/copy/paste actions in > the plasma-mobile repository. Is there nothing for this? it's d

Re: How is plasma active handling copy/paste in QML?

2012-11-29 Thread Marco Martin
On Thursday 29 November 2012, Mark wrote: > > So how does it work there? > > Where is the QML component that can notify me of copy/cut/paste events? > > > > Cheers, > > Mark > > No replies and i can't find anything about cut/copy/paste actions in > the plasma-mobile repository. Is there nothing f

Re: How is plasma active handling copy/paste in QML?

2012-11-29 Thread Mark
On Mon, Nov 26, 2012 at 10:23 PM, Mark wrote: > Hi, > > For the next step in my project i need to have copy/paste support. On > the C++ side this is done in KIO where Dolphin wraps around it a > little and uses the konqueror version. > > I'm guessing plasma active has file management functionaliti

How is plasma active handling copy/paste in QML?

2012-11-26 Thread Mark
Hi, For the next step in my project i need to have copy/paste support. On the C++ side this is done in KIO where Dolphin wraps around it a little and uses the konqueror version. I'm guessing plasma active has file management functionalities and can handle copy/cut/paste stuff on the QML side, rig