[rkward-cvs] rkward TODO,1.50,1.51 rkward.kdevelop,1.16,1.17

Thomas Friedrichsmeier tfry at users.sourceforge.net
Wed Apr 20 12:14:58 UTC 2005


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

Modified Files:
	TODO rkward.kdevelop 
Log Message:
Don't crash when refreshing output for/from a plugin. Autoshow output according to user setting

Index: TODO
===================================================================
RCS file: /cvsroot/rkward/rkward/TODO,v
retrieving revision 1.50
retrieving revision 1.51
diff -C2 -d -r1.50 -r1.51
*** TODO	24 Mar 2005 20:26:22 -0000	1.50
--- TODO	20 Apr 2005 12:14:55 -0000	1.51
***************
*** 7,11 ****
  - auto refresh output + auto scroll at the bottom
  - add an example to show rkward-specific commands (rk.print, rk.graph)
! 
  
  stuff to do before 0.3.2 release
--- 7,11 ----
  - auto refresh output + auto scroll at the bottom
  - add an example to show rkward-specific commands (rk.print, rk.graph)
! - instead of delete RObject, call RObject::deleteThis () and check for deleted in rCommandDone ()?
  
  stuff to do before 0.3.2 release
***************
*** 19,22 ****
--- 19,27 ----
  - pick some from below:
  
+ API documentation:
+ - add overview pages with examples for RInterface usage
+ - add page containing a rough overview of general architecture
+ - include protected (and maybe even private) members in API-documentation (this is not a library, after all)
+ 
  (relatively) small stuff to do soon
  - Twintable/RKEditorDataFrame

Index: rkward.kdevelop
===================================================================
RCS file: /cvsroot/rkward/rkward/rkward.kdevelop,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** rkward.kdevelop	15 Apr 2005 14:15:26 -0000	1.16
--- rkward.kdevelop	20 Apr 2005 12:14:55 -0000	1.17
***************
*** 12,17 ****
      <projectdirectory>.</projectdirectory>
      <absoluteprojectpath>false</absoluteprojectpath>
!     <version></version>
!     <description></description>
      <ignoreparts/>
      <secondaryLanguages/>
--- 12,17 ----
      <projectdirectory>.</projectdirectory>
      <absoluteprojectpath>false</absoluteprojectpath>
!     <version/>
!     <description/>
      <ignoreparts/>
      <secondaryLanguages/>
***************
*** 44,48 ****
        <customdirectory>/</customdirectory>
        <mainprogram>rkward/rkward</mainprogram>
!       <programargs></programargs>
        <terminal>true</terminal>
        <autocompile>true</autocompile>
--- 44,48 ----
        <customdirectory>/</customdirectory>
        <mainprogram>rkward/rkward</mainprogram>
!       <programargs/>
        <terminal>true</terminal>
        <autocompile>true</autocompile>
***************
*** 104,112 ****
      <general>
        <dbgshell>libtool</dbgshell>
!       <programargs></programargs>
!       <gdbpath></gdbpath>
!       <configGdbScript></configGdbScript>
!       <runShellScript></runShellScript>
!       <runGdbScript></runGdbScript>
        <breakonloadinglibs>true</breakonloadinglibs>
        <separatetty>false</separatetty>
--- 104,112 ----
      <general>
        <dbgshell>libtool</dbgshell>
!       <programargs/>
!       <gdbpath/>
!       <configGdbScript/>
!       <runShellScript/>
!       <runGdbScript/>
        <breakonloadinglibs>true</breakonloadinglibs>
        <separatetty>false</separatetty>





More information about the rkward-tracker mailing list