Christian Heimke commited on 2011-07-15 09:17:14
Showing 11 changed files, with 19 additions and 15 deletions.
| ... | ... |
@@ -1,5 +1,5 @@ |
| 1 | 1 |
/* BlinkenLightsInteractiveMovieProgram |
| 2 |
- * version 0.6 date 2005-03-10 |
|
| 2 |
+ * version 1.0 date 2005-03-24 |
|
| 3 | 3 |
* Copyright (C) 2004-2005: Stefan Schuermans <1stein@schuermans.info> |
| 4 | 4 |
* Copyleft: GNU public license - http://www.gnu.org/copyleft/gpl.html |
| 5 | 5 |
* a blinkenarea.org project |
| ... | ... |
@@ -145,7 +145,7 @@ public class Blimp extends JApplet |
| 145 | 145 |
labelStatus.setText( "new movie..." ); |
| 146 | 146 |
curFile = null; |
| 147 | 147 |
curMovie = new BlinkenMovie( defHeight, defWidth, defChannels, defMaxval ); |
| 148 |
- curMovie.insertInfo( 0, "creator", "Blimp (version 0.6 date 2005-03-10)" ); |
|
| 148 |
+ curMovie.insertInfo( 0, "creator", "Blimp (version 1.0 date 2005-03-24)" ); |
|
| 149 | 149 |
curMovie.insertFrame( 0, new BlinkenFrame( defHeight, defWidth, defChannels, defMaxval, defDuration ) ); |
| 150 | 150 |
curMovieChanged = false; |
| 151 | 151 |
|
| ... | ... |
@@ -681,7 +681,7 @@ public class Blimp extends JApplet |
| 681 | 681 |
{
|
| 682 | 682 |
JOptionPane.showMessageDialog( dialogParent, |
| 683 | 683 |
"BlinkenLightsInteractiveMovieProgram\n" + |
| 684 |
- "version 0.6 date 2005-03-10\n" + |
|
| 684 |
+ "version 1.0 date 2005-03-24\n" + |
|
| 685 | 685 |
"Copyright (C) 2004-2005: Stefan Schuermans <1stein@schuermans.info>\n" + |
| 686 | 686 |
"Copyleft: GNU public license - http://www.gnu.org/copyleft/gpl.html\n" + |
| 687 | 687 |
"a blinkenarea.org project\n" + |
| ... | ... |
@@ -1317,7 +1317,7 @@ public class Blimp extends JApplet |
| 1317 | 1317 |
//initialize current movie, frame |
| 1318 | 1318 |
curDir = new File( "." ); |
| 1319 | 1319 |
curMovie = new BlinkenMovie( defHeight, defWidth, defChannels, defMaxval ); |
| 1320 |
- curMovie.insertInfo( 0, "creator", "Blimp (version 0.6 date 2005-03-10)" ); |
|
| 1320 |
+ curMovie.insertInfo( 0, "creator", "Blimp (version 1.0 date 2005-03-24)" ); |
|
| 1321 | 1321 |
curMovie.insertFrame( 0, new BlinkenFrame( defHeight, defWidth, defChannels, defMaxval, defDuration ) ); |
| 1322 | 1322 |
curFrame = null; |
| 1323 | 1323 |
|
| ... | ... |
@@ -1783,7 +1783,7 @@ public class Blimp extends JApplet |
| 1783 | 1783 |
|
| 1784 | 1784 |
//running as command line tool |
| 1785 | 1785 |
System.out.println( "BlinkenLightsInteractiveMovieProgram\n" + |
| 1786 |
- "version 0.6 date 2005-03-10\n" + |
|
| 1786 |
+ "version 1.0 date 2005-03-24\n" + |
|
| 1787 | 1787 |
"Copyright (C) 2004-2005: Stefan Schuermans <1stein@schuermans.info>\n" + |
| 1788 | 1788 |
"Copyleft: GNU public license - http://www.gnu.org/copyleft/gpl.html\n" + |
| 1789 | 1789 |
"a blinkenarea.org project\n" + |
| ... | ... |
@@ -1795,7 +1795,7 @@ public class Blimp extends JApplet |
| 1795 | 1795 |
|
| 1796 | 1796 |
//get initial movie |
| 1797 | 1797 |
movie = new BlinkenMovie( defHeight, defWidth, defChannels, defMaxval ); |
| 1798 |
- movie.insertInfo( 0, "creator", "Blimp (version 0.6 date 2005-03-10)" ); |
|
| 1798 |
+ movie.insertInfo( 0, "creator", "Blimp (version 1.0 date 2005-03-24)" ); |
|
| 1799 | 1799 |
movie.insertFrame( 0, new BlinkenFrame( defHeight, defWidth, defChannels, defMaxval, defDuration ) ); |
| 1800 | 1800 |
|
| 1801 | 1801 |
//process parameters |
| ... | ... |
@@ -1,5 +1,5 @@ |
| 1 | 1 |
/* BlinkenLightsInteractiveMovieProgram |
| 2 |
- * version 0.6 date 2005-03-10 |
|
| 2 |
+ * version 1.0 date 2005-03-24 |
|
| 3 | 3 |
* Copyright (C) 2004-2005: Stefan Schuermans <1stein@schuermans.info> |
| 4 | 4 |
* Copyleft: GNU public license - http://www.gnu.org/copyleft/gpl.html |
| 5 | 5 |
* a blinkenarea.org project |
| ... | ... |
@@ -1,5 +1,5 @@ |
| 1 | 1 |
/* BlinkenLightsInteractiveMovieProgram |
| 2 |
- * version 0.6 date 2005-03-10 |
|
| 2 |
+ * version 1.0 date 2005-03-24 |
|
| 3 | 3 |
* Copyright (C) 2004-2005: Stefan Schuermans <1stein@schuermans.info> |
| 4 | 4 |
* Copyleft: GNU public license - http://www.gnu.org/copyleft/gpl.html |
| 5 | 5 |
* a blinkenarea.org project |
| ... | ... |
@@ -1,5 +1,5 @@ |
| 1 | 1 |
/* BlinkenLightsInteractiveMovieProgram |
| 2 |
- * version 0.6 date 2005-03-10 |
|
| 2 |
+ * version 1.0 date 2005-03-24 |
|
| 3 | 3 |
* Copyright (C) 2004-2005: Stefan Schuermans <1stein@schuermans.info> |
| 4 | 4 |
* Copyleft: GNU public license - http://www.gnu.org/copyleft/gpl.html |
| 5 | 5 |
* a blinkenarea.org project |
| ... | ... |
@@ -1,5 +1,5 @@ |
| 1 | 1 |
/* BlinkenLightsInteractiveMovieProgram |
| 2 |
- * version 0.6 date 2005-03-10 |
|
| 2 |
+ * version 1.0 date 2005-03-24 |
|
| 3 | 3 |
* Copyright (C) 2004-2005: Stefan Schuermans <1stein@schuermans.info> |
| 4 | 4 |
* Copyleft: GNU public license - http://www.gnu.org/copyleft/gpl.html |
| 5 | 5 |
* a blinkenarea.org project |
| ... | ... |
@@ -1,5 +1,5 @@ |
| 1 | 1 |
/* BlinkenLightsInteractiveMovieProgram |
| 2 |
- * version 0.6 date 2005-03-10 |
|
| 2 |
+ * version 1.0 date 2005-03-24 |
|
| 3 | 3 |
* Copyright (C) 2004-2005: Stefan Schuermans <1stein@schuermans.info> |
| 4 | 4 |
* Copyleft: GNU public license - http://www.gnu.org/copyleft/gpl.html |
| 5 | 5 |
* a blinkenarea.org project |
| ... | ... |
@@ -1,5 +1,5 @@ |
| 1 | 1 |
/* BlinkenLightsInteractiveMovieProgram |
| 2 |
- * version 0.6 date 2005-03-10 |
|
| 2 |
+ * version 1.0 date 2005-03-24 |
|
| 3 | 3 |
* Copyright (C) 2004-2005: Stefan Schuermans <1stein@schuermans.info> |
| 4 | 4 |
* Copyleft: GNU public license - http://www.gnu.org/copyleft/gpl.html |
| 5 | 5 |
* a blinkenarea.org project |
| ... | ... |
@@ -1,5 +1,5 @@ |
| 1 | 1 |
/* BlinkenLightsInteractiveMovieProgram |
| 2 |
- * version 0.6 date 2005-03-10 |
|
| 2 |
+ * version 1.0 date 2005-03-24 |
|
| 3 | 3 |
* Copyright (C) 2004-2005: Stefan Schuermans <1stein@schuermans.info> |
| 4 | 4 |
* Copyleft: GNU public license - http://www.gnu.org/copyleft/gpl.html |
| 5 | 5 |
* a blinkenarea.org project |
| ... | ... |
@@ -1,5 +1,5 @@ |
| 1 | 1 |
/* BlinkenLightsInteractiveMovieProgram |
| 2 |
- * version 0.6 date 2005-03-10 |
|
| 2 |
+ * version 1.0 date 2005-03-24 |
|
| 3 | 3 |
* Copyright (C) 2004-2005: Stefan Schuermans <1stein@schuermans.info> |
| 4 | 4 |
* Copyleft: GNU public license - http://www.gnu.org/copyleft/gpl.html |
| 5 | 5 |
* a blinkenarea.org project |
| ... | ... |
@@ -4,6 +4,10 @@ Copyleft: GNU public license - http://www.gnu.org/copyleft/gpl.html |
| 4 | 4 |
a blinkenarea.org project |
| 5 | 5 |
powered by eventphone.de |
| 6 | 6 |
|
| 7 |
+version 1.0 date 2005-02-24 |
|
| 8 |
+--------------------------- |
|
| 9 |
+ - now considered stable |
|
| 10 |
+ |
|
| 7 | 11 |
version 0.6 date 2005-03-10 |
| 8 | 12 |
--------------------------- |
| 9 | 13 |
- fixed a bug with corrupt bbm files (sub header size < 6) |
| ... | ... |
@@ -1,5 +1,5 @@ |
| 1 | 1 |
# BlinkenLightsInteractiveMovieProgram |
| 2 |
-# version 0.6 date 2005-03-10 |
|
| 2 |
+# version 1.0 date 2005-03-24 |
|
| 3 | 3 |
# Copyright (C) 2004-2005: Stefan Schuermans <1stein@schuermans.info> |
| 4 | 4 |
# Copyleft: GNU public license - http://www.gnu.org/copyleft/gpl.html |
| 5 | 5 |
# a blinkenarea.org project |
| 6 | 6 |