[rkward-cvs] rkward ChangeLog,1.134,1.135 TODO,1.127,1.128

Thomas Friedrichsmeier tfry at users.sourceforge.net
Thu Jun 22 18:57:20 UTC 2006


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

Modified Files:
	ChangeLog TODO 
Log Message:
cleanups

Index: ChangeLog
===================================================================
RCS file: /cvsroot/rkward/rkward/ChangeLog,v
retrieving revision 1.134
retrieving revision 1.135
diff -C2 -d -r1.134 -r1.135
*** ChangeLog	22 Jun 2006 00:12:17 -0000	1.134
--- ChangeLog	22 Jun 2006 18:57:18 -0000	1.135
***************
*** 1,2 ****
--- 1,3 ----
+ - fix compilation with GCC 4.1
  - don't crash on more than 100 rows of data in the editor (off by 2 bug in storage allocation)
  - correctly initialize the internal NaN representation (would sometimes be initialized to 0, resulting in 0s not to be shown in the editor)

Index: TODO
===================================================================
RCS file: /cvsroot/rkward/rkward/TODO,v
retrieving revision 1.127
retrieving revision 1.128
diff -C2 -d -r1.127 -r1.128
*** TODO	22 Jun 2006 00:12:17 -0000	1.127
--- TODO	22 Jun 2006 18:57:18 -0000	1.128
***************
*** 13,17 ****
  	- undo/redo
  	- deletion of multiple columns in one step
! 	- when pasting a large array, rows should not be added one by one. Suggested algorythm
  		- if we find out we've already pasted 100 rows, first check, how many more are to come and add this many both to the variable and to the R workspace. Can potentially avoid *lots* of work
  - Rework package management dialog
--- 13,17 ----
  	- undo/redo
  	- deletion of multiple columns in one step
! 	- when pasting a large array, rows should not be added one by one. Suggested algorithm:
  		- if we find out we've already pasted 100 rows, first check, how many more are to come and add this many both to the variable and to the R workspace. Can potentially avoid *lots* of work
  - Rework package management dialog
***************
*** 120,124 ****
  - RKVariable:
  	- use QIntDict instead of string-map for value-labels / factor levels?
- - change EditLabelsDialog to use a small QTable? Probably a lot easier / straightforward to use
  - plugins (general)
  	- add more plugin-widgets
--- 120,123 ----





More information about the rkward-tracker mailing list