[Kde-bindings] playground/bindings/kimono
Richard Dale
Richard_Dale at tipitina.demon.co.uk
Sun Jan 21 10:06:00 UTC 2007
SVN commit 625812 by rdale:
* Split QVariant.cs and QDBusConnectionInterface in two files with partial
classes to make customisation easier to maintain.
* Fixed bugs in the code generation for args with QStrings or QStringLists
inside template type.
* operator methods '<<' and '>>' were being converted to static methods even
when the methods couldn't be operator methods in C# and should have been
either 'op_read()' or 'op_write()' in which case they should be instance
methods.
* Fixed parsing in for Q_PROPERTY which meant that some methods in
QToolBar.cs were lost.
CCMAIL: kde-bindings at kde.org
M +26 -39 core/QDataStream.cs
M +1 -1 core/QSysInfo.cs
M +1 -1 core/QTextCodecPlugin.cs
M +36 -54 core/QTextStream.cs
M +2 -10 core/QUrl.cs
M +1 -52 core/QVariant.cs
A core/QVariantExtras.cs
M +1 -1 gui/QListView.cs
M +16 -0 gui/QToolBar.cs
M +2 -8 network/QHttpHeader.cs
M +34 -51 qdbus/QDBusArgument.cs
M +7 -36 qdbus/QDBusConnectionInterface.cs
A qdbus/QDBusConnectionInterfaceExtras.cs
M +2 -3 qdbus/QDBusMessage.cs
More information about the Kde-bindings
mailing list