[Kde-bindings] branches/KDE/4.4/kdebindings/ruby/qtruby

Robert Riemann robert.riemann at physik.hu-berlin.de
Mon Mar 8 12:03:30 UTC 2010


Thanks.

2010/3/7 Richard Dale <Richard_Dale at tipitina.demon.co.uk>:
> 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)
> _______________________________________________
> Kde-bindings mailing list
> Kde-bindings at kde.org
> https://mail.kde.org/mailman/listinfo/kde-bindings
>
>



More information about the Kde-bindings mailing list