aboutsummaryrefslogtreecommitdiffstats
path: root/mageiaSync
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageialinux-online.org>2015-04-03 18:43:16 +0200
committerPapoteur <papoteur@mageialinux-online.org>2015-04-03 18:43:16 +0200
commit41a5d0c579dc53961750aeade7aed73498fe36d5 (patch)
treec3242b8e15d5e5116e26f4b40e3a8f3e489e07c0 /mageiaSync
parent47b68220a54aed06785de3a69c8ec7984b4c5820 (diff)
downloadMageiaSync-41a5d0c579dc53961750aeade7aed73498fe36d5.tar
MageiaSync-41a5d0c579dc53961750aeade7aed73498fe36d5.tar.gz
MageiaSync-41a5d0c579dc53961750aeade7aed73498fe36d5.tar.bz2
MageiaSync-41a5d0c579dc53961750aeade7aed73498fe36d5.tar.xz
MageiaSync-41a5d0c579dc53961750aeade7aed73498fe36d5.zip
Update the version in main dialog, some titles not translatable.
Diffstat (limited to 'mageiaSync')
-rw-r--r--mageiaSync/mageiaSyncAbout.py6
-rw-r--r--mageiaSync/mageiaSyncAbout.ui4
-rw-r--r--mageiaSync/mageiaSyncCredits.py6
-rw-r--r--mageiaSync/mageiaSyncCredits.ui2
-rw-r--r--mageiaSync/mageiaSyncUI.py4
-rw-r--r--mageiaSync/mageiaSyncUI.ui2
6 files changed, 12 insertions, 12 deletions
diff --git a/mageiaSync/mageiaSyncAbout.py b/mageiaSync/mageiaSyncAbout.py
index a824ad9..b9b6051 100644
--- a/mageiaSync/mageiaSyncAbout.py
+++ b/mageiaSync/mageiaSyncAbout.py
@@ -2,7 +2,7 @@
# Form implementation generated from reading ui file 'mageiaSyncAbout.ui'
#
-# Created: Sun Mar 29 14:46:46 2015
+# Created: Fri Apr 3 18:38:23 2015
# by: PyQt5 UI code generator 5.1.1
#
# WARNING! All changes made in this file will be lost!
@@ -12,7 +12,8 @@ from PyQt5 import QtCore, QtGui, QtWidgets
class Ui_aboutDialog(object):
def setupUi(self, aboutDialog):
aboutDialog.setObjectName("aboutDialog")
- aboutDialog.resize(452, 348)
+ aboutDialog.resize(452, 353)
+ aboutDialog.setWindowTitle("mageiaSync")
self.verticalLayout = QtWidgets.QVBoxLayout(aboutDialog)
self.verticalLayout.setObjectName("verticalLayout")
self.verticalLayout_3 = QtWidgets.QVBoxLayout()
@@ -65,7 +66,6 @@ class Ui_aboutDialog(object):
def retranslateUi(self, aboutDialog):
_translate = QtCore.QCoreApplication.translate
- aboutDialog.setWindowTitle(_translate("aboutDialog", "MageiaSync"))
self.label.setText(_translate("aboutDialog", "mageiaSync"))
self.label_2.setText(_translate("aboutDialog", "A tool for loading ISO images. It is a frontend to rsync."))
self.label_3.setText(_translate("aboutDialog", "License: GNU GPL v3"))
diff --git a/mageiaSync/mageiaSyncAbout.ui b/mageiaSync/mageiaSyncAbout.ui
index a1e3105..2b399c6 100644
--- a/mageiaSync/mageiaSyncAbout.ui
+++ b/mageiaSync/mageiaSyncAbout.ui
@@ -7,11 +7,11 @@
<x>0</x>
<y>0</y>
<width>452</width>
- <height>348</height>
+ <height>353</height>
</rect>
</property>
<property name="windowTitle">
- <string>MageiaSync</string>
+ <string notr="true">mageiaSync</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
diff --git a/mageiaSync/mageiaSyncCredits.py b/mageiaSync/mageiaSyncCredits.py
index 3094aff..b7d2901 100644
--- a/mageiaSync/mageiaSyncCredits.py
+++ b/mageiaSync/mageiaSyncCredits.py
@@ -2,7 +2,7 @@
# Form implementation generated from reading ui file 'mageiaSyncCredits.ui'
#
-# Created: Sun Mar 29 14:32:39 2015
+# Created: Fri Apr 3 18:39:03 2015
# by: PyQt5 UI code generator 5.1.1
#
# WARNING! All changes made in this file will be lost!
@@ -13,6 +13,7 @@ class Ui_creditsDialog(object):
def setupUi(self, creditsDialog):
creditsDialog.setObjectName("creditsDialog")
creditsDialog.resize(452, 346)
+ creditsDialog.setWindowTitle("mageiaSync")
self.verticalLayout = QtWidgets.QVBoxLayout(creditsDialog)
self.verticalLayout.setObjectName("verticalLayout")
self.verticalLayout_3 = QtWidgets.QVBoxLayout()
@@ -38,6 +39,5 @@ class Ui_creditsDialog(object):
QtCore.QMetaObject.connectSlotsByName(creditsDialog)
def retranslateUi(self, creditsDialog):
- _translate = QtCore.QCoreApplication.translate
- creditsDialog.setWindowTitle(_translate("creditsDialog", "MageiaSync"))
+ pass
diff --git a/mageiaSync/mageiaSyncCredits.ui b/mageiaSync/mageiaSyncCredits.ui
index 8ec0d78..f23d8f9 100644
--- a/mageiaSync/mageiaSyncCredits.ui
+++ b/mageiaSync/mageiaSyncCredits.ui
@@ -11,7 +11,7 @@
</rect>
</property>
<property name="windowTitle">
- <string>MageiaSync</string>
+ <string notr="true">mageiaSync</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
diff --git a/mageiaSync/mageiaSyncUI.py b/mageiaSync/mageiaSyncUI.py
index 07461d3..7a8e30c 100644
--- a/mageiaSync/mageiaSyncUI.py
+++ b/mageiaSync/mageiaSyncUI.py
@@ -2,7 +2,7 @@
# Form implementation generated from reading ui file 'mageiaSyncUI.ui'
#
-# Created: Sun Mar 29 15:53:06 2015
+# Created: Fri Apr 3 18:37:58 2015
# by: PyQt5 UI code generator 5.1.1
#
# WARNING! All changes made in this file will be lost!
@@ -13,7 +13,7 @@ class Ui_mainWindow(object):
def setupUi(self, mainWindow):
mainWindow.setObjectName("mainWindow")
mainWindow.resize(820, 587)
- mainWindow.setWindowTitle("MageiaSync v0.1.4")
+ mainWindow.setWindowTitle("mageiaSync v0.1.5")
icon = QtGui.QIcon()
icon.addPixmap(QtGui.QPixmap("../../../../usr/share/icons/hicolor/scalable/apps/mageiasync.svg"), QtGui.QIcon.Normal, QtGui.QIcon.Off)
mainWindow.setWindowIcon(icon)
diff --git a/mageiaSync/mageiaSyncUI.ui b/mageiaSync/mageiaSyncUI.ui
index ffa737e..af5af97 100644
--- a/mageiaSync/mageiaSyncUI.ui
+++ b/mageiaSync/mageiaSyncUI.ui
@@ -11,7 +11,7 @@
</rect>
</property>
<property name="windowTitle">
- <string notr="true">MageiaSync v0.1.4</string>
+ <string notr="true">mageiaSync v0.1.5</string>
</property>
<property name="windowIcon">
<iconset>