[Kde-bindings] branches/KDE/4.4/kdebindings/ruby/qtruby
Richard Dale
Richard_Dale at tipitina.demon.co.uk
Sun Mar 7 11:49:52 UTC 2010
SVN commit 1100363 by rdale:
* Drag and drop events in Plasma applets weren't being handled correctly.
Fixes problem reported by Robert Riemann
CCMAIL: kde-bindings at kde.org
M +2 -0 ChangeLog
M +6 -0 src/lib/Qt/qtruby4.rb
--- branches/KDE/4.4/kdebindings/ruby/qtruby/ChangeLog #1100362:1100363
@@ -2,6 +2,8 @@
* Fixed Qt::Object properties that were no longer working. Fixes bug 229784
reported by ruby.twiddler
+ * Drag and drop events in Plasma applets weren't being handled correctly.
+ Fixes problem reported by Robert Riemann
2009-12-11 Richard Dale <richard.j.dale at gmail.com>
--- branches/KDE/4.4/kdebindings/ruby/qtruby/src/lib/Qt/qtruby4.rb #1100362:1100363
@@ -1071,6 +1071,12 @@
end
end
+ class GraphicsSceneDragDropEvent < Qt::Base
+ def type(*args)
+ method_missing(:type, *args)
+ end
+ end
+
class GraphicsSceneMouseEvent < Qt::Base
def type(*args)
method_missing(:type, *args)
More information about the Kde-bindings
mailing list