[Kde-bindings] KDE/kdebindings

Richard Dale Richard_Dale at tipitina.demon.co.uk
Mon Jul 21 10:03:02 UTC 2008


SVN commit 835784 by rdale:

* Qt::Variant.fromValue() and Qt::Variant.value() now both work correctly
  with custom types, after a regression in the change to modular smoke. 
  It should no longer be necessary to use qVariantValue() or 
  qVariantFromValue().
* In the smoke library method calls for pure virtual methods were not
  being generated, only callbacks to override them. However, that
  meant that interfaces which were based on classes with pure virtual
  methods, with private implementation classes wouldn't work. This fixes
  a problem reported by Stefano Crocco where he found the ktexteditor
  ruby extension didn't work.

CCMAIL: kde-bindings at kde.org
CCMAIL: stefano.crocco at alice.it


 M  +2 -1      kalyptus/kalyptus  
 M  +18 -3     kalyptus/kalyptusCxxToSmoke.pm  
 M  +13 -0     ruby/qtruby/ChangeLog  
 M  +0 -180    ruby/qtruby/src/Qt.cpp  
 M  +204 -31   ruby/qtruby/src/qtruby.cpp  
 M  +0 -2      ruby/qtruby/src/qtruby.h  
 M  +1 -0      smoke/ktexteditor/classlist  
 M  +23 -13    smoke/ktexteditor/kde_header_list  





More information about the Kde-bindings mailing list