[PD-cvs] pd/src TODO,1.1.2.23,1.1.2.24

Mathieu Bouchard matju at users.sourceforge.net
Mon Nov 27 22:43:42 CET 2006


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

Modified Files:
      Tag: devel_0_39
	TODO 
Log Message:
.


Index: TODO
===================================================================
RCS file: /cvsroot/pure-data/pd/src/Attic/TODO,v
retrieving revision 1.1.2.23
retrieving revision 1.1.2.24
diff -C2 -d -r1.1.2.23 -r1.1.2.24
*** TODO	27 Nov 2006 15:01:53 -0000	1.1.2.23
--- TODO	27 Nov 2006 21:43:40 -0000	1.1.2.24
***************
*** 15,18 ****
--- 15,20 ----
  [ ] rightclick help
  [ ] msgbox's entry may be bigger than msgbox (when zoomed)
+ [ ] switch to UTF-8
+ [ ] patching-in-tongues follow-up
  
  ---------------------------------------------------------------- 0.39.A
***************
*** 77,82 ****
      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
  [ ] aalex says use /usr/bin/iconv to switch text files to utf-8
  
  [ ] Vincent Lordier suggests trying:
--- 79,92 ----
      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.
  [ ] aalex says use /usr/bin/iconv to switch text files to utf-8
+ [ ] must work with ALL gridflow samples
+ [ ] objectbox argument completion
+ [ ] messagebox completion
+ [ ] tooltips on arguments/inlets/outlets
+ [ ] colorised console with hyperlinked error messages
+ [ ] option to make non-gui objects appear on a GOP (?)
+ [ ] multilingual labels in objects
+ [ ] multilingual comments
+ [ ] fix look of selection
  
  [ ] Vincent Lordier suggests trying:
***************
*** 114,173 ****
                exactly the same as the "About" dialog.
  
!  * objectbox argument completion
!  * messagebox completion
!  * tooltips on arguments/inlets/outlets
!  * colorised console with hyperlinked error messages
!  * <numberat> is there a way to make non-gui objects appear on a GOP?
!  * multilingual labels in objects
!  * multilingual comments
!  * must work with ALL gridflow samples
!  * bug: redraws hidden gui objects
!  * fix look of selection
!  * Tcl needs default values
!  * make sure $0 actually works (see canvas_realizedollar)
!  * test rcv_able, snd_able
!  * maybe use 0 (==NULL) instead of gensym("empty")
!  * pdrc: bug in tcl loader (see on boltanski)
!  * iem: what's the default for steady?
!  * iem: snd/rcv problem!
!  * slider: is_log
!  * numbox: is_log
!  * menuclose problem
! <ix> btw u know about the 'infinite loop' thing w/ vsliders right
!  * [hradio] : chg -> is_log
!  * [vu] props : scale should appear instead of is_log
!  * [vu],[cnv] have fcol in props !
!  * [vu] has snd in props !
!  * Duplicate wires?
!  * Can connect object to an object that is inside a GOP (!!!!)
!  * weird offset stuff when there are negative canvas coords sometimes.
!  * fontbomb blows up GOP or stuff.
!  * better reporting of errors in .pdrc
!  * examine licensing / legal stuff
!  * Bug: bad quoting in sys_mgui()
!  * Bug: Control key is fucked on OSX
!  * Bug: spaces in name of vslider cause corruption of properties (devel_0_37)
!  * classlist: add method signatures
!  * bang flash delays should be reimplemented
!  * pdrc_options radio don't load/save
! <MiS> sys_vgui: buffer overflow
! <MiS> matju: may I request a little cosmetic fix.  In the "Open" dialog window, I have always found it annoying that all dot directories show up.  I'd prefer this to be an option so that I get to scroll less...
!  * patch window may open off-screen (all branches)
!  * patch window may open too big (all branches, osx)
!  * properties on objectboxes (generic dialogs tapping into method signatures)
!    * hooks for outsourcing the preceding stuff to a plugin (eg: GridFlow, PyExt)
!  * VT100 colours in console
!  * use tcl_platform, ditch pd_nt
!  * <alx2> matju: a GOP object is created with the same colour as the edit mode background, it should be made lighter
!  * [graph] is too slow (gui) for real big arrays
!  * add scale, theme
!  * doublequotes have problems in comments
!  * floats have problems in comments
!  * newlines have problems in comments, msgboxes, objectboxes.
!  * make better C<->Tcl layer (to allow \{ \} \\ spaces newlines etc)
! <scuntz> matju, could you add an inlet inspector? that goes in the bottom of the window
! <scuntz> so when you mouseover, it shows you the data types, and what the inlet is expecting
! <scuntz> like "int: set left operand, bang: do it"
! <zkink> matju: can you add a font selector right into PD? a menu instead of setting it at load time
  <zkink> matju: can you add a hotkey configuration dialog. it lets you hit a hotkey and it puts down any object under your mouse
  <zkink> puts down a [t b i]
--- 124,161 ----
                exactly the same as the "About" dialog.
  
! [ ] make sure $0 actually works (see canvas_realizedollar)
! [ ] test rcv_able, snd_able
! [ ] iem: what's the default for steady?
! [ ] iem: snd/rcv problem(s) ?
! [ ] slider: is_log
! [ ] numbox: is_log
! [ ] [hradio] : chg -> is_log
! [ ] [vu] props : scale should appear instead of is_log
! [ ] [vu],[cnv] have fcol in props !
! [ ] [vu] has snd in props !
! [ ] Duplicate wires?
! [ ] Can connect object to an object that is inside a GOP (!!!!)
! [ ] weird offset stuff when there are negative canvas coords sometimes.
! [ ] Bug: bad quoting in sys_mgui()
! [ ] Bug: spaces in name of vslider cause corruption of properties (devel_0_37)
! [ ] classlist: add method signatures
! [ ] bang flash delays should be reimplemented
! [ ] pdrc_options radio don't load/save
! [ ] <MiS> sys_vgui: buffer overflow
! [ ] <MiS> matju: may I request a little cosmetic fix.  In the "Open" dialog window, I have always found it
!     annoying that all dot directories show up.  I'd prefer this to be an option so that I get to scroll less...
! [ ] patch window may open off-screen (all branches)
! [ ] patch window may open too big (all branches, osx)
! [ ] properties on objectboxes (generic dialogs tapping into method signatures)
!     [ ] hooks for outsourcing the preceding stuff to a plugin (eg: GridFlow, PyExt)
! [ ] VT100 colours in console
! [ ] [graph] is too slow (gui) for real big arrays
! [ ] doublequotes have problems in comments
! [ ] floats have problems in comments
! [ ] newlines have problems in comments, msgboxes, objectboxes.
! [ ] make better C<->Tcl layer (to allow \{ \} \\ spaces newlines etc)
! [ ] inlet inspector to show what are the message types expected by an inlet
!     that could read like "int: set left operand; bang: do it"
! 
  <zkink> matju: can you add a hotkey configuration dialog. it lets you hit a hotkey and it puts down any object under your mouse
  <zkink> puts down a [t b i]





More information about the Pd-cvs mailing list