From 3eec4c70446d9e82c3c2a8c36906607c4fb546ab Mon Sep 17 00:00:00 2001 From: benfry Date: Thu, 5 Nov 2009 02:19:19 +0000 Subject: [PATCH] more notes --- done.txt | 5 +++++ todo.txt | 17 ++++++++++++++--- 2 files changed, 19 insertions(+), 3 deletions(-) diff --git a/done.txt b/done.txt index f18b2a391..8120c22bb 100644 --- a/done.txt +++ b/done.txt @@ -1,3 +1,8 @@ +0171 pde +X ugh, remove the dimmed menus +X http://dev.processing.org/bugs/show_bug.cgi?id=786 + + 0170 pde (1.0.8) X update java on linux/windows to 6u16 X update quaqua to 6.0.1 diff --git a/todo.txt b/todo.txt index 95bae136a..31fa4d57e 100644 --- a/todo.txt +++ b/todo.txt @@ -1,6 +1,13 @@ -0171 pde (1.0.9? 1.5?) -X ugh, remove the dimmed menus -X http://dev.processing.org/bugs/show_bug.cgi?id=786 +0172 pde (1.5?) +X use xdg-open as launcher on linux +X http://dev.processing.org/bugs/show_bug.cgi?id=1358 +X change to different class id for export and export-opengl + +_ improve the speed of file copying +_ use FileChannels, see FileInputStream.getChannel(), +_ and use transferFrom() or transferTo().) +_ could also use FileUtils in Apache's common io +_ http://commons.apache.org/io/api-release/index.html _ available in the developer previews @@ -10,6 +17,10 @@ The com.apple.eawt.Application now has a setDefaultMenuBar(JFrame) method that s The com.apple.eio.FileManager now has two new desktop interaction methods, revealInFinder(File) and moveToTrash(File). You can use revealInFinder() to open a Finder window in the parent directory of of a file and select it. You can use moveToTrash() to move a file to the most appropriate Trash directory for the volume that contains that file. +"setenv DYLD_LIBRARY_PATH /Library/GStreamer/" +"setenv setenv GST_PLUGIN_PATH /Library/GStreamer/lib/gstreamer-0.10" +were added to the file "/etc/launchd.conf" by the installer. This is needed for GStreamer to work properly. + _ problem changing sketchbook to new location (e.g. from ex to regular) _ new libraries are not picked up