[rkward-cvs] rkward ChangeLog,1.90,1.91 TODO,1.91,1.92

Thomas Friedrichsmeier tfry at users.sourceforge.net
Thu Nov 3 15:24:58 UTC 2005


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

Modified Files:
	ChangeLog TODO 
Log Message:
Significant performance improvements while processing immediate output. 1) Flush output at regular intervals and when needed, instead of always flushing small pieces. 2) setUpdatesEnabled (false) while removing superfluous lines in console/log

Index: ChangeLog
===================================================================
RCS file: /cvsroot/rkward/rkward/ChangeLog,v
retrieving revision 1.90
retrieving revision 1.91
diff -C2 -d -r1.90 -r1.91
*** ChangeLog	24 Oct 2005 19:39:43 -0000	1.90
--- ChangeLog	3 Nov 2005 15:24:56 -0000	1.91
***************
*** 1,2 ****
--- 1,3 ----
+ - real time display of command output in the console
  - automatically scroll command log to the bottom when new lines are added
  - less verbose output in command log (removed "issuing command", etc.)

Index: TODO
===================================================================
RCS file: /cvsroot/rkward/rkward/TODO,v
retrieving revision 1.91
retrieving revision 1.92
diff -C2 -d -r1.91 -r1.92
*** TODO	2 Nov 2005 16:51:10 -0000	1.91
--- TODO	3 Nov 2005 15:24:56 -0000	1.92
***************
*** 38,43 ****
  - check whether we're running in a PTY, and warn otherwise. Currently the R backend needs this.
  
- - "real time" display of output in the console (remember to add Mutex protection before then!)
- 
  - remove classes/files:
  	- RKCommandEditor (first check for reusable functionality)
--- 38,41 ----





More information about the rkward-tracker mailing list