[Kde-bindings] playground/bindings/kimono

Richard Dale Richard_Dale at tipitina.demon.co.uk
Fri Mar 16 11:22:49 UTC 2007


SVN commit 643097 by rdale:

* Overriding abstract methods wasn't working because no SmokeMethod
  Attribute was being generated for them
* Fixed bug in invoking constructors where wrapper instances were being
  created twice

CCMAIL: kde-bindings at kde.org



 M  +7 -0      ChangeLog  
 M  +10 -0     core/QAbstractEventDispatcher.cs  
 M  +1 -0      core/QAbstractFileEngineHandler.cs  
 M  +5 -0      core/QAbstractItemModel.cs  
 M  +1 -0      core/QFactoryInterface.cs  
 M  +2 -0      core/QIODevice.cs  
 M  +2 -0      core/QTextCodec.cs  
 M  +1 -0      core/QTextCodecFactoryInterface.cs  
 M  +1 -1      examples/itemviews/simpletreemodel/main.cs  
 M  +1 -1      examples/itemviews/simpletreemodel/treemodel.cs  
 M  +1 -0      gui/QAbstractButton.cs  
 M  +2 -0      gui/QAbstractItemDelegate.cs  
 M  +9 -0      gui/QAbstractItemView.cs  
 M  +1 -0      gui/QAbstractPageSetupDialog.cs  
 M  +1 -0      gui/QAbstractPrintDialog.cs  
 M  +2 -0      gui/QAbstractProxyModel.cs  
 M  +6 -0      gui/QAbstractTextDocumentLayout.cs  
 M  +2 -0      gui/QAccessibleBridge.cs  
 M  +1 -0      gui/QAccessibleBridgeFactoryInterface.cs  
 M  +15 -0     gui/QAccessibleInterface.cs  
 M  +1 -0      gui/QAccessibleInterfaceEx.cs  
 M  +2 -0      gui/QGraphicsItem.cs  
 M  +1 -0      gui/QIconEngine.cs  
 M  +2 -0      gui/QImageIOHandler.cs  
 M  +4 -0      gui/QInputContext.cs  
 M  +4 -0      gui/QInputContextFactoryInterface.cs  
 M  +2 -0      gui/QItemEditorCreatorBase.cs  
 M  +6 -0      gui/QLayout.cs  
 M  +7 -0      gui/QLayoutItem.cs  
 M  +2 -0      gui/QMimeSource.cs  
 M  +1 -0      gui/QPaintDevice.cs  
 M  +5 -0      gui/QPaintEngine.cs  
 M  +6 -0      gui/QPrintEngine.cs  
 M  +11 -0     gui/QStyle.cs  
 M  +1 -0      gui/QStyleFactoryInterface.cs  
 M  +1 -0      gui/QSyntaxHighlighter.cs  
 M  +2 -0      gui/QTextObjectInterface.cs  
 M  +1 -0      gui/QValidator.cs  
 M  +2 -0      network/QHttpHeader.cs  
 M  +3 -4      qyoto.cpp  
 M  +4 -0      sql/QSqlDriver.cs  
 M  +1 -0      sql/QSqlDriverCreatorBase.cs  
 M  +1 -0      sql/QSqlDriverFactoryInterface.cs  
 M  +8 -0      sql/QSqlResult.cs  
 M  +12 -0     xml/QXmlContentHandler.cs  
 M  +3 -0      xml/QXmlDTDHandler.cs  
 M  +4 -0      xml/QXmlDeclHandler.cs  
 M  +2 -0      xml/QXmlEntityResolver.cs  
 M  +4 -0      xml/QXmlErrorHandler.cs  
 M  +8 -0      xml/QXmlLexicalHandler.cs  
 M  +2 -0      xml/QXmlLocator.cs  
 M  +17 -0     xml/QXmlReader.cs  





More information about the Kde-bindings mailing list