Re: [nepomuk-kde] Plasma activities and Nepomuk

2009-08-08 Thread Hari krishna Anandhan
On Sat, Aug 8, 2009 at 11:22 AM, Ivan Čukićivan.cukic+...@gmail.com wrote: what would you do with an activity type that you couldn't do with just the activity name? The type could be used by the /activity switching/ plasmoid - to group the activites, or to show only a certain type of

Re: [nepomuk-kde] Plasma activities and Nepomuk

2009-08-08 Thread Marco Martin
On Saturday 08 August 2009, Hari krishna Anandhan wrote: On Sat, Aug 8, 2009 at 11:22 AM, Ivan Čukićivan.cukic+...@gmail.com wrote: what would you do with an activity type that you couldn't do with just the activity name? The type could be used by the /activity switching/ plasmoid - to

Fwd: [nepomuk-kde] Plasma activities and Nepomuk

2009-08-08 Thread Hari krishna Anandhan
Sorry, forgot to CC nepomuk-kde ml ;( On Sat, Aug 8, 2009 at 11:22 AM, Ivan Čukićivan.cukic+...@gmail.com wrote: what would you do with an activity type that you couldn't do with just the activity name? The type could be used by the /activity switching/ plasmoid - to group the activites, or

Re: [nepomuk-kde] Plasma activities and Nepomuk

2009-08-08 Thread Ivan Čukić
be in it anyways, the contextChanged signal would have the new context, that would contain not only the activity name but also the type.. I'd rather have a typeForActivity(String activityName) than having the parameter type as a part of the signal. (since type is defined by the activity

Re: [nepomuk-kde] Plasma activities and Nepomuk

2009-08-08 Thread Ivan Čukić
The activity type can have the following options (these need be set only while defining a new activity type, not while creating every activity!) - Activity Type Name (user given string) - Show apps (in menu) related to productivity, etc - Allow / Disallow / Provide hint about messages from

Re: [nepomuk-kde] Plasma activities and Nepomuk

2009-08-08 Thread Marco Martin
On Saturday 08 August 2009, Hari krishna Anandhan wrote: On Sat, Aug 8, 2009 at 1:50 PM, Marco Martinnotm...@gmail.com wrote: would this types something static or just strings given by the user? i fear if it's something static, while it's something that has a more clear semantic value could

Re: [nepomuk-kde] Plasma activities and Nepomuk

2009-08-08 Thread Hari krishna Anandhan
On Sat, Aug 8, 2009 at 2:47 PM, Ivan Čukićivan.cukic+...@gmail.com wrote: Although this would be perfect to have, I'm concerned about the interface to it. The users are already confused with activities, what would happen if we introduced activity types (as configurable) as well? I think the

Re: [nepomuk-kde] Plasma activities and Nepomuk

2009-08-08 Thread Leo Sauermann
A short reminder: a completly working implementation with applications on top (such as clicked-link history, etc, ...) was done open source complete with ontologies and algorithms: http://usercontext.opendfki.de/ http://lists.opendfki.de/cgi-bin/mailman/listinfo/usercontext

Re: [nepomuk-kde] Plasma activities and Nepomuk

2009-08-08 Thread Lukas Appelhans
Am Freitag 07 August 2009 21:57:56 schrieb Ivan Čukić: Btw, a bit offtopic, but shall we share favourites between those menus? you're not sharing them? :( There are both pros and cons for this. Pros are easy to recognize. The main con (and the reason why Lancelot only loads the

[PATCH] Adds posting private picture to imagebin.ca from the pastebin plasmoid

2009-08-08 Thread Patrick Aljord
Hey all, This is my first patch, it just adds posting private picture to imagebin.ca from the pastebin plasmoid as the title says, it needs to be applied from kdeplasma-addons, hope it works for you. Cheers, Pat Index: applets/pastebin/pastebin.cpp

Re: [nepomuk-kde] Plasma activities and Nepomuk

2009-08-08 Thread Hari krishna Anandhan
Hi Leo, On Sat, Aug 8, 2009 at 5:52 PM, Leo Sauermannleo.sauerm...@dfki.de wrote: a completly working implementation with applications on top (such as clicked-link history, etc, ...) was done open source complete with ontologies and algorithms: http://usercontext.opendfki.de/

Re: [PATCH] Adds posting private picture to imagebin.ca from the pastebin plasmoid

2009-08-08 Thread Chani
On August 8, 2009 09:40:28 Patrick Aljord wrote: Hey all, This is my first patch, it just adds posting private picture to imagebin.ca from the pastebin plasmoid as the title says, it needs to be applied from kdeplasma-addons, hope it works for you. Cheers, Pat thanks for the patch :)

Re: 4.3 Previewer or Icon?

2009-08-08 Thread David Baron
On Friday 07 August 2009 14:23:26 Matteo Agostinelli wrote: Maybe I understood what is the point of the OP. If you drag and drop a PDF file to the Desktop, you get the choice between the Previewer and the Icon. But if you choose the Preview it actually creates an empty previewer plasmoid, i.e.

Re: [PATCH] Adds posting private picture to imagebin.ca from the pastebin plasmoid

2009-08-08 Thread Artur Souza (MoRpHeUz)
On Saturday 08 August 2009, 13:40 Patrick Aljord wrote: This is my first patch, it just adds posting private picture to imagebin.ca from the pastebin plasmoid as the title says, it needs to be applied from kdeplasma-addons, hope it works for you. Thanks for the patch! As Chani asked, can you

Re: [PATCH] Adds posting private picture to imagebin.ca from the pastebin plasmoid

2009-08-08 Thread Artur Souza (MoRpHeUz)
On Saturday 08 August 2009, 16:35 Chani wrote: oh. but we also have this: int imagebinPrivacy = uiServersOptions.imagebinPrivacy-currentIndex(); so, either make it always an int, or make it an enum. don't use a string. especially a string that just contains a number anyways... +1 for

KDE/kdelibs/plasma

2009-08-08 Thread Sebastian Kügler
SVN commit 1009004 by sebas: Make dropping remote content onto Plasma work The idea is that you drop a file from a webpage, or basically a URL onto Plasma and Plasma creates a suitable applet to display this URL. For example an image frame for picture, or a previewer for pdf files. Downloading

Re: [PATCH] Adds posting private picture to imagebin.ca from the pastebin plasmoid

2009-08-08 Thread Patrick Aljord
Thanks to all for your comments. I haven't coded anything in C++ for at least 3 years so I guess it shows :) I'll send the patch with your suggestions tomorrow, in the meantime here is the screenshot http://imagebin.ca/view/fyaoR7T.html ___ Plasma-devel

Re: [PATCH] Adds posting private picture to imagebin.ca from the pastebin plasmoid

2009-08-08 Thread Chani
On August 8, 2009 18:41:32 Patrick Aljord wrote: Thanks to all for your comments. I haven't coded anything in C++ for at least 3 years so I guess it shows :) I'll send the patch with your suggestions tomorrow, in the meantime here is the screenshot http://imagebin.ca/view/fyaoR7T.html hmmm.