[rkward-cvs] rkward ChangeLog,1.62,1.63 TODO,1.58,1.59
Thomas Friedrichsmeier
tfry at users.sourceforge.net
Sun Sep 11 18:53:06 UTC 2005
- Previous message: [rkward-cvs] rkward/rkward rkward.cpp,1.85,1.86
- Next message: [rkward-cvs] rkward/rkward/misc multistringselector.cpp,1.1,1.2 multistringselector.h,1.1,1.2 rkmenu.cpp,1.3,1.4 rkmenu.h,1.3,1.4 rkmenulist.cpp,1.2,1.3 rkmenulist.h,1.2,1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/rkward/rkward
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23838
Modified Files:
ChangeLog TODO
Log Message:
Finish restructuring plugin-hierarchy creation. Allow to select several .pluginmap files in Settings->Configure RKWard. Some fixes and cleanups
Index: TODO
===================================================================
RCS file: /cvsroot/rkward/rkward/TODO,v
retrieving revision 1.58
retrieving revision 1.59
diff -C2 -d -r1.58 -r1.59
*** TODO 4 May 2005 15:23:02 -0000 1.58
--- TODO 11 Sep 2005 18:53:04 -0000 1.59
***************
*** 8,15 ****
- instead of delete RObject, call RObject::deleteThis () and check for deleted in rCommandDone ()?
- use include "x.moc" in order to speed up build
stuff to do before 0.3.2 release
- plugins (general)
- - rework structure (directory layout) of plugin definitions
- add import-filter plugins
- add component-wrapper and allow embedded plugins
--- 8,15 ----
- instead of delete RObject, call RObject::deleteThis () and check for deleted in rCommandDone ()?
- use include "x.moc" in order to speed up build
+ - change description.xml-files and rkplugin.cpp to fetch label from a new tag, instead of the obsolete <entry>-tag.
stuff to do before 0.3.2 release
- plugins (general)
- add import-filter plugins
- add component-wrapper and allow embedded plugins
Index: ChangeLog
===================================================================
RCS file: /cvsroot/rkward/rkward/ChangeLog,v
retrieving revision 1.62
retrieving revision 1.63
diff -C2 -d -r1.62 -r1.63
*** ChangeLog 3 May 2005 20:56:14 -0000 1.62
--- ChangeLog 11 Sep 2005 18:53:04 -0000 1.63
***************
*** 1,2 ****
--- 1,3 ----
+ - keep list of components/plugins and menu-hierarchy in (few) .pluginmap files instead of parsing directory structure
- improved handling of tcltk windows
- new icon
- Previous message: [rkward-cvs] rkward/rkward rkward.cpp,1.85,1.86
- Next message: [rkward-cvs] rkward/rkward/misc multistringselector.cpp,1.1,1.2 multistringselector.h,1.1,1.2 rkmenu.cpp,1.3,1.4 rkmenu.h,1.3,1.4 rkmenulist.cpp,1.2,1.3 rkmenulist.h,1.2,1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the rkward-tracker
mailing list