Files | Admin

Notes:

Release Name: 1.0.1

Notes:
To build QtRuby:

$ cd qtruby-cvs
$ make -f Makefile.cvs
$ ./configure --with-qt-dir=$QTDIR

Highlights from the ChangeLog:

* Instructions for building QtRuby on Mac OS X added to qtruby/README.build

* Underscore naming for can be used for method names instead of camel case if
   preferred. Any underscores in method names are removed, and the following
   character is capitalised. For example, either of these two forms can be used
   to call the same method:
  
     create_standard_status_bar_action()  
     createStandardStatusBarAction()

 * A thing? ruby method can now be used as a synonym for either isThing() or hasThing() in the Smoke runtime





Changes: 2004-09-05 Richard Dale <Richard_Dale@tipitina.demon.co.uk> * Added Kate:: and KTextEdit:: namespaces for writing Kate plugins 2004-09-03 Richard Dale <Richard_Dale@tipitina.demon.co.uk> * Some newer changes from the uic were added to the rbuic tool. 2004-09-03 Richard Dale <Richard_Dale@tipitina.demon.co.uk> * Brought the rbuic code to uncompress zip files in line with the current uic code * Added a qmake project file for building the rbuic tool on Mac OS X, and some notes on how to build QtRuby on a Mac. 2004-08-29 Richard Dale <Richard_Dale@tipitina.demon.co.uk> * Added Kontact module to provide a namespace for the kontact plugin api 2004-08-25 Richard Dale <Richard_Dale@tipitina.demon.co.uk> * Underscore naming for can be used for method names instead of camel case if preferred. Any underscores in method names are removed, and the following character is capitalised. For example, either of these two forms can be used to call the same method: create_standard_status_bar_action() createStandardStatusBarAction() 2004-08-23 Richard Dale <Richard_Dale@tipitina.demon.co.uk> * A 'thing? ruby method can now be used as a synonym for either isThing() or hasThing() in the Smoke runtime 2004-08-04 Richard Dale <Richard_Dale@tipitina.demon.co.uk> * Upped the QtRuby version to 1.0.0 - it must work now then.. 2004-08-02 Richard Dale <Richard_Dale@tipitina.demon.co.uk> * Added long long and unsigned long long marshallers