Revision: 12952
http://pure-data.svn.sourceforge.net/pure-data/?rev=12952&view=rev
Author: eighthave
Date: 2010-01-10 22:14:09 +0000 (Sun, 10 Jan 2010)
Log Message:
-----------
added a semi-colon as a reminder of the context that the message is sent in
Modified Paths:
--------------
branches/pd-gui-rewrite/0.43/src/dialog_message.tcl
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 12951
http://pure-data.svn.sourceforge.net/pure-data/?rev=12951&view=rev
Author: eighthave
Date: 2010-01-10 21:35:17 +0000 (Sun, 10 Jan 2010)
Log Message:
-----------
cleaned up example to use newer API stuff
Modified Paths:
--------------
branches/pd-gui-rewrite/0.43/startup/disabled/tripleclickobj-plugin.tcl
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 12950
http://pure-data.svn.sourceforge.net/pure-data/?rev=12950&view=rev
Author: eighthave
Date: 2010-01-10 20:58:03 +0000 (Sun, 10 Jan 2010)
Log Message:
-----------
- converted internal 'editmode' message to 0=off 1=on, then changed the GUI
implementation to use that, also making it much easier to set the state of the
Edit->Edit Mode menu item.
- added example plugin for making a key binding disable edit mode on all open patches
Modified Paths:
--------------
branches/pd-gui-rewrite/0.43/src/g_canvas.h
branches/pd-gui-rewrite/0.43/src/g_editor.c
branches/pd-gui-rewrite/0.43/src/pd-gui.tcl
branches/pd-gui-rewrite/0.43/src/pd_bindings.tcl
branches/pd-gui-rewrite/0.43/src/pd_menucommands.tcl
branches/pd-gui-rewrite/0.43/src/pd_menus.tcl
branches/pd-gui-rewrite/0.43/src/pdtk_canvas.tcl
Added Paths:
-----------
branches/pd-gui-rewrite/0.43/startup/disabled/global_editmode_0-plugin.tcl
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 12949
http://pure-data.svn.sourceforge.net/pure-data/?rev=12949&view=rev
Author: eighthave
Date: 2010-01-10 17:45:58 +0000 (Sun, 10 Jan 2010)
Log Message:
-----------
sorted out keyboard focus to be more natural on X11 and aqua
Modified Paths:
--------------
branches/pd-gui-rewrite/0.43/src/dialog_find.tcl
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
last 20 errors ----------------------------------------
pix_filmDarwin.cpp:101: error: expected `(' before 'filename'
pix_filmDarwin.cpp:101: error: expected `)' before ';' token
pix_filmDarwin.cpp:101: error: invalid static_cast from type 'char*' to type 'UInt8*'
pix_filmDarwin.cpp:497: error: invalid static_cast from type 'TimeBaseRecord*' to type 'long int'
ERROR: module is write only
rsync error: syntax or usage error (code 1) at main.c(710) [sender=3.0.3]
rsync error: error in rsync protocol data stream (code 12) at /SourceCache/rsync/rsync-35.2/rsync/io.c(452) [receiver=2.6.9]
last 15 lines ----------------------------------------
pix_filmDarwin.cpp:497: error: invalid static_cast from type 'TimeBaseRecord*' to type 'long int'
make[3]: *** [pix_filmDarwin.o] Error 1
make[2]: *** [Pixes] Error 2
make[1]: *** [/Users/pd/auto-build/pd-devel/Gem/src/Gem.pd_darwin] Error 2
make: *** [extended_install] Error 2
sed -i.bak 's|pdp_v4l|pdp_ieee1394|' /Users/pd/auto-build/pd-devel/packages/darwin_app/build/Pd-0.43.0-devel-20100110.app/Contents/Resources/doc/5.reference/pdp*-help.pd
sed: lstat: No such file or directory
make: *** [pdp_help_hack] Error 1
ls: /Users/pd/auto-build/pd-devel/packages/darwin_app/./Pd*.dmg: No such file or directory
upload specs darwin_app . dmg
Uploading
ERROR: module is write only
rsync error: syntax or usage error (code 1) at main.c(710) [sender=3.0.3]
rsync: connection unexpectedly closed (4 bytes received so far) [receiver]
rsync error: error in rsync protocol data stream (code 12) at /SourceCache/rsync/rsync-35.2/rsync/io.c(452) [receiver=2.6.9]
the full logfile - if it has been succesfully uploaded - can be viewed at:
http://autobuild.puredata.info/auto-build/2010-01-10/logs/2010-01-10_03.15.…
Revision: 12948
http://pure-data.svn.sourceforge.net/pure-data/?rev=12948&view=rev
Author: eighthave
Date: 2010-01-10 03:59:21 +0000 (Sun, 10 Jan 2010)
Log Message:
-----------
added global var array ::editingtext, like ::editmode and ::loaded, which
allows you to look up whether a specific patch is currently set to edit text,
i.e. an obj, msg, or comment. This is used for doing keybindings without
Ctrl/Cmd, for very quick commands.
Modified Paths:
--------------
branches/pd-gui-rewrite/0.43/src/g_rtext.c
branches/pd-gui-rewrite/0.43/src/pd-gui.tcl
branches/pd-gui-rewrite/0.43/src/pd_bindings.tcl
branches/pd-gui-rewrite/0.43/src/pdtk_canvas.tcl
branches/pd-gui-rewrite/0.43/startup/patch_bindings-plugin.tcl
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 12947
http://pure-data.svn.sourceforge.net/pure-data/?rev=12947&view=rev
Author: eighthave
Date: 2010-01-10 02:50:08 +0000 (Sun, 10 Jan 2010)
Log Message:
-----------
removed the 1_Tutorials link from the help browser to stay compatible with vanilla
Modified Paths:
--------------
branches/pd-gui-rewrite/0.43/src/helpbrowser.tcl
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 12946
http://pure-data.svn.sourceforge.net/pure-data/?rev=12946&view=rev
Author: eighthave
Date: 2010-01-10 02:39:29 +0000 (Sun, 10 Jan 2010)
Log Message:
-----------
commented out text editor and fixed File->File menu item
Modified Paths:
--------------
branches/pd-gui-rewrite/0.43/src/pd_bindings.tcl
branches/pd-gui-rewrite/0.43/src/pd_menucommands.tcl
branches/pd-gui-rewrite/0.43/src/pd_menus.tcl
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 12945
http://pure-data.svn.sourceforge.net/pure-data/?rev=12945&view=rev
Author: eighthave
Date: 2010-01-10 01:49:51 +0000 (Sun, 10 Jan 2010)
Log Message:
-----------
implemented Next Window/Previous Window with keys Ctrl-PgDown/Ctrl-PgUp
Modified Paths:
--------------
branches/pd-gui-rewrite/0.43/src/pd_bindings.tcl
branches/pd-gui-rewrite/0.43/src/pd_menucommands.tcl
branches/pd-gui-rewrite/0.43/src/pd_menus.tcl
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 12944
http://pure-data.svn.sourceforge.net/pure-data/?rev=12944&view=rev
Author: eighthave
Date: 2010-01-10 00:14:34 +0000 (Sun, 10 Jan 2010)
Log Message:
-----------
sorted thru the dialog bindings to make them have logical save, saveas, and print binding behavior
Modified Paths:
--------------
branches/pd-gui-rewrite/0.43/src/dialog_find.tcl
branches/pd-gui-rewrite/0.43/src/dialog_font.tcl
branches/pd-gui-rewrite/0.43/src/pd_menus.tcl
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.