diff --git a/Office/LibreOffice.app/Resources/LibreOffice.png b/Office/LibreOffice.app/Resources/LibreOffice.png index 69292e13f..de162efb2 100644 Binary files a/Office/LibreOffice.app/Resources/LibreOffice.png and b/Office/LibreOffice.app/Resources/LibreOffice.png differ diff --git a/Preferences/Date and Time.app/Resources/Date and Time.png b/Preferences/Date and Time.app/Resources/Date and Time.png index e51e25e2d..61baccf2d 100644 Binary files a/Preferences/Date and Time.app/Resources/Date and Time.png and b/Preferences/Date and Time.app/Resources/Date and Time.png differ diff --git a/Preferences/Keyboard.app/Resources/International.png b/Preferences/Keyboard.app/Resources/International.png index b69dd2255..bfe2320f3 100644 Binary files a/Preferences/Keyboard.app/Resources/International.png and b/Preferences/Keyboard.app/Resources/International.png differ diff --git a/Preferences/Mouse.app/Resources/Mouse.png b/Preferences/Mouse.app/Resources/Mouse.png index 74b551a29..324316dfc 100644 Binary files a/Preferences/Mouse.app/Resources/Mouse.png and b/Preferences/Mouse.app/Resources/Mouse.png differ diff --git a/Preferences/Sharing.app/Resources/Sharing.png b/Preferences/Sharing.app/Resources/Sharing.png index a7424fcba..0718bf1f1 100644 Binary files a/Preferences/Sharing.app/Resources/Sharing.png and b/Preferences/Sharing.app/Resources/Sharing.png differ diff --git a/Root/Install Developer Tools.app/Resources/Background.png b/Root/Install Developer Tools.app/Resources/Background.png index 9eec98e93..261850929 100644 Binary files a/Root/Install Developer Tools.app/Resources/Background.png and b/Root/Install Developer Tools.app/Resources/Background.png differ diff --git a/Root/Install Developer Tools.app/Resources/check.png b/Root/Install Developer Tools.app/Resources/check.png deleted file mode 100644 index 5277f4691..000000000 Binary files a/Root/Install Developer Tools.app/Resources/check.png and /dev/null differ diff --git a/Root/Install Developer Tools.app/Resources/cross.png b/Root/Install Developer Tools.app/Resources/cross.png deleted file mode 100644 index c0ec4f2be..000000000 Binary files a/Root/Install Developer Tools.app/Resources/cross.png and /dev/null differ diff --git a/Root/Install Developer Tools.app/Resources/developer-install.py b/Root/Install Developer Tools.app/Resources/developer-install.py index 072ae30de..d1cbef150 100755 --- a/Root/Install Developer Tools.app/Resources/developer-install.py +++ b/Root/Install Developer Tools.app/Resources/developer-install.py @@ -116,7 +116,7 @@ def __init__(self): # [QtWidgets.QWizard.CustomButton1, QtWidgets.QWizard.Stretch, QtWidgets.QWizard.NextButton]) self.setWindowTitle(tr("Install Developer Tools")) - self.setFixedSize(800, 550) + self.setFixedSize(600, 400) # Remove window decorations, especially the close button self.setWindowFlags(QtCore.Qt.CustomizeWindowHint) @@ -621,7 +621,7 @@ def initializePage(self): self.setTitle(tr('Installation Complete')) self.setSubTitle(tr('The installation succeeded.')) - logo_pixmap = QtGui.QPixmap(os.path.dirname(__file__) + '/check.png').scaledToHeight(256, QtCore.Qt.SmoothTransformation) + logo_pixmap = QtGui.QPixmap(os.path.dirname(__file__) + '/successful.png').scaledToHeight(256, QtCore.Qt.SmoothTransformation) logo_label = QtWidgets.QLabel() logo_label.setPixmap(logo_pixmap) @@ -658,7 +658,7 @@ def __init__(self): self.setTitle(tr('Error')) self.setSubTitle(tr('The installation could not be performed.')) - logo_pixmap = QtGui.QPixmap(os.path.dirname(__file__) + '/cross.png').scaledToHeight(256, QtCore.Qt.SmoothTransformation) + logo_pixmap = QtGui.QPixmap(os.path.dirname(__file__) + '/failed.png').scaledToHeight(256, QtCore.Qt.SmoothTransformation) logo_label = QtWidgets.QLabel() logo_label.setPixmap(logo_pixmap) diff --git a/Root/Install Developer Tools.app/Resources/failed.png b/Root/Install Developer Tools.app/Resources/failed.png new file mode 100644 index 000000000..da75e0d22 Binary files /dev/null and b/Root/Install Developer Tools.app/Resources/failed.png differ diff --git a/Root/Install Developer Tools.app/Resources/successful.png b/Root/Install Developer Tools.app/Resources/successful.png new file mode 100644 index 000000000..23c98a437 Binary files /dev/null and b/Root/Install Developer Tools.app/Resources/successful.png differ diff --git a/System/Network.app/Resources/Network.png b/System/Network.app/Resources/Network.png index 711cbf724..e10dcc1b9 100644 Binary files a/System/Network.app/Resources/Network.png and b/System/Network.app/Resources/Network.png differ diff --git a/System/Volume.app/Resources/audio-output-none-symbolic.png b/System/Volume.app/Resources/audio-output-none-symbolic.png new file mode 100644 index 000000000..12fc33cff Binary files /dev/null and b/System/Volume.app/Resources/audio-output-none-symbolic.png differ diff --git a/System/Volume.app/Resources/audio-volume-high-symbolic.png b/System/Volume.app/Resources/audio-volume-high-symbolic.png index 83aff8e96..983ad2385 100644 Binary files a/System/Volume.app/Resources/audio-volume-high-symbolic.png and b/System/Volume.app/Resources/audio-volume-high-symbolic.png differ diff --git a/System/Volume.app/Resources/audio-volume-low-symbolic.png b/System/Volume.app/Resources/audio-volume-low-symbolic.png new file mode 100644 index 000000000..f388a2935 Binary files /dev/null and b/System/Volume.app/Resources/audio-volume-low-symbolic.png differ diff --git a/System/Volume.app/Resources/audio-volume-low-zero-symbolic.png b/System/Volume.app/Resources/audio-volume-low-zero-symbolic.png new file mode 100644 index 000000000..11772b9f3 Binary files /dev/null and b/System/Volume.app/Resources/audio-volume-low-zero-symbolic.png differ diff --git a/System/Volume.app/Resources/audio-volume-medium-symbolic.png b/System/Volume.app/Resources/audio-volume-medium-symbolic.png new file mode 100644 index 000000000..4878cc177 Binary files /dev/null and b/System/Volume.app/Resources/audio-volume-medium-symbolic.png differ diff --git a/System/Volume.app/Resources/audio-volume-muted-blocking-symbolic.png b/System/Volume.app/Resources/audio-volume-muted-blocking-symbolic.png new file mode 100644 index 000000000..7ac6ef245 Binary files /dev/null and b/System/Volume.app/Resources/audio-volume-muted-blocking-symbolic.png differ diff --git a/System/Volume.app/Resources/audio-volume-muted-symbolic.png b/System/Volume.app/Resources/audio-volume-muted-symbolic.png index f83544933..7bfe2b3e5 100644 Binary files a/System/Volume.app/Resources/audio-volume-muted-symbolic.png and b/System/Volume.app/Resources/audio-volume-muted-symbolic.png differ diff --git a/System/Welcome.app/Resources/background.png b/System/Welcome.app/Resources/background.png new file mode 100644 index 000000000..6e748888f Binary files /dev/null and b/System/Welcome.app/Resources/background.png differ diff --git a/System/Welcome.app/Resources/welcome-wizard.py b/System/Welcome.app/Resources/welcome-wizard.py index fbc9a8afa..f875e4a61 100755 --- a/System/Welcome.app/Resources/welcome-wizard.py +++ b/System/Welcome.app/Resources/welcome-wizard.py @@ -50,7 +50,7 @@ def __init__(self): super().__init__() self.setWizardStyle(QtWidgets.QWizard.MacStyle) - # self.setPixmap(QtWidgets.QWizard.BackgroundPixmap, QtGui.QPixmap(os.path.dirname(__file__) + '/Welcome.png')) + self.setPixmap(QtWidgets.QWizard.BackgroundPixmap, QtGui.QPixmap(os.path.dirname(__file__) + '/background.png')) self.setOption(QtWidgets.QWizard.ExtendedWatermarkPixmap, True) # Extend WatermarkPixmap all the way down to the window's edge; https://doc.qt.io/qt-5/qwizard.html#wizard-look-and-feel self.setWindowTitle("Welcome") diff --git a/Under Construction/Backup.app/Resources/Backup.png b/Under Construction/Backup.app/Resources/Backup.png index f6a3c0e59..c3459cba8 100644 Binary files a/Under Construction/Backup.app/Resources/Backup.png and b/Under Construction/Backup.app/Resources/Backup.png differ diff --git a/Under Construction/Backup.app/Resources/Backup.svg b/Under Construction/Backup.app/Resources/Backup.svg new file mode 100644 index 000000000..b0d56ba59 --- /dev/null +++ b/Under Construction/Backup.app/Resources/Backup.svg @@ -0,0 +1,467 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Under Construction/Backup.app/Resources/background.png b/Under Construction/Backup.app/Resources/background.png index 5e66270d1..3576ae7a1 100644 Binary files a/Under Construction/Backup.app/Resources/background.png and b/Under Construction/Backup.app/Resources/background.png differ diff --git a/Under Construction/Disk First Aid.app/Resources/check.png b/Under Construction/Disk First Aid.app/Resources/check.png deleted file mode 100644 index 5277f4691..000000000 Binary files a/Under Construction/Disk First Aid.app/Resources/check.png and /dev/null differ diff --git a/Under Construction/Disk First Aid.app/Resources/cross.png b/Under Construction/Disk First Aid.app/Resources/cross.png deleted file mode 100644 index c0ec4f2be..000000000 Binary files a/Under Construction/Disk First Aid.app/Resources/cross.png and /dev/null differ diff --git a/Under Construction/Disk First Aid.app/Resources/disk-first-aid.py b/Under Construction/Disk First Aid.app/Resources/disk-first-aid.py index 03bb59057..86c851a43 100755 --- a/Under Construction/Disk First Aid.app/Resources/disk-first-aid.py +++ b/Under Construction/Disk First Aid.app/Resources/disk-first-aid.py @@ -337,7 +337,7 @@ def initializePage(self): self.setTitle('Complete') self.setSubTitle('The process has completed.') - logo_pixmap = QtGui.QPixmap(os.path.dirname(__file__) + '/check.svg').scaledToHeight(160, QtCore.Qt.SmoothTransformation) + logo_pixmap = QtGui.QPixmap(os.path.dirname(__file__) + '/successful.png').scaledToHeight(160, QtCore.Qt.SmoothTransformation) logo_label = QtWidgets.QLabel() logo_label.setPixmap(logo_pixmap) @@ -388,7 +388,7 @@ def __init__(self): self.setTitle('Error') self.setSubTitle('The operation could not be performed.') - logo_pixmap = QtGui.QPixmap(os.path.dirname(__file__) + '/cross.png').scaledToHeight(160, QtCore.Qt.SmoothTransformation) + logo_pixmap = QtGui.QPixmap(os.path.dirname(__file__) + '/failed.png').scaledToHeight(160, QtCore.Qt.SmoothTransformation) logo_label = QtWidgets.QLabel() logo_label.setPixmap(logo_pixmap) diff --git a/Under Construction/Disk First Aid.app/Resources/failed.png b/Under Construction/Disk First Aid.app/Resources/failed.png new file mode 100644 index 000000000..da75e0d22 Binary files /dev/null and b/Under Construction/Disk First Aid.app/Resources/failed.png differ diff --git a/Under Construction/Disk First Aid.app/Resources/successful.png b/Under Construction/Disk First Aid.app/Resources/successful.png new file mode 100644 index 000000000..23c98a437 Binary files /dev/null and b/Under Construction/Disk First Aid.app/Resources/successful.png differ diff --git a/Under Construction/Download Applications.app/Resources/Download Applications.png b/Under Construction/Download Applications.app/Resources/Download Applications.png index 18736c979..21094d661 100644 Binary files a/Under Construction/Download Applications.app/Resources/Download Applications.png and b/Under Construction/Download Applications.app/Resources/Download Applications.png differ diff --git a/Under Construction/Download Applications.app/Resources/background.png b/Under Construction/Download Applications.app/Resources/background.png index 787f4a911..ec7f0275d 100644 Binary files a/Under Construction/Download Applications.app/Resources/background.png and b/Under Construction/Download Applications.app/Resources/background.png differ diff --git a/Under Construction/Download Applications.app/Resources/check.png b/Under Construction/Download Applications.app/Resources/check.png deleted file mode 100644 index 5277f4691..000000000 Binary files a/Under Construction/Download Applications.app/Resources/check.png and /dev/null differ diff --git a/Under Construction/Download Applications.app/Resources/cross.png b/Under Construction/Download Applications.app/Resources/cross.png deleted file mode 100644 index c0ec4f2be..000000000 Binary files a/Under Construction/Download Applications.app/Resources/cross.png and /dev/null differ diff --git a/Under Construction/Download Applications.app/Resources/download-applications.py b/Under Construction/Download Applications.app/Resources/download-applications.py index 2f6c9fb57..8f043dffb 100755 --- a/Under Construction/Download Applications.app/Resources/download-applications.py +++ b/Under Construction/Download Applications.app/Resources/download-applications.py @@ -412,7 +412,7 @@ def initializePage(self): self.setTitle(tr('Download Complete')) self.setSubTitle(tr('The application has been downloaded to ~/Downloads.')) - logo_pixmap = QtGui.QPixmap(os.path.dirname(__file__) + '/check.png').scaledToHeight(160, QtCore.Qt.SmoothTransformation) + logo_pixmap = QtGui.QPixmap(os.path.dirname(__file__) + '/successful.png').scaledToHeight(160, QtCore.Qt.SmoothTransformation) logo_label = QtWidgets.QLabel() logo_label.setPixmap(logo_pixmap) @@ -447,7 +447,7 @@ def __init__(self): self.setTitle(tr('Error')) self.setSubTitle(tr('The application could not be downloaded.')) - logo_pixmap = QtGui.QPixmap(os.path.dirname(__file__) + '/cross.png').scaledToHeight(160, QtCore.Qt.SmoothTransformation) + logo_pixmap = QtGui.QPixmap(os.path.dirname(__file__) + '/failed.png').scaledToHeight(160, QtCore.Qt.SmoothTransformation) logo_label = QtWidgets.QLabel() logo_label.setPixmap(logo_pixmap) diff --git a/Under Construction/Download Applications.app/Resources/failed.png b/Under Construction/Download Applications.app/Resources/failed.png new file mode 100644 index 000000000..da75e0d22 Binary files /dev/null and b/Under Construction/Download Applications.app/Resources/failed.png differ diff --git a/Under Construction/Download Applications.app/Resources/successful.png b/Under Construction/Download Applications.app/Resources/successful.png new file mode 100644 index 000000000..23c98a437 Binary files /dev/null and b/Under Construction/Download Applications.app/Resources/successful.png differ diff --git a/Under Construction/Install Debian Runtime.app/Resources/Install Debian Runtime.png b/Under Construction/Install Debian Runtime.app/Resources/Install Debian Runtime.png index 78975a886..88053fb48 100644 Binary files a/Under Construction/Install Debian Runtime.app/Resources/Install Debian Runtime.png and b/Under Construction/Install Debian Runtime.app/Resources/Install Debian Runtime.png differ diff --git a/Under Construction/Install Debian Runtime.app/Resources/download-debian.py b/Under Construction/Install Debian Runtime.app/Resources/download-debian.py index 75a5f2434..464152ffd 100755 --- a/Under Construction/Install Debian Runtime.app/Resources/download-debian.py +++ b/Under Construction/Install Debian Runtime.app/Resources/download-debian.py @@ -450,7 +450,7 @@ def initializePage(self): self.setTitle(tr('Linux Runtime Installation Complete')) self.setSubTitle(tr('The Linux Runtime has been installed.')) - logo_pixmap = QtGui.QPixmap(os.path.dirname(__file__) + '/check.png').scaledToHeight(160, QtCore.Qt.SmoothTransformation) + logo_pixmap = QtGui.QPixmap(os.path.dirname(__file__) + '/successful.png').scaledToHeight(160, QtCore.Qt.SmoothTransformation) logo_label = QtWidgets.QLabel() logo_label.setPixmap(logo_pixmap) @@ -485,7 +485,7 @@ def __init__(self): self.setTitle(tr('Error')) self.setSubTitle(tr('The installation could not be performed.')) - logo_pixmap = QtGui.QPixmap(os.path.dirname(__file__) + '/cross.png').scaledToHeight(160, QtCore.Qt.SmoothTransformation) + logo_pixmap = QtGui.QPixmap(os.path.dirname(__file__) + '/failed.png').scaledToHeight(160, QtCore.Qt.SmoothTransformation) logo_label = QtWidgets.QLabel() logo_label.setPixmap(logo_pixmap) diff --git a/Under Construction/Install Debian Runtime.app/Resources/failed.png b/Under Construction/Install Debian Runtime.app/Resources/failed.png new file mode 100644 index 000000000..da75e0d22 Binary files /dev/null and b/Under Construction/Install Debian Runtime.app/Resources/failed.png differ diff --git a/Under Construction/Install Debian Runtime.app/Resources/successful.png b/Under Construction/Install Debian Runtime.app/Resources/successful.png new file mode 100644 index 000000000..23c98a437 Binary files /dev/null and b/Under Construction/Install Debian Runtime.app/Resources/successful.png differ diff --git a/Under Construction/Simple Browser.app/Resources/images/stop-hex.png b/Under Construction/Simple Browser.app/Resources/images/stop-hex.png deleted file mode 100644 index cec2a31c2..000000000 Binary files a/Under Construction/Simple Browser.app/Resources/images/stop-hex.png and /dev/null differ diff --git a/Under Construction/Simple Browser.app/Resources/images/stop-sign.png b/Under Construction/Simple Browser.app/Resources/images/stop-sign.png new file mode 100644 index 000000000..6317fac64 Binary files /dev/null and b/Under Construction/Simple Browser.app/Resources/images/stop-sign.png differ diff --git a/Under Construction/Simple Browser.app/Simple Browser b/Under Construction/Simple Browser.app/Simple Browser index 4035dedab..28cc9c5ef 100755 --- a/Under Construction/Simple Browser.app/Simple Browser +++ b/Under Construction/Simple Browser.app/Simple Browser @@ -127,7 +127,7 @@ class MainWindow(QMainWindow): self.urlbar.returnPressed.connect(self.navigate_to_url) navtb.addWidget(self.urlbar) - stop_btn = QAction(QIcon(os.path.join(os.path.dirname(__file__), "Resources", 'images', 'stop-hex.png')), "Stop", self) + stop_btn = QAction(QIcon(os.path.join(os.path.dirname(__file__), "Resources", 'images', 'stop-sign.png')), "Stop", self) stop_btn.setStatusTip("Stop loading current page") stop_btn.triggered.connect(lambda: self.tabs.currentWidget().stop()) navtb.addAction(stop_btn) diff --git a/Utilities/Android File Transfer (MTP).app/Resources/Android File Transfer (MTP).png b/Utilities/Android File Transfer (MTP).app/Resources/Android File Transfer (MTP).png index 2e8291b6d..86ab49594 100644 Binary files a/Utilities/Android File Transfer (MTP).app/Resources/Android File Transfer (MTP).png and b/Utilities/Android File Transfer (MTP).app/Resources/Android File Transfer (MTP).png differ diff --git a/Utilities/Android File Transfer (MTP).app/Resources/Android File Transfer (MTP).svg b/Utilities/Android File Transfer (MTP).app/Resources/Android File Transfer (MTP).svg new file mode 100644 index 000000000..9bc848e7b --- /dev/null +++ b/Utilities/Android File Transfer (MTP).app/Resources/Android File Transfer (MTP).svg @@ -0,0 +1,125 @@ + + + + +phone-01 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Utilities/Create Live Media.app/Resources/Create Live Media.png b/Utilities/Create Live Media.app/Resources/Create Live Media.png index 90dc9b38b..75b1433fe 100644 Binary files a/Utilities/Create Live Media.app/Resources/Create Live Media.png and b/Utilities/Create Live Media.app/Resources/Create Live Media.png differ diff --git a/Utilities/Create Live Media.app/Resources/Create Live Media.svg b/Utilities/Create Live Media.app/Resources/Create Live Media.svg index 4e55465ae..c4234d83b 100644 --- a/Utilities/Create Live Media.app/Resources/Create Live Media.svg +++ b/Utilities/Create Live Media.app/Resources/Create Live Media.svg @@ -1,350 +1,221 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Utilities/Create Live Media.app/Resources/check.png b/Utilities/Create Live Media.app/Resources/check.png deleted file mode 100644 index 5277f4691..000000000 Binary files a/Utilities/Create Live Media.app/Resources/check.png and /dev/null differ diff --git a/Utilities/Create Live Media.app/Resources/create-livemedia.py b/Utilities/Create Live Media.app/Resources/create-livemedia.py index 240211a14..c2fe9108a 100755 --- a/Utilities/Create Live Media.app/Resources/create-livemedia.py +++ b/Utilities/Create Live Media.app/Resources/create-livemedia.py @@ -630,7 +630,7 @@ def initializePage(self): self.setSubTitle(tr('The Live image has been written to the device.')) logo_pixmap = QtGui.QPixmap(os.path.dirname( - __file__) + '/usbsuccess.svg').scaledToHeight(160, QtCore.Qt.SmoothTransformation) + __file__) + '/usbsuccess.png').scaledToHeight(160, QtCore.Qt.SmoothTransformation) logo_label = QtWidgets.QLabel() logo_label.setPixmap(logo_pixmap) @@ -685,7 +685,7 @@ def __init__(self): self.setSubTitle(tr('The installation could not be performed.')) logo_pixmap = QtGui.QPixmap(os.path.dirname( - __file__) + '/cross.png').scaledToHeight(160, QtCore.Qt.SmoothTransformation) + __file__) + '/failed.png').scaledToHeight(160, QtCore.Qt.SmoothTransformation) logo_label = QtWidgets.QLabel() logo_label.setPixmap(logo_pixmap) diff --git a/Utilities/Create Live Media.app/Resources/cross.png b/Utilities/Create Live Media.app/Resources/cross.png deleted file mode 100644 index c0ec4f2be..000000000 Binary files a/Utilities/Create Live Media.app/Resources/cross.png and /dev/null differ diff --git a/Utilities/Create Live Media.app/Resources/failed.png b/Utilities/Create Live Media.app/Resources/failed.png new file mode 100644 index 000000000..da75e0d22 Binary files /dev/null and b/Utilities/Create Live Media.app/Resources/failed.png differ diff --git a/Utilities/Create Live Media.app/Resources/successful.png b/Utilities/Create Live Media.app/Resources/successful.png new file mode 100644 index 000000000..23c98a437 Binary files /dev/null and b/Utilities/Create Live Media.app/Resources/successful.png differ diff --git a/Utilities/Create Live Media.app/Resources/usbsuccess.png b/Utilities/Create Live Media.app/Resources/usbsuccess.png new file mode 100644 index 000000000..f3a9052bb Binary files /dev/null and b/Utilities/Create Live Media.app/Resources/usbsuccess.png differ diff --git a/Utilities/Create Live Media.app/Resources/usbsuccess.svg b/Utilities/Create Live Media.app/Resources/usbsuccess.svg deleted file mode 100644 index ac2547de3..000000000 --- a/Utilities/Create Live Media.app/Resources/usbsuccess.svg +++ /dev/null @@ -1,78 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - - - - - - - diff --git a/Utilities/Hardware Probe.app/Resources/check.png b/Utilities/Hardware Probe.app/Resources/check.png deleted file mode 100644 index 5277f4691..000000000 Binary files a/Utilities/Hardware Probe.app/Resources/check.png and /dev/null differ diff --git a/Utilities/Hardware Probe.app/Resources/cross.png b/Utilities/Hardware Probe.app/Resources/cross.png deleted file mode 100644 index c0ec4f2be..000000000 Binary files a/Utilities/Hardware Probe.app/Resources/cross.png and /dev/null differ diff --git a/Utilities/Hardware Probe.app/Resources/failed.png b/Utilities/Hardware Probe.app/Resources/failed.png new file mode 100644 index 000000000..da75e0d22 Binary files /dev/null and b/Utilities/Hardware Probe.app/Resources/failed.png differ diff --git a/Utilities/Hardware Probe.app/Resources/hardware-probe.py b/Utilities/Hardware Probe.app/Resources/hardware-probe.py index 6f68cf54c..6a468c312 100755 --- a/Utilities/Hardware Probe.app/Resources/hardware-probe.py +++ b/Utilities/Hardware Probe.app/Resources/hardware-probe.py @@ -336,7 +336,7 @@ def initializePage(self): self.setTitle(tr('Hardware Probe Uploaded')) self.setSubTitle(tr('Thank you for uploading your Hardware Probe.')) - logo_pixmap = QtGui.QPixmap(os.path.dirname(__file__) + '/check.png').scaledToHeight(160, QtCore.Qt.SmoothTransformation) + logo_pixmap = QtGui.QPixmap(os.path.dirname(__file__) + '/successful.png').scaledToHeight(160, QtCore.Qt.SmoothTransformation) logo_label = QtWidgets.QLabel() logo_label.setPixmap(logo_pixmap) @@ -388,7 +388,7 @@ def __init__(self): self.setTitle(tr('Error')) self.setSubTitle(tr('Hardware Probe was not successful.')) - logo_pixmap = QtGui.QPixmap(os.path.dirname(__file__) + '/cross.png').scaledToHeight(160, QtCore.Qt.SmoothTransformation) + logo_pixmap = QtGui.QPixmap(os.path.dirname(__file__) + '/failed.png').scaledToHeight(160, QtCore.Qt.SmoothTransformation) logo_label = QtWidgets.QLabel() logo_label.setPixmap(logo_pixmap) diff --git a/Utilities/Hardware Probe.app/Resources/results.py b/Utilities/Hardware Probe.app/Resources/results.py index 955645e92..ef5f8d314 100755 --- a/Utilities/Hardware Probe.app/Resources/results.py +++ b/Utilities/Hardware Probe.app/Resources/results.py @@ -52,7 +52,7 @@ def initUI(self): self.setWindowTitle(vendor + " " + model) # Set up the main window - self.setGeometry(100, 100, 800, 600) + self.setGeometry(100, 100, 620, 440) # Create a splitter to divide the window into two columns splitter = QSplitter(Qt.Horizontal) diff --git a/Utilities/Hardware Probe.app/Resources/successful.png b/Utilities/Hardware Probe.app/Resources/successful.png new file mode 100644 index 000000000..23c98a437 Binary files /dev/null and b/Utilities/Hardware Probe.app/Resources/successful.png differ diff --git a/Utilities/Install helloSystem.app/Resources/Background.png b/Utilities/Install helloSystem.app/Resources/Background.png index 9eec98e93..33fe6ba74 100644 Binary files a/Utilities/Install helloSystem.app/Resources/Background.png and b/Utilities/Install helloSystem.app/Resources/Background.png differ diff --git a/Utilities/Install helloSystem.app/Resources/Install helloSystem.png b/Utilities/Install helloSystem.app/Resources/Install helloSystem.png index 023c215b1..0f0688f7f 100644 Binary files a/Utilities/Install helloSystem.app/Resources/Install helloSystem.png and b/Utilities/Install helloSystem.app/Resources/Install helloSystem.png differ diff --git a/Utilities/Install helloSystem.app/Resources/check.png b/Utilities/Install helloSystem.app/Resources/check.png deleted file mode 100644 index 5277f4691..000000000 Binary files a/Utilities/Install helloSystem.app/Resources/check.png and /dev/null differ diff --git a/Utilities/Install helloSystem.app/Resources/cross.png b/Utilities/Install helloSystem.app/Resources/cross.png deleted file mode 100644 index c0ec4f2be..000000000 Binary files a/Utilities/Install helloSystem.app/Resources/cross.png and /dev/null differ diff --git a/Utilities/Install helloSystem.app/Resources/failed.png b/Utilities/Install helloSystem.app/Resources/failed.png new file mode 100644 index 000000000..da75e0d22 Binary files /dev/null and b/Utilities/Install helloSystem.app/Resources/failed.png differ diff --git a/Utilities/Install helloSystem.app/Resources/install.py b/Utilities/Install helloSystem.app/Resources/install.py index 650b42cb5..fc47f3ee7 100755 --- a/Utilities/Install helloSystem.app/Resources/install.py +++ b/Utilities/Install helloSystem.app/Resources/install.py @@ -151,13 +151,13 @@ def __init__(self): # [QtWidgets.QWizard.CustomButton1, QtWidgets.QWizard.Stretch, QtWidgets.QWizard.NextButton]) self.setWindowTitle(tr("Install helloSystem")) - self.setFixedSize(800, 550) + self.setFixedSize(600, 400) # Remove window decorations, especially the close button # self.setWindowFlags(QtCore.Qt.CustomizeWindowHint) # self.setWindowFlags(QtCore.Qt.FramelessWindowHint) - # self.setPixmap(QtWidgets.QWizard.BackgroundPixmap, QtGui.QPixmap(os.path.dirname(__file__) + '/Background.png')) + self.setPixmap(QtWidgets.QWizard.BackgroundPixmap, QtGui.QPixmap(os.path.dirname(__file__) + '/Background.png')) self.setOption(QtWidgets.QWizard.ExtendedWatermarkPixmap, True) # self.setPixmap(QtWidgets.QWizard.LogoPixmap, 'Logo.png') @@ -1366,7 +1366,7 @@ def initializePage(self): wizard.closeEvent = wizard.original_closeEvent wizard.window().closeEvent = wizard.original_window_closeEvent - logo_pixmap = QtGui.QPixmap(os.path.dirname(__file__) + '/check.png').scaledToHeight(256, QtCore.Qt.SmoothTransformation) + logo_pixmap = QtGui.QPixmap(os.path.dirname(__file__) + '/successful.png').scaledToHeight(256, QtCore.Qt.SmoothTransformation) logo_label = QtWidgets.QLabel() logo_label.setPixmap(logo_pixmap) @@ -1411,7 +1411,7 @@ def __init__(self): self.setTitle(tr('Error')) self.setSubTitle(tr('The installation could not be performed.')) - logo_pixmap = QtGui.QPixmap(os.path.dirname(__file__) + '/cross.png').scaledToHeight(256, QtCore.Qt.SmoothTransformation) + logo_pixmap = QtGui.QPixmap(os.path.dirname(__file__) + '/failed.png').scaledToHeight(256, QtCore.Qt.SmoothTransformation) logo_label = QtWidgets.QLabel() logo_label.setPixmap(logo_pixmap) diff --git a/Utilities/Install helloSystem.app/Resources/successful.png b/Utilities/Install helloSystem.app/Resources/successful.png new file mode 100644 index 000000000..23c98a437 Binary files /dev/null and b/Utilities/Install helloSystem.app/Resources/successful.png differ diff --git a/Utilities/Logs.app/Resources/Logs.png b/Utilities/Logs.app/Resources/Logs.png index 21112465c..2d95c2205 100644 Binary files a/Utilities/Logs.app/Resources/Logs.png and b/Utilities/Logs.app/Resources/Logs.png differ diff --git a/Utilities/Logs.app/Resources/logs.py b/Utilities/Logs.app/Resources/logs.py index cefd7f6c3..c5962ee71 100755 --- a/Utilities/Logs.app/Resources/logs.py +++ b/Utilities/Logs.app/Resources/logs.py @@ -35,8 +35,8 @@ def __init__(self, parent=None): self._showMenu() - self.setMinimumWidth(1024) - self.setMinimumHeight(600) + self.setMinimumWidth(620) + self.setMinimumHeight(440) self.textEdit = QTextEdit() diff --git a/Utilities/Processes.app/Resources/Empty.png b/Utilities/Processes.app/Resources/Empty.png index 701bfd707..e49316707 100644 Binary files a/Utilities/Processes.app/Resources/Empty.png and b/Utilities/Processes.app/Resources/Empty.png differ diff --git a/Utilities/Processes.app/Resources/Inspect.png b/Utilities/Processes.app/Resources/Inspect.png index 10bacda15..6652fc242 100644 Binary files a/Utilities/Processes.app/Resources/Inspect.png and b/Utilities/Processes.app/Resources/Inspect.png differ diff --git a/Utilities/Processes.app/Resources/KillProcess.png b/Utilities/Processes.app/Resources/KillProcess.png index a3d2a5c3c..3d75adbae 100644 Binary files a/Utilities/Processes.app/Resources/KillProcess.png and b/Utilities/Processes.app/Resources/KillProcess.png differ diff --git a/Utilities/Processes.app/Resources/SampleProcess.png b/Utilities/Processes.app/Resources/SampleProcess.png index 49363cbb1..d98d209c5 100644 Binary files a/Utilities/Processes.app/Resources/SampleProcess.png and b/Utilities/Processes.app/Resources/SampleProcess.png differ diff --git a/Utilities/Zeroconf.app/Resources/Zeroconf.png b/Utilities/Zeroconf.app/Resources/Zeroconf.png index e34efd654..18e6284d2 100644 Binary files a/Utilities/Zeroconf.app/Resources/Zeroconf.png and b/Utilities/Zeroconf.app/Resources/Zeroconf.png differ