[Avida-SVN] r1572 - branches/developers/avida-edward/source/python/AvidaGui2

baerb at myxo.css.msu.edu baerb at myxo.css.msu.edu
Fri May 18 11:58:36 PDT 2007


Author: baerb
Date: 2007-05-18 14:58:35 -0400 (Fri, 18 May 2007)
New Revision: 1572

Modified:
   branches/developers/avida-edward/source/python/AvidaGui2/pyEduWorkspaceCtrl.py
   branches/developers/avida-edward/source/python/AvidaGui2/to-do_list
Log:

Refreshes freezer list after import complete.



Modified: branches/developers/avida-edward/source/python/AvidaGui2/pyEduWorkspaceCtrl.py
===================================================================
--- branches/developers/avida-edward/source/python/AvidaGui2/pyEduWorkspaceCtrl.py	2007-05-18 12:25:05 UTC (rev 1571)
+++ branches/developers/avida-edward/source/python/AvidaGui2/pyEduWorkspaceCtrl.py	2007-05-18 18:58:35 UTC (rev 1572)
@@ -449,10 +449,10 @@
           if (line.startswith("*File:")):
             if (line.find(".empty") > -1):
               new_file_name = os.path.join(self.m_session_mdl.m_current_freezer,
-                                           "imp_" + input_name_no_ext + ".empty")
+                                       "imp_" + input_name_no_ext + ".empty")
             elif (line.find(".organism") > -1):
               new_file_name = os.path.join(self.m_session_mdl.m_current_freezer,
-                                           "imp_" + input_name_no_ext + ".organism")
+                                       "imp_" + input_name_no_ext + ".organism")
             elif (line.find(".full") > -1):
               new_dir_name = os.path.join(self.m_session_mdl.m_current_freezer,
                                           "imp_" + input_name_no_ext + ".full")
@@ -467,6 +467,8 @@
       finally:
         input_file.close()
         new_file.close()
+      self.m_session_mdl.m_session_mdtr.emit(
+           PYSIGNAL("doRefreshFreezerInventorySig"), ())
 
   # public slot
 

Modified: branches/developers/avida-edward/source/python/AvidaGui2/to-do_list
===================================================================
--- branches/developers/avida-edward/source/python/AvidaGui2/to-do_list	2007-05-18 12:25:05 UTC (rev 1571)
+++ branches/developers/avida-edward/source/python/AvidaGui2/to-do_list	2007-05-18 18:58:35 UTC (rev 1572)
@@ -262,6 +262,11 @@
   - When creating a new workspace REWARD_xxx lines are added to @example.empty
   - When creating a new workspace add @example.full with just one organism.
 
+May - 07
+
+  - Got Basic import and export to work
+  - updated FAQ on web page
+
 ************Kaben******************
 
 - added testing branch "extras" to subversion, moved testing code to testing




More information about the Avida-cvs mailing list