patchanim-commit Mailing List for patchanim
Brought to you by:
dbrosius
You can subscribe to this list here.
| 2008 |
Jan
(80) |
Feb
(158) |
Mar
|
Apr
|
May
(3) |
Jun
(7) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(26) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2009 |
Jan
(6) |
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
(9) |
Aug
(1) |
Sep
(2) |
Oct
|
Nov
(2) |
Dec
(3) |
| 2010 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
(4) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2012 |
Jan
(2) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: <dbr...@us...> - 2012-01-16 03:04:31
|
Revision: 305
http://patchanim.svn.sourceforge.net/patchanim/?rev=305&view=rev
Author: dbrosius
Date: 2012-01-16 03:04:24 +0000 (Mon, 16 Jan 2012)
Log Message:
-----------
pull from github
Modified Paths:
--------------
trunk/patchanim/build.xml
trunk/patchanim/src/com/mebigfatguy/patchanim/AnimationType.java
trunk/patchanim/src/com/mebigfatguy/patchanim/BlendDirection.java
trunk/patchanim/src/com/mebigfatguy/patchanim/ExportType.java
trunk/patchanim/src/com/mebigfatguy/patchanim/OutOfBoundsColor.java
trunk/patchanim/src/com/mebigfatguy/patchanim/PatchAnimDocument.java
trunk/patchanim/src/com/mebigfatguy/patchanim/PatchColor.java
trunk/patchanim/src/com/mebigfatguy/patchanim/ShiftDirection.java
trunk/patchanim/src/com/mebigfatguy/patchanim/TweenStyle.java
trunk/patchanim/src/com/mebigfatguy/patchanim/gui/DoubleDocument.java
trunk/patchanim/src/com/mebigfatguy/patchanim/gui/ExportFrame.java
trunk/patchanim/src/com/mebigfatguy/patchanim/gui/IntegerDocument.java
trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JColorControlPatchPanel.java
trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JPatchAnimFrame.java
trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JPatchAnimPanel.java
trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JPatchControlPanel.java
trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JPatchListPanel.java
trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JPatchSamplePanel.java
trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JTestFrame.java
trunk/patchanim/src/com/mebigfatguy/patchanim/gui/NewDocumentDialog.java
trunk/patchanim/src/com/mebigfatguy/patchanim/gui/PatchAnimFileFilter.java
trunk/patchanim/src/com/mebigfatguy/patchanim/gui/PatchDecorator.java
trunk/patchanim/src/com/mebigfatguy/patchanim/gui/PatchListModel.java
trunk/patchanim/src/com/mebigfatguy/patchanim/gui/PatchPanelMediator.java
trunk/patchanim/src/com/mebigfatguy/patchanim/gui/SourcePatchesPanel.java
trunk/patchanim/src/com/mebigfatguy/patchanim/gui/Utils.java
trunk/patchanim/src/com/mebigfatguy/patchanim/resources.properties
trunk/patchanim/src/com/mebigfatguy/patchanim/resources_de.properties
trunk/patchanim/src/com/mebigfatguy/patchanim/resources_es.properties
trunk/patchanim/src/com/mebigfatguy/patchanim/resources_hi.n2a
trunk/patchanim/src/com/mebigfatguy/patchanim/resources_it.properties
trunk/patchanim/src/com/mebigfatguy/patchanim/surface/CombinedPatch.java
trunk/patchanim/src/com/mebigfatguy/patchanim/surface/Coordinate.java
trunk/patchanim/src/com/mebigfatguy/patchanim/surface/PatchAnimator.java
trunk/patchanim/src/com/mebigfatguy/patchanim/surface/PatchCoords.java
trunk/patchanim/src/com/mebigfatguy/patchanim/surface/PatchGenerator.java
Modified: trunk/patchanim/build.xml
===================================================================
--- trunk/patchanim/build.xml 2012-01-16 03:02:29 UTC (rev 304)
+++ trunk/patchanim/build.xml 2012-01-16 03:04:24 UTC (rev 305)
@@ -1,7 +1,7 @@
<!--
/*
* patchanim - Bezier Blend Batch Animation Builder
- * Copyright (C) 2008-2010 Dave Brosius
+ * Copyright (C) 2008-2012 Dave Brosius
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@@ -37,6 +37,16 @@
<property name="patchanim.version" value="1.3.0"/>
+ <property name="xml-apis.version" value="2.0.2"/>
+ <property name="xalan.version" value="2.7.1"/>
+ <property name="serializer.version" value="2.7.1"/>
+ <property name="xercesImpl.version" value="2.10.0"/>
+
+ <property name="xml-apis-url" value="http://repo1.maven.org/maven2/xml-apis/xml-apis/${xml-apis.version}/xml-apis-${xml-apis.version}.jar"/>
+ <property name="xalan-url" value="http://repo1.maven.org/maven2/xalan/xalan/${xalan.version}/xalan-${xalan.version}.jar"/>
+ <property name="serializer-url" value="http://repo1.maven.org/maven2/xalan/serializer/${serializer.version}/serializer-${serializer.version}.jar"/>
+ <property name="xercesImpl-url" value="http://repo1.maven.org/maven2/xerces/xercesImpl/${xercesImpl.version}/xercesImpl-${xercesImpl.version}.jar"/>
+
<target name="clean" description="removes all generated collateral">
<delete dir="${classes.dir}"/>
<delete dir="${javadoc.dir}"/>
@@ -51,24 +61,61 @@
</delete>
</target>
+ <path id="patchanim.classpath">
+ <pathelement location="${lib.dir}/xml-apis-${xml-apis.version}.jar"/>
+ <pathelement location="${lib.dir}/xalan-${xalan.version}.jar"/>
+ <pathelement location="${lib.dir}/xercesImpl-${xercesImpl.version}.jar"/>
+ <pathelement location="${lib.dir}/serializer-${serializer.version}.jar"/>
+ </path>
+
<target name="-init" description="prepares repository for a build">
+ <mkdir dir="${lib.dir}"/>
<mkdir dir="${classes.dir}"/>
<mkdir dir="${javadoc.dir}"/>
- <path id="patchanim.classpath">
- <pathelement location="${lib.dir}/xml-apis.jar"/>
- <pathelement location="${lib.dir}/xalan.jar"/>
- <pathelement location="${lib.dir}/xercesImpl.jar"/>
- <pathelement location="${lib.dir}/serializer.jar"/>
- </path>
</target>
-
- <target name="compile" depends="-init" description="compiles java files">
+
+ <target name="xml-apis-check">
+ <available file="${basedir}/lib/xml-apis-${xml-apis.version}.jar" property="xml-apis-exists"/>
+ </target>
+
+ <target name="xalan-check">
+ <available file="${basedir}/lib/xalan-${xalan.version}.jar" property="xalan-exists"/>
+ </target>
+
+ <target name="serializer-check">
+ <available file="${basedir}/lib/serializer-${serializer.version}.jar" property="serializer-exists"/>
+ </target>
+
+ <target name="xercesImpl-check">
+ <available file="${basedir}/lib/xercesImpl-${xercesImpl.version}.jar" property="xercesImpl-exists"/>
+ </target>
+
+ <target name="install-xml-apis" depends="xml-apis-check" unless="xml-apis-exists" description="installs xml-apis.jar into lib">
+ <get src="${xml-apis-url}" dest="${basedir}/lib/xml-apis-${xml-apis.version}.jar" verbose="true" ignoreerrors="true"/>
+ </target>
+
+ <target name="install-xalan" depends="xalan-check" unless="xalan-exists" description="installs xalan.jar into lib">
+ <get src="${xalan-url}" dest="${basedir}/lib/xalan-${xalan.version}.jar" verbose="true" ignoreerrors="true"/>
+ </target>
+
+ <target name="install-serializer" depends="serializer-check" unless="serializer-exists" description="installs serializer.jar into lib">
+ <get src="${serializer-url}" dest="${basedir}/lib/serializer-${serializer.version}.jar" verbose="true" ignoreerrors="true"/>
+ </target>
+
+ <target name="install-xercesImpl" depends="xercesImpl-check" unless="xercesImpl-exists" description="installs xercesImpl.jar into lib">
+ <get src="${xercesImpl-url}" dest="${basedir}/lib/xercesImpl-${xercesImpl.version}.jar" verbose="true" ignoreerrors="true"/>
+ </target>
+
+ <target name="pull" depends="install-xml-apis, install-xalan, install-serializer, install-xercesImpl" description="pull 3rdparty jars to the lib directory"/>
+
+ <target name="compile" depends="-init, pull" description="compiles java files">
<javac srcdir="${src.dir}"
destdir="${classes.dir}"
source="${javac.source}"
target="${javac.target}"
deprecation="${javac.deprecation}"
- debug="${javac.debug}">
+ debug="${javac.debug}"
+ includeantruntime="false">
<classpath refid="patchanim.classpath"/>
</javac>
</target>
@@ -115,7 +162,7 @@
<manifest>
<attribute name="patchanim-version" value="${patchanim.version}"/>
<attribute name="Main-Class" value="com.mebigfatguy.patchanim.main.PatchMain"/>
- <attribute name="Class-Path" value="xml-apis.jar xalan.jar xercesImpl.jar serializer.jar"/>
+ <attribute name="Class-Path" value="xml-apis-${xml-apis.version}.jar xalan-${xalan.version}.jar xercesImpl-${xercesImpl.version}.jar serializer-${serializer-version}.jar"/>
</manifest>
</jar>
</target>
@@ -133,7 +180,7 @@
destdir="${javadoc.dir}"
windowtitle="patchanim api">
<doctitle><![CDATA[<h1>patchanim javadoc</h1>]]></doctitle>
- <bottom><![CDATA[<i>Copyright © 2008-2010 MeBigFatGuy.com. All Rights Reserved.</i>]]></bottom>
+ <bottom><![CDATA[<i>Copyright © 2008-2012 MeBigFatGuy.com. All Rights Reserved.</i>]]></bottom>
</javadoc>
</target>
@@ -182,7 +229,7 @@
<target name="binzip" depends="build" description="zips up all jars">
<zip destfile="${basedir}/patchanim-bin-${patchanim.version}.zip"
basedir="${jnlp.dir}"
- includes="patchanim-${patchanim.version}.jar xml-apis.jar xercesImpl.jar xalan.jar serializer.jar"/>
+ includes="patchanim-${patchanim.version}.jar xml-apis-${xml-apis.version}.jar xercesImpl-${xercesImpl.version}.jar xalan-${xalan.version}.jar serializer-${serializer-version}.jar"/>
</target>
<target name="release" depends="build, jnlp, binzip, srczip, javadoc" description="prepares everything for a release"/>
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/AnimationType.java
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/AnimationType.java 2012-01-16 03:02:29 UTC (rev 304)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/AnimationType.java 2012-01-16 03:04:24 UTC (rev 305)
@@ -1,6 +1,6 @@
/*
* patchanim - A bezier surface patch color blend animation builder
- * Copyright (C) 2008-2010 Dave Brosius
+ * Copyright (C) 2008-2012 Dave Brosius
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/BlendDirection.java
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/BlendDirection.java 2012-01-16 03:02:29 UTC (rev 304)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/BlendDirection.java 2012-01-16 03:04:24 UTC (rev 305)
@@ -1,6 +1,6 @@
/*
* patchanim - A bezier surface patch color blend animation builder
- * Copyright (C) 2008-2010 Dave Brosius
+ * Copyright (C) 2008-2012 Dave Brosius
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/ExportType.java
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/ExportType.java 2012-01-16 03:02:29 UTC (rev 304)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/ExportType.java 2012-01-16 03:04:24 UTC (rev 305)
@@ -1,6 +1,6 @@
/*
* patchanim - A bezier surface patch color blend animation builder
- * Copyright (C) 2008-2010 Dave Brosius
+ * Copyright (C) 2008-2012 Dave Brosius
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/OutOfBoundsColor.java
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/OutOfBoundsColor.java 2012-01-16 03:02:29 UTC (rev 304)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/OutOfBoundsColor.java 2012-01-16 03:04:24 UTC (rev 305)
@@ -1,6 +1,6 @@
/*
* patchanim - A bezier surface patch color blend animation builder
- * Copyright (C) 2008-2010 Dave Brosius
+ * Copyright (C) 2008-2012 Dave Brosius
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/PatchAnimDocument.java
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/PatchAnimDocument.java 2012-01-16 03:02:29 UTC (rev 304)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/PatchAnimDocument.java 2012-01-16 03:04:24 UTC (rev 305)
@@ -1,6 +1,6 @@
/*
* patchanim - A bezier surface patch color blend animation builder
- * Copyright (C) 2008-2010 Dave Brosius
+ * Copyright (C) 2008-2012 Dave Brosius
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/PatchColor.java
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/PatchColor.java 2012-01-16 03:02:29 UTC (rev 304)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/PatchColor.java 2012-01-16 03:04:24 UTC (rev 305)
@@ -1,6 +1,6 @@
/*
* patchanim - A bezier surface patch color blend animation builder
- * Copyright (C) 2008-2010 Dave Brosius
+ * Copyright (C) 2008-2012 Dave Brosius
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/ShiftDirection.java
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/ShiftDirection.java 2012-01-16 03:02:29 UTC (rev 304)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/ShiftDirection.java 2012-01-16 03:04:24 UTC (rev 305)
@@ -1,6 +1,6 @@
/*
* patchanim - A bezier surface patch color blend animation builder
- * Copyright (C) 2008-2010 Dave Brosius
+ * Copyright (C) 2008-2012 Dave Brosius
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/TweenStyle.java
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/TweenStyle.java 2012-01-16 03:02:29 UTC (rev 304)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/TweenStyle.java 2012-01-16 03:04:24 UTC (rev 305)
@@ -1,6 +1,6 @@
/*
* patchanim - A bezier surface patch color blend animation builder
- * Copyright (C) 2008-2010 Dave Brosius
+ * Copyright (C) 2008-2012 Dave Brosius
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/gui/DoubleDocument.java
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/gui/DoubleDocument.java 2012-01-16 03:02:29 UTC (rev 304)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/gui/DoubleDocument.java 2012-01-16 03:04:24 UTC (rev 305)
@@ -1,6 +1,6 @@
/*
* patchanim - A bezier surface patch color blend animation builder
- * Copyright (C) 2008-2010 Dave Brosius
+ * Copyright (C) 2008-2012 Dave Brosius
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/gui/ExportFrame.java
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/gui/ExportFrame.java 2012-01-16 03:02:29 UTC (rev 304)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/gui/ExportFrame.java 2012-01-16 03:04:24 UTC (rev 305)
@@ -1,6 +1,6 @@
/*
* patchanim - A bezier surface patch color blend animation builder
- * Copyright (C) 2008-2010 Dave Brosius
+ * Copyright (C) 2008-2012 Dave Brosius
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/gui/IntegerDocument.java
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/gui/IntegerDocument.java 2012-01-16 03:02:29 UTC (rev 304)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/gui/IntegerDocument.java 2012-01-16 03:04:24 UTC (rev 305)
@@ -1,6 +1,6 @@
/*
* patchanim - A bezier surface patch color blend animation builder
- * Copyright (C) 2008-2010 Dave Brosius
+ * Copyright (C) 2008-2012 Dave Brosius
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JColorControlPatchPanel.java
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JColorControlPatchPanel.java 2012-01-16 03:02:29 UTC (rev 304)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JColorControlPatchPanel.java 2012-01-16 03:04:24 UTC (rev 305)
@@ -1,6 +1,6 @@
/*
* patchanim - A bezier surface patch color blend animation builder
- * Copyright (C) 2008-2010 Dave Brosius
+ * Copyright (C) 2008-2012 Dave Brosius
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JPatchAnimFrame.java
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JPatchAnimFrame.java 2012-01-16 03:02:29 UTC (rev 304)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JPatchAnimFrame.java 2012-01-16 03:04:24 UTC (rev 305)
@@ -1,6 +1,6 @@
/*
* patchanim - A bezier surface patch color blend animation builder
- * Copyright (C) 2008-2010 Dave Brosius
+ * Copyright (C) 2008-2012 Dave Brosius
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JPatchAnimPanel.java
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JPatchAnimPanel.java 2012-01-16 03:02:29 UTC (rev 304)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JPatchAnimPanel.java 2012-01-16 03:04:24 UTC (rev 305)
@@ -1,6 +1,6 @@
/*
* patchanim - A bezier surface patch color blend animation builder
- * Copyright (C) 2008-2010 Dave Brosius
+ * Copyright (C) 2008-2012 Dave Brosius
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JPatchControlPanel.java
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JPatchControlPanel.java 2012-01-16 03:02:29 UTC (rev 304)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JPatchControlPanel.java 2012-01-16 03:04:24 UTC (rev 305)
@@ -1,6 +1,6 @@
/*
* patchanim - A bezier surface patch color blend animation builder
- * Copyright (C) 2008-2010 Dave Brosius
+ * Copyright (C) 2008-2012 Dave Brosius
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JPatchListPanel.java
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JPatchListPanel.java 2012-01-16 03:02:29 UTC (rev 304)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JPatchListPanel.java 2012-01-16 03:04:24 UTC (rev 305)
@@ -1,6 +1,6 @@
/*
* patchanim - A bezier surface patch color blend animation builder
- * Copyright (C) 2008-2010 Dave Brosius
+ * Copyright (C) 2008-2012 Dave Brosius
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JPatchSamplePanel.java
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JPatchSamplePanel.java 2012-01-16 03:02:29 UTC (rev 304)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JPatchSamplePanel.java 2012-01-16 03:04:24 UTC (rev 305)
@@ -1,6 +1,6 @@
/*
* patchanim - A bezier surface patch color blend animation builder
- * Copyright (C) 2008-2010 Dave Brosius
+ * Copyright (C) 2008-2012 Dave Brosius
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JTestFrame.java
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JTestFrame.java 2012-01-16 03:02:29 UTC (rev 304)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JTestFrame.java 2012-01-16 03:04:24 UTC (rev 305)
@@ -1,6 +1,6 @@
/*
* patchanim - A bezier surface patch color blend animation builder
- * Copyright (C) 2008-2010 Dave Brosius
+ * Copyright (C) 2008-2012 Dave Brosius
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/gui/NewDocumentDialog.java
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/gui/NewDocumentDialog.java 2012-01-16 03:02:29 UTC (rev 304)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/gui/NewDocumentDialog.java 2012-01-16 03:04:24 UTC (rev 305)
@@ -1,6 +1,6 @@
/*
* patchanim - A bezier surface patch color blend animation builder
- * Copyright (C) 2008-2010 Dave Brosius
+ * Copyright (C) 2008-2012 Dave Brosius
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/gui/PatchAnimFileFilter.java
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/gui/PatchAnimFileFilter.java 2012-01-16 03:02:29 UTC (rev 304)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/gui/PatchAnimFileFilter.java 2012-01-16 03:04:24 UTC (rev 305)
@@ -1,6 +1,6 @@
/*
* patchanim - A bezier surface patch color blend animation builder
- * Copyright (C) 2008-2010 Dave Brosius
+ * Copyright (C) 2008-2012 Dave Brosius
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/gui/PatchDecorator.java
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/gui/PatchDecorator.java 2012-01-16 03:02:29 UTC (rev 304)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/gui/PatchDecorator.java 2012-01-16 03:04:24 UTC (rev 305)
@@ -1,6 +1,6 @@
/*
* patchanim - A bezier surface patch color blend animation builder
- * Copyright (C) 2008-2010 Dave Brosius
+ * Copyright (C) 2008-2012 Dave Brosius
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/gui/PatchListModel.java
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/gui/PatchListModel.java 2012-01-16 03:02:29 UTC (rev 304)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/gui/PatchListModel.java 2012-01-16 03:04:24 UTC (rev 305)
@@ -1,6 +1,6 @@
/*
* patchanim - A bezier surface patch color blend animation builder
- * Copyright (C) 2008-2010 Dave Brosius
+ * Copyright (C) 2008-2012 Dave Brosius
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/gui/PatchPanelMediator.java
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/gui/PatchPanelMediator.java 2012-01-16 03:02:29 UTC (rev 304)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/gui/PatchPanelMediator.java 2012-01-16 03:04:24 UTC (rev 305)
@@ -1,6 +1,6 @@
/*
* patchanim - A bezier surface patch color blend animation builder
- * Copyright (C) 2008-2010 Dave Brosius
+ * Copyright (C) 2008-2012 Dave Brosius
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/gui/SourcePatchesPanel.java
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/gui/SourcePatchesPanel.java 2012-01-16 03:02:29 UTC (rev 304)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/gui/SourcePatchesPanel.java 2012-01-16 03:04:24 UTC (rev 305)
@@ -1,6 +1,6 @@
/*
* patchanim - A bezier surface patch color blend animation builder
- * Copyright (C) 2008-2010 Dave Brosius
+ * Copyright (C) 2008-2012 Dave Brosius
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/gui/Utils.java
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/gui/Utils.java 2012-01-16 03:02:29 UTC (rev 304)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/gui/Utils.java 2012-01-16 03:04:24 UTC (rev 305)
@@ -1,6 +1,6 @@
/*
* patchanim - A bezier surface patch color blend animation builder
- * Copyright (C) 2008-2010 Dave Brosius
+ * Copyright (C) 2008-2012 Dave Brosius
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/resources.properties
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/resources.properties 2012-01-16 03:02:29 UTC (rev 304)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/resources.properties 2012-01-16 03:04:24 UTC (rev 305)
@@ -1,6 +1,6 @@
/*
* patchanim - A bezier surface patch color blend animation builder
- * Copyright (C) 2008-2010 Dave Brosius
+ * Copyright (C) 2008-2012 Dave Brosius
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/resources_de.properties
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/resources_de.properties 2012-01-16 03:02:29 UTC (rev 304)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/resources_de.properties 2012-01-16 03:04:24 UTC (rev 305)
@@ -1,6 +1,6 @@
/*
* patchanim - A bezier surface patch color blend animation builder
- * Copyright (C) 2008-2010 Dave Brosius
+ * Copyright (C) 2008-2012 Dave Brosius
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/resources_es.properties
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/resources_es.properties 2012-01-16 03:02:29 UTC (rev 304)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/resources_es.properties 2012-01-16 03:04:24 UTC (rev 305)
@@ -1,6 +1,6 @@
/*
* patchanim - A bezier surface patch color blend animation builder
- * Copyright (C) 2008-2010 Dave Brosius
+ * Copyright (C) 2008-2012 Dave Brosius
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/resources_hi.n2a
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/resources_hi.n2a 2012-01-16 03:02:29 UTC (rev 304)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/resources_hi.n2a 2012-01-16 03:04:24 UTC (rev 305)
@@ -1,6 +1,6 @@
/*
* patchanim - A bezier surface patch color blend animation builder
- * Copyright (C) 2008-2010 Dave Brosius
+ * Copyright (C) 2008-2012 Dave Brosius
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/resources_it.properties
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/resources_it.properties 2012-01-16 03:02:29 UTC (rev 304)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/resources_it.properties 2012-01-16 03:04:24 UTC (rev 305)
@@ -1,6 +1,6 @@
/*
* patchanim - A bezier surface patch color blend animation builder
- * Copyright (C) 2008-2010 Dave Brosius
+ * Copyright (C) 2008-2012 Dave Brosius
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/surface/CombinedPatch.java
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/surface/CombinedPatch.java 2012-01-16 03:02:29 UTC (rev 304)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/surface/CombinedPatch.java 2012-01-16 03:04:24 UTC (rev 305)
@@ -1,6 +1,6 @@
/*
* patchanim - A bezier surface patch color blend animation builder
- * Copyright (C) 2008-2010 Dave Brosius
+ * Copyright (C) 2008-2012 Dave Brosius
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/surface/Coordinate.java
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/surface/Coordinate.java 2012-01-16 03:02:29 UTC (rev 304)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/surface/Coordinate.java 2012-01-16 03:04:24 UTC (rev 305)
@@ -1,6 +1,6 @@
/*
* patchanim - A bezier surface patch color blend animation builder
- * Copyright (C) 2008-2010 Dave Brosius
+ * Copyright (C) 2008-2012 Dave Brosius
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/surface/PatchAnimator.java
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/surface/PatchAnimator.java 2012-01-16 03:02:29 UTC (rev 304)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/surface/PatchAnimator.java 2012-01-16 03:04:24 UTC (rev 305)
@@ -1,6 +1,6 @@
/*
* patchanim - A bezier surface patch color blend animation builder
- * Copyright (C) 2008-2010 Dave Brosius
+ * Copyright (C) 2008-2012 Dave Brosius
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/surface/PatchCoords.java
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/surface/PatchCoords.java 2012-01-16 03:02:29 UTC (rev 304)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/surface/PatchCoords.java 2012-01-16 03:04:24 UTC (rev 305)
@@ -1,6 +1,6 @@
/*
* patchanim - A bezier surface patch color blend animation builder
- * Copyright (C) 2008-2010 Dave Brosius
+ * Copyright (C) 2008-2012 Dave Brosius
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/surface/PatchGenerator.java
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/surface/PatchGenerator.java 2012-01-16 03:02:29 UTC (rev 304)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/surface/PatchGenerator.java 2012-01-16 03:04:24 UTC (rev 305)
@@ -1,6 +1,6 @@
/*
* patchanim - A bezier surface patch color blend animation builder
- * Copyright (C) 2008-2010 Dave Brosius
+ * Copyright (C) 2008-2012 Dave Brosius
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <dbr...@us...> - 2012-01-16 03:02:35
|
Revision: 304
http://patchanim.svn.sourceforge.net/patchanim/?rev=304&view=rev
Author: dbrosius
Date: 2012-01-16 03:02:29 +0000 (Mon, 16 Jan 2012)
Log Message:
-----------
remove jars from repo
Removed Paths:
-------------
trunk/patchanim/lib/serializer.jar
trunk/patchanim/lib/xalan.jar
trunk/patchanim/lib/xercesImpl.jar
trunk/patchanim/lib/xml-apis.jar
Deleted: trunk/patchanim/lib/serializer.jar
===================================================================
(Binary files differ)
Deleted: trunk/patchanim/lib/xalan.jar
===================================================================
(Binary files differ)
Deleted: trunk/patchanim/lib/xercesImpl.jar
===================================================================
(Binary files differ)
Deleted: trunk/patchanim/lib/xml-apis.jar
===================================================================
(Binary files differ)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <dbr...@us...> - 2010-06-10 03:22:50
|
Revision: 303
http://patchanim.svn.sourceforge.net/patchanim/?rev=303&view=rev
Author: dbrosius
Date: 2010-06-10 03:22:41 +0000 (Thu, 10 Jun 2010)
Log Message:
-----------
warnings
Modified Paths:
--------------
trunk/patchanim/src/com/mebigfatguy/patchanim/gui/ExportFrame.java
trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JPatchControlPanel.java
trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JPatchListPanel.java
trunk/patchanim/src/com/mebigfatguy/patchanim/gui/Utils.java
trunk/patchanim/src/com/mebigfatguy/patchanim/io/PatchAnimExtension.java
trunk/patchanim/src/com/mebigfatguy/patchanim/io/PatchAnimIO.java
trunk/patchanim/src/com/mebigfatguy/patchanim/io/PatchExporter.java
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/gui/ExportFrame.java
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/gui/ExportFrame.java 2010-06-09 06:05:26 UTC (rev 302)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/gui/ExportFrame.java 2010-06-10 03:22:41 UTC (rev 303)
@@ -25,6 +25,7 @@
import javax.swing.BorderFactory;
import javax.swing.JDialog;
import javax.swing.JProgressBar;
+import javax.swing.SwingConstants;
import javax.swing.SwingUtilities;
import com.mebigfatguy.patchanim.gui.events.ExportEvent;
@@ -52,7 +53,7 @@
ResourceBundle rb = PatchAnimBundle.getBundle();
Container cp = getContentPane();
cp.setLayout(new BorderLayout(4, 4));
- bar = new JProgressBar(JProgressBar.HORIZONTAL, 0, 100);
+ bar = new JProgressBar(SwingConstants.HORIZONTAL, 0, 100);
bar.setBorder(BorderFactory.createEmptyBorder(10, 50, 10, 50));
cp.add(bar, BorderLayout.CENTER);
pack();
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JPatchControlPanel.java
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JPatchControlPanel.java 2010-06-09 06:05:26 UTC (rev 302)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JPatchControlPanel.java 2010-06-10 03:22:41 UTC (rev 303)
@@ -189,13 +189,13 @@
int newWidth = Integer.parseInt(widthField.getText());
if (oldWidth != newWidth) {
document.setWidth(newWidth);
- PatchPanelMediator mediator = PatchPanelMediator.getMediator();
- mediator.fireSettingsChanged();
+ PatchPanelMediator ppMediator = PatchPanelMediator.getMediator();
+ ppMediator.fireSettingsChanged();
}
} catch (NumberFormatException nfe) {
document.setWidth(100);
- PatchPanelMediator mediator = PatchPanelMediator.getMediator();
- mediator.fireSettingsChanged();
+ PatchPanelMediator ppMediator = PatchPanelMediator.getMediator();
+ ppMediator.fireSettingsChanged();
}
}
@@ -213,13 +213,13 @@
int newHeight = Integer.parseInt(heightField.getText());
if (oldHeight != newHeight) {
document.setHeight(newHeight);
- PatchPanelMediator mediator = PatchPanelMediator.getMediator();
- mediator.fireSettingsChanged();
+ PatchPanelMediator ppMediator = PatchPanelMediator.getMediator();
+ ppMediator.fireSettingsChanged();
}
} catch (NumberFormatException nfe) {
document.setHeight(100);
- PatchPanelMediator mediator = PatchPanelMediator.getMediator();
- mediator.fireSettingsChanged();
+ PatchPanelMediator ppMediator = PatchPanelMediator.getMediator();
+ ppMediator.fireSettingsChanged();
}
}
@@ -238,13 +238,13 @@
int newTween = Integer.parseInt(tweenFramesField.getText());
if (oldTween != newTween) {
document.setTweenCount(newTween);
- PatchPanelMediator mediator = PatchPanelMediator.getMediator();
- mediator.fireSettingsChanged();
+ PatchPanelMediator ppMediator = PatchPanelMediator.getMediator();
+ ppMediator.fireSettingsChanged();
}
} catch (NumberFormatException nfe) {
document.setTweenCount(10);
- PatchPanelMediator mediator = PatchPanelMediator.getMediator();
- mediator.fireSettingsChanged();
+ PatchPanelMediator ppMediator = PatchPanelMediator.getMediator();
+ ppMediator.fireSettingsChanged();
}
}
});
@@ -254,8 +254,8 @@
public void itemStateChanged(ItemEvent ie) {
if (ie.getStateChange() == ItemEvent.SELECTED) {
document.setAnimationType((AnimationType)ie.getItem());
- PatchPanelMediator mediator = PatchPanelMediator.getMediator();
- mediator.fireSettingsChanged();
+ PatchPanelMediator ppMediator = PatchPanelMediator.getMediator();
+ ppMediator.fireSettingsChanged();
}
}
});
@@ -265,8 +265,8 @@
public void itemStateChanged(ItemEvent ie) {
if (ie.getStateChange() == ItemEvent.SELECTED) {
document.setOutOfBoundsColor((OutOfBoundsColor)ie.getItem());
- PatchPanelMediator mediator = PatchPanelMediator.getMediator();
- mediator.fireSettingsChanged();
+ PatchPanelMediator ppMediator = PatchPanelMediator.getMediator();
+ ppMediator.fireSettingsChanged();
}
}
});
@@ -284,8 +284,8 @@
public void itemStateChanged(ItemEvent ie) {
if (ie.getStateChange() == ItemEvent.SELECTED) {
document.setTweenStyle((TweenStyle)ie.getItem());
- PatchPanelMediator mediator = PatchPanelMediator.getMediator();
- mediator.fireSettingsChanged();
+ PatchPanelMediator ppMediator = PatchPanelMediator.getMediator();
+ ppMediator.fireSettingsChanged();
}
}
});
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JPatchListPanel.java
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JPatchListPanel.java 2010-06-09 06:05:26 UTC (rev 302)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JPatchListPanel.java 2010-06-10 03:22:41 UTC (rev 303)
@@ -133,8 +133,8 @@
else
selIndex++;
- PatchPanelMediator mediator = PatchPanelMediator.getMediator();
- CombinedPatch newPatch = new CombinedPatch(mediator.getDocument().getOrder(), true);
+ PatchPanelMediator ppMediator = PatchPanelMediator.getMediator();
+ CombinedPatch newPatch = new CombinedPatch(ppMediator.getDocument().getOrder(), true);
patchListModel.add(selIndex, newPatch);
patchList.setSelectedIndex(selIndex);
removeButton.setEnabled(patchListModel.getSize() > 1);
@@ -151,8 +151,8 @@
selIndex--;
}
patchList.setSelectedIndex(selIndex);
- PatchPanelMediator mediator = PatchPanelMediator.getMediator();
- mediator.setNewActivePatch((CombinedPatch)patchListModel.getElementAt(selIndex));
+ PatchPanelMediator ppMediator = PatchPanelMediator.getMediator();
+ ppMediator.setNewActivePatch((CombinedPatch)patchListModel.getElementAt(selIndex));
removeButton.setEnabled(patchListModel.getSize() > 1);
enabledMovementCtrls();
}
@@ -194,8 +194,8 @@
int selIndex = patchList.getSelectedIndex();
if (selIndex >= 0) {
CombinedPatch newPatch = (CombinedPatch)patchListModel.getElementAt(selIndex);
- PatchPanelMediator mediator = PatchPanelMediator.getMediator();
- mediator.setNewActivePatch(newPatch);
+ PatchPanelMediator ppMediator = PatchPanelMediator.getMediator();
+ ppMediator.setNewActivePatch(newPatch);
enabledMovementCtrls();
}
}
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/gui/Utils.java
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/gui/Utils.java 2010-06-09 06:05:26 UTC (rev 302)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/gui/Utils.java 2010-06-10 03:22:41 UTC (rev 303)
@@ -26,7 +26,7 @@
import javax.swing.JPanel;
public class Utils {
- public enum Sizing {Width, Height, Both};
+ public enum Sizing {Width, Height, Both}
private Utils() {}
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/io/PatchAnimExtension.java
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/io/PatchAnimExtension.java 2010-06-09 06:05:26 UTC (rev 302)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/io/PatchAnimExtension.java 2010-06-10 03:22:41 UTC (rev 303)
@@ -47,7 +47,7 @@
d = db.newDocument();
}
- public String getVersion(ExpressionContext context) {
+ public String getVersion(@SuppressWarnings("unused") ExpressionContext context) {
BufferedReader br = null;
try {
br = new BufferedReader(new InputStreamReader(PatchAnimExtension.class.getResourceAsStream(VERSION_URL)));
@@ -59,39 +59,39 @@
}
}
- public String getOrder(ExpressionContext context) {
+ public String getOrder(@SuppressWarnings("unused") ExpressionContext context) {
return String.valueOf(paDoc.getOrder());
}
- public String getWidth(ExpressionContext context) {
+ public String getWidth(@SuppressWarnings("unused") ExpressionContext context) {
return String.valueOf(paDoc.getWidth());
}
- public String getHeight(ExpressionContext context) {
+ public String getHeight(@SuppressWarnings("unused") ExpressionContext context) {
return String.valueOf(paDoc.getHeight());
}
- public String getAnimationType(ExpressionContext context) {
+ public String getAnimationType(@SuppressWarnings("unused") ExpressionContext context) {
return paDoc.getAnimationType().name();
}
- public String getOutOfBoundsColor(ExpressionContext context) {
+ public String getOutOfBoundsColor(@SuppressWarnings("unused") ExpressionContext context) {
return paDoc.getOutOfBoundsColor().name();
}
- public String getTweenCount(ExpressionContext context) {
+ public String getTweenCount(@SuppressWarnings("unused") ExpressionContext context) {
return String.valueOf(paDoc.getTweenCount());
}
- public String getTweenStyle(ExpressionContext context) {
+ public String getTweenStyle(@SuppressWarnings("unused") ExpressionContext context) {
return String.valueOf(paDoc.getTweenStyle());
}
- public String useAlpha(ExpressionContext context) {
+ public String useAlpha(@SuppressWarnings("unused") ExpressionContext context) {
return String.valueOf(paDoc.useAlpha());
}
- public NodeList getPatches(ExpressionContext context) {
+ public NodeList getPatches(@SuppressWarnings("unused") ExpressionContext context) {
return new NodeList() {
public int getLength() {
@@ -104,12 +104,12 @@
};
}
- public String getPatchName(ExpressionContext context, Node patchIndexNode) {
+ public String getPatchName(@SuppressWarnings("unused") ExpressionContext context, Node patchIndexNode) {
int patchIndex = Integer.parseInt(patchIndexNode.getNodeValue());
return paDoc.getPatches().get(patchIndex).getName();
}
- public NodeList getCoordinates(ExpressionContext context) {
+ public NodeList getCoordinates(@SuppressWarnings("unused") ExpressionContext context) {
return new NodeList() {
public int getLength() {
@@ -123,20 +123,20 @@
};
}
- public String getX(ExpressionContext context, String color, Node patchIndexNode, Node coordIndexNode) {
+ public String getX(@SuppressWarnings("unused") ExpressionContext context, String color, Node patchIndexNode, Node coordIndexNode) {
return String.valueOf(getCoordinate(color, patchIndexNode, coordIndexNode).getX());
}
- public String getY(ExpressionContext context, String color, Node patchIndexNode, Node coordIndexNode) {
+ public String getY(@SuppressWarnings("unused") ExpressionContext context, String color, Node patchIndexNode, Node coordIndexNode) {
return String.valueOf(getCoordinate(color, patchIndexNode, coordIndexNode).getY());
}
- public String getColor(ExpressionContext context, String color, Node patchIndexNode, Node coordIndexNode) {
+ public String getColor(@SuppressWarnings("unused") ExpressionContext context, String color, Node patchIndexNode, Node coordIndexNode) {
return String.valueOf(getCoordinate(color, patchIndexNode, coordIndexNode).getColor());
}
private Coordinate getCoordinate(String color, Node patchIndexNode, Node coordIndexNode) {
- PatchColor patchColor = PatchColor.valueOf(PatchColor.class, color);
+ PatchColor patchColor = Enum.<PatchColor>valueOf(PatchColor.class, color);
int patchIndex = Integer.parseInt(patchIndexNode.getNodeValue());
int coordIndex = Integer.parseInt(coordIndexNode.getNodeValue());
int order = paDoc.getOrder();
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/io/PatchAnimIO.java
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/io/PatchAnimIO.java 2010-06-09 06:05:26 UTC (rev 302)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/io/PatchAnimIO.java 2010-06-10 03:22:41 UTC (rev 303)
@@ -146,15 +146,15 @@
doc.getPatches().clear();
doc.setWidth(Integer.parseInt(atts.getValue(WIDTH)));
doc.setHeight(Integer.parseInt(atts.getValue(HEIGHT)));
- doc.setAnimationType(AnimationType.valueOf(AnimationType.class, atts.getValue(ANIMATIONTYPE)));
- doc.setOutOfBoundsColor(OutOfBoundsColor.valueOf(OutOfBoundsColor.class, atts.getValue(OUTOFBOUNDSCOLOR)));
+ doc.setAnimationType(Enum.<AnimationType>valueOf(AnimationType.class, atts.getValue(ANIMATIONTYPE)));
+ doc.setOutOfBoundsColor(Enum.<OutOfBoundsColor>valueOf(OutOfBoundsColor.class, atts.getValue(OUTOFBOUNDSCOLOR)));
doc.setTweenCount(Integer.parseInt(atts.getValue(TWEENCOUNT)));
- doc.setTweenStyle(TweenStyle.valueOf(TweenStyle.class, atts.getValue(TWEENSTYLE)));
+ doc.setTweenStyle(Enum.<TweenStyle>valueOf(TweenStyle.class, atts.getValue(TWEENSTYLE)));
} else if (COMBINEDPATCH.equals(localName)) {
cPatch = new CombinedPatch(doc.getOrder(), false);
} else if (PATCH.equals(localName)) {
patchCoords = new PatchCoords(doc.getOrder());
- patchColor = PatchColor.valueOf(PatchColor.class, atts.getValue(COLOR));
+ patchColor = Enum.<PatchColor>valueOf(PatchColor.class, atts.getValue(COLOR));
} else if (COORDINATE.equals(localName)) {
Coordinate c = new Coordinate(Double.parseDouble(atts.getValue(X)),
Double.parseDouble(atts.getValue(Y)),
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/io/PatchExporter.java
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/io/PatchExporter.java 2010-06-09 06:05:26 UTC (rev 302)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/io/PatchExporter.java 2010-06-10 03:22:41 UTC (rev 303)
@@ -137,31 +137,31 @@
}
}
- private void writeSingleFile(BufferedImage image, int index, File dir, String baseName, ExportType type) throws IOException {
+ private void writeSingleFile(BufferedImage image, int index, File dir, String bsName, ExportType exportType) throws IOException {
NumberFormat nf = NumberFormat.getIntegerInstance();
nf.setMinimumIntegerDigits(5);
nf.setGroupingUsed(false);
- String name = baseName + "_" + nf.format(index) + "." + type.getExtension();
+ String name = bsName + "_" + nf.format(index) + "." + exportType.getExtension();
File imageFile = new File(dir, name);
- if (type == ExportType.Gifs) {
+ if (exportType == ExportType.Gifs) {
AnimatedGifEncoder encoder = new AnimatedGifEncoder();
encoder.start(imageFile.getPath());
encoder.addFrame(image);
encoder.finish();
- } else if (type == ExportType.AnimatedGif) {
+ } else if (exportType == ExportType.AnimatedGif) {
agEncoder.addFrame(image);
agEncoder.setDelay(100);
- } else if (type == ExportType.AnimatedPng) {
+ } else if (exportType == ExportType.AnimatedPng) {
apngEncoder.setDelay(100);
apngEncoder.addFrame(image);
- } else if (type == ExportType.AnimatedMng) {
+ } else if (exportType == ExportType.AnimatedMng) {
mngEncoder.setDelay(100);
mngEncoder.addFrame(image);
}
else
- ImageIO.write(image, type.getExtension(), imageFile);
+ ImageIO.write(image, exportType.getExtension(), imageFile);
fireExportEvent(index);
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <dbr...@us...> - 2010-06-09 06:05:35
|
Revision: 302
http://patchanim.svn.sourceforge.net/patchanim/?rev=302&view=rev
Author: dbrosius
Date: 2010-06-09 06:05:26 +0000 (Wed, 09 Jun 2010)
Log Message:
-----------
warnings
Modified Paths:
--------------
trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JPatchSamplePanel.java
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JPatchSamplePanel.java
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JPatchSamplePanel.java 2010-06-07 02:56:25 UTC (rev 301)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JPatchSamplePanel.java 2010-06-09 06:05:26 UTC (rev 302)
@@ -147,22 +147,22 @@
PatchAnimDocument doc = dce.getDocument();
image = PatchGenerator.buildImage(rgb, doc.useAlpha(), SAMPLE_SIZE, SAMPLE_SIZE);
oob = doc.getOutOfBoundsColor();
- PatchPanelMediator mediator = PatchPanelMediator.getMediator();
- if ((color != PatchColor.Alpha) || mediator.getDocument().useAlpha())
- recalcImage(color, mediator.getActivePatch());
+ PatchPanelMediator ppMediator = PatchPanelMediator.getMediator();
+ if ((color != PatchColor.Alpha) || ppMediator.getDocument().useAlpha())
+ recalcImage(color, ppMediator.getActivePatch());
}
});
mediator.addSettingsChangedListener(new SettingsChangedListener() {
public void settingsChanged(SettingsChangedEvent sce) {
oob = sce.getDocument().getOutOfBoundsColor();
- PatchPanelMediator mediator = PatchPanelMediator.getMediator();
- if ((color != PatchColor.Alpha) || mediator.getDocument().useAlpha())
- recalcImage(color, mediator.getActivePatch());
+ PatchPanelMediator ppMediator = PatchPanelMediator.getMediator();
+ if ((color != PatchColor.Alpha) || ppMediator.getDocument().useAlpha())
+ recalcImage(color, ppMediator.getActivePatch());
}
});
}
- public void recalcImage(final PatchColor color, final CombinedPatch patch) {
+ public void recalcImage(final PatchColor patchColor, final CombinedPatch patch) {
synchronized(redrawLock) {
if (redrawing) {
try {
@@ -180,10 +180,10 @@
if (oob == null)
oob = OutOfBoundsColor.Clip;
- if (color == PatchColor.Combined) {
+ if (patchColor == PatchColor.Combined) {
PatchGenerator.recalcCombinedImage(patch, image, oob);
} else {
- PatchGenerator.recalcIndexedImage(color, patch, image, oob);
+ PatchGenerator.recalcIndexedImage(patchColor, patch, image, oob);
}
redraw();
@@ -534,30 +534,30 @@
CombinedPatch patch = mediator.getActivePatch();
PatchCoords coords = patch.getPatch(color);
int order = coords.getOrder();
- double color = 0.0;
+ double clr = 0.0;
for (int i = 0; i < order; i++) {
for (int j = 0; j < order; j++) {
Coordinate c = coords.getCoordinate(i, j);
switch (direction) {
case LeftToRight:
- color = (255.0 * i) / (order - 1);
+ clr = (255.0 * i) / (order - 1);
break;
case TopToBottom:
- color = (255.0 * j) / (order - 1);
+ clr = (255.0 * j) / (order - 1);
break;
case RightToLeft:
- color = (255.0 * (order - 1 - i)) / (order - 1);
+ clr = (255.0 * (order - 1 - i)) / (order - 1);
break;
case BottomToTop:
- color = (255.0 * (order - 1 - j)) / (order - 1);
+ clr = (255.0 * (order - 1 - j)) / (order - 1);
break;
}
- c.setColor(color);
+ c.setColor(clr);
coords.setCoordinate(i, j, c);
}
}
@@ -569,7 +569,7 @@
CombinedPatch patch = mediator.getActivePatch();
PatchCoords coords = patch.getPatch(color);
int order = coords.getOrder();
- double color = 0.0;
+ double clr = 0.0;
double midOrder = (order - 1) / 2.0;
double midOrderSq = midOrder * midOrder;
@@ -578,15 +578,15 @@
Coordinate c = coords.getCoordinate(i, j);
switch (direction) {
case Outward:
- color = (int)((255.0 * Math.abs(i - midOrder) * Math.abs(j - midOrder)) / midOrderSq);
+ clr = (int)((255.0 * Math.abs(i - midOrder) * Math.abs(j - midOrder)) / midOrderSq);
break;
case Inward:
- color = (int)(255.0 - (255.0 * (Math.abs(i - midOrder) * Math.abs(j - midOrder))) / midOrderSq);
+ clr = (int)(255.0 - (255.0 * (Math.abs(i - midOrder) * Math.abs(j - midOrder))) / midOrderSq);
break;
}
- c.setColor(color);
+ c.setColor(clr);
coords.setCoordinate(i, j, c);
}
}
@@ -598,7 +598,7 @@
CombinedPatch patch = mediator.getActivePatch();
PatchCoords coords = patch.getPatch(color);
int order = coords.getOrder();
- double color = 0.0;
+ double clr = 0.0;
double midOrder = (order - 1) / 2.0;
for (int i = 0; i < order; i++) {
@@ -607,15 +607,15 @@
double outside = Math.max(Math.abs(i - midOrder), Math.abs(j - midOrder));
switch (direction) {
case Outward:
- color = (int)(255.0 * (outside / midOrder));
+ clr = (int)(255.0 * (outside / midOrder));
break;
case Inward:
- color = (int)(255.0 - (255.0 * (outside / midOrder)));
+ clr = (int)(255.0 - (255.0 * (outside / midOrder)));
break;
}
- c.setColor(color);
+ c.setColor(clr);
coords.setCoordinate(i, j, c);
}
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <dbr...@us...> - 2010-06-07 02:56:31
|
Revision: 301
http://patchanim.svn.sourceforge.net/patchanim/?rev=301&view=rev
Author: dbrosius
Date: 2010-06-07 02:56:25 +0000 (Mon, 07 Jun 2010)
Log Message:
-----------
fat fingers
Modified Paths:
--------------
trunk/patchanim/htdocs/mbfg_menu.shtml
Modified: trunk/patchanim/htdocs/mbfg_menu.shtml
===================================================================
--- trunk/patchanim/htdocs/mbfg_menu.shtml 2010-06-07 02:29:37 UTC (rev 300)
+++ trunk/patchanim/htdocs/mbfg_menu.shtml 2010-06-07 02:56:25 UTC (rev 301)
@@ -12,7 +12,7 @@
<li><a href="http://schemalizer.sf.net">Schemalizer</a></li>
<li><a href="http://tomailer.sf.net">ToMailer</a></li>
<li><a href="http://jd4a.sf.net">JavaDoc for Android</a></li>
- <il><a href="http://damus.sf.net">Damus</a></il>
+ <li><a href="http://damus.sf.net">Damus</a></li>
<li><a href="http://www.heartofgoldfarm.com">Heart of Gold Farm</a></li>
</ul>
</div>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <dbr...@us...> - 2010-06-07 02:29:43
|
Revision: 300
http://patchanim.svn.sourceforge.net/patchanim/?rev=300&view=rev
Author: dbrosius
Date: 2010-06-07 02:29:37 +0000 (Mon, 07 Jun 2010)
Log Message:
-----------
more projects
Modified Paths:
--------------
trunk/patchanim/htdocs/mbfg_menu.shtml
Modified: trunk/patchanim/htdocs/mbfg_menu.shtml
===================================================================
--- trunk/patchanim/htdocs/mbfg_menu.shtml 2010-01-01 00:55:23 UTC (rev 299)
+++ trunk/patchanim/htdocs/mbfg_menu.shtml 2010-06-07 02:29:37 UTC (rev 300)
@@ -10,7 +10,9 @@
<li><a href="http://pixelle.sf.net">Pixelle</a></li>
<li><a href="http://polycasso.sf.net">Polycasso</a></li>
<li><a href="http://schemalizer.sf.net">Schemalizer</a></li>
- <li><a href="http://tomailer.sf.net">ToMailer</a></li>
+ <li><a href="http://tomailer.sf.net">ToMailer</a></li>
+ <li><a href="http://jd4a.sf.net">JavaDoc for Android</a></li>
+ <il><a href="http://damus.sf.net">Damus</a></il>
<li><a href="http://www.heartofgoldfarm.com">Heart of Gold Farm</a></li>
</ul>
</div>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <dbr...@us...> - 2010-01-01 00:55:34
|
Revision: 299
http://patchanim.svn.sourceforge.net/patchanim/?rev=299&view=rev
Author: dbrosius
Date: 2010-01-01 00:55:23 +0000 (Fri, 01 Jan 2010)
Log Message:
-----------
(c) 2010
Modified Paths:
--------------
trunk/patchanim/build.xml
trunk/patchanim/src/com/mebigfatguy/patchanim/AnimationType.java
trunk/patchanim/src/com/mebigfatguy/patchanim/BlendDirection.java
trunk/patchanim/src/com/mebigfatguy/patchanim/ExportType.java
trunk/patchanim/src/com/mebigfatguy/patchanim/OutOfBoundsColor.java
trunk/patchanim/src/com/mebigfatguy/patchanim/PatchAnimDocument.java
trunk/patchanim/src/com/mebigfatguy/patchanim/PatchColor.java
trunk/patchanim/src/com/mebigfatguy/patchanim/ShiftDirection.java
trunk/patchanim/src/com/mebigfatguy/patchanim/TweenStyle.java
trunk/patchanim/src/com/mebigfatguy/patchanim/gui/DoubleDocument.java
trunk/patchanim/src/com/mebigfatguy/patchanim/gui/ExportFrame.java
trunk/patchanim/src/com/mebigfatguy/patchanim/gui/IntegerDocument.java
trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JColorControlPatchPanel.java
trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JPatchAnimFrame.java
trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JPatchAnimPanel.java
trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JPatchControlPanel.java
trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JPatchListPanel.java
trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JPatchSamplePanel.java
trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JTestFrame.java
trunk/patchanim/src/com/mebigfatguy/patchanim/gui/NewDocumentDialog.java
trunk/patchanim/src/com/mebigfatguy/patchanim/gui/PatchAnimFileFilter.java
trunk/patchanim/src/com/mebigfatguy/patchanim/gui/PatchDecorator.java
trunk/patchanim/src/com/mebigfatguy/patchanim/gui/PatchListModel.java
trunk/patchanim/src/com/mebigfatguy/patchanim/gui/PatchPanelMediator.java
trunk/patchanim/src/com/mebigfatguy/patchanim/gui/SourcePatchesPanel.java
trunk/patchanim/src/com/mebigfatguy/patchanim/gui/Utils.java
trunk/patchanim/src/com/mebigfatguy/patchanim/resources.properties
trunk/patchanim/src/com/mebigfatguy/patchanim/resources_de.properties
trunk/patchanim/src/com/mebigfatguy/patchanim/resources_es.properties
trunk/patchanim/src/com/mebigfatguy/patchanim/resources_hi.n2a
trunk/patchanim/src/com/mebigfatguy/patchanim/resources_it.properties
trunk/patchanim/src/com/mebigfatguy/patchanim/surface/CombinedPatch.java
trunk/patchanim/src/com/mebigfatguy/patchanim/surface/Coordinate.java
trunk/patchanim/src/com/mebigfatguy/patchanim/surface/PatchAnimator.java
trunk/patchanim/src/com/mebigfatguy/patchanim/surface/PatchCoords.java
trunk/patchanim/src/com/mebigfatguy/patchanim/surface/PatchGenerator.java
Modified: trunk/patchanim/build.xml
===================================================================
--- trunk/patchanim/build.xml 2009-12-28 06:34:17 UTC (rev 298)
+++ trunk/patchanim/build.xml 2010-01-01 00:55:23 UTC (rev 299)
@@ -1,7 +1,7 @@
<!--
/*
* patchanim - Bezier Blend Batch Animation Builder
- * Copyright (C) 2008-2009 Dave Brosius
+ * Copyright (C) 2008-2010 Dave Brosius
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@@ -133,7 +133,7 @@
destdir="${javadoc.dir}"
windowtitle="patchanim api">
<doctitle><![CDATA[<h1>patchanim javadoc</h1>]]></doctitle>
- <bottom><![CDATA[<i>Copyright © 2008-2009 MeBigFatGuy.com. All Rights Reserved.</i>]]></bottom>
+ <bottom><![CDATA[<i>Copyright © 2008-2010 MeBigFatGuy.com. All Rights Reserved.</i>]]></bottom>
</javadoc>
</target>
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/AnimationType.java
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/AnimationType.java 2009-12-28 06:34:17 UTC (rev 298)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/AnimationType.java 2010-01-01 00:55:23 UTC (rev 299)
@@ -1,6 +1,6 @@
/*
* patchanim - A bezier surface patch color blend animation builder
- * Copyright (C) 2008-2009 Dave Brosius
+ * Copyright (C) 2008-2010 Dave Brosius
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/BlendDirection.java
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/BlendDirection.java 2009-12-28 06:34:17 UTC (rev 298)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/BlendDirection.java 2010-01-01 00:55:23 UTC (rev 299)
@@ -1,6 +1,6 @@
/*
* patchanim - A bezier surface patch color blend animation builder
- * Copyright (C) 2008-2009 Dave Brosius
+ * Copyright (C) 2008-2010 Dave Brosius
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/ExportType.java
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/ExportType.java 2009-12-28 06:34:17 UTC (rev 298)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/ExportType.java 2010-01-01 00:55:23 UTC (rev 299)
@@ -1,6 +1,6 @@
/*
* patchanim - A bezier surface patch color blend animation builder
- * Copyright (C) 2008-2009 Dave Brosius
+ * Copyright (C) 2008-2010 Dave Brosius
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/OutOfBoundsColor.java
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/OutOfBoundsColor.java 2009-12-28 06:34:17 UTC (rev 298)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/OutOfBoundsColor.java 2010-01-01 00:55:23 UTC (rev 299)
@@ -1,6 +1,6 @@
/*
* patchanim - A bezier surface patch color blend animation builder
- * Copyright (C) 2008-2009 Dave Brosius
+ * Copyright (C) 2008-2010 Dave Brosius
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/PatchAnimDocument.java
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/PatchAnimDocument.java 2009-12-28 06:34:17 UTC (rev 298)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/PatchAnimDocument.java 2010-01-01 00:55:23 UTC (rev 299)
@@ -1,6 +1,6 @@
/*
* patchanim - A bezier surface patch color blend animation builder
- * Copyright (C) 2008-2009 Dave Brosius
+ * Copyright (C) 2008-2010 Dave Brosius
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/PatchColor.java
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/PatchColor.java 2009-12-28 06:34:17 UTC (rev 298)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/PatchColor.java 2010-01-01 00:55:23 UTC (rev 299)
@@ -1,6 +1,6 @@
/*
* patchanim - A bezier surface patch color blend animation builder
- * Copyright (C) 2008-2009 Dave Brosius
+ * Copyright (C) 2008-2010 Dave Brosius
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/ShiftDirection.java
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/ShiftDirection.java 2009-12-28 06:34:17 UTC (rev 298)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/ShiftDirection.java 2010-01-01 00:55:23 UTC (rev 299)
@@ -1,6 +1,6 @@
/*
* patchanim - A bezier surface patch color blend animation builder
- * Copyright (C) 2008-2009 Dave Brosius
+ * Copyright (C) 2008-2010 Dave Brosius
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/TweenStyle.java
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/TweenStyle.java 2009-12-28 06:34:17 UTC (rev 298)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/TweenStyle.java 2010-01-01 00:55:23 UTC (rev 299)
@@ -1,6 +1,6 @@
/*
* patchanim - A bezier surface patch color blend animation builder
- * Copyright (C) 2008-2009 Dave Brosius
+ * Copyright (C) 2008-2010 Dave Brosius
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/gui/DoubleDocument.java
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/gui/DoubleDocument.java 2009-12-28 06:34:17 UTC (rev 298)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/gui/DoubleDocument.java 2010-01-01 00:55:23 UTC (rev 299)
@@ -1,6 +1,6 @@
/*
* patchanim - A bezier surface patch color blend animation builder
- * Copyright (C) 2008-2009 Dave Brosius
+ * Copyright (C) 2008-2010 Dave Brosius
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/gui/ExportFrame.java
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/gui/ExportFrame.java 2009-12-28 06:34:17 UTC (rev 298)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/gui/ExportFrame.java 2010-01-01 00:55:23 UTC (rev 299)
@@ -1,6 +1,6 @@
/*
* patchanim - A bezier surface patch color blend animation builder
- * Copyright (C) 2008-2009 Dave Brosius
+ * Copyright (C) 2008-2010 Dave Brosius
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/gui/IntegerDocument.java
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/gui/IntegerDocument.java 2009-12-28 06:34:17 UTC (rev 298)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/gui/IntegerDocument.java 2010-01-01 00:55:23 UTC (rev 299)
@@ -1,6 +1,6 @@
/*
* patchanim - A bezier surface patch color blend animation builder
- * Copyright (C) 2008-2009 Dave Brosius
+ * Copyright (C) 2008-2010 Dave Brosius
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JColorControlPatchPanel.java
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JColorControlPatchPanel.java 2009-12-28 06:34:17 UTC (rev 298)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JColorControlPatchPanel.java 2010-01-01 00:55:23 UTC (rev 299)
@@ -1,6 +1,6 @@
/*
* patchanim - A bezier surface patch color blend animation builder
- * Copyright (C) 2008-2009 Dave Brosius
+ * Copyright (C) 2008-2010 Dave Brosius
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JPatchAnimFrame.java
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JPatchAnimFrame.java 2009-12-28 06:34:17 UTC (rev 298)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JPatchAnimFrame.java 2010-01-01 00:55:23 UTC (rev 299)
@@ -1,6 +1,6 @@
/*
* patchanim - A bezier surface patch color blend animation builder
- * Copyright (C) 2008-2009 Dave Brosius
+ * Copyright (C) 2008-2010 Dave Brosius
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JPatchAnimPanel.java
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JPatchAnimPanel.java 2009-12-28 06:34:17 UTC (rev 298)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JPatchAnimPanel.java 2010-01-01 00:55:23 UTC (rev 299)
@@ -1,6 +1,6 @@
/*
* patchanim - A bezier surface patch color blend animation builder
- * Copyright (C) 2008-2009 Dave Brosius
+ * Copyright (C) 2008-2010 Dave Brosius
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JPatchControlPanel.java
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JPatchControlPanel.java 2009-12-28 06:34:17 UTC (rev 298)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JPatchControlPanel.java 2010-01-01 00:55:23 UTC (rev 299)
@@ -1,6 +1,6 @@
/*
* patchanim - A bezier surface patch color blend animation builder
- * Copyright (C) 2008-2009 Dave Brosius
+ * Copyright (C) 2008-2010 Dave Brosius
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JPatchListPanel.java
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JPatchListPanel.java 2009-12-28 06:34:17 UTC (rev 298)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JPatchListPanel.java 2010-01-01 00:55:23 UTC (rev 299)
@@ -1,6 +1,6 @@
/*
* patchanim - A bezier surface patch color blend animation builder
- * Copyright (C) 2008-2009 Dave Brosius
+ * Copyright (C) 2008-2010 Dave Brosius
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JPatchSamplePanel.java
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JPatchSamplePanel.java 2009-12-28 06:34:17 UTC (rev 298)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JPatchSamplePanel.java 2010-01-01 00:55:23 UTC (rev 299)
@@ -1,6 +1,6 @@
/*
* patchanim - A bezier surface patch color blend animation builder
- * Copyright (C) 2008-2009 Dave Brosius
+ * Copyright (C) 2008-2010 Dave Brosius
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JTestFrame.java
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JTestFrame.java 2009-12-28 06:34:17 UTC (rev 298)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JTestFrame.java 2010-01-01 00:55:23 UTC (rev 299)
@@ -1,6 +1,6 @@
/*
* patchanim - A bezier surface patch color blend animation builder
- * Copyright (C) 2008-2009 Dave Brosius
+ * Copyright (C) 2008-2010 Dave Brosius
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/gui/NewDocumentDialog.java
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/gui/NewDocumentDialog.java 2009-12-28 06:34:17 UTC (rev 298)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/gui/NewDocumentDialog.java 2010-01-01 00:55:23 UTC (rev 299)
@@ -1,6 +1,6 @@
/*
* patchanim - A bezier surface patch color blend animation builder
- * Copyright (C) 2008-2009 Dave Brosius
+ * Copyright (C) 2008-2010 Dave Brosius
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/gui/PatchAnimFileFilter.java
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/gui/PatchAnimFileFilter.java 2009-12-28 06:34:17 UTC (rev 298)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/gui/PatchAnimFileFilter.java 2010-01-01 00:55:23 UTC (rev 299)
@@ -1,6 +1,6 @@
/*
* patchanim - A bezier surface patch color blend animation builder
- * Copyright (C) 2008-2009 Dave Brosius
+ * Copyright (C) 2008-2010 Dave Brosius
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/gui/PatchDecorator.java
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/gui/PatchDecorator.java 2009-12-28 06:34:17 UTC (rev 298)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/gui/PatchDecorator.java 2010-01-01 00:55:23 UTC (rev 299)
@@ -1,6 +1,6 @@
/*
* patchanim - A bezier surface patch color blend animation builder
- * Copyright (C) 2008-2009 Dave Brosius
+ * Copyright (C) 2008-2010 Dave Brosius
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/gui/PatchListModel.java
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/gui/PatchListModel.java 2009-12-28 06:34:17 UTC (rev 298)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/gui/PatchListModel.java 2010-01-01 00:55:23 UTC (rev 299)
@@ -1,6 +1,6 @@
/*
* patchanim - A bezier surface patch color blend animation builder
- * Copyright (C) 2008-2009 Dave Brosius
+ * Copyright (C) 2008-2010 Dave Brosius
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/gui/PatchPanelMediator.java
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/gui/PatchPanelMediator.java 2009-12-28 06:34:17 UTC (rev 298)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/gui/PatchPanelMediator.java 2010-01-01 00:55:23 UTC (rev 299)
@@ -1,6 +1,6 @@
/*
* patchanim - A bezier surface patch color blend animation builder
- * Copyright (C) 2008-2009 Dave Brosius
+ * Copyright (C) 2008-2010 Dave Brosius
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/gui/SourcePatchesPanel.java
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/gui/SourcePatchesPanel.java 2009-12-28 06:34:17 UTC (rev 298)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/gui/SourcePatchesPanel.java 2010-01-01 00:55:23 UTC (rev 299)
@@ -1,6 +1,6 @@
/*
* patchanim - A bezier surface patch color blend animation builder
- * Copyright (C) 2008-2009 Dave Brosius
+ * Copyright (C) 2008-2010 Dave Brosius
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/gui/Utils.java
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/gui/Utils.java 2009-12-28 06:34:17 UTC (rev 298)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/gui/Utils.java 2010-01-01 00:55:23 UTC (rev 299)
@@ -1,6 +1,6 @@
/*
* patchanim - A bezier surface patch color blend animation builder
- * Copyright (C) 2008-2009 Dave Brosius
+ * Copyright (C) 2008-2010 Dave Brosius
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/resources.properties
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/resources.properties 2009-12-28 06:34:17 UTC (rev 298)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/resources.properties 2010-01-01 00:55:23 UTC (rev 299)
@@ -1,6 +1,6 @@
/*
* patchanim - A bezier surface patch color blend animation builder
- * Copyright (C) 2008-2009 Dave Brosius
+ * Copyright (C) 2008-2010 Dave Brosius
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/resources_de.properties
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/resources_de.properties 2009-12-28 06:34:17 UTC (rev 298)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/resources_de.properties 2010-01-01 00:55:23 UTC (rev 299)
@@ -1,6 +1,6 @@
/*
* patchanim - A bezier surface patch color blend animation builder
- * Copyright (C) 2008-2009 Dave Brosius
+ * Copyright (C) 2008-2010 Dave Brosius
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/resources_es.properties
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/resources_es.properties 2009-12-28 06:34:17 UTC (rev 298)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/resources_es.properties 2010-01-01 00:55:23 UTC (rev 299)
@@ -1,6 +1,6 @@
/*
* patchanim - A bezier surface patch color blend animation builder
- * Copyright (C) 2008-2009 Dave Brosius
+ * Copyright (C) 2008-2010 Dave Brosius
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/resources_hi.n2a
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/resources_hi.n2a 2009-12-28 06:34:17 UTC (rev 298)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/resources_hi.n2a 2010-01-01 00:55:23 UTC (rev 299)
@@ -1,6 +1,6 @@
/*
* patchanim - A bezier surface patch color blend animation builder
- * Copyright (C) 2008-2009 Dave Brosius
+ * Copyright (C) 2008-2010 Dave Brosius
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/resources_it.properties
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/resources_it.properties 2009-12-28 06:34:17 UTC (rev 298)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/resources_it.properties 2010-01-01 00:55:23 UTC (rev 299)
@@ -1,6 +1,6 @@
/*
* patchanim - A bezier surface patch color blend animation builder
- * Copyright (C) 2008-2009 Dave Brosius
+ * Copyright (C) 2008-2010 Dave Brosius
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/surface/CombinedPatch.java
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/surface/CombinedPatch.java 2009-12-28 06:34:17 UTC (rev 298)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/surface/CombinedPatch.java 2010-01-01 00:55:23 UTC (rev 299)
@@ -1,6 +1,6 @@
/*
* patchanim - A bezier surface patch color blend animation builder
- * Copyright (C) 2008-2009 Dave Brosius
+ * Copyright (C) 2008-2010 Dave Brosius
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/surface/Coordinate.java
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/surface/Coordinate.java 2009-12-28 06:34:17 UTC (rev 298)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/surface/Coordinate.java 2010-01-01 00:55:23 UTC (rev 299)
@@ -1,6 +1,6 @@
/*
* patchanim - A bezier surface patch color blend animation builder
- * Copyright (C) 2008-2009 Dave Brosius
+ * Copyright (C) 2008-2010 Dave Brosius
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/surface/PatchAnimator.java
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/surface/PatchAnimator.java 2009-12-28 06:34:17 UTC (rev 298)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/surface/PatchAnimator.java 2010-01-01 00:55:23 UTC (rev 299)
@@ -1,6 +1,6 @@
/*
* patchanim - A bezier surface patch color blend animation builder
- * Copyright (C) 2008-2009 Dave Brosius
+ * Copyright (C) 2008-2010 Dave Brosius
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/surface/PatchCoords.java
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/surface/PatchCoords.java 2009-12-28 06:34:17 UTC (rev 298)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/surface/PatchCoords.java 2010-01-01 00:55:23 UTC (rev 299)
@@ -1,6 +1,6 @@
/*
* patchanim - A bezier surface patch color blend animation builder
- * Copyright (C) 2008-2009 Dave Brosius
+ * Copyright (C) 2008-2010 Dave Brosius
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/surface/PatchGenerator.java
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/surface/PatchGenerator.java 2009-12-28 06:34:17 UTC (rev 298)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/surface/PatchGenerator.java 2010-01-01 00:55:23 UTC (rev 299)
@@ -1,6 +1,6 @@
/*
* patchanim - A bezier surface patch color blend animation builder
- * Copyright (C) 2008-2009 Dave Brosius
+ * Copyright (C) 2008-2010 Dave Brosius
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <dbr...@us...> - 2009-12-28 06:34:23
|
Revision: 298
http://patchanim.svn.sourceforge.net/patchanim/?rev=298&view=rev
Author: dbrosius
Date: 2009-12-28 06:34:17 +0000 (Mon, 28 Dec 2009)
Log Message:
-----------
add mbfg other projects menu
Modified Paths:
--------------
trunk/patchanim/htdocs/index.shtml
Modified: trunk/patchanim/htdocs/index.shtml
===================================================================
--- trunk/patchanim/htdocs/index.shtml 2009-12-28 06:33:36 UTC (rev 297)
+++ trunk/patchanim/htdocs/index.shtml 2009-12-28 06:34:17 UTC (rev 298)
@@ -2,6 +2,9 @@
<head>
<title>PatchAnim - A Bezier Surface based blend animation tool</title>
<meta name="Keywords" content="animated blends gradients gif png mng jpeg bezier curve patch tween java webstart">
+ <script src="mbfg.js">
+ </script>
+ <link rel="stylesheet" type="text/css" href="mbfg.css" />
</head>
<body background>
<div style="position:absolute;top:0;left:0;width:256;height:65535;z-index:1;background-image:url(blend.jpg);">
@@ -14,6 +17,7 @@
<a href="javadoc/index.html">JavaDoc</a>
<img src="vbar.gif" height="12"/>
<a href="jnlp/patchanim.jnlp">Web Start</a>
+ <!--#include virtual="mbfg_menu.shtml" -->
<hr/>
<p>Thanks for your interest in PatchAnim.</p>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <dbr...@us...> - 2009-12-28 06:33:46
|
Revision: 297
http://patchanim.svn.sourceforge.net/patchanim/?rev=297&view=rev
Author: dbrosius
Date: 2009-12-28 06:33:36 +0000 (Mon, 28 Dec 2009)
Log Message:
-----------
rename index.html to .shtml for ssi
Added Paths:
-----------
trunk/patchanim/htdocs/index.shtml
Removed Paths:
-------------
trunk/patchanim/htdocs/index.html
Deleted: trunk/patchanim/htdocs/index.html
===================================================================
--- trunk/patchanim/htdocs/index.html 2009-12-28 06:32:56 UTC (rev 296)
+++ trunk/patchanim/htdocs/index.html 2009-12-28 06:33:36 UTC (rev 297)
@@ -1,92 +0,0 @@
-<html>
- <head>
- <title>PatchAnim - A Bezier Surface based blend animation tool</title>
- <meta name="Keywords" content="animated blends gradients gif png mng jpeg bezier curve patch tween java webstart">
- </head>
- <body background>
- <div style="position:absolute;top:0;left:0;width:256;height:65535;z-index:1;background-image:url(blend.jpg);">
- </div>
- <div style="position:absolute;top:20;left:20;z-index:3;">
- <h1><img style="position:relative;top:10;" src="colorwheel.png"/> PatchAnim</h1>
- <hr/>
- <a href="http://www.sourceforge.net/projects/patchanim">Project Page</a>
- <img src="vbar.gif" height="12"/>
- <a href="javadoc/index.html">JavaDoc</a>
- <img src="vbar.gif" height="12"/>
- <a href="jnlp/patchanim.jnlp">Web Start</a>
- <hr/>
-
- <p>Thanks for your interest in PatchAnim.</p>
-
- <p>This tool creates a sequence of color blends using
- <a href="http://en.wikipedia.org/wiki/B%C3%A9zier_surface">Bezier Patches</a>. This sequence of blends is tweened and
- animated giving smooth transitions from one blend to another. Blend animations can be outputted to animated gifs, animated pngs, animated mngs
- or a series of gifs, pngs or jpegs.</p>
- <div style="position:relative;left:100;"><img src="animation.gif"/></div>
- <p>Unfortunately gif files are 256 color images, and so you get some grainyness. If you have
- <a href="http://developer.mozilla.org/en/docs/Main_Page">FireFox 3.0</a> with the
- <a href="https://addons.mozilla.org/en-US/firefox/addon/5519">APNG Edit</a> plugin, you can see the following
- Animated Png, which is shown in 24 bit color. If you do not, you will just see a still image.</p>
- <div style="position:relative;left:100;"><img src="animation.png"/></div>
- <p>A Cubic Bezier <b>curve</b> is a curve defined by 4 control points. The curve goes thru both end points, and
- the curve is influenced by the two middle points. In fact the slope of the curve at the first point is equal to
- the slope of the line from the first to the second point. Similarly the slope of the curve at the end point is
- equal to the slope of the line from the third to the fourth point. Rather than calculating a point on a curve,
- this application uses the shape of the curve to determine a color. In the following diagram, the y axis denotes
- a color from black to a full primary color (red in this case). By using a curve, we can give a separate color for
- each section of the curve, as seen in the color blend below the curve.</p>
- <div style="position:relative;left:300px;"/><img src="bezier.jpg"/></div>
- <p>Now this tool uses Bezier <b>patches</b>, not curves. A Cubic Bezier patch is a description of a 3D surface
- consisting of 16 control points. You can think of a patch as a set of bezier curves running in parallel along the
- x axis, and a cross cutting set of curves running along the y axis. (This is an over-simplification, and in fact incorrect,
- but is good enough to understand what this application is doing). Again, though, the z value in
- this application is mapped to a color, where values of 0 are mapped to black, and values of 255
- are mapped to full color (in this case red). In the color blend samples, then, you can imagine that
- you are looking straight down on the patch from above. In this application, you can only move the control points
- in the z direction (into the screen or out of the screen), the x and y positions are fixed.</p>
-
- <p>To accomplish creating the desired effect, three such patches are available, one for red, green and blue.
- Each patch only controls one primary color, and then the values from each patch is put together
- to generate one full color blend. Since the description of the blend is very succinct (just 3 * 16 points), It is
- very easy to generate in-between images from two separate blend descriptions.</p>
-
- <p>February 23, 2008</p>
- <ul>
- <li>Support for controlling transparency with a separate alpha patch</li>
- <li>Context Patch menu option to shift patch in any direction</li>
- <li>Context Patch menu option to generate radial gradients for patch values</li>
- <li>Added a new Out Of Bounds Color option, now available: Clip, Cycle, Roll</li>
- <li>Context Patch menu option to invert the patch</li>
- <li>Context Patch menu option to generate linear gradients for patch values</li>
- <li>Patches can now be any order from 2 - 9, specified on the new dialog</li>
- </ul>
- <p>December 27, 2008</p>
- <ul>
- <li>Support for tween styles, or how one patch transitions into another patch</li>
- </ul>
- <p>January 2, 2009</p>
- <ul>
- <li>Added Shape gradients</li>
- </ul>
- <p>If you would like to see the tool as it progresses, you can run the webstart version
- <a href="jnlp/patchanim.jnlp">here.</a></p>
- <img src="sample.jpg"/>
- <p><table cellpadding="10">
- <tr>
- <td><img src="order.gif"/></td>
- <td><img src="nameediting.jpg"/></td>
- <td><img src="patchediting.jpg"/></td>
- </tr>
- </table></p>
- </div>
- <script type="text/javascript">
- var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
- document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
- </script>
- <script type="text/javascript">
- var pageTracker = _gat._getTracker("UA-249537-2");
- pageTracker._initData();
- pageTracker._trackPageview();
- </script>
- </body>
-</html>
Copied: trunk/patchanim/htdocs/index.shtml (from rev 293, trunk/patchanim/htdocs/index.html)
===================================================================
--- trunk/patchanim/htdocs/index.shtml (rev 0)
+++ trunk/patchanim/htdocs/index.shtml 2009-12-28 06:33:36 UTC (rev 297)
@@ -0,0 +1,92 @@
+<html>
+ <head>
+ <title>PatchAnim - A Bezier Surface based blend animation tool</title>
+ <meta name="Keywords" content="animated blends gradients gif png mng jpeg bezier curve patch tween java webstart">
+ </head>
+ <body background>
+ <div style="position:absolute;top:0;left:0;width:256;height:65535;z-index:1;background-image:url(blend.jpg);">
+ </div>
+ <div style="position:absolute;top:20;left:20;z-index:3;">
+ <h1><img style="position:relative;top:10;" src="colorwheel.png"/> PatchAnim</h1>
+ <hr/>
+ <a href="http://www.sourceforge.net/projects/patchanim">Project Page</a>
+ <img src="vbar.gif" height="12"/>
+ <a href="javadoc/index.html">JavaDoc</a>
+ <img src="vbar.gif" height="12"/>
+ <a href="jnlp/patchanim.jnlp">Web Start</a>
+ <hr/>
+
+ <p>Thanks for your interest in PatchAnim.</p>
+
+ <p>This tool creates a sequence of color blends using
+ <a href="http://en.wikipedia.org/wiki/B%C3%A9zier_surface">Bezier Patches</a>. This sequence of blends is tweened and
+ animated giving smooth transitions from one blend to another. Blend animations can be outputted to animated gifs, animated pngs, animated mngs
+ or a series of gifs, pngs or jpegs.</p>
+ <div style="position:relative;left:100;"><img src="animation.gif"/></div>
+ <p>Unfortunately gif files are 256 color images, and so you get some grainyness. If you have
+ <a href="http://developer.mozilla.org/en/docs/Main_Page">FireFox 3.0</a> with the
+ <a href="https://addons.mozilla.org/en-US/firefox/addon/5519">APNG Edit</a> plugin, you can see the following
+ Animated Png, which is shown in 24 bit color. If you do not, you will just see a still image.</p>
+ <div style="position:relative;left:100;"><img src="animation.png"/></div>
+ <p>A Cubic Bezier <b>curve</b> is a curve defined by 4 control points. The curve goes thru both end points, and
+ the curve is influenced by the two middle points. In fact the slope of the curve at the first point is equal to
+ the slope of the line from the first to the second point. Similarly the slope of the curve at the end point is
+ equal to the slope of the line from the third to the fourth point. Rather than calculating a point on a curve,
+ this application uses the shape of the curve to determine a color. In the following diagram, the y axis denotes
+ a color from black to a full primary color (red in this case). By using a curve, we can give a separate color for
+ each section of the curve, as seen in the color blend below the curve.</p>
+ <div style="position:relative;left:300px;"/><img src="bezier.jpg"/></div>
+ <p>Now this tool uses Bezier <b>patches</b>, not curves. A Cubic Bezier patch is a description of a 3D surface
+ consisting of 16 control points. You can think of a patch as a set of bezier curves running in parallel along the
+ x axis, and a cross cutting set of curves running along the y axis. (This is an over-simplification, and in fact incorrect,
+ but is good enough to understand what this application is doing). Again, though, the z value in
+ this application is mapped to a color, where values of 0 are mapped to black, and values of 255
+ are mapped to full color (in this case red). In the color blend samples, then, you can imagine that
+ you are looking straight down on the patch from above. In this application, you can only move the control points
+ in the z direction (into the screen or out of the screen), the x and y positions are fixed.</p>
+
+ <p>To accomplish creating the desired effect, three such patches are available, one for red, green and blue.
+ Each patch only controls one primary color, and then the values from each patch is put together
+ to generate one full color blend. Since the description of the blend is very succinct (just 3 * 16 points), It is
+ very easy to generate in-between images from two separate blend descriptions.</p>
+
+ <p>February 23, 2008</p>
+ <ul>
+ <li>Support for controlling transparency with a separate alpha patch</li>
+ <li>Context Patch menu option to shift patch in any direction</li>
+ <li>Context Patch menu option to generate radial gradients for patch values</li>
+ <li>Added a new Out Of Bounds Color option, now available: Clip, Cycle, Roll</li>
+ <li>Context Patch menu option to invert the patch</li>
+ <li>Context Patch menu option to generate linear gradients for patch values</li>
+ <li>Patches can now be any order from 2 - 9, specified on the new dialog</li>
+ </ul>
+ <p>December 27, 2008</p>
+ <ul>
+ <li>Support for tween styles, or how one patch transitions into another patch</li>
+ </ul>
+ <p>January 2, 2009</p>
+ <ul>
+ <li>Added Shape gradients</li>
+ </ul>
+ <p>If you would like to see the tool as it progresses, you can run the webstart version
+ <a href="jnlp/patchanim.jnlp">here.</a></p>
+ <img src="sample.jpg"/>
+ <p><table cellpadding="10">
+ <tr>
+ <td><img src="order.gif"/></td>
+ <td><img src="nameediting.jpg"/></td>
+ <td><img src="patchediting.jpg"/></td>
+ </tr>
+ </table></p>
+ </div>
+ <script type="text/javascript">
+ var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
+ document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
+ </script>
+ <script type="text/javascript">
+ var pageTracker = _gat._getTracker("UA-249537-2");
+ pageTracker._initData();
+ pageTracker._trackPageview();
+ </script>
+ </body>
+</html>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <dbr...@us...> - 2009-12-28 06:33:02
|
Revision: 296
http://patchanim.svn.sourceforge.net/patchanim/?rev=296&view=rev
Author: dbrosius
Date: 2009-12-28 06:32:56 +0000 (Mon, 28 Dec 2009)
Log Message:
-----------
add mbfg other projects files
Added Paths:
-----------
trunk/patchanim/htdocs/mbfg.css
trunk/patchanim/htdocs/mbfg.js
trunk/patchanim/htdocs/mbfg_menu.shtml
Added: trunk/patchanim/htdocs/mbfg.css
===================================================================
--- trunk/patchanim/htdocs/mbfg.css (rev 0)
+++ trunk/patchanim/htdocs/mbfg.css 2009-12-28 06:32:56 UTC (rev 296)
@@ -0,0 +1,32 @@
+#mbfg_div {
+ float:right;
+}
+
+#mbfg_menu {
+ margin-right: 20px;
+}
+
+#mbfg_projects {
+ position: absolute;
+ display: none;
+ z-order: 2;
+}
+
+#mbfg_projects ul li {
+ list-style-type: none;
+}
+
+#mbfg_projects ul li a {
+ display:block;
+ border-color: #404040;
+ border-width: 1px;
+ border-style: solid;
+ padding: 6px 40px 6px 40px;
+ background-color: #DDDDFF;
+ margin-right: 20px;
+ text-decoration: none;
+}
+
+#mbfg_projects ul li a:hover {
+ background-color: #FFDDDD;
+}
Property changes on: trunk/patchanim/htdocs/mbfg.css
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Added: svn:eol-style
+ native
Added: trunk/patchanim/htdocs/mbfg.js
===================================================================
--- trunk/patchanim/htdocs/mbfg.js (rev 0)
+++ trunk/patchanim/htdocs/mbfg.js 2009-12-28 06:32:56 UTC (rev 296)
@@ -0,0 +1,9 @@
+
+function toggleDiv(divId)
+{
+ var dv = document.getElementById(divId);
+ if (dv.style.display == 'block')
+ dv.style.display = 'none';
+ else
+ dv.style.display = 'block';
+}
\ No newline at end of file
Property changes on: trunk/patchanim/htdocs/mbfg.js
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Added: svn:eol-style
+ native
Added: trunk/patchanim/htdocs/mbfg_menu.shtml
===================================================================
--- trunk/patchanim/htdocs/mbfg_menu.shtml (rev 0)
+++ trunk/patchanim/htdocs/mbfg_menu.shtml 2009-12-28 06:32:56 UTC (rev 296)
@@ -0,0 +1,17 @@
+ <div id="mbfg_div" onMouseover="javascript:toggleDiv('mbfg_projects')" onMouseout="javascript:toggleDiv('mbfg_projects')">
+ <a id="mbfg_menu" href="#" >Other MeBigFatGuy Projects</a>
+ <div id="mbfg_projects">
+ <ul>
+ <li><a href="http://beansource.sf.net">Beansource</a></li>
+ <li><a href="http://fb-contrib.sf.net">FB-Contrib</a></li>
+ <li><a href="http://mongobrowser.sf.net">MongoBrowser</a></li>
+ <li><a href="http://mysfstats.sf.net">MySFStats</a></li>
+ <li><a href="http://patchanim.sf.net">PatchAnim</a></li>
+ <li><a href="http://pixelle.sf.net">Pixelle</a></li>
+ <li><a href="http://polycasso.sf.net">Polycasso</a></li>
+ <li><a href="http://schemalizer.sf.net">Schemalizer</a></li>
+ <li><a href="http://tomailer.sf.net">ToMailer</a></li>
+ <li><a href="http://www.heartofgoldfarm.com">Heart of Gold Farm</a></li>
+ </ul>
+ </div>
+ </div>
Property changes on: trunk/patchanim/htdocs/mbfg_menu.shtml
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Added: svn:eol-style
+ native
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <dbr...@us...> - 2009-11-26 04:10:35
|
Revision: 295
http://patchanim.svn.sourceforge.net/patchanim/?rev=295&view=rev
Author: dbrosius
Date: 2009-11-26 04:10:23 +0000 (Thu, 26 Nov 2009)
Log Message:
-----------
javadoc
Modified Paths:
--------------
trunk/patchanim/src/com/fmsware/gif/AnimatedGifEncoder.java
Modified: trunk/patchanim/src/com/fmsware/gif/AnimatedGifEncoder.java
===================================================================
--- trunk/patchanim/src/com/fmsware/gif/AnimatedGifEncoder.java 2009-11-26 03:20:31 UTC (rev 294)
+++ trunk/patchanim/src/com/fmsware/gif/AnimatedGifEncoder.java 2009-11-26 04:10:23 UTC (rev 295)
@@ -96,7 +96,6 @@
* image is added.
*
* @param iter int number of iterations.
- * @return
*/
public void setRepeat(int iter) {
if (iter >= 0) {
@@ -217,7 +216,6 @@
* than 20 do not yield significant improvements in speed.
*
* @param quality int greater than 0.
- * @return
*/
public void setQuality(int quality) {
if (quality < 1) quality = 1;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <dbr...@us...> - 2009-11-26 03:20:41
|
Revision: 294
http://patchanim.svn.sourceforge.net/patchanim/?rev=294&view=rev
Author: dbrosius
Date: 2009-11-26 03:20:31 +0000 (Thu, 26 Nov 2009)
Log Message:
-----------
warnings
Modified Paths:
--------------
trunk/patchanim/src/com/mebigfatguy/patchanim/io/PatchAnimExtension.java
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/io/PatchAnimExtension.java
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/io/PatchAnimExtension.java 2009-09-05 21:50:23 UTC (rev 293)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/io/PatchAnimExtension.java 2009-11-26 03:20:31 UTC (rev 294)
@@ -47,7 +47,7 @@
d = db.newDocument();
}
- public String getVersion(@SuppressWarnings("unused") ExpressionContext context) {
+ public String getVersion(ExpressionContext context) {
BufferedReader br = null;
try {
br = new BufferedReader(new InputStreamReader(PatchAnimExtension.class.getResourceAsStream(VERSION_URL)));
@@ -59,39 +59,39 @@
}
}
- public String getOrder(@SuppressWarnings("unused") ExpressionContext context) {
+ public String getOrder(ExpressionContext context) {
return String.valueOf(paDoc.getOrder());
}
- public String getWidth(@SuppressWarnings("unused") ExpressionContext context) {
+ public String getWidth(ExpressionContext context) {
return String.valueOf(paDoc.getWidth());
}
- public String getHeight(@SuppressWarnings("unused") ExpressionContext context) {
+ public String getHeight(ExpressionContext context) {
return String.valueOf(paDoc.getHeight());
}
- public String getAnimationType(@SuppressWarnings("unused") ExpressionContext context) {
+ public String getAnimationType(ExpressionContext context) {
return paDoc.getAnimationType().name();
}
- public String getOutOfBoundsColor(@SuppressWarnings("unused") ExpressionContext context) {
+ public String getOutOfBoundsColor(ExpressionContext context) {
return paDoc.getOutOfBoundsColor().name();
}
- public String getTweenCount(@SuppressWarnings("unused") ExpressionContext context) {
+ public String getTweenCount(ExpressionContext context) {
return String.valueOf(paDoc.getTweenCount());
}
- public String getTweenStyle(@SuppressWarnings("unused") ExpressionContext context) {
+ public String getTweenStyle(ExpressionContext context) {
return String.valueOf(paDoc.getTweenStyle());
}
- public String useAlpha(@SuppressWarnings("unused") ExpressionContext context) {
+ public String useAlpha(ExpressionContext context) {
return String.valueOf(paDoc.useAlpha());
}
- public NodeList getPatches(@SuppressWarnings("unused") ExpressionContext context) {
+ public NodeList getPatches(ExpressionContext context) {
return new NodeList() {
public int getLength() {
@@ -104,12 +104,12 @@
};
}
- public String getPatchName(@SuppressWarnings("unused") ExpressionContext context, Node patchIndexNode) {
+ public String getPatchName(ExpressionContext context, Node patchIndexNode) {
int patchIndex = Integer.parseInt(patchIndexNode.getNodeValue());
return paDoc.getPatches().get(patchIndex).getName();
}
- public NodeList getCoordinates(@SuppressWarnings("unused") ExpressionContext context) {
+ public NodeList getCoordinates(ExpressionContext context) {
return new NodeList() {
public int getLength() {
@@ -123,15 +123,15 @@
};
}
- public String getX(@SuppressWarnings("unused") ExpressionContext context, String color, Node patchIndexNode, Node coordIndexNode) {
+ public String getX(ExpressionContext context, String color, Node patchIndexNode, Node coordIndexNode) {
return String.valueOf(getCoordinate(color, patchIndexNode, coordIndexNode).getX());
}
- public String getY(@SuppressWarnings("unused") ExpressionContext context, String color, Node patchIndexNode, Node coordIndexNode) {
+ public String getY(ExpressionContext context, String color, Node patchIndexNode, Node coordIndexNode) {
return String.valueOf(getCoordinate(color, patchIndexNode, coordIndexNode).getY());
}
- public String getColor(@SuppressWarnings("unused") ExpressionContext context, String color, Node patchIndexNode, Node coordIndexNode) {
+ public String getColor(ExpressionContext context, String color, Node patchIndexNode, Node coordIndexNode) {
return String.valueOf(getCoordinate(color, patchIndexNode, coordIndexNode).getColor());
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <dbr...@us...> - 2009-09-05 21:50:30
|
Revision: 293
http://patchanim.svn.sourceforge.net/patchanim/?rev=293&view=rev
Author: dbrosius
Date: 2009-09-05 21:50:23 +0000 (Sat, 05 Sep 2009)
Log Message:
-----------
suppress unused warnings on extension function matching parms
Modified Paths:
--------------
trunk/patchanim/src/com/mebigfatguy/patchanim/io/PatchAnimExtension.java
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/io/PatchAnimExtension.java
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/io/PatchAnimExtension.java 2009-09-05 21:48:51 UTC (rev 292)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/io/PatchAnimExtension.java 2009-09-05 21:50:23 UTC (rev 293)
@@ -47,7 +47,7 @@
d = db.newDocument();
}
- public String getVersion(ExpressionContext context) {
+ public String getVersion(@SuppressWarnings("unused") ExpressionContext context) {
BufferedReader br = null;
try {
br = new BufferedReader(new InputStreamReader(PatchAnimExtension.class.getResourceAsStream(VERSION_URL)));
@@ -59,39 +59,39 @@
}
}
- public String getOrder(ExpressionContext context) {
+ public String getOrder(@SuppressWarnings("unused") ExpressionContext context) {
return String.valueOf(paDoc.getOrder());
}
- public String getWidth(ExpressionContext context) {
+ public String getWidth(@SuppressWarnings("unused") ExpressionContext context) {
return String.valueOf(paDoc.getWidth());
}
- public String getHeight(ExpressionContext context) {
+ public String getHeight(@SuppressWarnings("unused") ExpressionContext context) {
return String.valueOf(paDoc.getHeight());
}
- public String getAnimationType(ExpressionContext context) {
+ public String getAnimationType(@SuppressWarnings("unused") ExpressionContext context) {
return paDoc.getAnimationType().name();
}
- public String getOutOfBoundsColor(ExpressionContext context) {
+ public String getOutOfBoundsColor(@SuppressWarnings("unused") ExpressionContext context) {
return paDoc.getOutOfBoundsColor().name();
}
- public String getTweenCount(ExpressionContext context) {
+ public String getTweenCount(@SuppressWarnings("unused") ExpressionContext context) {
return String.valueOf(paDoc.getTweenCount());
}
- public String getTweenStyle(ExpressionContext context) {
+ public String getTweenStyle(@SuppressWarnings("unused") ExpressionContext context) {
return String.valueOf(paDoc.getTweenStyle());
}
- public String useAlpha(ExpressionContext context) {
+ public String useAlpha(@SuppressWarnings("unused") ExpressionContext context) {
return String.valueOf(paDoc.useAlpha());
}
- public NodeList getPatches(ExpressionContext context) {
+ public NodeList getPatches(@SuppressWarnings("unused") ExpressionContext context) {
return new NodeList() {
public int getLength() {
@@ -104,12 +104,12 @@
};
}
- public String getPatchName(ExpressionContext context, Node patchIndexNode) {
+ public String getPatchName(@SuppressWarnings("unused") ExpressionContext context, Node patchIndexNode) {
int patchIndex = Integer.parseInt(patchIndexNode.getNodeValue());
return paDoc.getPatches().get(patchIndex).getName();
}
- public NodeList getCoordinates(ExpressionContext context) {
+ public NodeList getCoordinates(@SuppressWarnings("unused") ExpressionContext context) {
return new NodeList() {
public int getLength() {
@@ -123,15 +123,15 @@
};
}
- public String getX(ExpressionContext context, String color, Node patchIndexNode, Node coordIndexNode) {
+ public String getX(@SuppressWarnings("unused") ExpressionContext context, String color, Node patchIndexNode, Node coordIndexNode) {
return String.valueOf(getCoordinate(color, patchIndexNode, coordIndexNode).getX());
}
- public String getY(ExpressionContext context, String color, Node patchIndexNode, Node coordIndexNode) {
+ public String getY(@SuppressWarnings("unused") ExpressionContext context, String color, Node patchIndexNode, Node coordIndexNode) {
return String.valueOf(getCoordinate(color, patchIndexNode, coordIndexNode).getY());
}
- public String getColor(ExpressionContext context, String color, Node patchIndexNode, Node coordIndexNode) {
+ public String getColor(@SuppressWarnings("unused") ExpressionContext context, String color, Node patchIndexNode, Node coordIndexNode) {
return String.valueOf(getCoordinate(color, patchIndexNode, coordIndexNode).getColor());
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <dbr...@us...> - 2009-09-05 21:49:00
|
Revision: 292
http://patchanim.svn.sourceforge.net/patchanim/?rev=292&view=rev
Author: dbrosius
Date: 2009-09-05 21:48:51 +0000 (Sat, 05 Sep 2009)
Log Message:
-----------
unnecessary cast
Modified Paths:
--------------
trunk/patchanim/src/com/fmsware/gif/NeuQuant.java
Modified: trunk/patchanim/src/com/fmsware/gif/NeuQuant.java
===================================================================
--- trunk/patchanim/src/com/fmsware/gif/NeuQuant.java 2009-08-18 00:11:28 UTC (rev 291)
+++ trunk/patchanim/src/com/fmsware/gif/NeuQuant.java 2009-09-05 21:48:51 UTC (rev 292)
@@ -55,9 +55,9 @@
/* defs for freq and bias */
protected static final int intbiasshift = 16; /* bias for fractions */
- protected static final int intbias = (((int) 1) << intbiasshift);
+ protected static final int intbias = (1 << intbiasshift);
protected static final int gammashift = 10; /* gamma = 1024 */
- protected static final int gamma = (((int) 1) << gammashift);
+ protected static final int gamma = (1 << gammashift);
protected static final int betashift = 10;
protected static final int beta = (intbias >> betashift); /* beta = 1/1024 */
protected static final int betagamma =
@@ -66,21 +66,21 @@
/* defs for decreasing radius factor */
protected static final int initrad = (netsize >> 3); /* for 256 cols, radius starts */
protected static final int radiusbiasshift = 6; /* at 32.0 biased by 6 bits */
- protected static final int radiusbias = (((int) 1) << radiusbiasshift);
+ protected static final int radiusbias = (1 << radiusbiasshift);
protected static final int initradius = (initrad * radiusbias); /* and decreases by a */
protected static final int radiusdec = 30; /* factor of 1/30 each cycle */
/* defs for decreasing alpha factor */
protected static final int alphabiasshift = 10; /* alpha starts at 1.0 */
- protected static final int initalpha = (((int) 1) << alphabiasshift);
+ protected static final int initalpha = (1 << alphabiasshift);
protected int alphadec; /* biased by 10 bits */
/* radbias and alpharadbias used for radpower calculation */
protected static final int radbiasshift = 8;
- protected static final int radbias = (((int) 1) << radbiasshift);
+ protected static final int radbias = (1 << radbiasshift);
protected static final int alpharadbshift = (alphabiasshift + radbiasshift);
- protected static final int alpharadbias = (((int) 1) << alpharadbshift);
+ protected static final int alpharadbias = (1 << alpharadbshift);
/* Types and Global Variables
-------------------------- */
@@ -413,7 +413,7 @@
int bestpos, bestbiaspos, bestd, bestbiasd;
int[] n;
- bestd = ~(((int) 1) << 31);
+ bestd = ~(1 << 31);
bestbiasd = bestd;
bestpos = -1;
bestbiaspos = bestpos;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <dbr...@us...> - 2009-08-18 00:11:35
|
Revision: 291
http://patchanim.svn.sourceforge.net/patchanim/?rev=291&view=rev
Author: dbrosius
Date: 2009-08-18 00:11:28 +0000 (Tue, 18 Aug 2009)
Log Message:
-----------
Modified Paths:
--------------
trunk/patchanim/.classpath
Modified: trunk/patchanim/.classpath
===================================================================
--- trunk/patchanim/.classpath 2009-07-08 23:06:01 UTC (rev 290)
+++ trunk/patchanim/.classpath 2009-08-18 00:11:28 UTC (rev 291)
@@ -1,10 +1,10 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
- <classpathentry kind="src" path="src"/>
- <classpathentry kind="lib" path="O:/patchanim/lib/xalan.jar"/>
- <classpathentry kind="lib" path="O:/patchanim/lib/serializer.jar"/>
- <classpathentry kind="lib" path="O:/patchanim/lib/xml-apis.jar"/>
- <classpathentry kind="lib" path="O:/patchanim/lib/xercesImpl.jar"/>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
- <classpathentry kind="output" path="classes"/>
-</classpath>
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+ <classpathentry kind="lib" path="lib/serializer.jar"/>
+ <classpathentry kind="lib" path="lib/xalan.jar"/>
+ <classpathentry kind="lib" path="lib/xercesImpl.jar"/>
+ <classpathentry kind="lib" path="lib/xml-apis.jar"/>
+ <classpathentry kind="output" path="classes"/>
+</classpath>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <dbr...@us...> - 2009-07-08 23:06:03
|
Revision: 290
http://patchanim.svn.sourceforge.net/patchanim/?rev=290&view=rev
Author: dbrosius
Date: 2009-07-08 23:06:01 +0000 (Wed, 08 Jul 2009)
Log Message:
-----------
italian property files
Added Paths:
-----------
trunk/patchanim/src/com/mebigfatguy/patchanim/resources_it.properties
Added: trunk/patchanim/src/com/mebigfatguy/patchanim/resources_it.properties
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/resources_it.properties (rev 0)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/resources_it.properties 2009-07-08 23:06:01 UTC (rev 290)
@@ -0,0 +1,113 @@
+/*
+ * patchanim - A bezier surface patch color blend animation builder
+ * Copyright (C) 2008-2009 Dave Brosius
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ */
+patchanim.title = PatchAnim
+patchanim.namedtitle = PatchAnim - {0}
+patchanim.untitled = Untitled
+patchanim.file = File
+patchanim.new = Nuovo
+patchanim.open = Aperto...
+patchanim.save = Salvare
+patchanim.saveas = Salva con nome...
+patchanim.patchanimfilter = PatchAnim Files (*.paf)
+patchanim.export = Esporta come...
+patchanim.jpgs = una serie di JPG
+patchanim.filter.jpgs = Files (*.jpg)
+patchanim.pngs = una serie di PNG
+patchanim.filter.pngs = PNG Files (*.png)
+patchanim.gifs = una serie di immagini GIF
+patchanim.filter.gifs = GIF Files (*.gif)
+patchanim.animatedgif = una GIF animata
+patchanim.filter.animatedgif = GIF Files (*.gif)
+patchanim.apng = uno Animated PNG
+patchanim.filter.apng = PNG Files (*.png)
+patchanim.mng = uno animati MNG
+patchanim.filter.mng = MNG Files (*.mng)
+patchanim.exportfile = Esportare Animazione
+patchanim.quit = Chiudere
+patchanim.control = Controlli
+patchanim.newdocument = Nuova PatchAnim le impostazioni del documento
+patchanim.setorder = Impostare l'ordine delle patch
+patchanim.usealpha = Usa canale alfa (trasparenza)
+patchanim.ok = OK
+patchanim.cancel = Annulla
+patchanim.patches = Patches
+patchanim.width = Ampiezza
+patchanim.tooltip.width = La larghezza del esportati animazione
+patchanim.height = Altezza
+patchanim.tooltip.height = L'altezza del esportati animazione
+patchanim.animation = Animazione Ripetere
+patchanim.tooltip.animation = Il tipo di ripetizione che utilizza l'animazione
+patchanim.type.none = Nessuno
+patchanim.type.cycle = Ciclo
+patchanim.type.wave = Wave
+patchanim.outofboundscolor = Out Of Bounds Colore
+patchanim.tooltip.outofboundscolor = Come i colori che sono fuori della gamma di 0 - 255 sono gestiti
+patchanim.oob.clip = Clip
+patchanim.oob.cycle = Ciclo
+patchanim.oob.wave = Wave
+patchanim.tween = In-tra fotogrammi
+patchanim.tooltip.tween = Quanti frames sono generati come le transizioni da una patch per il prossimo
+patchanim.tweenstyle = Tween Style
+patchanim.tooltip.tweenstyle = L'algoritmo utilizzato per la transizione da una patch per un altro
+patchanim.tweenstyle.linear = Lineare
+patchanim.tweenstyle.accelerating = Accelerare
+patchanim.tweenstyle.decelerating = Decelerazione
+patchanim.tweenstyle.easeineaseout = Ease In/Ease Out
+patchanim.tweenstyle.accelerateinaccelerateout = Accelerare l'In / Out Accelerare
+patchanim.tweenstyle.wave = Wave
+patchanim.test = Verifica
+patchanim.tooltip.test = Prova l'animazione utilizzando il esportare i settings
+patchanim.stop = Fermare
+patchanim.defaultpatchname = Patch Coordinates
+patchanim.enternewpatchname = Patch per rinominare
+patchanim.add = Aggiungere
+patchanim.remove = Rimuovere
+patchanim.rename = Rinomina
+patchanim.clone = Clone
+patchanim.color = Colore
+patchanim.setallpoints = Imposta tutti i punti di controllo per...
+patchanim.setborderpoints = Impostare i punti di confine...
+patchanim.black = Nero
+patchanim.fullcolor = Full Color
+patchanim.value = Rapporto...
+patchanim.lightenpatch = Alleggerisci Patch
+patchanim.darkenpatch = Scurisci Patch
+patchanim.lineargradient = Linear Gradient...
+patchanim.lefttoright = Da sinistra a destra
+patchanim.toptobottom = Dall'alto in basso
+patchanim.righttoleft = Destra a Sinistra
+patchanim.bottomtotop = Basso verso l'alto
+patchanim.radialgradient = Radial Gradient...
+patchanim.shapegradient = Forma Gradiente...
+patchanim.outward = Andata
+patchanim.inward = Inward
+patchanim.shift = Spostamento...
+patchanim.left = Sinistra
+patchanim.down = Gi\xF9
+patchanim.right = Destra
+patchanim.up = Su
+patchanim.invert = Inverti
+patchanim.copypatchfrom = Copia patch...
+patchanim.redpatch = Red Patch
+patchanim.greenpatch = Green Patch
+patchanim.bluepatch = Blue Patch
+patchanim.asksave = Volete salvare le modifiche?
+patchanim.err.savefailed = Impossibile salvare file patch Animazione
+patchanim.err.loadfailed = Impossibile caricare file patch Animazione
+patchanim.err.exportfailed = Impossibile esportare Patch Animazioni
Property changes on: trunk/patchanim/src/com/mebigfatguy/patchanim/resources_it.properties
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Added: svn:eol-style
+ native
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <dbr...@us...> - 2009-07-07 04:58:52
|
Revision: 289
http://patchanim.svn.sourceforge.net/patchanim/?rev=289&view=rev
Author: dbrosius
Date: 2009-07-07 04:58:41 +0000 (Tue, 07 Jul 2009)
Log Message:
-----------
spanish translation
Added Paths:
-----------
trunk/patchanim/src/com/mebigfatguy/patchanim/resources_es.properties
Added: trunk/patchanim/src/com/mebigfatguy/patchanim/resources_es.properties
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/resources_es.properties (rev 0)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/resources_es.properties 2009-07-07 04:58:41 UTC (rev 289)
@@ -0,0 +1,112 @@
+/*
+ * patchanim - A bezier surface patch color blend animation builder
+ * Copyright (C) 2008-2009 Dave Brosius
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ */
+patchanim.title = PatchAnim
+patchanim.namedtitle = PatchAnim - {0}
+patchanim.untitled = Untitled
+patchanim.file = Archivo
+patchanim.new = Nuevo
+patchanim.open = Abrir...
+patchanim.save = Salvar
+patchanim.saveas = Guardar como...
+patchanim.patchanimfilter = PatchAnim Files (*.paf)
+patchanim.export = Como Exportar...
+patchanim.jpgs = una serie de archivos JPG
+patchanim.filter.jpgs = Files (*.jpg)
+patchanim.pngs = una serie de PNGs
+patchanim.filter.pngs = PNG Files (*.png)
+patchanim.gifs = una serie de GIF
+patchanim.filter.gifs = GIF Files (*.gif)
+patchanim.animatedgif = un GIF animado
+patchanim.filter.animatedgif = GIF Files (*.gif)
+patchanim.apng = un animado PNG
+patchanim.filter.apng = PNG Files (*.png)
+patchanim.mng = un animado MNG
+patchanim.filter.mng = MNG Files (*.mng)
+patchanim.exportfile = Exportaci\xF3n de Animaci\xF3n
+patchanim.quit = Salir
+patchanim.control = Controles
+patchanim.newdocument = Nueva configuraci\xF3n de PatchAnim documento
+patchanim.setorder = Establecer el orden de los parches para
+patchanim.usealpha = Uso del canal alfa (transparencia)
+patchanim.ok = Aceptar
+patchanim.cancel = Cancelar
+patchanim.patches = Patches
+patchanim.width = Anchura
+patchanim.tooltip.width = La anchura de la animaci\xF3n exportada
+patchanim.height = Altura
+patchanim.tooltip.height = La altura de la animaci\xF3n exportada
+patchanim.animation = Repetir la animaci\xF3n
+patchanim.tooltip.animation = El tipo de repetici\xF3n que usa la animaci\xF3n
+patchanim.type.none = Ninguno
+patchanim.type.cycle = Ciclo
+patchanim.type.wave = Ola
+patchanim.outofboundscolor = Fuera de los l\xEDmites de color
+patchanim.tooltip.outofboundscolor = C\xF3mo los colores que est\xE1n fuera del rango de 0 a 255 se manejan
+patchanim.oob.clip = Clip
+patchanim.oob.cycle = Ciclo
+patchanim.oob.wave = Ola
+patchanim.tween = Entre bastidores en
+patchanim.tooltip.tween = \xBFCu\xE1ntos cuadros se generan como las transiciones de un parche para el pr\xF3ximo
+patchanim.tweenstyle = Tween Estilo
+patchanim.tooltip.tweenstyle = El algoritmo utilizado para la transici\xF3n de uno a otro parche
+patchanim.tweenstyle.linear = Lineal
+patchanim.tweenstyle.accelerating = Acelerar
+patchanim.tweenstyle.decelerating = Desaceleraci\xF3n
+patchanim.tweenstyle.easeineaseout = En la facilidad / Facilidad de salida
+patchanim.tweenstyle.accelerateinaccelerateout = En Acelerar / Acelerar salida
+patchanim.tweenstyle.wave = Ola
+patchanim.test = Prueba
+patchanim.tooltip.test = Prueba de la animaci\xF3n usando la configuraci\xF3n de exportaci\xF3n
+patchanim.stop = Parar
+patchanim.defaultpatchname = Coordina parche
+patchanim.enternewpatchname = Parche para cambiar el nombre de
+patchanim.add = Agregar
+patchanim.remove = Eliminar
+patchanim.rename = Renombrar
+patchanim.clone = Clon
+patchanim.color = Color
+patchanim.setallpoints = Establecer todos los puntos de control a...
+patchanim.setborderpoints = Establecer los puntos fronterizos de...
+patchanim.black = Negro
+patchanim.fullcolor = Todo color
+patchanim.value = Valor...
+patchanim.lightenpatch = Aligera Parche
+patchanim.darkenpatch = Oscurecer Parche
+patchanim.lineargradient = Degradado lineal...
+patchanim.lefttoright = De izquierda a derecha
+patchanim.toptobottom = De arriba a abajo
+patchanim.righttoleft = De derecha a izquierda
+patchanim.bottomtotop = De abajo hacia Arriba
+patchanim.radialgradient = Degradado radial...
+patchanim.shapegradient = Forma degradado...
+patchanim.outward = Hacia el exterior
+patchanim.inward = Perfeccionamiento activo
+patchanim.shift = Turno...
+patchanim.left = Izquierdo
+patchanim.down = Abajo
+patchanim.right = Derecho
+patchanim.up = Arriba
+patchanim.invert = Invertir
+patchanim.copypatchfrom = Copia de la revisi\xF3n...
+patchanim.redpatch = Parche rojo
+patchanim.greenpatch = Parche Verde
+patchanim.bluepatch = Parche azul
+patchanim.asksave = \xBFDesea guardar sus cambios?
+patchanim.err.savefailed = Error en el ahorro de Revisi\xF3n Animaci\xF3n Archivo
+patchanim.err.loadfailed = Error de carga de archivos de parches Animaci\xF3n
Property changes on: trunk/patchanim/src/com/mebigfatguy/patchanim/resources_es.properties
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Added: svn:eol-style
+ native
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <dbr...@us...> - 2009-07-04 21:38:36
|
Revision: 288
http://patchanim.svn.sourceforge.net/patchanim/?rev=288&view=rev
Author: dbrosius
Date: 2009-07-04 21:38:34 +0000 (Sat, 04 Jul 2009)
Log Message:
-----------
warnings
Modified Paths:
--------------
trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JPatchSamplePanel.java
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JPatchSamplePanel.java
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JPatchSamplePanel.java 2009-07-04 21:37:00 UTC (rev 287)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JPatchSamplePanel.java 2009-07-04 21:38:34 UTC (rev 288)
@@ -68,7 +68,7 @@
private transient Thread redrawThread = null;
private final Object redrawLock = new Object();
private boolean redrawing = false;
- private boolean dragging = false;
+ @SuppressWarnings("unused") private boolean dragging = false;
public JPatchSamplePanel(PatchColor c) {
color = c;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <dbr...@us...> - 2009-07-04 21:37:05
|
Revision: 287
http://patchanim.svn.sourceforge.net/patchanim/?rev=287&view=rev
Author: dbrosius
Date: 2009-07-04 21:37:00 +0000 (Sat, 04 Jul 2009)
Log Message:
-----------
warnings
Modified Paths:
--------------
trunk/patchanim/src/com/mebigfatguy/patchanim/io/PatchAnimExtension.java
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/io/PatchAnimExtension.java
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/io/PatchAnimExtension.java 2009-07-04 21:26:23 UTC (rev 286)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/io/PatchAnimExtension.java 2009-07-04 21:37:00 UTC (rev 287)
@@ -47,7 +47,7 @@
d = db.newDocument();
}
- public String getVersion(@SuppressWarnings("unused") ExpressionContext context) {
+ public String getVersion(ExpressionContext context) {
BufferedReader br = null;
try {
br = new BufferedReader(new InputStreamReader(PatchAnimExtension.class.getResourceAsStream(VERSION_URL)));
@@ -59,39 +59,39 @@
}
}
- public String getOrder(@SuppressWarnings("unused") ExpressionContext context) {
+ public String getOrder(ExpressionContext context) {
return String.valueOf(paDoc.getOrder());
}
- public String getWidth(@SuppressWarnings("unused") ExpressionContext context) {
+ public String getWidth(ExpressionContext context) {
return String.valueOf(paDoc.getWidth());
}
- public String getHeight(@SuppressWarnings("unused") ExpressionContext context) {
+ public String getHeight(ExpressionContext context) {
return String.valueOf(paDoc.getHeight());
}
- public String getAnimationType(@SuppressWarnings("unused") ExpressionContext context) {
+ public String getAnimationType(ExpressionContext context) {
return paDoc.getAnimationType().name();
}
- public String getOutOfBoundsColor(@SuppressWarnings("unused") ExpressionContext context) {
+ public String getOutOfBoundsColor(ExpressionContext context) {
return paDoc.getOutOfBoundsColor().name();
}
- public String getTweenCount(@SuppressWarnings("unused") ExpressionContext context) {
+ public String getTweenCount(ExpressionContext context) {
return String.valueOf(paDoc.getTweenCount());
}
- public String getTweenStyle(@SuppressWarnings("unused") ExpressionContext context) {
+ public String getTweenStyle(ExpressionContext context) {
return String.valueOf(paDoc.getTweenStyle());
}
- public String useAlpha(@SuppressWarnings("unused") ExpressionContext context) {
+ public String useAlpha(ExpressionContext context) {
return String.valueOf(paDoc.useAlpha());
}
- public NodeList getPatches(@SuppressWarnings("unused") ExpressionContext context) {
+ public NodeList getPatches(ExpressionContext context) {
return new NodeList() {
public int getLength() {
@@ -104,12 +104,12 @@
};
}
- public String getPatchName(@SuppressWarnings("unused") ExpressionContext context, Node patchIndexNode) {
+ public String getPatchName(ExpressionContext context, Node patchIndexNode) {
int patchIndex = Integer.parseInt(patchIndexNode.getNodeValue());
return paDoc.getPatches().get(patchIndex).getName();
}
- public NodeList getCoordinates(@SuppressWarnings("unused") ExpressionContext context) {
+ public NodeList getCoordinates(ExpressionContext context) {
return new NodeList() {
public int getLength() {
@@ -123,15 +123,15 @@
};
}
- public String getX(@SuppressWarnings("unused") ExpressionContext context, String color, Node patchIndexNode, Node coordIndexNode) {
+ public String getX(ExpressionContext context, String color, Node patchIndexNode, Node coordIndexNode) {
return String.valueOf(getCoordinate(color, patchIndexNode, coordIndexNode).getX());
}
- public String getY(@SuppressWarnings("unused") ExpressionContext context, String color, Node patchIndexNode, Node coordIndexNode) {
+ public String getY(ExpressionContext context, String color, Node patchIndexNode, Node coordIndexNode) {
return String.valueOf(getCoordinate(color, patchIndexNode, coordIndexNode).getY());
}
- public String getColor(@SuppressWarnings("unused") ExpressionContext context, String color, Node patchIndexNode, Node coordIndexNode) {
+ public String getColor(ExpressionContext context, String color, Node patchIndexNode, Node coordIndexNode) {
return String.valueOf(getCoordinate(color, patchIndexNode, coordIndexNode).getColor());
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <dbr...@us...> - 2009-07-04 21:26:24
|
Revision: 286
http://patchanim.svn.sourceforge.net/patchanim/?rev=286&view=rev
Author: dbrosius
Date: 2009-07-04 21:26:23 +0000 (Sat, 04 Jul 2009)
Log Message:
-----------
hindi translation
Added Paths:
-----------
trunk/patchanim/src/com/mebigfatguy/patchanim/resources_hi.n2a
Added: trunk/patchanim/src/com/mebigfatguy/patchanim/resources_hi.n2a
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/resources_hi.n2a (rev 0)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/resources_hi.n2a 2009-07-04 21:26:23 UTC (rev 286)
@@ -0,0 +1,113 @@
+/*
+ * patchanim - A bezier surface patch color blend animation builder
+ * Copyright (C) 2008-2009 Dave Brosius
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ */
+patchanim.title = PatchAnim
+patchanim.namedtitle = PatchAnim - {0}
+patchanim.untitled = शीर्षकहीन
+patchanim.file = फ़ाइल
+patchanim.new = नया
+patchanim.open = खुला होना...
+patchanim.save = बचाना
+patchanim.saveas = के रूप में सहेजें...
+patchanim.patchanimfilter = PatchAnim फ़ाइलें (*. paf)
+patchanim.export = निर्यात के रूप में...
+patchanim.jpgs = JPGs की एक श्रृंखला
+patchanim.filter.jpgs = फ़ाइलें (*. jpg)
+patchanim.pngs = PNGs की श्रृंखला
+patchanim.filter.pngs = PNG फ़ाइलें (*. png)
+patchanim.gifs = GIFs की श्रृंखला
+patchanim.filter.gifs = GIF फ़ाइलें (*. gif)
+patchanim.animatedgif = एक एनिमेटेड GIF
+patchanim.filter.animatedgif = GIF फ़ाइलें (*. gif)
+patchanim.apng = एक एनिमेटेड PNG
+patchanim.filter.apng = PNG फ़ाइलें (*. png)
+patchanim.mng = एक एनिमेटेड MNG
+patchanim.filter.mng = MNG फ़ाइलें (*. mng)
+patchanim.exportfile = निर्यात एनिमेशन
+patchanim.quit = छोड़ो
+patchanim.control = नियंत्रण
+patchanim.newdocument = नई PatchAnim दस्तावेज़ सेटिंग्स
+patchanim.setorder = सेट पैच करने के आदेश
+patchanim.usealpha = का प्रयोग करें अल्फा चैनल (पारदर्शिता)
+patchanim.ok = ठीक है
+patchanim.cancel = रद्द करें
+patchanim.patches = पैच
+patchanim.width = चौड़ाई
+patchanim.tooltip.width = के निर्यात एनीमेशन की चौड़ाई
+patchanim.height = ऊँचाई
+patchanim.tooltip.height = के निर्यात एनीमेशन की ऊंचाई
+patchanim.animation = एनिमेशन दोहराएँ
+patchanim.tooltip.animation = दोहराव के प्रकार है कि एनीमेशन का उपयोग करता है
+patchanim.type.none = कोई नहीं
+patchanim.type.cycle = साइकिल
+patchanim.type.wave = तरंग
+patchanim.outofboundscolor = सीमा से बाहर का रंग
+patchanim.tooltip.outofboundscolor = कि 0 की सीमा से बाहर हैं कैसे रंग - 255 संभाला हैं
+patchanim.oob.clip = क्लिप
+patchanim.oob.cycle = साइकिल
+patchanim.oob.wave = तरंग
+patchanim.tween = में बीच तख्ते
+patchanim.tooltip.tween = कितने तख्ते बदलाव के रूप में एक पैच से उत्पन्न कर रहे हैं कि अगले
+patchanim.tweenstyle = Tween शैली
+patchanim.tooltip.tweenstyle = इस एल्गोरिथ्म परिवर्तन करने के लिए एक पैच से दूसरे प्रयोग किया
+patchanim.tweenstyle.linear = रैखिक
+patchanim.tweenstyle.accelerating = त्वरक
+patchanim.tweenstyle.decelerating = Decelerating
+patchanim.tweenstyle.easeineaseout = आराम में / आसानी से
+patchanim.tweenstyle.accelerateinaccelerateout = गति में / तेजी से
+patchanim.tweenstyle.wave = तरंग
+patchanim.test = परीक्षण
+patchanim.tooltip.test = टेस्ट के एनीमेशन निर्यात सेटिंग्स का उपयोग करते हुए
+patchanim.stop = रुकना
+patchanim.defaultpatchname = पैच निर्देशांक
+patchanim.enternewpatchname = नाम बदलें पैच करने के लिए
+patchanim.add = जोड़ना
+patchanim.remove = हटाना
+patchanim.rename = नाम बदलें
+patchanim.clone = क्लोन
+patchanim.color = रंग
+patchanim.setallpoints = सेट सभी बिंदुओं पर नियंत्रण करने के लिए...
+patchanim.setborderpoints = निर्धारित सीमा के अंक के लिए...
+patchanim.black = काला
+patchanim.fullcolor = पूर्ण रंग
+patchanim.value = मूल्य...
+patchanim.lightenpatch = हल्का पैच
+patchanim.darkenpatch = अंधा पैच
+patchanim.lineargradient = रैखिक ग्रेडियेंट...
+patchanim.lefttoright = दाएँ से बाएँ
+patchanim.toptobottom = ऊपर से नीचे
+patchanim.righttoleft = ठीक करने के लिए वामपंथियों
+patchanim.bottomtotop = ऊपर से नीचे
+patchanim.radialgradient = रेडियल ग्रेडियेंट...
+patchanim.shapegradient = आकार ग्रेडियेंट...
+patchanim.outward = जावक
+patchanim.inward = आवक
+patchanim.shift = खिसकाना...
+patchanim.left = छोड़ा
+patchanim.down = नीचे
+patchanim.right = सही
+patchanim.up = ऊपर
+patchanim.invert = उलटा
+patchanim.copypatchfrom = कॉपी पैच से...
+patchanim.redpatch = लाल पैच
+patchanim.greenpatch = ग्रीन पैच
+patchanim.bluepatch = ब्लू पैच
+patchanim.asksave = आप अपने परिवर्तनों को सहेजना चाहते हैं?
+patchanim.err.savefailed = असफल बचाने पैच एनिमेशन संचिका
+patchanim.err.loadfailed = असफल लोड पैच एनिमेशन संचिका
+patchanim.err.exportfailed = असफल निर्यात पैच एनिमेशन
Property changes on: trunk/patchanim/src/com/mebigfatguy/patchanim/resources_hi.n2a
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Added: svn:eol-style
+ native
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <dbr...@us...> - 2009-07-04 01:34:05
|
Revision: 285
http://patchanim.svn.sourceforge.net/patchanim/?rev=285&view=rev
Author: dbrosius
Date: 2009-07-04 01:34:04 +0000 (Sat, 04 Jul 2009)
Log Message:
-----------
update store with cert with alias
Modified Paths:
--------------
trunk/patchanim/patchanim.store
Modified: trunk/patchanim/patchanim.store
===================================================================
(Binary files differ)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <dbr...@us...> - 2009-07-04 01:29:04
|
Revision: 284
http://patchanim.svn.sourceforge.net/patchanim/?rev=284&view=rev
Author: dbrosius
Date: 2009-07-04 01:29:04 +0000 (Sat, 04 Jul 2009)
Log Message:
-----------
update certificate
Modified Paths:
--------------
trunk/patchanim/patchanim.store
Modified: trunk/patchanim/patchanim.store
===================================================================
(Binary files differ)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <dbr...@us...> - 2009-07-04 01:20:30
|
Revision: 283
http://patchanim.svn.sourceforge.net/patchanim/?rev=283&view=rev
Author: dbrosius
Date: 2009-07-04 01:20:19 +0000 (Sat, 04 Jul 2009)
Log Message:
-----------
german translation
Added Paths:
-----------
trunk/patchanim/src/com/mebigfatguy/patchanim/resources_de.properties
Added: trunk/patchanim/src/com/mebigfatguy/patchanim/resources_de.properties
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/resources_de.properties (rev 0)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/resources_de.properties 2009-07-04 01:20:19 UTC (rev 283)
@@ -0,0 +1,113 @@
+/*
+ * patchanim - A bezier surface patch color blend animation builder
+ * Copyright (C) 2008-2009 Dave Brosius
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ */
+patchanim.title = PatchAnim
+patchanim.namedtitle = PatchAnim - {0}
+patchanim.untitled = Untitled
+patchanim.file = Datei
+patchanim.new = Neu
+patchanim.open = \xD6ffnen...
+patchanim.save = Sichern
+patchanim.saveas = Speichern unter...
+patchanim.patchanimfilter = PatchAnim Datei (*.paf)
+patchanim.export = Export als...
+patchanim.jpgs = eine Reihe von JPGs
+patchanim.filter.jpgs = Dateien (*.jpg)
+patchanim.pngs = eine Reihe von PNGs
+patchanim.filter.pngs = PNG Dateien (*.png)
+patchanim.gifs = eine Reihe von GIFs
+patchanim.filter.gifs = GIF Dateien (*.gif)
+patchanim.animatedgif = eine animierte GIF
+patchanim.filter.animatedgif = GIF Dateien (*.gif)
+patchanim.apng = ein animiertes PNG
+patchanim.filter.apng = PNG Dateien (*.png)
+patchanim.mng = eine animierte MNG
+patchanim.filter.mng = MNG Dateien (*.mng)
+patchanim.exportfile = Animation exportieren
+patchanim.quit = Beenden
+patchanim.control = Kontrollen
+patchanim.newdocument = Neue PatchAnim Dokument-Einstellungen
+patchanim.setorder = Legen Sie die Reihenfolge der Patches zu
+patchanim.usealpha = Benutzen Sie Alpha-Kanal (Transparenz)
+patchanim.ok = OK
+patchanim.cancel = Abbrechen
+patchanim.patches = Patches
+patchanim.width = Breite
+patchanim.tooltip.width = Die Breite der ausgef\xFChrten Animation
+patchanim.height = H\xF6he
+patchanim.tooltip.height = Die H\xF6he der f\xFCr die Ausfuhr Animation
+patchanim.animation = Animation wiederholen
+patchanim.tooltip.animation = Die Art der Wiederholung, dass die Animation verwendet
+patchanim.type.none = Keine
+patchanim.type.cycle = Periode
+patchanim.type.wave = Wave
+patchanim.outofboundscolor = Out Of Bounds Color
+patchanim.tooltip.outofboundscolor = Wie Farben, die au\xDFerhalb des Bereichs von 0 - 255 werden
+patchanim.oob.clip = Clip
+patchanim.oob.cycle = Periode
+patchanim.oob.wave = Wave
+patchanim.tween = In-zwischen Frames
+patchanim.tooltip.tween = Wie viele Bilder werden als \xDCberg\xE4nge von einem zum n\xE4chsten Patch
+patchanim.tweenstyle = Tween Style
+patchanim.tooltip.tweenstyle = Der Algorithmus verwendet, um \xDCbergang von einem Patch zum anderen
+patchanim.tweenstyle.linear = Linear
+patchanim.tweenstyle.accelerating = Beschleunigung
+patchanim.tweenstyle.decelerating = Verlangsamt
+patchanim.tweenstyle.easeineaseout = Ease In/Ease Out
+patchanim.tweenstyle.accelerateinaccelerateout = Accelerate In/Accelerate Out
+patchanim.tweenstyle.wave = Wave
+patchanim.test = Test
+patchanim.tooltip.test = Testen Sie die Animation mit Hilfe der Export-Einstellungen
+patchanim.stop = Stoppen
+patchanim.defaultpatchname = Patch Koordinaten
+patchanim.enternewpatchname = Umbenennen Patch zu
+patchanim.add = Hinzuf\xFCgen
+patchanim.remove = Entfernen
+patchanim.rename = Umbenennen
+patchanim.clone = Clone
+patchanim.color = Farbe
+patchanim.setallpoints = Setzen Sie alle Kontrollpunkte zu...
+patchanim.setborderpoints = Setzen Sie den Grenz\xFCbergangsstellen zu...
+patchanim.black = Schwarz
+patchanim.fullcolor = Full Color
+patchanim.value = Valuta...
+patchanim.lightenpatch = Lighten Patch
+patchanim.darkenpatch = Darken Patch
+patchanim.lineargradient = Linearen Gradienten...
+patchanim.lefttoright = Von links nach rechts
+patchanim.toptobottom = Von oben nach unten
+patchanim.righttoleft = Von rechts nach links
+patchanim.bottomtotop = Von unten nach oben
+patchanim.radialgradient = Radialer Farbverlauf...
+patchanim.shapegradient = Shape Gradient...
+patchanim.outward = \xE4u\xDFere
+patchanim.inward = innerlich
+patchanim.shift = Schicht...
+patchanim.left = Verlie\xDF
+patchanim.down = Abw\xE4rts
+patchanim.right = Richtig
+patchanim.up = Nach oben
+patchanim.invert = Invertieren
+patchanim.copypatchfrom = Kopieren Sie Patches aus...
+patchanim.redpatch = Red Patch
+patchanim.greenpatch = Green Patch
+patchanim.bluepatch = Blue Patch
+patchanim.asksave = Sie wollen um die \xC4nderungen zu speichern?
+patchanim.err.savefailed = Fehler Speichern Patch Animationsdatei
+patchanim.err.loadfailed = Konnte nicht geladen Patch Animationsdatei
+patchanim.err.exportfailed = Fehler ausf\xFChrenden Patch Animationen
Property changes on: trunk/patchanim/src/com/mebigfatguy/patchanim/resources_de.properties
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Added: svn:eol-style
+ native
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <dbr...@us...> - 2009-07-04 01:20:06
|
Revision: 282
http://patchanim.svn.sourceforge.net/patchanim/?rev=282&view=rev
Author: dbrosius
Date: 2009-07-04 01:18:50 +0000 (Sat, 04 Jul 2009)
Log Message:
-----------
minor cleanups
Modified Paths:
--------------
trunk/patchanim/src/com/mebigfatguy/patchanim/resources.properties
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/resources.properties
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/resources.properties 2009-02-22 20:57:46 UTC (rev 281)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/resources.properties 2009-07-04 01:18:50 UTC (rev 282)
@@ -35,9 +35,9 @@
patchanim.animatedgif = an Animated GIF
patchanim.filter.animatedgif = GIF Files (*.gif)
patchanim.apng = an Animated PNG
-patchanim.filter.apng = (PNG Files (*.png)
+patchanim.filter.apng = PNG Files (*.png)
patchanim.mng = an Animated MNG
-patchanim.filter.mng = (MNG Files (*.mng)
+patchanim.filter.mng = MNG Files (*.mng)
patchanim.exportfile = Exporting Animation
patchanim.quit = Quit
patchanim.control = Controls
@@ -110,4 +110,4 @@
patchanim.asksave = Do you want to save your changes?
patchanim.err.savefailed = Failed saving Patch Animation File
patchanim.err.loadfailed = Failed loading Patch Animation File
-patchanim.err.exportfailed = Failed exporting PatchAnimations
+patchanim.err.exportfailed = Failed exporting Patch Animations
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <dbr...@us...> - 2009-02-22 20:57:49
|
Revision: 281
http://patchanim.svn.sourceforge.net/patchanim/?rev=281&view=rev
Author: dbrosius
Date: 2009-02-22 20:57:46 +0000 (Sun, 22 Feb 2009)
Log Message:
-----------
javadoc copyright
Modified Paths:
--------------
trunk/patchanim/build.xml
Modified: trunk/patchanim/build.xml
===================================================================
--- trunk/patchanim/build.xml 2009-01-04 22:27:17 UTC (rev 280)
+++ trunk/patchanim/build.xml 2009-02-22 20:57:46 UTC (rev 281)
@@ -133,7 +133,7 @@
destdir="${javadoc.dir}"
windowtitle="patchanim api">
<doctitle><![CDATA[<h1>patchanim javadoc</h1>]]></doctitle>
- <bottom><![CDATA[<i>Copyright © 2008 MeBigFatGuy.com. All Rights Reserved.</i>]]></bottom>
+ <bottom><![CDATA[<i>Copyright © 2008-2009 MeBigFatGuy.com. All Rights Reserved.</i>]]></bottom>
</javadoc>
</target>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|