 |
Ariane - A Dataflow Visual Programming Interface
|
Change log
version 2.6.0 (23 May 2011 Regis Clouard)
* bash: add local for loop index: fixed
* bash: inside the loop varx_x_=$i rather than varx_x_=$i: fixed
* bash: Error message: error: cannot generate code file: Generator.error.incomplete: fixed
* bash: generates "cp image.tmp image.tmp" if the input = output in subgraphs: fixed
* bash: keep the same temporary file names in the script as in the graph: done
* bash: the script command line should display the filename and constant names: done
* bash: While, For: graph: if no loop then the operator returns an error.
Even for the bash create the output and return values.
var3_6_0 = "no status"
touch img3_7_0.tmp
* add: add CTRL key for the selection (idem SHIFT): done
* add: allow rename for viewers: done
* Bug: problem when renaming a component... the window is not redisplayed: fixed
* add: add graph item's property window inside the workspace: done
* add: allow constant renaming but display the name and the value: done
* add: shortcuts on items: done
* bug: click on an item: put it in front: fixed
* bug: after cut, the plots of the neighbors items are still selected.: fixed
* bug: when opening a graph from the file manager, does not add the graph name in the list of recent files: fixed
* add: undo for parameter values, name or expression: done
* bug : the creation of an operator from the terminal can be undone: fixed
* add: when moving an item, enlarge the windows contents: done
* bug: repaint problem after undo -> scroll to visible: done
* bug: add global variables [constant, filename] (can be used into the subgraphs) + defined as the bash script parameters: done
* add: add data file home path: done
* add: add personal operator binary home path: done
* add: add a component that operates on strings (concatenation, quote).
* add: find a word in the console: added.
version 2.5.2 (24 Mar 2011)
* fix bug on while and for loop
version 2.5.2 (Feb 2011)
* Fixed bug on subgraph item execution.
* added error message when the viewer is launched with unsupported format file.
version 2.5.1 (Jan 14, 2011)
* fix bug on shell generator (use of -h option in the script)
version 2.5.0 (Jan 14, 2011)
* Changed link type. No more link points within the links.
* Add a terminal to insert operators from their name.
* fix some bugs (filename in macro, macro execution without any input images)
version 2.4.0 (Jan 03, 2011)
* improved autoscrolling.
* changed package name history to command
* added link highlighted for selected items.
version 2.3.5 (Oct 28, 2010)
* fix bug on item renaming
version 2.3.3 (Sep 13, 2010 Regis Clouard)
* set item width related to the item name length
version 2.3.2 (Jul 30, 2010 Regis Clouard)
* fix bugs
version 2.3.1 (Jul 27, 2010 Regis Clouard)
* fix bug on Subroutine editor.
version 2.3.0 (Jul 18, 2010 Regis Clouard)
* add subroutine archival.
* change configuration files.
version 2.2.8 (Jul 13, 2010 Regis Clouard)
* make the temporary file extension editable
* change initialization file from ariane.cfg to ariane.ini
* Fix bugs code generator
* make Ariane less dependent from Pandore
* split saver into saver and viewer.
* add the possibility to rename item (with nick name).
* add parameters to while and for control structures.
* add components: constant and filename.
* enhance look and feel
version 2.2.2 (2009-12-07 Regis Clouard)
* fixed bugs on manual.
version 2.1.0 (2008-12-16 Regis Clouard)
* fixed some bugs
* added the reading odf the configuration file 'jar/.ariane'
* added output to the saver item.
* Added language dependent operators documentation
version 2.0.0 (2008-10-01 Frederic Lair)
* Added editable links between items.
* Added Interactive configuration of the pandore path.
* Improved interface
version 1.5.0 (2004-12-10 Regis Clouard)
* Revised all files for new Pandore version.
* Fixed bugs.
version 1.3.6 (2003-01-14 Regis.Clouard)
* Revised Perl generation
* Revised somme facilities
version 1.3.4 (2002-11-26 Regis.Clouard)
* many bugs fixed
version 1.3.3 (2002-11-22 Regis.Clouard)
* Added non numerical parameters.
* Workspace.java: Change printing process.
* Can execute commands (Erreur: string empty) fix bug in configure.bat file
(delete spaces between texte and >> in echo commands)"
version 1.3 (2002-09-26 Regis.Clouard)
* Windows distribution optimized.
* Create script configure (configure.bat).
* SplashScreen: Fix bug with file sperator in jar files "File.separator" to "/".
* GraphItem (execute): Fix bug with filename included blank characters
version 1.2 (2002-04-13 Alban.Doublet, Guillaume.Chatelet)
* Added PerlGenerator.java
* GraphItem.java: qq amelioration sur la fonction paintComponent Centrage et changement de police...
* ControlStructure.java: Suppression de la surcharge de la methode printComponent pour ControlStructure.java
* L'affichage des formules et autres informations doit plut“t se faire dans GraphItem.java.
* Workspace.java: Imprime par defaut en mode Paysage
* Ajout de la classe threadExecution (5) : Cette classe permet l'execution du Graph dans un thread,
ce qui rend l'execution non bloquante
* Workspace.java: Ajout de la methode eraseConsole(), permettant d'effacer la console
* Graph.java: methode delete(). Desormais lorsqu l'on ferme un Graph, on efface la console
* Operator.java: methode execute(). Amelioration de la lisibilite dans la console
* Preferences.java (19): Possibilite de supprimer les fichiers *.tmp … la Netscape.
* printing: known bug: only visualized part of the graph is printing! Is it a Java bug???
* Fixed bugs when printing subgraph.
* src/ariane/ui/Workspace.java: fix bug with currentGraph value while deleting a subgraphe;
version 1.0 released (2001-11-23 Regis Clouard)