Update of /cvsroot/pure-data/pd/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9724
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.26
retrieving revision 1.1.2.27
diff -C2 -d -r1.1.2.26 -r1.1.2.27
*** TODO 28 Nov 2006 00:36:51 -0000 1.1.2.26
--- TODO 28 Nov 2006 16:37:56 -0000 1.1.2.27
***************
*** 169,175 ****
backwards-compatible way, and not necessarily in a portable way. also maybe it's not that useful.
! 07:24 <matju> however we could make it different by inserting the splashscreen inside the main window
! 07:25 <matju> or we could make it a separate window but no timer, just an [OK] button, so actually, this would be
! exactly the same as the "About" dialog.
<zkink> next: move ALL functions from the command line into a Options box.
--- 169,180 ----
backwards-compatible way, and not necessarily in a portable way. also maybe it's not that useful.
! [ ] splashscreen: we could make it different than other programs by inserting the splashscreen
! inside the main window or we could make it a separate window but no timer, just an [OK] button,
! so actually, this would be exactly the same as the "About" dialog.
!
! [ ] move -lang to ddrc
! [ ] move -console to ddrc
! [ ] merge martin peach's tcp externs into the core
! [ ] merge [guiconnect] and [manager]
<zkink> next: move ALL functions from the command line into a Options box.
***************
*** 190,208 ****
[ ] put [display] directly in DesireData
! <zkink> next: you need a way to see cpu usage on individual objects
! <zkink> or on patchers or on groups of selected objects
! <zkink> next: there must be a way to click on an object, and "nudge it" with your arrow keys
! <zkink> right arrow key moves it one pixel to the right, etc
! <zkink> oftentimes the mouse isnt good enough for aligning stuff up
! <zkink> next: eliminate the CONSOLE output
! <zkink> make the console part of PD
! <zkink> add an option to right click on the console and CLEAR IT
! <zkink> and allow user to select/copy data from it
! <zkink> make the font and size customizable within the application
! <zkink> just like the font/size menu which should be built into pd
! <matju> zkink: well, i think the distinction goes like, float/int/symbol/list are selectors for ordinary datatypes, and all the other selectors are for so-called "messages", but in pd, every value transmitted counts as a message anyway.
! <matju> so "float 42" is only a special kind of message called a float...
! <zkink> ah. well the sniffer can report that
<matju> by eliminate console output, i guess you mean the stdout/stderr output as printed in the terminal window that you start pd from
<zkink> yes. that's not best for systems like osx/win32
<zkink> was there anything i said so far that was confusing? or unclear
--- 195,204 ----
[ ] put [display] directly in DesireData
! [ ] you need a way to see cpu usage on individual objects or on patchers or on groups of selected objects
!
! [ ] console: allow copying to clipboard; add a clear button
!
<matju> by eliminate console output, i guess you mean the stdout/stderr output as printed in the terminal window that you start pd from
+
<zkink> yes. that's not best for systems like osx/win32
<zkink> was there anything i said so far that was confusing? or unclear
***************
*** 214,228 ****
<matju> making the whole .pdrc thing gui-configurable was already high on my list btw
<zkink> OK, i will make a nice list of this and make them explained better and separated by paragraphs. what
! <zkink> is your email ? sending to matju(a)sympatico.ca ..
! <zkink> is there some way to drag+copy an object in pd ? so it duplicates
! <zkink> matju: there must be a modifier key. you just select something, hold down the modifer and DRAG what you have selected, and it creates a copy of it
! <zkink> its unbelievable that PD doesnt have that!?!? wtf, thats insane
! <zkink> i only use it like, 500 times a day
! <zkink> selecting the objects and choosing duplicate is SLOW
<mamalala> matju: what about a bash-style history, so if one places a box he can browse with the up/down keys through the list of recent created objects ?
! [ ] impd todo: send to front, send to back
<yaqtil> yalla, is there a trick somewhere to make windows not get auto-resized to the width of the toolbar
! <yaqtil> i use tiny windows
! <yaqtil> and dont care if a few buttons are cut off
Marius Schebella:
--- 210,222 ----
<matju> making the whole .pdrc thing gui-configurable was already high on my list btw
<zkink> OK, i will make a nice list of this and make them explained better and separated by paragraphs. what
!
! [ ] drag-and-copy
!
<mamalala> matju: what about a bash-style history, so if one places a box he can browse with the up/down keys through the list of recent created objects ?
!
! [ ] send to front, send to back
!
<yaqtil> yalla, is there a trick somewhere to make windows not get auto-resized to the width of the toolbar
! i use tiny windows and don't care if a few buttons are cut off
Marius Schebella: