mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
build tweak for 6u24 and todo items
This commit is contained in:
+7
-4
@@ -2,6 +2,13 @@
|
||||
X point() doesn't render in A3D
|
||||
X http://code.google.com/p/processing/issues/detail?id=592
|
||||
|
||||
_ Processing 0194 + Android = "Starting Build"
|
||||
_ http://code.google.com/p/processing/issues/detail?id=590
|
||||
_ hanging at problem where it's prompting for info on the cmd line
|
||||
_ renaming the old AVD is fixing a lot of issues with hanging at startup
|
||||
|
||||
_ canceling an attempt to find the Android SDK leaves no window open
|
||||
_ (Linux and Windows)
|
||||
|
||||
_ modes/android/android-core.zip (No such file or directory)
|
||||
_ problem was that the build was ignoring no sdk silently
|
||||
@@ -14,10 +21,6 @@ _ http://code.google.com/p/processing/issues/detail?id=562
|
||||
_ Device Killed or Disconnected Error Message with Libraries
|
||||
_ http://code.google.com/p/processing/issues/detail?id=565
|
||||
|
||||
_ Processing 0194 + Android = "Starting Build"
|
||||
_ http://code.google.com/p/processing/issues/detail?id=590
|
||||
_ renaming the old AVD is fixing a lot of issues with hanging at startup
|
||||
|
||||
_ No library found for android.content (and all the others)
|
||||
_ need to suppress the messages ala java.*
|
||||
|
||||
|
||||
+2
-2
@@ -460,7 +460,7 @@
|
||||
<target name="linux-dist" depends="linux-build"
|
||||
description="Build .tar.gz of linux version">
|
||||
|
||||
<get src="http://processing.googlecode.com/files/jre-tools-6u23-linux-i586.tgz"
|
||||
<get src="http://processing.googlecode.com/files/jre-tools-6u24-linux-i586.tgz"
|
||||
dest="linux/jre.tgz"
|
||||
usetimestamp="true" />
|
||||
|
||||
@@ -581,7 +581,7 @@ http://www.gnu.org/software/tar/manual/html_section/transform.html
|
||||
<target name="windows-dist" depends="windows-build"
|
||||
description="Create .zip files of windows version">
|
||||
|
||||
<get src="http://processing.googlecode.com/files/jre-tools-6u23-windows-i586.zip"
|
||||
<get src="http://processing.googlecode.com/files/jre-tools-6u24-windows-i586.zip"
|
||||
dest="windows/jre.zip"
|
||||
usetimestamp="true" />
|
||||
|
||||
|
||||
@@ -7,6 +7,8 @@ X removed large synchronized block
|
||||
A OPENGL2 record only saves one line in a LINES shape
|
||||
A http://code.google.com/p/processing/issues/detail?id=579
|
||||
X add isClosed() and getChildren() methods to PShape
|
||||
_ questions re: final xml api changes
|
||||
_ http://code.google.com/p/processing/issues/detail?id=612
|
||||
|
||||
_ save() no longer works at bottom of draw with JAVA2D
|
||||
X neither does loadPixels it seems
|
||||
|
||||
@@ -20,6 +20,15 @@ X ctrl-slash not working with esfera on linux (line ending trouble?)
|
||||
X or maybe ctrl-slash just broken on linux?
|
||||
X http://code.google.com/p/processing/issues/detail?id=596
|
||||
X fix from pkalauskas
|
||||
X update to Java 6u24 for Linux and Windows
|
||||
X brings things in sync with OS X 10.6
|
||||
|
||||
earlier
|
||||
X Unsatisfied Link Error running OPENGL on 64-bit ubuntu
|
||||
X http://dev.processing.org/bugs/show_bug.cgi?id=1557
|
||||
X on linux, mozilla shouldn't be the default browser anymore
|
||||
X is there a way to query the default browser? gnome-open? xdg-open?
|
||||
X cleaned up some things inside settings, but this was already done
|
||||
|
||||
|
||||
_ No .java file export
|
||||
@@ -45,13 +54,6 @@ _ Find Previous and FindReplace dialog cleanup
|
||||
_ http://code.google.com/p/processing/issues/detail?id=580
|
||||
_ bugs 67, 68, 69 (below) cover more of this
|
||||
|
||||
earlier
|
||||
X Unsatisfied Link Error running OPENGL on 64-bit ubuntu
|
||||
X http://dev.processing.org/bugs/show_bug.cgi?id=1557
|
||||
X on linux, mozilla shouldn't be the default browser anymore
|
||||
X is there a way to query the default browser? gnome-open? xdg-open?
|
||||
X cleaned up some things inside settings, but this was already done
|
||||
|
||||
reference
|
||||
_ auto-format has been moved to edit
|
||||
_ this might be the same as arduino?
|
||||
|
||||
Reference in New Issue
Block a user