Re: GSoC Proposal - basKet KDE SC 4 port

2010-02-27 Thread Ryan Rix
On Sat 27 February 2010 2:03:15 pm Ryan Rix wrote: > A few weeks ago, I wrote a blog post detailing an idea of mine to port KDE > SC 3's basKet note taking application to KDE SC 4, and in the process > taking advantage of the various technologies that have evolved since > basKet's last official

Re: n+1st report about arrow keys in krunner

2010-02-27 Thread Jacopo De Simoi
> I have been annoyed many times by this, although I never reported a bug. I > also found it confusing to have autocompletion, but I still have to type it > through. you can use the End key to accept the completion; this is another active topic about krunner on bko, by the way. __

Re: n+1st report about arrow keys in krunner

2010-02-27 Thread Miha Čančula
I have been annoyed many times by this, although I never reported a bug. I also found it confusing to have autocompletion, but I still have to type it through. I suggest that the history should be added as just another runner. It would show the last N used things when started, and then display a f

Re: Using svg/bitmap images in javascript plasmoid

2010-02-27 Thread Nikola Milenković
Thanks. iw.setIcon("media-playback-start") works. If I understood correctly from JavaScript API reference, I need to upgrade KDE to 4.4.1 in order to use QIcon? Now I receive error message: Cannot find QIcon. On Sat, Feb 27, 2010 at 5:47 PM, Aaron J. Seigo wrote: > On February 27, 2010, Nikola

n+1st report about arrow keys in krunner

2010-02-27 Thread Jacopo De Simoi
Dear plasmoids I just closed as WONTFIX the (n+1)st report about people trying to use downarrow key to select entries other than the first one in krunner default interface. In view of our committment to polish for 4.5 I guess it's time to do something about this issue, which seems to hit quite

Re: Copy text to clipboard from javascript plasmoid

2010-02-27 Thread Nikola Milenković
On Sat, Feb 27, 2010 at 5:56 PM, Aaron J. Seigo wrote: > On February 27, 2010, Nikola Milenković wrote: > > Or it's a job for data engine? > > either a DataEngine or just a Service. > > a DataEngine would largely imply keeping the data that's on the clipboard > in > memory all the time; a Service

GSoC Proposal - basKet KDE SC 4 port

2010-02-27 Thread Ryan Rix
Hello everyone, A few weeks ago, I wrote a blog post detailing an idea of mine to port KDE SC 3's basKet note taking application to KDE SC 4, and in the process taking advantage of the various technologies that have evolved since basKet's last official release.[1] Recently, I've begun work on

Re: Plasma/PopupApplet and Plasma::PackageStructure

2010-02-27 Thread Richard Dale
On Sat, Feb 27, 2010 at 5:29 PM, Aaron J. Seigo wrote: > On February 27, 2010, Yuen Hoe Lim wrote: >> Is this a bug or is this intentional? If the latter, then is it acceptable >> to simply do > > looking at your last commit to plasmate, i see why you asked this. all > plasmoids should have Plasma

Re: Plasma/PopupApplet and Plasma::PackageStructure

2010-02-27 Thread Aaron J. Seigo
On February 27, 2010, Yuen Hoe Lim wrote: > Is this a bug or is this intentional? If the latter, then is it acceptable > to simply do looking at your last commit to plasmate, i see why you asked this. all plasmoids should have Plasma/Applet in the ServiceTypes= entry of the .desktop file, since

Re: Copy text to clipboard from javascript plasmoid

2010-02-27 Thread Artur Souza (MoRpHeUz)
On Saturday 27 February 2010, 13:56 Aaron J. Seigo wrote: > sounds like something that the pastebin plasmoid could also use :) Exactly! I definitely need to find some time to work on the sharebin stuff... Cheers, -- Artur Duque de Souza

Re: Copy text to clipboard from javascript plasmoid

2010-02-27 Thread Aaron J. Seigo
On February 27, 2010, Nikola Milenković wrote: > Or it's a job for data engine? either a DataEngine or just a Service. a DataEngine would largely imply keeping the data that's on the clipboard in memory all the time; a Service would allow getting the data only when needed and discarding it imme

Re: Plasma/PopupApplet and Plasma::PackageStructure

2010-02-27 Thread Aaron J. Seigo
On February 27, 2010, Yuen Hoe Lim wrote: > if (is Plasma/PopupApplet) > PackageStructure::load("Plasma/Applet"); as Richard notes, all plasmoids (scripted or not, popup or not) are Plasma/Applet's. what code is calling PackageStructure::load with "Plasma/Popup"? note that if ServiceTypes does

Re: [PATCH] Support for PopupApplets in Python

