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

kaben at myxo.css.msu.edu kaben at myxo.css.msu.edu
Sat Jun 21 12:17:31 PDT 2008


Author: kaben
Date: 2008-06-21 15:17:31 -0400 (Sat, 21 Jun 2008)
New Revision: 2667

Modified:
   branches/developers/avida-edward/source/python/AvidaGui2/pyEduWorkspaceView.ui
   branches/developers/avida-edward/source/python/AvidaGui2/pyRightClickDialogView.ui
Log:
Avida-ED Freezer: Reordered File menu and corresponding rich-click dialog box
in freezer. New ordering of menu items and dialog-box radio buttons: Open,
Rename, Export, Delete.


Modified: branches/developers/avida-edward/source/python/AvidaGui2/pyEduWorkspaceView.ui
===================================================================
--- branches/developers/avida-edward/source/python/AvidaGui2/pyEduWorkspaceView.ui	2008-06-21 18:39:27 UTC (rev 2666)
+++ branches/developers/avida-edward/source/python/AvidaGui2/pyEduWorkspaceView.ui	2008-06-21 19:17:31 UTC (rev 2667)
@@ -195,10 +195,11 @@
         <action name="fileSaveImagesAction"/>
         <action name="fileImportItemAction"/>
         <separator/>
+        <action name="fileOpenItemAction"/>
         <action name="fileRenameItemAction"/>
         <action name="fileExportItemAction"/>
+        <separator/>
         <action name="fileDeleteItemAction"/>
-        <action name="fileOpenItemAction"/>
         <separator/>
         <action name="m_print_action"/>
     </item>
@@ -347,6 +348,8 @@
         <property type="0">-1</property>
         <property type="1">pyFreezerView</property>
         <property type="0">-1</property>
+        <property type="1">pyFreezerView</property>
+        <property type="0">-1</property>
         <property type="pyFreezerView"></property>
         <property type="-1">1</property>
     </customwidget>
@@ -442,6 +445,8 @@
         <property type="0">-1</property>
         <property type="1">pyNavBarView</property>
         <property type="0">-1</property>
+        <property type="1">pyNavBarView</property>
+        <property type="0">-1</property>
         <property type="pyNavBarView"></property>
         <property type="-1">1</property>
     </customwidget>
@@ -918,12 +923,12 @@
         <property name="menuText">
             <string>Import &amp;Item</string>
         </property>
+        <property name="toolTip">
+            <string>Import Freezer Items</string>
+        </property>
         <property name="accel">
             <string>Ctrl+I</string>
         </property>
-        <property name="toolTip">
-            <string>Import Freezer Items</string>
-        </property>
     </action>
     <action>
         <property name="name">

Modified: branches/developers/avida-edward/source/python/AvidaGui2/pyRightClickDialogView.ui
===================================================================
--- branches/developers/avida-edward/source/python/AvidaGui2/pyRightClickDialogView.ui	2008-06-21 18:39:27 UTC (rev 2666)
+++ branches/developers/avida-edward/source/python/AvidaGui2/pyRightClickDialogView.ui	2008-06-21 19:17:31 UTC (rev 2667)
@@ -58,7 +58,7 @@
                 </property>
                 <widget class="QRadioButton">
                     <property name="name">
-                        <cstring>RenameRadioButton</cstring>
+                        <cstring>OpenRadioButton</cstring>
                     </property>
                     <property name="font">
                         <font>
@@ -66,26 +66,17 @@
                             <pointsize>16</pointsize>
                         </font>
                     </property>
-                    <property name="focusPolicy">
-                        <enum>TabFocus</enum>
-                    </property>
                     <property name="text">
-                        <string>Rename</string>
+                        <string>Open</string>
                     </property>
-                    <property name="checked">
-                        <bool>true</bool>
-                    </property>
                     <property name="toolTip" stdset="0">
-                        <string>&lt;p&gt;Rename the freezer item&lt;/p&gt;</string>
+                        <string>&lt;p&gt;Open freezer item&lt;/P&gt;</string>
                     </property>
                 </widget>
                 <widget class="QRadioButton">
                     <property name="name">
-                        <cstring>DeleteRadioButton</cstring>
+                        <cstring>RenameRadioButton</cstring>
                     </property>
-                    <property name="enabled">
-                        <bool>true</bool>
-                    </property>
                     <property name="font">
                         <font>
                             <family>Arial</family>
@@ -93,13 +84,16 @@
                         </font>
                     </property>
                     <property name="focusPolicy">
-                        <enum>NoFocus</enum>
+                        <enum>TabFocus</enum>
                     </property>
                     <property name="text">
-                        <string>Delete</string>
+                        <string>Rename</string>
                     </property>
+                    <property name="checked">
+                        <bool>true</bool>
+                    </property>
                     <property name="toolTip" stdset="0">
-                        <string>&lt;p&gt;Delete the freezer item&lt;/P&gt;</string>
+                        <string>&lt;p&gt;Rename the freezer item&lt;/p&gt;</string>
                     </property>
                 </widget>
                 <widget class="QRadioButton">
@@ -127,19 +121,25 @@
                 </widget>
                 <widget class="QRadioButton">
                     <property name="name">
-                        <cstring>OpenRadioButton</cstring>
+                        <cstring>DeleteRadioButton</cstring>
                     </property>
+                    <property name="enabled">
+                        <bool>true</bool>
+                    </property>
                     <property name="font">
                         <font>
                             <family>Arial</family>
                             <pointsize>16</pointsize>
                         </font>
                     </property>
+                    <property name="focusPolicy">
+                        <enum>NoFocus</enum>
+                    </property>
                     <property name="text">
-                        <string>Open</string>
+                        <string>Delete</string>
                     </property>
                     <property name="toolTip" stdset="0">
-                        <string>&lt;p&gt;Open freezer item&lt;/P&gt;</string>
+                        <string>&lt;p&gt;Delete the freezer item&lt;/P&gt;</string>
                     </property>
                 </widget>
             </hbox>




More information about the Avida-cvs mailing list