[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-bindings
Subject:    [Kde-bindings] KDE/kdebindings/qtruby
From:       Richard Dale <Richard_Dale () tipitina ! demon ! co ! uk>
Date:       2006-06-13 8:26:54
Message-ID: 1150187214.717681.23866.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 550939 by rdale:

* Slot and signals can now have return types and return values.
  For example:

	class Foo < Qt::PushButton
		slots 'int greeting(QString)'
		signals 'int doit(QString)'
	
		def initialize
			super
			connect(self, SIGNAL('doit(QString)'), self, SLOT('greeting(QString)'))
		end
		...
* Added some missing marshaller types for QTreeWidgetItem and QListWidgetItem
  lists

CCMAIL: kde-bindings@kde.org



 M  +17 -0     ChangeLog  
 M  +14 -6     rubylib/qtruby/Qt.cpp  
 M  +3 -0      rubylib/qtruby/handlers.cpp  
 M  +12 -10    rubylib/qtruby/lib/Qt/qtruby.rb  
 M  +282 -178  rubylib/qtruby/marshall_types.cpp  
 M  +3 -2      rubylib/qtruby/marshall_types.h  
 M  +2 -1      rubylib/qtruby/smokeruby.h  


_______________________________________________
Kde-bindings mailing list
Kde-bindings@kde.org
https://mail.kde.org/mailman/listinfo/kde-bindings
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic