[Kde-bindings] KDE/kdebindings

Arno Rehn kde at arnorehn.de
Sun Jul 27 22:52:20 UTC 2008


SVN commit 838484 by arnorehn:

* Various fixes for the signal->delegate connection stuff.
* Added a class 'StreamWrapper'. It inherits from QIODevice and maps the
  calls to a System.IO.Stream. Also added an implicit conversion to QIODevice
  so Streams can be directly passed to methods that expect a QIODevice.

CCMAIL: kde-bindings at kde.org



 M  +7 -0      csharp/qyoto/ChangeLog  
 M  +1 -1      csharp/qyoto/core/QIODevice.cs  
 A             csharp/qyoto/core/QIODeviceExtras.cs  
 A             csharp/qyoto/core/StreamWrapper.cs  
 M  +1 -0      kalyptus/kalyptusCxxToKimono.pm  


--- trunk/KDE/kdebindings/csharp/qyoto/ChangeLog #838483:838484
@@ -1,3 +1,10 @@
+2008-07-28  Arno Rehn  <arno at arnorehn.de>
+
+	* Various fixes for the signal->delegate connection stuff.
+	* Added a class 'StreamWrapper'. It inherits from QIODevice and maps the
+	  calls to a System.IO.Stream. Also added an implicit conversion to QIODevice
+	  so Streams can be directly passed to methods that expect a QIODevice.
+
 2008-07-27  Arno Rehn  <arno at arnorehn.de>
 
 	* Created a generic Pointer<T> type, which holds an IntPtr pointing to
--- trunk/KDE/kdebindings/csharp/qyoto/core/QIODevice.cs #838483:838484
@@ -4,7 +4,7 @@
     /// <remarks> See <see cref="IQIODeviceSignals"></see> for signals emitted by QIODevice
     /// </remarks>
     [SmokeClass("QIODevice")]
-    public abstract class QIODevice : QObject {
+    public abstract partial class QIODevice : QObject {
         protected QIODevice(Type dummy) : base((Type) null) {}
         protected new void CreateProxy() {
             interceptor = new SmokeInvocation(typeof(QIODevice), this);
--- trunk/KDE/kdebindings/kalyptus/kalyptusCxxToKimono.pm #838483:838484
@@ -189,6 +189,7 @@
    'QCursor' => '1',
    'QDBusConnectionInterface' => '1',
    'QIcon' => '1',
+   'QIODevice' => '1',
    'QKeySequence' => '1',
    'QLineF' => '1',
    'QModelIndex' => '1',



More information about the Kde-bindings mailing list