From 19e801092ed669cfe021ccb6d032f838b5599642 Mon Sep 17 00:00:00 2001 From: LtWorf Date: Sun, 9 Nov 2008 12:15:04 +0000 Subject: [PATCH] simplified outer join git-svn-id: http://galileo.dmi.unict.it/svn/relational/trunk@54 014f5005-505e-4b48-8d0a-63407b615a7c --- CHANGELOG | 3 ++- about.py | 7 +++++-- relation.py | 16 +++++++--------- 3 files changed, 14 insertions(+), 12 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 6da68ba..53e7af3 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -41,4 +41,5 @@ - When adding a relation, the file must be chosen 1st, and then the default relation's name is the same as the filename - Changed internal rename method. Now uses a dictionary - Optimized saving of relations -- Can save relations from gui \ No newline at end of file +- Can save relations from gui +- Outer join methods simplified \ No newline at end of file diff --git a/about.py b/about.py index 14765c1..98eb5f7 100644 --- a/about.py +++ b/about.py @@ -106,17 +106,20 @@ class Ui_Dialog(object): self.tabWidget.setCurrentIndex(0) QtCore.QObject.connect(self.buttonBox,QtCore.SIGNAL("accepted()"),Dialog.accept) QtCore.QObject.connect(self.buttonBox,QtCore.SIGNAL("rejected()"),Dialog.reject) + #QtCore.QObject.connect(self.label_4,QtCore.SIGNAL("linkActivated()"),self.openSite) QtCore.QMetaObject.connectSlotsByName(Dialog) - + def openSite(self): + print "ciao" def retranslateUi(self, Dialog): Dialog.setWindowTitle(QtGui.QApplication.translate("Dialog", "Documentation", None, QtGui.QApplication.UnicodeUTF8)) self.groupBox.setTitle(QtGui.QApplication.translate("Dialog", "Relational", None, QtGui.QApplication.UnicodeUTF8)) self.label.setText(QtGui.QApplication.translate("Dialog", "Relational", None, QtGui.QApplication.UnicodeUTF8)) self.label_3.setText(QtGui.QApplication.translate("Dialog", "Version "+relational.version, None, QtGui.QApplication.UnicodeUTF8)) self.groupBox_3.setTitle(QtGui.QApplication.translate("Dialog", "Author", None, QtGui.QApplication.UnicodeUTF8)) - self.label_2.setText(QtGui.QApplication.translate("Dialog", "Salvo \"LtWorf\" Tomaselli", None, QtGui.QApplication.UnicodeUTF8)) + self.label_2.setText(QtGui.QApplication.translate("Dialog", "Salvo \"LtWorf\" Tomaselli ", None, QtGui.QApplication.UnicodeUTF8)) self.groupBox_2.setTitle(QtGui.QApplication.translate("Dialog", "Links", None, QtGui.QApplication.UnicodeUTF8)) self.label_4.setText(QtGui.QApplication.translate("Dialog", "http://galileo.dmi.unict.it/wiki/relational/", None, QtGui.QApplication.UnicodeUTF8)) + self.tabWidget.setTabText(self.tabWidget.indexOf(self.tab), QtGui.QApplication.translate("Dialog", "About", None, QtGui.QApplication.UnicodeUTF8)) self.textEdit.setHtml(QtGui.QApplication.translate("Dialog", "\n" "GNU General Public License - GNU Project - Free Software Foundation (FSF)