[rkward-cvs] rkward AUTHORS,1.2,1.3 ChangeLog,1.43,1.44 TODO,1.47,1.48 rkward.kdevelop,1.11,1.12 rkward.kdevses,1.50,NONE

Thomas Friedrichsmeier tfry at users.sourceforge.net
Fri Oct 22 15:43:43 UTC 2004


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

Modified Files:
	AUTHORS ChangeLog TODO rkward.kdevelop 
Removed Files:
	rkward.kdevses 
Log Message:
Updating TODO and ChangeLog. Removing rkward.kdevses from CVS. Adding Pierre as an author

--- rkward.kdevses DELETED ---

Index: AUTHORS
===================================================================
RCS file: /cvsroot/rkward/rkward/AUTHORS,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** AUTHORS	8 Aug 2004 17:34:37 -0000	1.2
--- AUTHORS	22 Oct 2004 15:43:25 -0000	1.3
***************
*** 1,4 ****
--- 1,5 ----
  Authors so far:
  - Thomas Friedrichsmeier (tfry AT users DOT sourceforge DOT net)
+ - Pierre Ecochard (since 0.2.9)
  
  Note that a number of people have contributed comments/ideas but are not mentioned in this file

Index: TODO
===================================================================
RCS file: /cvsroot/rkward/rkward/TODO,v
retrieving revision 1.47
retrieving revision 1.48
diff -C2 -d -r1.47 -r1.48
*** TODO	23 Sep 2004 10:53:28 -0000	1.47
--- TODO	22 Oct 2004 15:43:41 -0000	1.48
***************
*** 2,10 ****
  Also, plans change frequently. If something is listed for a specific release, that's no more than a rough plan.
  
- stuff to do before 0.2.9 release
- 
  stuff to do before 0.3.0 release
- - dataeditor
- 	- add formatting options
  - plugins (general)
  	- rework structure (directory layout) of plugin definitions
--- 2,6 ----
***************
*** 20,23 ****
--- 16,27 ----
  	- merge the two classes
  	- more efficient syncing: fetch only the values actually needed instead of the whole table
+ 	- make configurable:
+ 		- invalid color (global and per variable)
+ 		- unused color (global and per variable)
+ 		- default alignment (per var type)
+ 		- default precision
+ 		- display of factor level labels (global and per variable)
+ 		- delay of factor-level popup
+ 	- highlighting of value ranges
  - Object editing / modification tracking:
  	- functions to set double/int/string-vectors directly. Use in paste-operations

Index: rkward.kdevelop
===================================================================
RCS file: /cvsroot/rkward/rkward/rkward.kdevelop,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** rkward.kdevelop	5 Sep 2004 13:10:00 -0000	1.11
--- rkward.kdevelop	22 Oct 2004 15:43:41 -0000	1.12
***************
*** 47,51 ****
        <terminal>false</terminal>
        <autocompile>true</autocompile>
!       <envvars/>
        <runarguments>
          <rkward/>
--- 47,53 ----
        <terminal>false</terminal>
        <autocompile>true</autocompile>
!       <envvars>
!         <envvar value="IT" name="LANG" />
!       </envvars>
        <runarguments>
          <rkward/>
***************
*** 85,88 ****
--- 87,91 ----
        <hidepatterns>*.o,*.lo,CVS</hidepatterns>
        <hidenonprojectfiles>false</hidenonprojectfiles>
+       <showvcsfields>false</showvcsfields>
      </tree>
    </kdevfileview>
***************
*** 134,136 ****
--- 137,146 ----
      <references/>
    </kdevcppsupport>
+   <kdevcvsservice>
+     <recursivewhenupdate>true</recursivewhenupdate>
+     <prunedirswhenupdate>true</prunedirswhenupdate>
+     <createdirswhenupdate>true</createdirswhenupdate>
+     <recursivewhencommitremove>true</recursivewhencommitremove>
+     <revertoptions>-C</revertoptions>
+   </kdevcvsservice>
  </kdevelop>

Index: ChangeLog
===================================================================
RCS file: /cvsroot/rkward/rkward/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -C2 -d -r1.43 -r1.44
*** ChangeLog	23 Sep 2004 10:53:28 -0000	1.43
--- ChangeLog	22 Oct 2004 15:43:41 -0000	1.44
***************
*** 1,2 ****
--- 1,8 ----
+ - added basic per variable formatting options in the data editor (alignment, precision)
+ - fixed: cell last edited did not react to single mouse click
+ - fixed: switched to line below after a new row was automatically added
+ - fixed: cursor right did not move to next cell when editing last (active) column
+ - while editing, tab-key moves to next cell
+ 
  --- Version 0.2.9 - Sep-22-2004
  - use KDialog::marginHint () and KDialog::spacingHint () in plugins





More information about the rkward-tracker mailing list