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
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
---
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
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
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
> 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
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
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
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