[rkward-cvs] rkward ChangeLog,1.65,1.66 TODO,1.63,1.64

Thomas Friedrichsmeier tfry at users.sourceforge.net
Wed Sep 14 21:07:09 UTC 2005


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

Modified Files:
	ChangeLog TODO 
Log Message:
RKEditorDataFrame is a KMdiChildView, now, and wrapped in a Part.

Index: ChangeLog
===================================================================
RCS file: /cvsroot/rkward/rkward/ChangeLog,v
retrieving revision 1.65
retrieving revision 1.66
diff -C2 -d -r1.65 -r1.66
*** ChangeLog	14 Sep 2005 16:32:25 -0000	1.65
--- ChangeLog	14 Sep 2005 21:07:06 -0000	1.66
***************
*** 1,2 ****
--- 1,4 ----
+ - data-editor uses KPart-infrastructure (better integration)
+ - override standard callbacks used by R for ReadConsole, ShowFiles, EditFile(s), ChooseFile, Suicide, CleanUp. No more reliance on stdin
  - some cleanups of dead code
  - plugins can now be placed in different menus

Index: TODO
===================================================================
RCS file: /cvsroot/rkward/rkward/TODO,v
retrieving revision 1.63
retrieving revision 1.64
diff -C2 -d -r1.63 -r1.64
*** TODO	14 Sep 2005 16:32:25 -0000	1.63
--- TODO	14 Sep 2005 21:07:06 -0000	1.64
***************
*** 12,17 ****
  - Use R_WriteConsole-override instead of sink. Find a way to do the same for stderr
  	- "real time" display of output in the console
! - make the data-editor a KMdiChild, and probably a KPart, so we can have a consistent way of GUI merging.
! - override help ()
  
  stuff to do before 0.3.2 release
--- 12,18 ----
  - Use R_WriteConsole-override instead of sink. Find a way to do the same for stderr
  	- "real time" display of output in the console
! - make the output a KMdiChild, and probably a KPart, so we can have a consistent way of GUI merging; make command-editor a KPart
! 	- add "window"-menu, esp. Window->close
! 
  
  stuff to do before 0.3.2 release





More information about the rkward-tracker mailing list