|
|
|
@ -74,7 +74,7 @@
|
|
|
|
|
AuthInfo and Observer classes
|
|
|
|
|
* Converted '\c' tags in comments to pairs <code> tags
|
|
|
|
|
* Improved conversion of C++ code snippets to java
|
|
|
|
|
* Fixed bug in KIO Scheduler.connect(), and the example in test/tdeioslave now works
|
|
|
|
|
* Fixed bug in TDEIO Scheduler.connect(), and the example in test/tdeioslave now works
|
|
|
|
|
correctly
|
|
|
|
|
* Added some long long types, converted to java longs (both 64 bit)
|
|
|
|
|
|
|
|
|
@ -126,7 +126,7 @@
|
|
|
|
|
* Changed KScribble event handler methods access type to protected
|
|
|
|
|
* Re-added classes from kcolordialog.h
|
|
|
|
|
* Restored missing readEntry() and writeEntry() methods to TDEConfigBase
|
|
|
|
|
* Methods in namespace derived classes KIO and KStdAction made static again
|
|
|
|
|
* Methods in namespace derived classes TDEIO and KStdAction made static again
|
|
|
|
|
|
|
|
|
|
2002-11-18 Richard Dale <duke@tipitina.demon.co.uk>
|
|
|
|
|
|
|
|
|
@ -151,9 +151,9 @@
|
|
|
|
|
* Added new ioslave classes to Makefile.am's
|
|
|
|
|
2002-03-22 Richard Dale <duke@tipitina.demon.co.uk>
|
|
|
|
|
* Added missing TDEMainWindow constructor
|
|
|
|
|
* Added KIO slot/signal types for writing as well as reading.
|
|
|
|
|
* Added TDEIO slot/signal types for writing as well as reading.
|
|
|
|
|
* Added missing tdeioslave classes
|
|
|
|
|
* Added new KIO classes Scheduler, KIO, ProgressBase and StatusbarProgress
|
|
|
|
|
* Added new TDEIO classes Scheduler, KIO, ProgressBase and StatusbarProgress
|
|
|
|
|
* Fixed various method linking problems
|
|
|
|
|
2002-03-19 Richard Dale <duke@tipitina.demon.co.uk>
|
|
|
|
|
* KCharSelectTest.java test app from KJP added.
|
|
|
|
@ -266,7 +266,7 @@
|
|
|
|
|
2001-07-29 Richard Dale <duke@tipitina.demon.co.uk
|
|
|
|
|
* Added KTipDialog and KTipDatabase classes
|
|
|
|
|
2001-07-29 Richard Dale <duke@tipitina.demon.co.uk
|
|
|
|
|
* Added KIO slot/signal types
|
|
|
|
|
* Added TDEIO slot/signal types
|
|
|
|
|
2001-07-28 Richard Dale <duke@tipitina.demon.co.uk
|
|
|
|
|
* kdoc source converter - fixed bugs in parsing default parameter values.
|
|
|
|
|
Added Qt 3.0.0 datatype conversions.
|
|
|
|
|