Revision: 11992
http://pure-data.svn.sourceforge.net/pure-data/?rev=11992&view=rev
Author: eighthave
Date: 2009-08-20 14:52:01 +0000 (Thu, 20 Aug 2009)
Log Message:
-----------
removed all translations with unknown copyright status
Removed Paths:
-------------
branches/pd-devel/0.41.4/src/locale/ca.msg
branches/pd-devel/0.41.4/src/locale/da.msg
branches/pd-devel/0.41.4/src/locale/de.msg
branches/pd-devel/0.41.4/src/locale/es.msg
branches/pd-devel/0.41.4/src/locale/eu.msg
branches/pd-devel/0.41.4/src/locale/fr.msg
branches/pd-devel/0.41.4/src/locale/ja.msg
branches/pd-devel/0.41.4/src/locale/nl.msg
branches/pd-devel/0.41.4/src/locale/no.msg
branches/pd-devel/0.41.4/src/locale/pl.msg
branches/pd-devel/0.41.4/src/locale/pt_br.msg
branches/pd-devel/0.41.4/src/locale/pt_pt.msg
branches/pd-devel/0.41.4/src/locale/ru.msg
branches/pd-devel/0.41.4/src/locale/tr.msg
branches/pd-devel/0.41.4/src/locale/zh.msg
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 11991
http://pure-data.svn.sourceforge.net/pure-data/?rev=11991&view=rev
Author: eighthave
Date: 2009-08-20 14:35:00 +0000 (Thu, 20 Aug 2009)
Log Message:
-----------
manually added some text from the pdtk_check panel, since the text is in the C code, and the gettext parser won't be able to understand little bits of embeded Tcl in C
Modified Paths:
--------------
branches/pd-devel/0.41.4/po/template.pot
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 11990
http://pure-data.svn.sourceforge.net/pure-data/?rev=11990&view=rev
Author: eighthave
Date: 2009-08-20 13:56:38 +0000 (Thu, 20 Aug 2009)
Log Message:
-----------
removed all translations with unknown copyright status
Removed Paths:
-------------
branches/pd-devel/0.41.4/po/ca.po
branches/pd-devel/0.41.4/po/da.po
branches/pd-devel/0.41.4/po/de.po
branches/pd-devel/0.41.4/po/es.po
branches/pd-devel/0.41.4/po/eu.po
branches/pd-devel/0.41.4/po/fr.po
branches/pd-devel/0.41.4/po/ja.po
branches/pd-devel/0.41.4/po/nl.po
branches/pd-devel/0.41.4/po/no.po
branches/pd-devel/0.41.4/po/pl.po
branches/pd-devel/0.41.4/po/pt_BR.po
branches/pd-devel/0.41.4/po/pt_PT.po
branches/pd-devel/0.41.4/po/ru.po
branches/pd-devel/0.41.4/po/tr.po
branches/pd-devel/0.41.4/po/zh.po
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 11989
http://pure-data.svn.sourceforge.net/pure-data/?rev=11989&view=rev
Author: mescalinum
Date: 2009-08-20 02:28:19 +0000 (Thu, 20 Aug 2009)
Log Message:
-----------
- Added preliminary support for song view in window.tk
- Memory leak fixes
- Add song save/load code
Modified Paths:
--------------
trunk/externals/ffext/composer/common.h
trunk/externals/ffext/composer/pattern.c
trunk/externals/ffext/composer/song.c
trunk/externals/ffext/composer/song_proxy.c
trunk/externals/ffext/composer/track.c
trunk/externals/ffext/composer/track_proxy.c
trunk/externals/ffext/composer/window.tk
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 11988
http://pure-data.svn.sourceforge.net/pure-data/?rev=11988&view=rev
Author: mescalinum
Date: 2009-08-19 23:51:59 +0000 (Wed, 19 Aug 2009)
Log Message:
-----------
[song] is born
Modified Paths:
--------------
trunk/externals/ffext/composer/arraylist.h
trunk/externals/ffext/composer/common.h
trunk/externals/ffext/composer/composer.c
trunk/externals/ffext/composer/pattern.c
trunk/externals/ffext/composer/song.c
trunk/externals/ffext/composer/song_proxy.c
trunk/externals/ffext/composer/track.c
trunk/externals/ffext/composer/track_proxy.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 11987
http://pure-data.svn.sourceforge.net/pure-data/?rev=11987&view=rev
Author: eighthave
Date: 2009-08-19 22:39:20 +0000 (Wed, 19 Aug 2009)
Log Message:
-----------
first stab at an 'Open Recent Files' menu, done in Mac OS X style. For GNOME and Windows style, I'll need to change the way the menus are created. Currently there is a menubar per window, instead there should be one menubar linked to each window
Modified Paths:
--------------
branches/pd-devel/0.41.4/src/pd-gui.tcl
branches/pd-devel/0.41.4/src/pd_menus.tcl
branches/pd-devel/0.41.4/src/wheredoesthisgo.tcl
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 11986
http://pure-data.svn.sourceforge.net/pure-data/?rev=11986&view=rev
Author: eighthave
Date: 2009-08-19 21:31:03 +0000 (Wed, 19 Aug 2009)
Log Message:
-----------
moved canvas clean up code to a proc that gets called based on the <Destroy> event, and removed pdtk_canvas_close
Modified Paths:
--------------
branches/pd-devel/0.41.4/src/pd_bindings.tcl
branches/pd-devel/0.41.4/src/pdtk_canvas.tcl
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 11985
http://pure-data.svn.sourceforge.net/pure-data/?rev=11985&view=rev
Author: eighthave
Date: 2009-08-19 21:28:50 +0000 (Wed, 19 Aug 2009)
Log Message:
-----------
took miller's [info complete] code to keep things in sync
Modified Paths:
--------------
branches/pd-devel/0.41.4/src/pd_connect.tcl
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 11984
http://pure-data.svn.sourceforge.net/pure-data/?rev=11984&view=rev
Author: mescalinum
Date: 2009-08-19 20:00:13 +0000 (Wed, 19 Aug 2009)
Log Message:
-----------
add todo
Added Paths:
-----------
trunk/externals/ffext/composer/TODO
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 11983
http://pure-data.svn.sourceforge.net/pure-data/?rev=11983&view=rev
Author: mescalinum
Date: 2009-08-19 19:22:17 +0000 (Wed, 19 Aug 2009)
Log Message:
-----------
Fix handling of empty symbol
Modified Paths:
--------------
trunk/externals/ffext/composer/common.h
trunk/externals/ffext/composer/composer.c
trunk/externals/ffext/composer/pattern.c
trunk/externals/ffext/composer/window.tk
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.