[rkward-cvs] SF.net SVN: rkward: [955] trunk/rkward
tfry at users.sourceforge.net
tfry at users.sourceforge.net
Mon Nov 27 18:16:22 UTC 2006
Revision: 955
http://svn.sourceforge.net/rkward/?rev=955&view=rev
Author: tfry
Date: 2006-11-27 10:16:22 -0800 (Mon, 27 Nov 2006)
Log Message:
-----------
cleanups
Modified Paths:
--------------
trunk/rkward/ChangeLog
trunk/rkward/TODO
trunk/rkward/configure.in.in
trunk/rkward/rkward/rbackend/rpackages/rkward/DESCRIPTION
Modified: trunk/rkward/ChangeLog
===================================================================
--- trunk/rkward/ChangeLog 2006-11-27 18:00:31 UTC (rev 954)
+++ trunk/rkward/ChangeLog 2006-11-27 18:16:22 UTC (rev 955)
@@ -3,7 +3,7 @@
- R X11 device windows are now managed by rkward, with the following initial features:
- R X11 device windows: attach to / detach from workplace (they start detached)
- R X11 device windows: toggle between normal resize mode and (settable) fixed size with scrollbars
-
+- R X11 device windows: menu options to copy / print / duplicate / save / activate devices
- fixed: selecting Window->Close in a detached window would only close the internal view, not the window
- when detaching a window, give it a more reasonable size
- do not open the same script url twice (instead the corresponding window is raised on the second attempt)
Modified: trunk/rkward/TODO
===================================================================
--- trunk/rkward/TODO 2006-11-27 18:00:31 UTC (rev 954)
+++ trunk/rkward/TODO 2006-11-27 18:16:22 UTC (rev 955)
@@ -22,10 +22,9 @@
Compilation / technical
- Incorporate FreeBSD patches http://www.freshports.org/math/rkward/files.php?message_id=200609172111.k8HLBiob081349@repoman.freebsd.org
+ - cleanup DISABLE_RKWINDOWCATCHER (either get rid of it, or do it right)
UI-stuff
- - Access to dev.copy (), dev.print (), and a function to copy gaphics to rkward output
- - cleanup DISABLE_RKWINDOWCATCHER (either get rid of it, or do it right)
- Output window should gain some sort of auto-update functionality:
- After user commands, should check, whether the output file was modified. If so, reload
- Option to save workplace per session instead of per workspace
@@ -84,8 +83,6 @@
Internal stuff:
- should we override bindingIsActive()?
RKVariable:
- - Need to add a conversion script. See .rk.get.meta (). Both should be changed at the same time.
- - Or was it already broken, before?
- True Support for Logicals
- In the current design, RKVariable would not handle storage mode changes from outside well at all
- use QIntDict instead of string-map for value-labels / factor levels? Qt4: QHash
Modified: trunk/rkward/configure.in.in
===================================================================
--- trunk/rkward/configure.in.in 2006-11-27 18:00:31 UTC (rev 954)
+++ trunk/rkward/configure.in.in 2006-11-27 18:16:22 UTC (rev 955)
@@ -1,6 +1,6 @@
#MIN_CONFIG(3)
-AM_INIT_AUTOMAKE(rkward,0.4.1)
+AM_INIT_AUTOMAKE(rkward,0.4.2pre1)
dnl CXXFLAGS="$NOOPT_CXXFLAGS" dnl __kdevelop[noopt]__
dnl CFLAGS="$NOOPT_CFLAGS" dnl __kdevelop[noopt]__
Modified: trunk/rkward/rkward/rbackend/rpackages/rkward/DESCRIPTION
===================================================================
--- trunk/rkward/rkward/rbackend/rpackages/rkward/DESCRIPTION 2006-11-27 18:00:31 UTC (rev 954)
+++ trunk/rkward/rkward/rbackend/rpackages/rkward/DESCRIPTION 2006-11-27 18:16:22 UTC (rev 955)
@@ -1,6 +1,6 @@
Package: rkward
Title: Provides some helper functions for the RKWard frontend
-Version: 0.4.1
+Version: 0.4.2
Author: Thomas Friedrichsmeier and the RKWard Team
Description: Most of the functions in here are really only needed for the internal communication between RKWard and R. There are also a few functions, which allow access to RKWard or RKWard specifics. Most is not implemented, yet.
Maintainer: RKWard-devel mailing list <rkward-devel at lists.sourceforge.net>
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