Update of /cvsroot/pure-data/pd/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11004
Modified Files: Tag: devel_0_39 TODO profile_dd.tcl Log Message: .
Index: TODO =================================================================== RCS file: /cvsroot/pure-data/pd/src/Attic/TODO,v retrieving revision 1.1.2.21 retrieving revision 1.1.2.22 diff -C2 -d -r1.1.2.21 -r1.1.2.22 *** TODO 9 Nov 2006 16:26:16 -0000 1.1.2.21 --- TODO 19 Nov 2006 05:58:51 -0000 1.1.2.22 *************** *** 1,22 **** DesireData's TODO list, $Id$
---------------------------------------------------------------- 0.39.A
- [ ] [pd] problems - <matju> in particular, i think that there's a problem with closing subpatches? - <chun> yes and the rendering - <chun> somehow a copy of [pd foo] box is also drawn on the subpatch canvas itself - <chun> and things like hilite and hilite io and even moving got updated in the subpatch [ ] rename pd to pd-server, desire.tk to pd-client, add new program "pd" which would launch both [ ] #V test with bg color [ ] [pd] copy to clipboard, paste from clipboard. - - [m] sort thru old TODO list (0.37.B and 0.37.C) [ ] kill global canvas; only canvas(msg_isnew) is remaining [ ] kill global tooltip variable ? ! [ ] defaults should be a ddrc file in the same dir as desire.tk, instead of set key(...) ... ! ! [ ] easy to connect an object to itself by accident ! [ ] hard to remove a wire from an object to itself [ ] msgbox's entry may be bigger than msgbox (when zoomed) [ ] iemprops: min,max labels broken --- 1,21 ---- DesireData's TODO list, $Id$
+ ---------------------------------------------------------------- 0.39.A.pre3 + + [ ] Canvas deconstruct + [ ] rename objective.tcl + [ ] expr {} + [ ] def def + [ ] speed up + ---------------------------------------------------------------- 0.39.A
[ ] rename pd to pd-server, desire.tk to pd-client, add new program "pd" which would launch both [ ] #V test with bg color [ ] [pd] copy to clipboard, paste from clipboard. [ ] kill global canvas; only canvas(msg_isnew) is remaining [ ] kill global tooltip variable ? ! [ ] it's easy to connect an object to itself by accident ! [ ] it's hard to remove a wire from an object to itself [ ] msgbox's entry may be bigger than msgbox (when zoomed) [ ] iemprops: min,max labels broken *************** *** 25,29 **** [ ] fix the [key] and [keyup] and [mouse] (?) classes [ ] rightclick help - [ ] do we implement font bomb or not? [ ] make sure old-style GOP (rescaling) works [ ] the $1 turning into {$1} is supposed to be due to the interpretation of --- 24,27 ---- *************** *** 36,39 **** --- 34,38 ---- [ ] localize error messages [ ] doc missing because of branch boundary problem (e.g. need: cvs update -A pd/doc) + [ ] set tk::mac::useCGDrawing 1
[ ] symbol vs strings: Ruby is right: the Symbol vs String distinction is annoying and possibly obsolete. *************** *** 317,334 ****
1 2 3 4A B 5A B C ! en: english [x] [x] [x] [x|_] [x|x|x] ! es: español [x] [x] [x] [x|_] [x|x|x] ! de: deutsch [x] [x] [x] [_|_] [_|_|_] ! nb: bokmål [x] [x] [x] [_|_] [_|_|_] ! it: italiano [x] [x] [x] [_|_] [_|_|_] ! pt: português [x] [_] [_] [x|_] [_|_|_] ! fr: français [x] [_] [_] [_|_] [_|_|_] alexandre castonguay + alexandre quessy ! ca: català [x] [_] [_] [_|_] [_|_|_] ! pl: polski [_] [_] [_] [_|_] [_|_|_] michal seta ! jp: nihongo [_] [_] [_] [_|_] [_|_|_] kentaro fukuchi ! tu: türkçe [_] [_] [_] [_|_] [_|_|_] koray tahiroglu ! sv: svenska [_] [_] [_] [_|_] [_|_|_] daniel skoglund ! eu: euskara [_] [_] [_] [_|_] [_|_|_] enrike hurtado (?) ! br: brasiliano [_] [_] [_] [_|_] [_|_|_] Gabriel Norning (spelling...)
------------------8<--------cut-here--------8<------------------ --- 316,333 ----
1 2 3 4A B 5A B C ! en: english [x] [x] [x] [x|*] [x|x|x] ! es: español [x] [x] [x] [x|_] [x|x|x] Mario Mora & Ramiro Cosentino ! de: deutsch [x] [x] [x] [_|_] [_|_|_] M Neupert, G Holzmann, T Grill ! nb: bokmål [x] [x] [x] [_|_] [_|_|_] Gisle Frøysland ! it: italiano [x] [x] [x] [x|*] [x|x|x] Davide Morelli + Federico Ferri ! pt: português [x] [_] [_] [x|_] [_|_|_] Nuno Godinho ! fr: français [x] [_] [_] [_|_] [_|_|_] ... Alex Castonguay + Alex Quessy ! ca: català [x] [_] [_] [_|_] [_|_|_] Nùria Verges ! pl: polski [_] [_] [_] [_|_] [_|_|_] ... Michal Seta ! jp: nihongo [_] [_] [_] [_|_] [_|_|_] ... Kentaro Fukuchi ! tu: türkçe [_] [_] [_] [_|_] [_|_|_] ... Koray Tahiroglu ! sv: svenska [_] [_] [_] [_|_] [_|_|_] ... Daniel Skoglund ! eu: euskara [_] [_] [_] [_|_] [_|_|_] ... Enrike Hurtado (?) ! br: brasiliano [_] [_] [_] [_|_] [_|_|_] ... Gabriel Menotti
------------------8<--------cut-here--------8<------------------
Index: profile_dd.tcl =================================================================== RCS file: /cvsroot/pure-data/pd/src/Attic/profile_dd.tcl,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -C2 -d -r1.1.2.1 -r1.1.2.2 *** profile_dd.tcl 9 Oct 2006 22:29:16 -0000 1.1.2.1 --- profile_dd.tcl 19 Nov 2006 05:58:51 -0000 1.1.2.2 *************** *** 1,7 **** - # trace stuff requires 8.4 - puts "profiler version [package require profiler]" profiler::init
proc prof {{arg totalRuntime}} { set dump [profiler::dump] --- 1,7 ---- puts "profiler version [package require profiler]" profiler::init
+ # try just: prof + # or try: prof callCount proc prof {{arg totalRuntime}} { set dump [profiler::dump]