[rkward-cvs] rkward ChangeLog,1.100,1.101 TODO,1.102,1.103
Thomas Friedrichsmeier
tfry at users.sourceforge.net
Sun Mar 19 16:41:28 UTC 2006
- Previous message: [rkward-cvs] rkward/rkward/scriptbackends phpbackend.cpp,1.10,1.11 phpbackend.h,1.3,1.4 scriptbackend.h,1.3,1.4
- Next message: [rkward-cvs] rkward/rkward/plugin rkcheckbox.h,1.6,1.7 rkcomponent.cpp,1.8,1.9 rkcomponent.h,1.9,1.10 rkcomponentproperties.cpp,1.14,1.15 rkcomponentproperties.h,1.15,1.16 rkformula.h,1.7,1.8 rkinput.h,1.2,1.3 rkpluginbrowser.h,1.2,1.3 rkpluginspinbox.cpp,1.10,1.11 rkradio.cpp,1.10,1.11 rkradio.h,1.5,1.6 rkstandardcomponent.cpp,1.14,1.15 rkstandardcomponent.h,1.6,1.7 rktext.h,1.4,1.5 rkvarslot.cpp,1.19,1.20 rkvarslot.h,1.10,1.11
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/rkward/rkward
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7193
Modified Files:
ChangeLog TODO
Log Message:
RKStandardComponent code generation/display works
Index: ChangeLog
===================================================================
RCS file: /cvsroot/rkward/rkward/ChangeLog,v
retrieving revision 1.100
retrieving revision 1.101
diff -C2 -d -r1.100 -r1.101
*** ChangeLog 21 Feb 2006 13:26:18 -0000 1.100
--- ChangeLog 19 Mar 2006 16:41:25 -0000 1.101
***************
*** 1,2 ****
--- 1,4 ----
+ - code display (for plugins) gets updated reliably
+ - avoid leftover PHP processes if rkward crashes or gets killed
- autodetection of R_HOME and related variables during configure
- fix status bar
Index: TODO
===================================================================
RCS file: /cvsroot/rkward/rkward/TODO,v
retrieving revision 1.102
retrieving revision 1.103
diff -C2 -d -r1.102 -r1.103
*** TODO 21 Feb 2006 13:26:18 -0000 1.102
--- TODO 19 Mar 2006 16:41:25 -0000 1.103
***************
*** 16,20 ****
PHP-backend:
- - explicitely kill PHP-process when done! Sometimes php-processes remain left over and start running wild.
- figure out, why sometimes an empty code is displayed (not even "Processing, please wait!"). Is serialization working ok?
- switch to KProcIO for easier logic
--- 16,19 ----
***************
*** 22,25 ****
--- 21,25 ----
- we should definitely get rid of the mucked up BACKEND_DONT_CARE logic!
- instead of retrieveOutput and resetOutput, pass the output in commandDone, and delete immediately after. Only when the command is done, the output is of interest.
+ - http://de3.php.net/manual/en/function.call-user-func.php seems to be faster than eval
- on viewDeactivated, it may not be safe to call setCaption and there activeWindow (). Apparently, the pointer may be invalid:
***************
*** 57,60 ****
--- 57,61 ----
- RKCommandEditor (first check for reusable functionality)
- RKPlugin still uses RKCommandEditor. Convert to use RKCommandEditorWindow instead.
+ - RKDocManager? Is this used?
- RKMenu
- RKMenuList
***************
*** 68,71 ****
--- 69,73 ----
- add preliminary image generation
- on exit, check whether there are still RCommands left in the backend and wait/request user-interaction before tearing down the thread. After all, the last command might have been a "save"!
+ - How about always doing exiting via a "q ()" command in the backend, instead? That way we could always be sure, all previous commands have been completed before the q ()!
- error-handling/raising in .rk.do.call
- pick some from below:
- Previous message: [rkward-cvs] rkward/rkward/scriptbackends phpbackend.cpp,1.10,1.11 phpbackend.h,1.3,1.4 scriptbackend.h,1.3,1.4
- Next message: [rkward-cvs] rkward/rkward/plugin rkcheckbox.h,1.6,1.7 rkcomponent.cpp,1.8,1.9 rkcomponent.h,1.9,1.10 rkcomponentproperties.cpp,1.14,1.15 rkcomponentproperties.h,1.15,1.16 rkformula.h,1.7,1.8 rkinput.h,1.2,1.3 rkpluginbrowser.h,1.2,1.3 rkpluginspinbox.cpp,1.10,1.11 rkradio.cpp,1.10,1.11 rkradio.h,1.5,1.6 rkstandardcomponent.cpp,1.14,1.15 rkstandardcomponent.h,1.6,1.7 rktext.h,1.4,1.5 rkvarslot.cpp,1.19,1.20 rkvarslot.h,1.10,1.11
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the rkward-tracker
mailing list