diff options
Diffstat (limited to 'packages/darwin_app/TODO')
-rw-r--r-- | packages/darwin_app/TODO | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/packages/darwin_app/TODO b/packages/darwin_app/TODO index f20961a3..108c0481 100644 --- a/packages/darwin_app/TODO +++ b/packages/darwin_app/TODO @@ -1,4 +1,6 @@ +- check to make sure that Rez mac.r is working in Makefile + - make Pd open a new window when its launched to workaround the bug where the menus don't work until a window is opened. @@ -7,16 +9,8 @@ - add symbolic link for flext (cd Pd.app/Contents/Resources/extra && ln -s . lib) -- explore Pd.app/Contents/Plugins with "Get Info" installation for externals - (just make it a symlink to Resources/extra) - - from Carmen Rocco about [fiddle~] crash: "is fiddle~: * compiled with the same header * linked with the same binary of (lib)pd * compiled with the same compiler? i had very similar issues with bonk on windows (Virtually same stacktrace but s/fiddle/bonk) until fixing the above 3 things..." -- test for noncvs locations before copying to prevent show-stopping errors - -- investigate moving pd binary to Contents/MacOS to solve GEM window not - getting focus, i.e. no symlink, make it the real binary location - - review permissions so that you can build on top on existing builds - add standard paths to included org.puredata.pd.plist following these @@ -54,8 +48,8 @@ http://developer.apple.com/documentation/MacOSX/Conceptual/BPFileSystem/Articles Finder key command habits work in Pd as well - make Cmd-click work like Ctrl-click -- convert from -DMACOSX to -D__APPLE__ where ever possible (check out - __gnu_linux__) while I am at it +- write script to convert from -DMACOSX to -D__APPLE__ where ever possible (check out + __gnu_linux__ while I am at it) and submit to miller - instead of shipping Pd.app with a org.puredata.pd.plist, make a script that uses the "defaults" command to add the desired prefs to any existing |