Re: Creating a rectangular icon

2010-02-26 Thread Aaron J. Seigo
On February 26, 2010, Antony Loebs wrote: > On Fri, Feb 26, 2010 at 11:40 AM, Marco Martin wrote: > > On Thu, Feb 25, 2010 at 10:29 PM, Antony Loebs > > > > wrote: > > > I have been trying to figure out how to display a rectangular image in > > > > the > > > > > panel to use as a button. The

Re: Plugins in WebView

2010-02-26 Thread Aaron J. Seigo
On February 25, 2010, Mathieu Ducharme wrote: > - bool pluginsEnabled() > - void setPluginsEnabled(bool) i don't know if we need to / want to offer full access to QWebSettings, but would a simple(r) setAttribute(QWebSettings::Attribute, bool) do the trick? the rest of the things in QWebSettings

Re: Review Request: Additional style options for TaskManager e.g. "Icon only"

2010-02-26 Thread Aaron Seigo
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/1342/#review4297 --- Ship it! trunk/KDE/kdebase/workspace/plasma/desktop/applets/tasks/ab

Re: Review Request: Allow ComboBox.addItem to be used in script.

2010-02-26 Thread Aaron J. Seigo
On February 25, 2010, you wrote: > > On 2010-02-25 08:57:50, Aaron Seigo wrote: > > > looks good; this should be added to > > > http://techbase.kde.org/index.php?title=Development/Tutorials/Plasma/J > > > avaScript/API as well > > Committed. (techbase updated as well). > > Sorry it was not clear

Re: Creating a rectangular icon

2010-02-26 Thread Antony Loebs
On Fri, Feb 26, 2010 at 11:40 AM, Marco Martin wrote: > On Thu, Feb 25, 2010 at 10:29 PM, Antony Loebs > wrote: > > I have been trying to figure out how to display a rectangular image in > the > > panel to use as a button. The image itself is 30x120, but I can't get it > to > > display to my sa

Re: Review Request: Let Kickoff and SimpleLauncher widgets preserve their settings after menu style change

2010-02-26 Thread Darío Andrés
> On 2010-02-15 02:44:08, Aaron Seigo wrote: > > this is an improvement functionality wise; i think it would be nicer if the > > applet wasn't destroyed and recreated but simple switch the UI; e.g. if the > > popup widget was swapped between being the kickoff ui and the QMenu. this > > would m

Re: [GSoC 2010] Plasma Media Center Idea

2010-02-26 Thread Mario Fux
Morning What about your (Alessandros) participation in the KDE Multimedia meeting in Randa/Switzerland? CU Mario ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Re: Creating a rectangular icon

2010-02-26 Thread Marco Martin
On Thu, Feb 25, 2010 at 10:29 PM, Antony Loebs wrote: >  I have been trying to figure out how to display a rectangular image in the > panel to use as a button. The image itself is 30x120, but I can't get it to > display to my satisfaction. If I use IconWidget, the image is squashed into > a square

Re: Plugins in WebView

2010-02-26 Thread Richard Moore
On Thu, Feb 25, 2010 at 10:10 PM, Mathieu Ducharme wrote: > I would like to propose allowing plasmoids to enable plugins (ie. > Flash) in the WebView widget. > I can tell that I personally expected the current Web Browser to be > able to play flash videos when I tried it... > > Anyway, I'm not sur