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

baerb at myxo.css.msu.edu baerb at myxo.css.msu.edu
Thu Feb 1 08:16:10 PST 2007


Author: baerb
Date: 2007-02-01 11:16:09 -0500 (Thu, 01 Feb 2007)
New Revision: 1243

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

Added a few completed items to the to-do list.

Correct a couple of minor typos in comments



Modified: branches/developers/avida-edward/source/python/AvidaGui2/pyFreezerCtrl.py
===================================================================
--- branches/developers/avida-edward/source/python/AvidaGui2/pyFreezerCtrl.py	2007-02-01 03:56:11 UTC (rev 1242)
+++ branches/developers/avida-edward/source/python/AvidaGui2/pyFreezerCtrl.py	2007-02-01 16:16:09 UTC (rev 1243)
@@ -196,7 +196,7 @@
 
   def createFreezerIndexSlot(self):
 
-    # Creates the liste of items in the freezer by reading the names from the
+    # Creates the list of items in the freezer by reading the names from the
     # current freezer directory
     #
     # Freezer is hardcoded to list in order :

Modified: branches/developers/avida-edward/source/python/AvidaGui2/pyOnePop_PetriDishCtrl.py
===================================================================
--- branches/developers/avida-edward/source/python/AvidaGui2/pyOnePop_PetriDishCtrl.py	2007-02-01 03:56:11 UTC (rev 1242)
+++ branches/developers/avida-edward/source/python/AvidaGui2/pyOnePop_PetriDishCtrl.py	2007-02-01 16:16:09 UTC (rev 1243)
@@ -73,7 +73,7 @@
     self.m_session_mdl.m_session_mdtr.emit(PYSIGNAL("initializeWithDefaultPetriDishSig"),())
 
  
-    # Start with first map mode -- "Fitness".
+    # Start with second map mode -- "Fitness".
     self.m_mode_combobox.setCurrentItem(1)
     self.m_mode_index = self.m_mode_combobox.currentItem()
     self.modeActivatedSlot(self.m_mode_index)

Modified: branches/developers/avida-edward/source/python/AvidaGui2/to-do_list
===================================================================
--- branches/developers/avida-edward/source/python/AvidaGui2/to-do_list	2007-02-01 03:56:11 UTC (rev 1242)
+++ branches/developers/avida-edward/source/python/AvidaGui2/to-do_list	2007-02-01 16:16:09 UTC (rev 1243)
@@ -257,6 +257,16 @@
  - make the org report give the name of the ancestor when they are clicked on (pre-run)
  - ancestor names are truncated if in the org clicked on report
 
+October - 06
+
+ - Relaxed size restrictions on various panes in the interface to solve problems 
+   with running program under windows when user has larger font selected as
+   default
+
+January - 07
+
+ - Added account on Angel for Harvard
+
 ************Kaben******************
 
 * 23-Jan-06 Get program to run on all Macs -- Finished 27-Jan-06




More information about the Avida-cvs mailing list