[Avida-cvs] [Avida2-svn] r100 - trunk/source/python/AvidaGui2

baerb at myxo.css.msu.edu baerb at myxo.css.msu.edu
Mon Apr 4 08:28:29 PDT 2005


Author: baerb
Date: 2005-04-04 11:28:29 -0400 (Mon, 04 Apr 2005)
New Revision: 100

Modified:
   trunk/source/python/AvidaGui2/checkuic.py
   trunk/source/python/AvidaGui2/pyPetriConfigureView.ui
Log:
Chnage default to having death turned on in the petri dish control.

Cosmetic change to checkuic.py



Modified: trunk/source/python/AvidaGui2/checkuic.py
===================================================================
--- trunk/source/python/AvidaGui2/checkuic.py	2005-04-01 18:20:34 UTC (rev 99)
+++ trunk/source/python/AvidaGui2/checkuic.py	2005-04-04 15:28:29 UTC (rev 100)
@@ -57,6 +57,7 @@
       if response.startswith('Y'):
         os.system(command)
 
+print "------------------------------------------------------"
 for py_name in py_dict.keys():
   if py_dict[py_name] == 0:
     ui_name = py_name.replace(".py", ".ui")

Modified: trunk/source/python/AvidaGui2/pyPetriConfigureView.ui
===================================================================
--- trunk/source/python/AvidaGui2/pyPetriConfigureView.ui	2005-04-01 18:20:34 UTC (rev 99)
+++ trunk/source/python/AvidaGui2/pyPetriConfigureView.ui	2005-04-04 15:28:29 UTC (rev 100)
@@ -350,7 +350,7 @@
                                 <string>No</string>
                             </property>
                             <property name="checked">
-                                <bool>true</bool>
+                                <bool>false</bool>
                             </property>
                             <property name="toolTip" stdset="0">
                                 <string>Organisms only die when replaced by new oranisims</string>
@@ -367,6 +367,9 @@
                             <property name="text">
                                 <string>Yes</string>
                             </property>
+                            <property name="checked">
+                                <bool>true</bool>
+                            </property>
                             <property name="toolTip" stdset="0">
                                 <string>Organism can die without being replaced</string>
                             </property>
@@ -384,7 +387,7 @@
                                         <cstring>DeathTextLabel2</cstring>
                                     </property>
                                     <property name="enabled">
-                                        <bool>false</bool>
+                                        <bool>true</bool>
                                     </property>
                                     <property name="sizePolicy">
                                         <sizepolicy>
@@ -415,7 +418,7 @@
                                                 <cstring>LifeSpanSpinBox</cstring>
                                             </property>
                                             <property name="enabled">
-                                                <bool>false</bool>
+                                                <bool>true</bool>
                                             </property>
                                             <property name="sizePolicy">
                                                 <sizepolicy>
@@ -446,7 +449,7 @@
                                                 <cstring>DeathTextLabel3</cstring>
                                             </property>
                                             <property name="enabled">
-                                                <bool>false</bool>
+                                                <bool>true</bool>
                                             </property>
                                             <property name="sizePolicy">
                                                 <sizepolicy>




More information about the Avida-cvs mailing list