On Wed, 2009-02-18 at 15:21 -0700, Aaron J. Seigo wrote:
> On Wednesday 18 February 2009, 0xDeadC0de wrote:
> > On Wed, 2009-02-18 at 12:13 -0700, Aaron J. Seigo wrote:
> > > On Tuesday 17 February 2009, 0xDeadC0de wrote:
> > > > The one thing I would like to see mor
On Wed, 2009-02-18 at 12:13 -0700, Aaron J. Seigo wrote:
> On Tuesday 17 February 2009, 0xDeadC0de wrote:
> > The one thing I would like to see more than anything else, finished
> > floating panel applet and containment that can be embedded into any
> > plasmoid with a 1
The one thing I would like to see more than anything else, finished
floating panel applet and containment that can be embedded into any
plasmoid with a 1 liner.
layout->addItem(Plasma::Applet::Load("floatpanel")); // for example
---
> * properly accept left clicks
>
A few months ago when i started embedding a qwebview inside a graphics
widget would cause left clicks to be ignored (not getting events
probably)
> * properly accept right clicks
>
Right clicks did work however
> ditto
>
> * context menu creation
>
> WebView m
I'd like to request that plasma webview become full on QWebViews instead
of QWebPages.
On previous attempts at doing the same thing the QWebView would lose
left click abilities. That does not seem the case with this method
(Would obviously need some testing) but with 4.4.3 I get a normal
QWebView
Can you not just do setAction(NULL); to have the same effect?
On Sat, 2009-01-24 at 15:25 +, Alessandro Diaferia wrote:
> ---
> This is an automatically generated e-mail. To reply, visit:
> http://reviewboard.vidsolbach.de/r/343/
> --
I think there's a coincidence between the animator and the
tooltipmanager singletons not working. If I uncomment everything in the
snippet below it crashes on me. at
ToolTipManager::self().setContent(icon, data).
(I am using older bindings from 4.2b2 still..)
Someone in irc suggested it could be
b/libQtGui.so.4
#92 0xb6d7852a in QEventLoop::processEvents ()
from /usr/lib/libQtCore.so.4
#93 0xb6d786ea in QEventLoop::exec () from /usr/lib/libQtCore.so.4
#94 0xb6d7ada5 in QCoreApplication::exec () from /usr/lib/libQtCore.so.4
#95 0xb723f767 in QApplication::exec () from /usr/lib/libQtGui.so
I was hopeing someone (Rdale maybe? ;) could help me with this one, when I try:
class GloweyLabel < Plasma::Label
slots 'linkHovered()',
def initialize(par=nil)
super nil
Qt::Object.connect(self.nativeWidget,
SIGNAL("linkHovered(QString)"), self,
Now that I think about it (After I wrote the rest of this), I did have
one problem which may have been fixed (I'm using Beta2 for development),
I couldn't make a Plasma::Meter.. not sure why.
> It's nice to see a reasonably large Ruby plasmoid. You haven't
> mentioned any problems you've had with
10 matches
Mail list logo