[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
- Previous message: [rkward-cvs] rkward/rkward/rbackend rembedinternal.cpp,1.27,1.28 rembedinternal.h,1.15,1.16 rinterface.cpp,1.37,1.38 rinterface.h,1.21,1.22 rthread.cpp,1.26,1.27 rthread.h,1.19,1.20
- Next message: [rkward-cvs] rkward/rkward/rbackend rembedinternal.cpp,1.28,1.29 rembedinternal.h,1.16,1.17 rinterface.cpp,1.38,1.39 rthread.cpp,1.27,1.28 rthread.h,1.20,1.21
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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 ----
- Previous message: [rkward-cvs] rkward/rkward/rbackend rembedinternal.cpp,1.27,1.28 rembedinternal.h,1.15,1.16 rinterface.cpp,1.37,1.38 rinterface.h,1.21,1.22 rthread.cpp,1.26,1.27 rthread.h,1.19,1.20
- Next message: [rkward-cvs] rkward/rkward/rbackend rembedinternal.cpp,1.28,1.29 rembedinternal.h,1.16,1.17 rinterface.cpp,1.38,1.39 rthread.cpp,1.27,1.28 rthread.h,1.20,1.21
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the rkward-tracker
mailing list