[Avida-cvs] [Avida2-svn] r87 - branches/developers/kaben/source/python/AvidaGui2

kaben at myxo.css.msu.edu kaben at myxo.css.msu.edu
Wed Mar 30 11:28:15 PST 2005


Author: kaben
Date: 2005-03-30 14:28:15 -0500 (Wed, 30 Mar 2005)
New Revision: 87

Removed:
   branches/developers/kaben/source/python/AvidaGui2/pyVivisectionCtrl.py
   branches/developers/kaben/source/python/AvidaGui2/pyVivisectionView.py
   branches/developers/kaben/source/python/AvidaGui2/pyVivisectionView.ui
Log:

* Removed files and classes containing objectionable term "Vivisection".
  (Note: pyVivisectionView.py shouldn't have been here anyway, since
  it's autogenerated.)



Deleted: branches/developers/kaben/source/python/AvidaGui2/pyVivisectionCtrl.py
===================================================================
--- branches/developers/kaben/source/python/AvidaGui2/pyVivisectionCtrl.py	2005-03-30 19:26:40 UTC (rev 86)
+++ branches/developers/kaben/source/python/AvidaGui2/pyVivisectionCtrl.py	2005-03-30 19:28:15 UTC (rev 87)
@@ -1,10 +0,0 @@
-# -*- coding: utf-8 -*-
-
-from qt import *
-from pyVivisectionView import pyVivisectionView
-
-
-class pyVivisectionCtrl(pyVivisectionView):
-
-  def __init__(self,parent = None,name = None,fl = 0):
-    pyVivisectionView.__init__(self,parent,name,fl)

Deleted: branches/developers/kaben/source/python/AvidaGui2/pyVivisectionView.py
===================================================================
--- branches/developers/kaben/source/python/AvidaGui2/pyVivisectionView.py	2005-03-30 19:26:40 UTC (rev 86)
+++ branches/developers/kaben/source/python/AvidaGui2/pyVivisectionView.py	2005-03-30 19:28:15 UTC (rev 87)
@@ -1,45 +0,0 @@
-# -*- coding: utf-8 -*-
-
-# Form implementation generated from reading ui file '/Users/kaben/Projects/Software/Avida/branch.kaben/avida--current--2.0--base-0/source/bindings/Boost.Python/AvidaGui2/pyVivisectionView.ui'
-#
-# Created: Fri Dec 3 10:26:53 2004
-#      by: The PyQt User Interface Compiler (pyuic) 3.12
-#
-# WARNING! All changes made in this file will be lost!
-
-
-from qt import *
-
-
-class pyVivisectionView(QWidget):
-  def __init__(self,parent = None,name = None,fl = 0):
-    QWidget.__init__(self,parent,name,fl)
-
-    if not name:
-      self.setName("pyVivisectionView")
-
-
-    pyVivisectionViewLayout = QVBoxLayout(self,11,6,"pyVivisectionViewLayout")
-
-    self.textLabel4 = QLabel(self,"textLabel4")
-    self.textLabel4.setBackgroundMode(QLabel.PaletteShadow)
-    textLabel4_font = QFont(self.textLabel4.font())
-    textLabel4_font.setPointSize(24)
-    self.textLabel4.setFont(textLabel4_font)
-    self.textLabel4.setScaledContents(0)
-    self.textLabel4.setAlignment(QLabel.AlignCenter)
-    pyVivisectionViewLayout.addWidget(self.textLabel4)
-
-    self.languageChange()
-
-    self.resize(QSize(279,51).expandedTo(self.minimumSizeHint()))
-    self.clearWState(Qt.WState_Polished)
-
-
-  def languageChange(self):
-    self.setCaption(self.__tr("pyVivisectionView"))
-    self.textLabel4.setText(self.__tr("mock vivisection table"))
-
-
-  def __tr(self,s,c = None):
-    return qApp.translate("pyVivisectionView",s,c)

Deleted: branches/developers/kaben/source/python/AvidaGui2/pyVivisectionView.ui
===================================================================
--- branches/developers/kaben/source/python/AvidaGui2/pyVivisectionView.ui	2005-03-30 19:26:40 UTC (rev 86)
+++ branches/developers/kaben/source/python/AvidaGui2/pyVivisectionView.ui	2005-03-30 19:28:15 UTC (rev 87)
@@ -1,47 +0,0 @@
-<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
-<class>pyVivisectionView</class>
-<widget class="QWidget">
-    <property name="name">
-        <cstring>pyVivisectionView</cstring>
-    </property>
-    <property name="geometry">
-        <rect>
-            <x>0</x>
-            <y>0</y>
-            <width>279</width>
-            <height>51</height>
-        </rect>
-    </property>
-    <property name="caption">
-        <string>pyVivisectionView</string>
-    </property>
-    <vbox>
-        <property name="name">
-            <cstring>unnamed</cstring>
-        </property>
-        <widget class="QLabel">
-            <property name="name">
-                <cstring>textLabel4</cstring>
-            </property>
-            <property name="backgroundMode">
-                <enum>PaletteShadow</enum>
-            </property>
-            <property name="font">
-                <font>
-                    <pointsize>24</pointsize>
-                </font>
-            </property>
-            <property name="text">
-                <string>mock vivisection table</string>
-            </property>
-            <property name="scaledContents">
-                <bool>false</bool>
-            </property>
-            <property name="alignment">
-                <set>AlignCenter</set>
-            </property>
-        </widget>
-    </vbox>
-</widget>
-<layoutdefaults spacing="6" margin="11"/>
-</UI>




More information about the Avida-cvs mailing list