Update of /cvsroot/pure-data/pd/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7280
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.6 retrieving revision 1.1.2.7 diff -C2 -d -r1.1.2.6 -r1.1.2.7 *** TODO 23 Apr 2006 05:49:45 -0000 1.1.2.6 --- TODO 21 May 2006 05:34:18 -0000 1.1.2.7 *************** *** 1,30 **** DesireData's TODO list, $Id$
! [h] means for Chun ! [m] means for Matju ! [c] means for Carmen
[h] fix the new canvas default so that its in edit mode when created -done [h] get the object box to render correctly after editing/recreating -done - [h] objectbox atuo resize -done - the minimum one required for the chars - the minimum one required for the inlets/outlets [h] make moving object work again and shorten the necessary procs as i said i would before - [h] object selection - - dash rect - done [h] wires - [h] rename box to Box and so on - [h] replace [Whatever_new] by [Whatever new]
! 0.39.A:
! [m] sort thru old TODO list (0.37.B and 0.37.C) ! [m] fix GDB connection problem ! [m] fix test.pd [bng] segfault problem
------------------8<--------cut-here--------8<------------------ matju's devel_0_39 TODO list
- [ ] scons doing weird things with ~/.kde/ and stuff [ ] portaudio : src/s_audio_pablio.h:49:24: ringbuffer.h: No such file or directory [ ] without portaudio : --- 1,35 ---- DesireData's TODO list, $Id$ + .---------------------------. + | Task assignment notation: | + | [h] Chun Lee | + | [m] Mathieu Bouchard | + | [c] Carmen Rocco | + | [d] Patrick King (dmotd) | + `---------------------------'
! 0.39.A:
+ [m] sort thru old TODO list (0.37.B and 0.37.C) + [m] fix GDB connection problem + [m] fix test.pd [bng] segfault problem [h] fix the new canvas default so that its in edit mode when created -done [h] get the object box to render correctly after editing/recreating -done [h] make moving object work again and shorten the necessary procs as i said i would before [h] wires
! LATER:
! [ ] 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 ! in sync with each other and with previous versions of themselves ! [ ] try TkZinc ! [ ] try Tcl/Gtk (Gnocl) with emulation layer ! [ ] one of: ! [ ] 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)
------------------8<--------cut-here--------8<------------------ matju's devel_0_39 TODO list
[ ] portaudio : src/s_audio_pablio.h:49:24: ringbuffer.h: No such file or directory [ ] without portaudio : *************** *** 34,38 **** [ ] simd [ ] fftw - [ ] test suite
------------------8<--------cut-here--------8<------------------ --- 39,42 ---- *************** *** 90,96 ****
<MiS> matju: a question about completions: is there a key combination to actually complete the name of an object? The hint area is a lot of fun but how do I complete the name when I'm too lazy to type the whole thing in? - <MiS> matju: but, as marc pointed out, do get the fscking diploma... - <MiS> matju: it's either the sf.net lag or the GOP isn't quite there... - <MiS> matju: need screenshots? <MiS> matju: ah, ok. number2 does not, nor vu~ but I guess for now I can live without it... The funny thing is that vu~ worked fine before. Now it gets misplaced. <MiS> matju: hmmm... segfaults with my looper patch (no GOP), the one I used when I came over with Marc. It's rather GUI intensive... --- 94,97 ----
Index: ChangeLog =================================================================== RCS file: /cvsroot/pure-data/pd/src/Attic/ChangeLog,v retrieving revision 1.1.4.3 retrieving revision 1.1.4.4 diff -C2 -d -r1.1.4.3 -r1.1.4.4 *** ChangeLog 23 Apr 2006 05:49:45 -0000 1.1.4.3 --- ChangeLog 21 May 2006 05:34:18 -0000 1.1.4.4 *************** *** 1,5 **** $Id$
! Devil(ish) 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. --- 1,5 ---- $Id$
! 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. *************** *** 11,14 **** --- 11,18 ---- * added Pd box (like Ctrl+M but with history) * added Gdb box + * menu translations in 8 languages + * classbrowser now show short descriptions in 3 languages + * objectbox tooltip now replaced by mini-classbrowser + * client conf editor * other stuff I forget to write about