[Kde-bindings] KDE/kdebindings/qtruby
Richard Dale
Richard_Dale at tipitina.demon.co.uk
Tue Apr 4 19:40:30 UTC 2006
SVN commit 526497 by rdale:
* Added the itemviews/simpledommodel and itemviews/simpletreemodel
examples
* Special cased the Qt::AbstractItemModel.createIndex() and
Qt::ModelIndex.internalPointer() methods so they can save
and restore Ruby VALUE instances.
CCMAIL: kde-bindings at kde.org
M +9 -0 ChangeLog
A rubylib/examples/itemviews/simpledommodel (directory)
A rubylib/examples/itemviews/simpledommodel/domitem.rb
A rubylib/examples/itemviews/simpledommodel/dommodel.rb
A rubylib/examples/itemviews/simpledommodel/main.rb
A rubylib/examples/itemviews/simpledommodel/mainwindow.rb
A rubylib/examples/itemviews/simpletreemodel (directory)
A rubylib/examples/itemviews/simpletreemodel/main.rb
A rubylib/examples/itemviews/simpletreemodel/treeitem.rb
A rubylib/examples/itemviews/simpletreemodel/treemodel.rb
--- trunk/KDE/kdebindings/qtruby/ChangeLog #526496:526497
@@ -1,3 +1,12 @@
+2006-04-04 Richard Dale <rdale at foton.es>
+
+ * Added the itemviews/simpledommodel and itemviews/simpletreemodel
+ examples
+
+ * Special cased the Qt::AbstractItemModel.createIndex() and
+ Qt::ModelIndex.internalPointer() methods so they can save
+ and restore Ruby VALUE instances.
+
2006-04-03 Richard Dale <rdale at foton.es>
* The QtRuby runtime's overloaded method resolution mechanism can't currently
More information about the Kde-bindings
mailing list