[PD-cvs] pd/src TODO,1.1.2.28.2.47,1.1.2.28.2.48

Mathieu Bouchard matju at users.sourceforge.net
Mon Jul 30 04:07:32 CEST 2007


Update of /cvsroot/pure-data/pd/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30675

Modified Files:
      Tag: desiredata
	TODO 
Log Message:
.


Index: TODO
===================================================================
RCS file: /cvsroot/pure-data/pd/src/Attic/TODO,v
retrieving revision 1.1.2.28.2.47
retrieving revision 1.1.2.28.2.48
diff -C2 -d -r1.1.2.28.2.47 -r1.1.2.28.2.48
*** TODO	20 Jul 2007 13:28:22 -0000	1.1.2.28.2.47
--- TODO	30 Jul 2007 02:07:30 -0000	1.1.2.28.2.48
***************
*** 1,5 ****
  DesireData's TODO list, $Id$
  
! [ ] writesf_free has deadlock.
  [ ] look into race conditions and locking
  [ ] figure out what to do with pointer_sense, about the existence of [$self look] vs ordinary attributes.
--- 1,14 ----
  DesireData's TODO list, $Id$
  
! [ ] object sync protocols that we can think of:
!     [ ] NFS for folders
!     [ ] palm sync for calendars
!     [ ] rsync for file contents
!     [ ] ...
! 
! [ ]   [pack] type limitation
! [ ] [unpack] type limitation
! 
! [ ] writesf_free has deadlock. (assigned to Sylvain)
  [ ] look into race conditions and locking
  [ ] figure out what to do with pointer_sense, about the existence of [$self look] vs ordinary attributes.
***************
*** 49,54 ****
  [ ] Slider returns wrong value if range is not defualt. ie 0-1
  [ ] GOP problems are back due to recent changes in canvas_map and canvas_vis
! [ ] [route]  should accept mixed types (float, symbol)
! [ ] [select] should accept mixed types (float, symbol, pointer)
  [ ] server-side slider outputs wrong value
  [ ] remove MAXPDSTRING (ostringstream is a possible replacement)
--- 58,64 ----
  [ ] Slider returns wrong value if range is not defualt. ie 0-1
  [ ] GOP problems are back due to recent changes in canvas_map and canvas_vis
! [ ] [route] should be reconfigurable and accept pointer
! [ ] [select] should accept pointer
! [ ] [moses] should be multi-arg (and be aliased to [range] ?)
  [ ] server-side slider outputs wrong value
  [ ] remove MAXPDSTRING (ostringstream is a possible replacement)
***************
*** 79,82 ****
--- 89,93 ----
  [ ] atomically with multiple level
  [ ] tidy_up/snap to grid
+ [ ] cleaner parsing of [expr]... remove int type because it causes e.g. [expr 8.0 / 10.0] = 0 but [expr 8.0/10.0] = 0.8
  
  [ ] PureUnity
***************
*** 97,102 ****
    ./externals/grill/dynext/src/main.cpp:952: mess1((t_pd *)canvas,const_cast<t_symbol *>(sym_dsp),NULL);
  
- 
- 
  <shift8> matju: another big bug for me - v/h sliders in existing patches bounce
   repeatedly back to bottom when some kind of event occurs.  you have to move the
--- 108,111 ----
***************
*** 193,198 ****
    pd -verbose -stderr 2>&1 | while read line; do echo "${line};" | pdsend 6666 localhost udp; done
  
- ---------------------------------------------------------------- 0.41.B or LATER
- 
  [ ] [struct], scalar, DS-array, [plot], [drawpolygon], [drawnumber], ...
  [ ] desire.tk can be *really* loaded without Tk
--- 202,205 ----
***************
*** 200,204 ****
  [ ] make commandline options reloadable at runtime
  [x] canvas scrollbars auto-disappear when not needed.
- [ ] [select] for pointers
  [ ] implement dirty flag
  [ ] use gensym2() in builtin classes and stuff.
--- 207,210 ----





More information about the Pd-cvs mailing list