Update of /cvsroot/pure-data/pd/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30298
Modified Files: Tag: desiredata TODO ChangeLog Log Message: .
Index: TODO =================================================================== RCS file: /cvsroot/pure-data/pd/src/Attic/TODO,v retrieving revision 1.1.2.28.2.54 retrieving revision 1.1.2.28.2.55 diff -C2 -d -r1.1.2.28.2.54 -r1.1.2.28.2.55 *** TODO 2 Aug 2007 18:32:19 -0000 1.1.2.28.2.54 --- TODO 3 Aug 2007 00:33:42 -0000 1.1.2.28.2.55 *************** *** 36,39 **** --- 36,40 ---- [c] implement multiple cascaded languages (use listbox+up+down) [c] def Menuable raise {} {wm withdraw $w; wm deiconify $w + [s] what to do with post() in case of -listdev, etc.?
[b] GOP problems are back due to recent changes in canvas_map and canvas_vis. *************** *** 50,68 ****
[s] it might make sense to always upload subpatches but upload instances only when needed ! [ ] server don't send delete message back after client sending "object_delete" (http://pastebin.ca/318343) ! [ ] serial got sent too early when creating [pd] with push & #N canvas (http://pastebin.ca/318318) ! [ ] GOP problems are back due to recent changes in canvas_map and canvas_vis [s] [route] should be reconfigurable and accept pointer [s] [select] should accept pointer ! [ ] [moses] should be multi-arg (and be aliased to [range] ?) ! [ ] server-side slider outputs wrong value [s] get rid of stderr in server ! [ ] slider val has to change back to centipixels but as a float. ! [ ] prevent hidden subpatches/abstraction-instances from being loaded in the client all of the time. ! [ ] -lib in .ddrc crashes server: http://pastebin.ca/286300 ! [ ] server don't pick up changes via NumBox reload, ie the width: <- .x8068058 reload 2 14 -1e+37 1e+37 0 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 256; -> change x8068058 x8067c50 {#X obj 335 166 nbx 8 14 -1e+37 1e+37 0 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 256;} - [ ] <tim168> matju: in a message box in dd a "," gets replaced by "(,)" [b] fix gop [c] reimplement View get_canvas so that it does not rely on [focus] --- 51,66 ----
[s] it might make sense to always upload subpatches but upload instances only when needed ! [s] server don't send delete message back after client sending "object_delete" (http://pastebin.ca/318343) ! [s] serial got sent too early when creating [pd] with push & #N canvas (http://pastebin.ca/318318) ! [s] GOP problems are back due to recent changes in canvas_map and canvas_vis [s] [route] should be reconfigurable and accept pointer [s] [select] should accept pointer ! [s] [moses] should be multi-arg (and be aliased to [range] ?) [s] get rid of stderr in server ! [s] prevent hidden subpatches/abstraction-instances from being loaded in the client all of the time. ! [s] -lib in .pdrc crashes server: http://pastebin.ca/286300 ! [s] server don't pick up changes via NumBox reload, ie the width: <- .x8068058 reload 2 14 -1e+37 1e+37 0 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 256; -> change x8068058 x8067c50 {#X obj 335 166 nbx 8 14 -1e+37 1e+37 0 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 256;} [b] fix gop [c] reimplement View get_canvas so that it does not rely on [focus] *************** *** 130,134 **** [ ] add units/pixel [c] array button doesn't work (menuarray) ! [ ] implement timeout in def Manager call [s] finish merging 0.40 (wasn't it finished?) [s] merge 0.41 (no?) --- 128,132 ---- [ ] add units/pixel [c] array button doesn't work (menuarray) ! [c] implement timeout in def Manager call [s] finish merging 0.40 (wasn't it finished?) [s] merge 0.41 (no?) *************** *** 138,146 **** [c] def def [c] take care of needless "save changes?" ! [ ] make List objects, to manage children, visible_children, wires, selection, selection_wires. ! [ ] skip unneeded motion events inside client (do we need this?) ! [ ] rename pd to pd-server, desire.tk to pd-client, add new program "pd" which would launch both (will we really do this?) ! [ ] #V test with bg color ! [ ] kill global tooltip variable ? [c] iemprops: min,max labels broken [b] fix the [key] and [keyup] and [mouse] (?) classes --- 136,144 ---- [c] def def [c] take care of needless "save changes?" ! [c] make List objects, to manage children, visible_children, wires, selection, selection_wires. ! [c] skip unneeded motion events inside client (do we need this?) ! [b] rename pd to pd-server, desire.tk to pd-client, add new program "pd" which would launch both (will we really do this?) ! [b] #V test with bg color ! [c] kill global tooltip variable ? [c] iemprops: min,max labels broken [b] fix the [key] and [keyup] and [mouse] (?) classes *************** *** 148,153 **** [-] write an installer in Tcl/Tk. [s] canvas_object_insert() ! [ ] simplify def Dialog add ! [ ] devlist isn't supposed to be like a choice, rather like several choices. [c] implement def Canvas tidy [c] set tk::mac::useCGDrawing 1 --- 146,151 ---- [-] write an installer in Tcl/Tk. [s] canvas_object_insert() ! [c] simplify def Dialog add ! [c] devlist isn't supposed to be like a choice, rather like several choices. [c] implement def Canvas tidy [c] set tk::mac::useCGDrawing 1 *************** *** 185,195 **** pd -verbose -stderr 2>&1 | while read line; do echo "${line};" | pdsend 6666 localhost udp; done
! [ ] [struct], scalar, DS-array, [plot], [drawpolygon], [drawnumber], ... ! [ ] desire.tk can be *really* loaded without Tk ! [ ] ReadLine or NCurses interface [ ] make commandline options reloadable at runtime [x] canvas scrollbars auto-disappear when not needed. ! [ ] implement dirty flag ! [ ] use gensym2() in builtin classes and stuff. [s] fix 64-bit arrays so that carmen gets a use for DD. [s] carmen also needs strings (no symbol leakage) --- 183,193 ---- pd -verbose -stderr 2>&1 | while read line; do echo "${line};" | pdsend 6666 localhost udp; done
! [b] [struct], scalar, DS-array, [plot], [drawpolygon], [drawnumber], ... ! [c] desire.tk can be *really* loaded without Tk ! [c] ReadLine or NCurses interface [ ] make commandline options reloadable at runtime [x] canvas scrollbars auto-disappear when not needed. ! [b] implement dirty flag ! [s] use gensym2() in builtin classes and stuff. [s] fix 64-bit arrays so that carmen gets a use for DD. [s] carmen also needs strings (no symbol leakage) *************** *** 207,211 **** [c] objectbox argument completion [c] messagebox completion ! [ ] tooltips on arguments/inlets/outlets [ ] option to make non-gui objects appear on a GOP (?) [ ] multilingual labels in objects --- 205,209 ---- [c] objectbox argument completion [c] messagebox completion ! [c] tooltips on arguments/inlets/outlets [ ] option to make non-gui objects appear on a GOP (?) [ ] multilingual labels in objects *************** *** 220,224 **** [ ] OSX Shark [ ] http://www.drugphish.ch/~jonny/cca.html ! [ ] do we move the trac to artengine or not? [ ] remember that it's possible to use break in a bind-handler, to completely override system's behaviour. [ ] try: itcl itk iwidgets (itk implements megawidgets) --- 218,222 ---- [ ] OSX Shark [ ] http://www.drugphish.ch/~jonny/cca.html ! [-] do we move the trac to artengine or not? [ ] remember that it's possible to use break in a bind-handler, to completely override system's behaviour. [ ] try: itcl itk iwidgets (itk implements megawidgets)
Index: ChangeLog =================================================================== RCS file: /cvsroot/pure-data/pd/src/Attic/ChangeLog,v retrieving revision 1.1.4.11.2.30 retrieving revision 1.1.4.11.2.31 diff -C2 -d -r1.1.4.11.2.30 -r1.1.4.11.2.31 *** ChangeLog 1 Aug 2007 07:55:39 -0000 1.1.4.11.2.30 --- ChangeLog 3 Aug 2007 00:33:42 -0000 1.1.4.11.2.31 *************** *** 5,10 **** * fixed lost console posts at startup * turned most fprintf() into post() or error() ! * ! * * * --- 5,10 ---- * fixed lost console posts at startup * turned most fprintf() into post() or error() ! * added Chinese locale from Chun Lee ! * added Polish locale from Michal Seta * *