[rkward-cvs] rkward ChangeLog,1.64,1.65 Makefile.am,1.3,1.4 TODO,1.62,1.63

Thomas Friedrichsmeier tfry at users.sourceforge.net
Wed Sep 14 16:32:27 UTC 2005


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

Modified Files:
	ChangeLog Makefile.am TODO 
Log Message:
Implemented R_EditFile(s), R_ShowFiles, R_ChooseFile, R_Cleanup, R_Suicide.
Override for q () and quit () in R.
Make help (...)-calls open HTML-help in rkward-HTML-window (via DCOP).

Index: ChangeLog
===================================================================
RCS file: /cvsroot/rkward/rkward/ChangeLog,v
retrieving revision 1.64
retrieving revision 1.65
diff -C2 -d -r1.64 -r1.65
*** ChangeLog	11 Sep 2005 22:06:30 -0000	1.64
--- ChangeLog	14 Sep 2005 16:32:25 -0000	1.65
***************
*** 1,2 ****
--- 1,3 ----
+ - some cleanups of dead code
  - plugins can now be placed in different menus
  - keep list of components/plugins and menu-hierarchy in (few) .pluginmap files instead of parsing directory structure

Index: Makefile.am
===================================================================
RCS file: /cvsroot/rkward/rkward/Makefile.am,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Makefile.am	27 Apr 2005 17:29:33 -0000	1.3
--- Makefile.am	14 Sep 2005 16:32:25 -0000	1.4
***************
*** 1,4 ****
  
! SUBDIRS = rkward po doc 
  
  EXTRA_DIST = admin AUTHORS COPYING ChangeLog INSTALL README TODO rkward.lsm Makefile.cvs configure.in.in
--- 1,4 ----
  
! SUBDIRS = rkward po doc
  
  EXTRA_DIST = admin AUTHORS COPYING ChangeLog INSTALL README TODO rkward.lsm Makefile.cvs configure.in.in

Index: TODO
===================================================================
RCS file: /cvsroot/rkward/rkward/TODO,v
retrieving revision 1.62
retrieving revision 1.63
diff -C2 -d -r1.62 -r1.63
*** TODO	12 Sep 2005 20:39:43 -0000	1.62
--- TODO	14 Sep 2005 16:32:25 -0000	1.63
***************
*** 10,16 ****
  - use more QDicts instead of QMap<QString,...>s
  
- - document new .pluginmaps!
  - Use R_WriteConsole-override instead of sink. Find a way to do the same for stderr
  	- "real time" display of output in the console
  
  stuff to do before 0.3.2 release
--- 10,17 ----
  - use more QDicts instead of QMap<QString,...>s
  
  - Use R_WriteConsole-override instead of sink. Find a way to do the same for stderr
  	- "real time" display of output in the console
+ - make the data-editor a KMdiChild, and probably a KPart, so we can have a consistent way of GUI merging.
+ - override help ()
  
  stuff to do before 0.3.2 release





More information about the rkward-tracker mailing list