[rkward-cvs] rkward ChangeLog,1.135,1.136 TODO,1.132,1.133
Thomas Friedrichsmeier
tfry at users.sourceforge.net
Tue Sep 12 17:14:22 UTC 2006
Update of /cvsroot/rkward/rkward
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv31037
Modified Files:
ChangeLog TODO
Log Message:
Updating ChangeLog and TODO
Index: TODO
===================================================================
RCS file: /cvsroot/rkward/rkward/TODO,v
retrieving revision 1.132
retrieving revision 1.133
diff -C2 -d -r1.132 -r1.133
*** TODO 11 Sep 2006 00:26:41 -0000 1.132
--- TODO 12 Sep 2006 17:14:20 -0000 1.133
***************
*** 24,36 ****
- remove these classes. Port to use RKProgressControl instead
- Rework package management dialog
! - use install.packages () to handle dependencies
! - manage R library locations, install to location with user write access
! - BUG: "cannot create html package index" when installing as regular user
! - Canceldialog and ErrorDialog should be unified!
! - cache available.packages
! - failed calls to require should
! a) pop up dialog (already in place)
! b) fetch list of available packages
! c) select package or give warning, if package is not available.
- the UI should probably be simplified somehow. But how? All in a single list with "filter"? Ask for ideas/look at other apps
- this will be very hard to do with the current Qt. We'd really need several checkboxes *within* a QListViewItem. Tackle this when/after porting to Qt4
--- 24,28 ----
- remove these classes. Port to use RKProgressControl instead
- Rework package management dialog
! - BUG: "cannot create html package index" when installing as regular user
- the UI should probably be simplified somehow. But how? All in a single list with "filter"? Ask for ideas/look at other apps
- this will be very hard to do with the current Qt. We'd really need several checkboxes *within* a QListViewItem. Tackle this when/after porting to Qt4
***************
*** 51,55 ****
- if reasonably possible, I think we should release then, even if some of the desired features are still missing
- - for (i in 1:10){ cat(i,'\t');Sys.sleep(0.05)} results in extra linebreaks in both console and log.
- use SVG device for graphics output
- provide context menu / other UI to export to different formats / edit
--- 43,46 ----
Index: ChangeLog
===================================================================
RCS file: /cvsroot/rkward/rkward/ChangeLog,v
retrieving revision 1.135
retrieving revision 1.136
diff -C2 -d -r1.135 -r1.136
*** ChangeLog 22 Jun 2006 18:57:18 -0000 1.135
--- ChangeLog 12 Sep 2006 17:14:20 -0000 1.136
***************
*** 1,2 ****
--- 1,12 ----
+ - small improvements to command history in console
+ - deal better with commands producing large amounts of output
+ - small fixes in several plugins
+ - package installation/update: semi-automate package installation in response to "require ()" calls
+ - package installation/update: the online list of available packages is cached up to one hour (and only as long as the relevant options are unchanged)
+ - package installation/update: give better progress indication
+ - package installation/update: package dependencies are handled correctly when installating new packages
+ - package installation/update: packages can be installed to custom library locations
+ - fix spurious line breaks in output in command log and console
+ - Improved syntax highlighting defintion including code folding
- fix compilation with GCC 4.1
- don't crash on more than 100 rows of data in the editor (off by 2 bug in storage allocation)
More information about the rkward-tracker
mailing list