Sun, 20 Oct 2024 12:10:52 +0200
Made a user string more descriptive.
--- a/PipxInterface/PipxWidget.ui Sun Sep 29 17:53:59 2024 +0200 +++ b/PipxInterface/PipxWidget.ui Sun Oct 20 12:10:52 2024 +0200 @@ -208,7 +208,7 @@ </column> <column> <property name="text"> - <string>Python Version</string> + <string>Installed With</string> </property> </column> </widget>
--- a/PipxInterface/Ui_PipxWidget.py Sun Sep 29 17:53:59 2024 +0200 +++ b/PipxInterface/Ui_PipxWidget.py Sun Oct 20 12:10:52 2024 +0200 @@ -1,6 +1,6 @@ # Form implementation generated from reading ui file 'PipxInterface/PipxWidget.ui' # -# Created by: PyQt6 UI code generator 6.7.0 +# Created by: PyQt6 UI code generator 6.7.1 # # WARNING: Any manual changes made to this file will be lost when pyuic6 is # run again. Do not edit this file unless you know what you are doing. @@ -119,5 +119,5 @@ self.packagesList.setSortingEnabled(True) self.packagesList.headerItem().setText(0, _translate("PipxWidget", "Package/Application")) self.packagesList.headerItem().setText(1, _translate("PipxWidget", "Version")) - self.packagesList.headerItem().setText(2, _translate("PipxWidget", "Python Version")) + self.packagesList.headerItem().setText(2, _translate("PipxWidget", "Installed With")) from eric7.EricWidgets.EricToolButton import EricToolButton
--- a/PipxInterface/i18n/pipx_de.ts Sun Sep 29 17:53:59 2024 +0200 +++ b/PipxInterface/i18n/pipx_de.ts Sun Oct 20 12:10:52 2024 +0200 @@ -859,8 +859,8 @@ </message> <message> <location filename="../PipxWidget.ui" line="0" /> - <source>Python Version</source> - <translation>Python Version</translation> + <source>Installed With</source> + <translation>Installiert mit</translation> </message> </context> <context>
--- a/PipxInterface/i18n/pipx_empty.ts Sun Sep 29 17:53:59 2024 +0200 +++ b/PipxInterface/i18n/pipx_empty.ts Sun Oct 20 12:10:52 2024 +0200 @@ -859,7 +859,7 @@ </message> <message> <location filename="../PipxWidget.ui" line="0" /> - <source>Python Version</source> + <source>Installed With</source> <translation type="unfinished" /> </message> </context>
--- a/PipxInterface/i18n/pipx_en.ts Sun Sep 29 17:53:59 2024 +0200 +++ b/PipxInterface/i18n/pipx_en.ts Sun Oct 20 12:10:52 2024 +0200 @@ -859,7 +859,7 @@ </message> <message> <location filename="../PipxWidget.ui" line="0" /> - <source>Python Version</source> + <source>Installed With</source> <translation type="unfinished" /> </message> </context>
--- a/PipxInterface/i18n/pipx_es.ts Sun Sep 29 17:53:59 2024 +0200 +++ b/PipxInterface/i18n/pipx_es.ts Sun Oct 20 12:10:52 2024 +0200 @@ -859,8 +859,12 @@ </message> <message> <location filename="../PipxWidget.ui" line="0" /> + <source>Installed With</source> + <translation type="unfinished" /> + </message> + <message> <source>Python Version</source> - <translation>Versión de python</translation> + <translation type="vanished">Versión de python</translation> </message> </context> <context>
--- a/PipxInterface/i18n/pipx_ru.ts Sun Sep 29 17:53:59 2024 +0200 +++ b/PipxInterface/i18n/pipx_ru.ts Sun Oct 20 12:10:52 2024 +0200 @@ -859,8 +859,12 @@ </message> <message> <location filename="../PipxWidget.ui" line="0" /> + <source>Installed With</source> + <translation type="unfinished" /> + </message> + <message> <source>Python Version</source> - <translation>Версия Python</translation> + <translation type="vanished">Версия Python</translation> </message> </context> <context>
--- a/PluginPipxInterface.py Sun Sep 29 17:53:59 2024 +0200 +++ b/PluginPipxInterface.py Sun Oct 20 12:10:52 2024 +0200 @@ -36,7 +36,7 @@ "author": "Detlev Offenbach <detlev@die-offenbachs.de>", "autoactivate": True, "deactivateable": True, - "version": "10.5.2", + "version": "10.5.3", "className": "PluginPipxInterface", "packageName": "PipxInterface", "shortDescription": "Graphical interface to the 'pipx' command.",
--- a/changelog.md Sun Sep 29 17:53:59 2024 +0200 +++ b/changelog.md Sun Oct 20 12:10:52 2024 +0200 @@ -3,6 +3,10 @@ __Version 10.5.2__ +- Made a user string more descriptive. + +__Version 10.5.2__ + - Added an 'Upgrade Dependencies' button to the dialog showing outdated dependencies. __Version 10.5.1__