From b4f433c82bc3f473cd16ea2f126b5fa5e839e4dd Mon Sep 17 00:00:00 2001 From: benfry Date: Sun, 6 Dec 2009 19:24:11 +0000 Subject: [PATCH] starting revision 0175 --- android/done.txt | 11 +++++++++++ android/todo.txt | 12 ++---------- app/src/processing/app/Base.java | 4 ++-- core/done.txt | 5 +++++ core/todo.txt | 5 ++--- done.txt | 9 +++++++++ todo.txt | 8 +------- 7 files changed, 32 insertions(+), 22 deletions(-) create mode 100644 android/done.txt diff --git a/android/done.txt b/android/done.txt new file mode 100644 index 000000000..363f96e07 --- /dev/null +++ b/android/done.txt @@ -0,0 +1,11 @@ +0174 (private) +X not handling key characters correctly (space bar, tab, others) +X http://dev.processing.org/bugs/show_bug.cgi?id=1405 +X why aren't mouse drag events coming through? +X http://dev.processing.org/bugs/show_bug.cgi?id=1382 +X "taskdef class com.android.ant.SetupTask cannot be found" on Linux +X http://dev.processing.org/bugs/show_bug.cgi?id=1407 +X update to r4 of android sdk +X this release will not run on r3 or earlier +X download core.zip from local files + diff --git a/android/todo.txt b/android/todo.txt index bf6d72c40..421c136e5 100644 --- a/android/todo.txt +++ b/android/todo.txt @@ -1,13 +1,5 @@ -0174 (private) -X not handling key characters correctly (space bar, tab, others) -X http://dev.processing.org/bugs/show_bug.cgi?id=1405 -X why aren't mouse drag events coming through? -X http://dev.processing.org/bugs/show_bug.cgi?id=1382 -X "taskdef class com.android.ant.SetupTask cannot be found" on Linux -X http://dev.processing.org/bugs/show_bug.cgi?id=1407 -X update to r4 of android sdk -X this release will not run on r3 or earlier -X download core.zip from local files +0175 (private) + P1 this is embarrassing, need to fix ASAP P2 need to fix before beta release diff --git a/app/src/processing/app/Base.java b/app/src/processing/app/Base.java index ef2b1d6fe..2f41b86ce 100644 --- a/app/src/processing/app/Base.java +++ b/app/src/processing/app/Base.java @@ -40,8 +40,8 @@ import processing.core.*; * files and images, etc) that comes from that. */ public class Base { - static final int REVISION = 174; - static String VERSION_NAME = "0174"; + static final int REVISION = 175; + static String VERSION_NAME = "0175"; static HashMap platformNames = new HashMap(); static { diff --git a/core/done.txt b/core/done.txt index e7c44e11c..5442ff8e1 100644 --- a/core/done.txt +++ b/core/done.txt @@ -1,3 +1,8 @@ +0174 core (private) +X svg paths that use 'e' (exponent) not handled properly +X http://dev.processing.org/bugs/show_bug.cgi?id=1408 + + 0173 core (private) X Re-enabled hack for temporary clipping. X Clipping still needs to be implemented properly, however. Please help! diff --git a/core/todo.txt b/core/todo.txt index 33df4a364..bb3679a2c 100644 --- a/core/todo.txt +++ b/core/todo.txt @@ -1,6 +1,5 @@ -0174 core (private) -X svg paths that use 'e' (exponent) not handled properly -X http://dev.processing.org/bugs/show_bug.cgi?id=1408 +0175 core (private) + _ consider bringing back text/image using cache/names _ fonts might not be as bad diff --git a/done.txt b/done.txt index 9e8e3de97..6dcf7f6f1 100644 --- a/done.txt +++ b/done.txt @@ -1,3 +1,12 @@ +0174 pde (private) +X fix ant.jar/ant-launcher.jar error in the windows/linux build scripts +X http://dev.processing.org/bugs/show_bug.cgi?id=1403 +X replace com.apple.eawt.Application invocation to deal with deprecation +X this may cause problems with older releases (or on 10.4 or 10.5), not sure +X application = new com.apple.eawt.Application(); +X application = com.apple.eawt.Application.getApplication(); + + 0173 pde (private) X change build scripts to use UTF-8 for encoding with javac X http://dev.processing.org/bugs/show_bug.cgi?id=1394 diff --git a/todo.txt b/todo.txt index 12d6d35c2..ee97d288a 100644 --- a/todo.txt +++ b/todo.txt @@ -1,10 +1,4 @@ -0174 pde (private) -X fix ant.jar/ant-launcher.jar error in the windows/linux build scripts -X http://dev.processing.org/bugs/show_bug.cgi?id=1403 -X replace com.apple.eawt.Application invocation to deal with deprecation -X this may cause problems with older releases (or on 10.4 or 10.5), not sure -X application = new com.apple.eawt.Application(); -X application = com.apple.eawt.Application.getApplication(); +0175 pde (private) _ move build scripts to something better like ant