Update of /cvsroot/pure-data/pd/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17008
Modified Files: Tag: devel_0_39 ChangeLog TODO Log Message: .
Index: TODO =================================================================== RCS file: /cvsroot/pure-data/pd/src/Attic/TODO,v retrieving revision 1.1.2.16 retrieving revision 1.1.2.17 diff -C2 -d -r1.1.2.16 -r1.1.2.17 *** TODO 2 Sep 2006 09:00:38 -0000 1.1.2.16 --- TODO 15 Sep 2006 07:37:22 -0000 1.1.2.17 *************** *** 12,16 **** SHOWSTOPPERS:
- [ ] the "wire don't get carried over when textobject is update/reinited" bug [ ] [pd] problems <matju> in particular, i think that there's a problem with closing subpatches? --- 12,15 ---- *************** *** 19,23 **** <chun> and things like hilite and hilite io and even moving got updated in the subpatch [ ] GOP problems - [ ] Canvas doesn't distinguish itself from its window [ ] there's no distinction between $@canvas and the canvas that things are really going to be drawn on [ ] canvas properties is pretty broken --- 18,21 ---- *************** *** 26,38 **** [ ] array/graph (0.39.B ?) [ ] rename pd to pd-server, desire.tk to pd-client, add new program "pd" which would launch both - [ ] ddrc: key Canvas missing - [ ] right-click properties - [ ] desiredata.goto10.org is down
OTHER:
[m] sort thru old TODO list (0.37.B and 0.37.C) - [ ] kill canvas(file) - [ ] kill canvas(directory) [ ] kill global canvas [ ] kill global tooltip variable ? --- 24,31 ---- *************** *** 77,80 **** --- 70,76 ---- ---------------------------------------------------------------- 0.39.B or LATER
+ [ ] canvas scrollbars auto-disappear when not needed. + [ ] implement dirty flag + [ ] [cnv] get_pos is broken [ ] implement "Find", "Find Next" [ ] implement "Find Last Error" *************** *** 86,90 **** 3800-3900 before method cache 2950-3050 after method cache ! [ ] solve printing problems with GDB. use a pty (pseudo-teletype) ---> http://wiki.tcl.tk/3916 [ ] PureUnity test suite should help ensuring all branches of pd are --- 82,86 ---- 3800-3900 before method cache 2950-3050 after method cache ! [ ] http://www.w3.org/DesignIssues/Diff [ ] solve printing problems with GDB. use a pty (pseudo-teletype) ---> http://wiki.tcl.tk/3916 [ ] PureUnity test suite should help ensuring all branches of pd are *************** *** 95,98 **** --- 91,110 ---- [ ] choose another language instead of tcl and make a migration plan [ ] find out why sticking with tcl (by figuring out that other languages might not be so much better) + [ ] http://www.comparisonics.com/gallery.html + [ ] obiwannabe writes: + it would be good to have the choice as a comandline arg of the first one launched with a way + to accept patches to open in the same instance from, say a web browser. Like also when you are + in a file manager and browsing some .pd files you really want them to open in the same running instance. + [ ] install Tcl/Tk 8.5 and TRY IT + + [ ] Vincent Lordier suggests trying: + [ ] Doxygen's callgraphs + [ ] splint (http://www.splint.org/) + [ ] uno + [ ] CCCC + [ ] OSX Shark + [ ] http://www.drugphish.ch/~jonny/cca.html + [ ] i say we should install lxr on artengine. + [ ] do we move the trac to artengine or not?
07:24 <matju> however we could make it different by inserting the splashscreen inside the main window *************** *** 281,284 **** --- 293,310 ----
------------------8<--------cut-here--------8<------------------ + + Patching-in-tongues Project + + 1 2 3 4A B 5A B C + en: english [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] [_] [_] [_|_] [_|_|_] + ca: català [x] [_] [_] [_|_] [_|_|_] + es: español [x] [_] [_] [_|_] [_|_|_] + + ------------------8<--------cut-here--------8<------------------ Dec 26 2005
*************** *** 342,347 **** implemented, then use a slightly modified [netreceive] instead)
- - ------------------8<--------cut-here--------8<------------------
--- 368,371 ----
Index: ChangeLog =================================================================== RCS file: /cvsroot/pure-data/pd/src/Attic/ChangeLog,v retrieving revision 1.1.4.6 retrieving revision 1.1.4.7 diff -C2 -d -r1.1.4.6 -r1.1.4.7 *** ChangeLog 21 Aug 2006 05:01:54 -0000 1.1.4.6 --- ChangeLog 15 Sep 2006 07:37:22 -0000 1.1.4.7 *************** *** 3,7 **** (don't take this ChangeLog seriously, as it's not so seriously updated)
! Desire 0.39.A (-r devel_0_39; scons desire=1) : * merged into the devel branch; enable with scons desire=1, which disables lots of g_*.c files and enables desire.c; use the std devel gui using desire=0. --- 3,14 ---- (don't take this ChangeLog seriously, as it's not so seriously updated)
! Desire 0.39.A.pre2 (-r devel_0_39; scons desire=1) : ! [ ] subpatches ! [ ] GOPs ! [ ] abstraction instances ! [ ] multi-line objectboxes, messageboxes and comments ! [ ] ... ! ! Desire 0.39.A.pre1 (-r devel_0_39; scons desire=1) : * merged into the devel branch; enable with scons desire=1, which disables lots of g_*.c files and enables desire.c; use the std devel gui using desire=0. *************** *** 24,30 **** * toolbar and status bar can be enabled/disabled * added Patcher->View->Reload: client reloads the patch from the server - soon: - * differential upload engine? - * further development of auto completion
Impd 0.37.B : --- 31,34 ----