2010-02-27 Thread Richard Dale
On Sat, Feb 27, 2010 at 4:42 PM, Luca Beltrame wrote: > In data sabato 27 febbraio 2010 15:13:23, Petri Damstén ha scritto: >> Python popup applet with extenders: >> http://websvn.kde.org/trunk/KDE/kdeexamples/plasma/python/applets/pyhello/ > > Thanks, then my patch is completely unnecessary, as t

Re: Using svg/bitmap images in javascript plasmoid

2010-02-27 Thread Aaron J. Seigo
On February 27, 2010, Nikola Milenković wrote: > iw.setIcon("play"); this will attempt to load a play icon from the icon theme. there is no such icon. (there is media-playback-start, however). otherwise, you'll need to pass in the path to the image in your package, e.g.: iw.setIcon(new QIcon(pl

Re: Plugins in WebView

2010-02-27 Thread Aaron J. Seigo
On February 27, 2010, Gábor Lehel wrote: > are qtwebkit plugins in-process or out of process? IANAPD, but having https://trac.webkit.org/wiki/QtWebKitPlugins -- Aaron J. Seigo humru othro a kohnu se GPG Fingerprint: 8B8B 2209 0C6F 7C47 B1EA EE75 D6B7 2EB1 A7F1 DB43 KDE core developer sponsored

Re: [PATCH] Support for PopupApplets in Python

2010-02-27 Thread Luca Beltrame
In data sabato 27 febbraio 2010 15:13:23, Petri Damstén ha scritto: > Python popup applet with extenders: > http://websvn.kde.org/trunk/KDE/kdeexamples/plasma/python/applets/pyhello/ Thanks, then my patch is completely unnecessary, as the standard __getattr__ method is enough. I'll probably use

Re: Plugins in WebView

2010-02-27 Thread Gábor Lehel
are qtwebkit plugins in-process or out of process? IANAPD, but having a flash plugin in a webpage crash all of plasma does not sound like fun times... On Sat, Feb 27, 2010 at 12:55 AM, Aaron J. Seigo wrote: > On February 25, 2010, Mathieu Ducharme wrote: >> - bool pluginsEnabled() >> - void setPl

Copy text to clipboard from javascript plasmoid

2010-02-27 Thread Nikola Milenković
Hi, is there a way to copy text to clipboard from javascript plasmoid? In Ruby, that's simple: Qt::Application.clipboard.text = @line_edit.text from: http://salout.github.com/blog/2010/02/07/simple_ruby_plasmoid.html Or it's a job for data engine? ___

Re: Plasma/PopupApplet and Plasma::PackageStructure

2010-02-27 Thread Richard Dale
On Sat, Feb 27, 2010 at 2:52 PM, Yuen Hoe Lim wrote: > While implementing support for PopupApplets in Plasmate (Bug 228498) , I > discovered that Plasma/PopupApplet is not recognized as a package format by > Plasma::PackageStructure: > http://api.kde.org/4.x-api/kdelibs-apidocs/plasma/html/package

Re: [PATCH] Support for PopupApplets in Python

2010-02-27 Thread Petri Damstén
On Saturday 27 February 2010 14:59:11 Richard Dale wrote: > On Sat, Feb 27, 2010 at 11:33 AM, Luca Beltrame > > wrote: > > In data sabato 27 febbraio 2010 12:20:37, Simon Edwards ha scritto: > >> Luca, do you have a simple example of a PopupApplet that I can look at > >> and test with? > > > > Y

Re: [PATCH] Support for PopupApplets in Python

2010-02-27 Thread Richard Dale
On Sat, Feb 27, 2010 at 11:33 AM, Luca Beltrame wrote: > In data sabato 27 febbraio 2010 12:20:37, Simon Edwards ha scritto: > >> Luca, do you have a simple example of a PopupApplet that I can look at >> and test with? > > You hit the nail on the head here. The fact is, I can't, as discussed with

Using svg/bitmap images in javascript plasmoid

2010-02-27 Thread Nikola Milenković
Hi, has anyone had any luck with using icons in javascript plasmoids? I would like to include a few transparent buttons in plasmoid that I'm developing for Jam session. I tried to use IconWidget, and SvgWidget, but no luck. IconWidget always displays default icon with a question mark in it, and S

Re: [PATCH] Support for PopupApplets in Python

2010-02-27 Thread Luca Beltrame
In data sabato 27 febbraio 2010 12:20:37, Simon Edwards ha scritto: > Luca, do you have a simple example of a PopupApplet that I can look at > and test with? You hit the nail on the head here. The fact is, I can't, as discussed with Richard Dale on IRC. I tried, looking at the code of the variou

Re: [PATCH] Support for PopupApplets in Python

2010-02-27 Thread Simon Edwards
Hello, Luca Beltrame wrote: > as I said, I've been trying to hack in support for PopupApplets in Python. > This patch is a first version of such a thing, which at least enables the > proper binding when used scripted applets. > > It needs some review, as I'm unfamiliar on how PopupApplets work,