[rkward-cvs] rkward ChangeLog,1.54,1.55 TODO,1.51,1.52

Thomas Friedrichsmeier tfry at users.sourceforge.net
Thu Apr 21 19:57:13 UTC 2005


Update of /cvsroot/rkward/rkward
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28530

Modified Files:
	ChangeLog TODO 
Log Message:
Some further API-documentation updates

Index: TODO
===================================================================
RCS file: /cvsroot/rkward/rkward/TODO,v
retrieving revision 1.51
retrieving revision 1.52
diff -C2 -d -r1.51 -r1.52
*** TODO	20 Apr 2005 12:14:55 -0000	1.51
--- TODO	21 Apr 2005 19:57:11 -0000	1.52
***************
*** 19,22 ****
--- 19,27 ----
  - pick some from below:
  
+ code cleanups
+ - I've changed the simple RInterface::issueCommand (QString, ...) command to return a pointer to the RCommand created. This will allow for lots of small cleanups. Do them.
+ 	- well, on second thought, it might be better to rely more on RCommand::id () instead of pointers. Why? The id is unique (until integer overflow). The pointer may be reused after a delete -> potential problem when trying to cancel command which is actually already deleted (and potentially other cases)
+ 	- let's set this back for a while
+ 
  API documentation:
  - add overview pages with examples for RInterface usage

Index: ChangeLog
===================================================================
RCS file: /cvsroot/rkward/rkward/ChangeLog,v
retrieving revision 1.54
retrieving revision 1.55
diff -C2 -d -r1.54 -r1.55
*** ChangeLog	20 Apr 2005 17:15:07 -0000	1.54
--- ChangeLog	21 Apr 2005 19:57:11 -0000	1.55
***************
*** 22,26 ****
  - use a KHTML part to show output (instead of the qt widget)
  
- 
  --- Version 0.3.0 - Nov-12-2004
  - added french and italian translations
--- 22,25 ----





More information about the rkward-tracker mailing list