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

tfry at users.sourceforge.net tfry at users.sourceforge.net
Thu Apr 15 14:11:10 UTC 2010


Revision: 2811
          http://rkward.svn.sourceforge.net/rkward/?rev=2811&view=rev
Author:   tfry
Date:     2010-04-15 14:11:10 +0000 (Thu, 15 Apr 2010)

Log Message:
-----------
Prepare first preview release of 0.5.3

Modified Paths:
--------------
    trunk/rkward/ChangeLog
    trunk/rkward/TODO
    trunk/rkward/rkward/rbackend/rpackages/rkward/R/ver.R
    trunk/rkward/rkward/resource.ver
    trunk/rkward/rkward/version.h

Modified: trunk/rkward/ChangeLog
===================================================================
--- trunk/rkward/ChangeLog	2010-04-15 12:57:15 UTC (rev 2810)
+++ trunk/rkward/ChangeLog	2010-04-15 14:11:10 UTC (rev 2811)
@@ -9,7 +9,7 @@
 - Fixed: No entries were added the recent script/workspaces actions after "save as"
 - Initialize the output file with an appropriate encoding specification
 - Add SVG support to export (graphics) plugin
-- Add basic settings format settings for graphics output		TODO: somehow, SVG does not work correctly in khtmlpart/KDE 4.3, thus not the default for now. Can we do anything about this?
+- Add basic settings format settings for graphics output
 - Convert all plugins to use ECMAscript instead of PHP; RKWard no longer depends on PHP
 - Fixed: Frequent crashes while running automated plugintests
 - Fixed: Filenames without extension would not be shown in file dialogs

Modified: trunk/rkward/TODO
===================================================================
--- trunk/rkward/TODO	2010-04-15 12:57:15 UTC (rev 2810)
+++ trunk/rkward/TODO	2010-04-15 14:11:10 UTC (rev 2811)
@@ -16,9 +16,10 @@
 
 Bugs:
 	- XMLGUI:
-		- The edit menu is broken in the main window, but not detached windows (for script editor, console)
-			- When adding the DefineGroups from detachedwindowcontainer.rc to rkwardui.rc, the edit menu goes totally mental, there, sometimes, even shuffling actions apparently more or less randomly.
+		- In *some* versions of KDE, the edit menu is broken in the main window, but not detached windows (for script editor, console)
 			- No idea, how to fix that
+			- Apparently the cause of the difference (and the point where problems start) is when parts get switched.
+				- DefineGroup's are simply forgot / ignored after that
 	- There is definitely a memory leak in handling output!
 		- Produce lots and lots of output -> watch mem usage grow
 		- Probably the RKConsole is to blame (run outside console -> no significant increase)

Modified: trunk/rkward/rkward/rbackend/rpackages/rkward/R/ver.R
===================================================================
--- trunk/rkward/rkward/rbackend/rpackages/rkward/R/ver.R	2010-04-15 12:57:15 UTC (rev 2810)
+++ trunk/rkward/rkward/rbackend/rpackages/rkward/R/ver.R	2010-04-15 14:11:10 UTC (rev 2811)
@@ -1 +1 @@
-".rk.app.version" <- "0.5.3-test4"
+".rk.app.version" <- "0.5.3-pre1"

Modified: trunk/rkward/rkward/resource.ver
===================================================================
--- trunk/rkward/rkward/resource.ver	2010-04-15 12:57:15 UTC (rev 2810)
+++ trunk/rkward/rkward/resource.ver	2010-04-15 14:11:10 UTC (rev 2811)
@@ -1 +1 @@
-0.5.3-test4
+0.5.3-pre1

Modified: trunk/rkward/rkward/version.h
===================================================================
--- trunk/rkward/rkward/version.h	2010-04-15 12:57:15 UTC (rev 2810)
+++ trunk/rkward/rkward/version.h	2010-04-15 14:11:10 UTC (rev 2811)
@@ -1,2 +1,2 @@
 /* Version number of package */
-#define VERSION "0.5.3-test4"
+#define VERSION "0.5.3-pre1"


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