Notes:
Building and Installing
* Please refer to the qtruby/README.build file
Highlights from the ChangeLog:
* More inspect() and pretty_print() methods for common classes to improve debugging
* Fixed crashes in the KURL::List marshalling.
Changes:
2004-12-29 Richard Dale <Richard_Dale@tipitina.demon.co.uk>
* Added inspect() and pretty_print() methods for KDE::AboutPerson and KDE::AboutTranslator,
along with some more fields in the KDE::AboutData inspector
2004-12-15 Richard Dale <Richard_Dale@tipitina.demon.co.uk>
* The DCOPObject inspect method was crashing if the instance hadn't been fully
constructed
* The kde_resolve_classname function's arg types were changed to match the new
ones in the resolve_classname() function of QtRuby/handlers.cpp.
2004-12-11 Richard Dale <Richard_Dale@tipitina.demon.co.uk>
* DCOPObject inspect() and pretty_print() methods added
2004-12-09 Richard Dale <Richard_Dale@tipitina.demon.co.uk>
* More inspect() and pretty_print() methods for common classes to improve debugging -
KDE::DCOPRef, KDE::Service, KDE::URL, KDE::AboutData.
2004-10-30 Richard Dale <Richard_Dale@tipitina.demon.co.uk>
* References to Qt.qWarning() changed to qWarning()
2004-10-24 Richard Dale <Richard_Dale@tipitina.demon.co.uk>
* Fixed crashes in the KURL::List marshalling. A copy is now made of each KURL item
in the list when being marshalled to a ruby Array. When a KURL::List is deleted the
contents are all deleted too as it's a QValueList. Hence, the need to make copies.
2004-10-20 Richard Dale <Richard_Dale@tipitina.demon.co.uk>
* The RESTORE() method is no longer an KDE::Mainwindow method, but a globally available
Object method
2004-10-20 Richard Dale <Richard_Dale@tipitina.demon.co.uk>
* Added I18N_NOOP() and I18N_NOOP2() methods
|