2003-08-30 Richard Dale * Applied Germain Garand's patch to no longer rename operator methods in the QGlobalSpace pseudo class 2003-08-21 Alexander Kellett * Added .kidl generation option (dcopidl replacement) * Handled of several new constructs in the parsing: * k_dcop: / k_dcop_signals: / K_DCOP: * Use STDERR not STDOUT thus removing need for temporary file 2003-08-21 Richard Dale * Added missing getClassLoader() call to Proxy constructor 2003-08-21 Richard Dale * Rewritten java code generation for a Dynamic Proxy based SMOKE adaptor version of QtJava. * Based on David Faure's SMOKE generation code in the '-fsmoke' option. 2003-08-11 Richard Dale * Removed old SWIG style ruby generation option 2003-08-09 Alexander Kellett * Parse static friend operator methods and place into a pseudo class (for smoke) 2002-06-03 David Faure * The Smoke generation is in good shape. Removed old PerlPig and PerlQK modules. 2002-04-23 Richard Dale * Added patch from David Faure to correctly handle nested struct or class names in perl .pig generation 2002-03-15 Richard Dale * Added C# P/Invoke bindings generation option from Adam Treat 2002-02-10 Richard Dale * Improved C destructor code generation * QCanvasItemList mapped onto java.util.ArrayList * 'bool *' type converted to java 'boolean[]' type. 2002-02-03 Richard Dale * More fixes to .pig generation from Germain. Perl porting now motoring 24*7... 2002-02-02 Richard Dale * Various improvements to Perl .pig generation from Germain Garand 2002-01-31 Richard Dale * Fixed bug in code generation for NULL default arguments * Added some new KDE 3 types 2002-01-26 Richard Dale * Perl .pig generation improved 2002-01-25 Richard Dale * Added '-fperl' option to autogenerate .pig (Perl Interface Generator) files, suitable for generating Ashley Winters' PerlQt/KDEQt bindings 2002-01-23 Richard Dale * Made dispose() public, added isDisposed() after SWT. 2002-01-23 Richard Dale * Added generation of dispose() methods, to allow large resources, such as pixmaps, to be freed before finalize() is called. 2002-01-20 Richard Dale * Ruby bindings generation - initial checkin. 2002-01-04 Richard Dale * Fixed bug in parsing decimal point in default argument values 2001-12-29 Richard Dale