[Vle-users] vle-1.0.2
A multi-modeling and simulation environment to study complex systems
Brought to you by:
quesnel
|
From: Gauthier Q. <gau...@to...> - 2012-02-16 20:30:01
|
Hi all, We propose a bug fix release with improvements in GVLE and PyVLE. All files are now available on Sourceforge and VLE websites. Download: http://www.sourceforge.net/projects/vle Docs: http://www.vle-project.org Changes ======= GVLE - Migrate from libglade to GtkBuilder (Closes: #3476002). - Expunge unreachable code: The source code, noticed as unreachable, according to the gcc linker, has been removed. - Fix the tootip bug on changing vpz: - From now on, the list of Views is emptied before to parse a new vpz. - But also the query-tooltip-signal is disconnected when the ViewDrawinArea is removed. (Closes: #3471475) - Fix the empty class view double click bug: In order to prevent the crash of the gui, when the user click inside the emptyb class tree view, a control has been added. (Closes: #3471415) - Fix the Gtk::Entry reset bug: As soon as a Gtk::Entry was reset to an empty string, on the windows portage, an error occurs. There is 3 way to fix this, not to reset entries, reset entries with a dummy string or reset to an empty string directly the buffer. We decide to use first the first policy, and secondly the third policy. (Closes: #3448080) - Fix the renaming of an Experimental Condition: The rename list of the ConditionsBox is purged from the renaming action stored, where the new name already exist. (Closes: #3441829). - Fix the lack of the cursor of the text editors: The overriding of the default signal handler "on_focus_in_event" has been removed. (Closes: #3441738). OOV: - Fix julian day option: For File oov plugin, if option julian-day is checked, the last line now contains the date. (Closes: 3469412) - Fix storage confusion between rows and columns: In the gvle plugin for storage output, there was a confusion between the button that configures the resize step of rows and columns. libvleutils - Add missing functions in Path class: The Path class does not have function to access files into local or external plug-ins (GVLE's output and modeling plug-ins and OOV's plug-in). PyVLE - Fix default return on listDynamicObservables: If dynamic is not found, there was no return statement, which leads to a seg fault. - Add function listViewEntries: This function associates the list of complete names of ports to the view names; ie. it gives column names for all views (Closes #3475367). - Fix location of module cache clear: When we clear the module cache, plugins attached to modules should be deleted first. On simulation error whith simple runs, errors are now communicated on python prompt. (Closes: #3313030). - Add all vle value types management: All value types can be converted from python to vle and vice versa. Specific python classes vleXML, vleTUPLE, vleTABLE, vleMATRIX that embed classical python structures are added in order to remove ambiguity in conversion form python to vle. (Closes: #3474408, #3474406). -- . Gauthier Quesnel ..: Unité de Biométrie et d'Intelligence Artificielle INRA, BP 52627, 31326 CASTANET TOLOSAN cedex T: +33 (0)5 61 28 50 64 / F: +33 (0)5 61 28 53 35 |