[rkward-cvs] SF.net SVN: rkward: [1229] trunk/rkward

tfry at users.sourceforge.net tfry at users.sourceforge.net
Fri Jan 26 15:55:14 UTC 2007


Revision: 1229
          http://svn.sourceforge.net/rkward/?rev=1229&view=rev
Author:   tfry
Date:     2007-01-26 07:55:14 -0800 (Fri, 26 Jan 2007)

Log Message:
-----------
ChangeLog, TODO

Modified Paths:
--------------
    trunk/rkward/ChangeLog
    trunk/rkward/TODO

Modified: trunk/rkward/ChangeLog
===================================================================
--- trunk/rkward/ChangeLog	2007-01-26 15:54:54 UTC (rev 1228)
+++ trunk/rkward/ChangeLog	2007-01-26 15:55:14 UTC (rev 1229)
@@ -1,3 +1,5 @@
+- place internal objects .rk.rkreply and .rk.available.packages.cache into rkward package environment
+- support for preview functionality in graphing plugins					TODO: document
 - new plugin: barplot
 - plugins can now be context sensitive (e.g. work on a particular x11 device)		TODO: document
 - new plugin: Wilcoxon Rank Sum test and Wilcoxon Exact Rank Sum test

Modified: trunk/rkward/TODO
===================================================================
--- trunk/rkward/TODO	2007-01-26 15:54:54 UTC (rev 1228)
+++ trunk/rkward/TODO	2007-01-26 15:55:14 UTC (rev 1229)
@@ -6,7 +6,6 @@
 	- start being a bit bolder about RKWard (descriptions, startup notification, etc.)
 
 Bugs:
-	- There seems to be a race condition at startup, leading to a crash in doPostInit () in rkward.cpp. (Un-)Fortunately it triggers only rarely, and I have not yet figured out, when it occurs. Is this still the case? I've fixed one potential race condition a while ago, and have not seen this crash in a while (2006/09/27)
 	- "cannot create html package index" when installing package as a regular user (due to R.home ("doc") not writable)
 	- There is definitely a memory leak in handling output!
 		- Produce lots and lots of output -> watch mem usage grow
@@ -86,13 +85,10 @@
 		- ideally the whole thing: setting breakpoints, etc.
 		- realistically, maybe we can override browser () or do_browser with something nicer
 	- Preview of plots
-		- add a preview-enabling widget (checkbox)
-		- plugins wanting to provide previews, will have to define a preview () function in the template
-		- when calling this from PHPBackend, use function_exits () to check, first, to keep this optional
-			- this might also be used to make the other definitions optional?
-		- if preview-box is checked, and settings are valid, preview code is generated and evaluated at once
-		- plugins will need to keep track of whether a preview device window was created, and also clean this up
-			- probably some simple helper function(s) should be created for this purpose
+		- document
+		- Maybe use a button (along the submit / close / etc. buttons instead)?
+		- The preview window should be a specialized RKCaughtWindow
+			- It should show info on state (up to date / updating / error / etc).
 	- Graphics Device List window
 		- (see http://sourceforge.net/mailarchive/message.php?msg_id=37825223)
 		- par (no.readonly=TRUE) and par () to fetch available parameters and determine read-only state


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the rkward-tracker mailing list