From cf3e775834fb364adeddae36ef57f4eb23217369 Mon Sep 17 00:00:00 2001 From: Ad5001 Date: Sat, 23 Apr 2022 01:40:47 +0200 Subject: [PATCH 1/5] Fixing LaTeX disabling for texts not being saved. --- LogarithmPlotter/qml/eu/ad5001/LogarithmPlotter/js/objs/text.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LogarithmPlotter/qml/eu/ad5001/LogarithmPlotter/js/objs/text.js b/LogarithmPlotter/qml/eu/ad5001/LogarithmPlotter/js/objs/text.js index a46e840..0224089 100644 --- a/LogarithmPlotter/qml/eu/ad5001/LogarithmPlotter/js/objs/text.js +++ b/LogarithmPlotter/qml/eu/ad5001/LogarithmPlotter/js/objs/text.js @@ -83,7 +83,7 @@ class Text extends Common.DrawableObject { } export() { - return [this.name, this.visible, this.color.toString(), this.labelContent, this.x.toEditableString(), this.y.toEditableString(), this.labelPosition, this.text] + return [this.name, this.visible, this.color.toString(), this.labelContent, this.x.toEditableString(), this.y.toEditableString(), this.labelPosition, this.text, this.disableLatex] } getLabel() { From a5ce17e7f3c2ef34d9335844c27821d976ea5b2e Mon Sep 17 00:00:00 2001 From: Ad5001 Date: Sat, 23 Apr 2022 02:14:26 +0200 Subject: [PATCH 2/5] Updating appstream images --- linux/eu.ad5001.LogarithmPlotter.metainfo.xml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/linux/eu.ad5001.LogarithmPlotter.metainfo.xml b/linux/eu.ad5001.LogarithmPlotter.metainfo.xml index 29b51d1..3def02f 100644 --- a/linux/eu.ad5001.LogarithmPlotter.metainfo.xml +++ b/linux/eu.ad5001.LogarithmPlotter.metainfo.xml @@ -85,15 +85,15 @@ https://git.ad5001.eu/Ad5001/LogarithmPlotter/wiki/ https://hosted.weblate.org/engage/logarithmplotter/ - https://apps.ad5001.eu/img/full/logarithmplotter.png - https://apps.ad5001.eu/img/en/logarithmplotter/phase.png - https://apps.ad5001.eu/img/en/logarithmplotter/welcome.png - https://apps.ad5001.eu/img/de/gain.png - https://apps.ad5001.eu/img/de/logarithmplotter/phase.png - https://apps.ad5001.eu/img/de/logarithmplotter/welcome.png - https://apps.ad5001.eu/img/fr/gain.png - https://apps.ad5001.eu/img/fr/logarithmplotter/phase.png - https://apps.ad5001.eu/img/fr/logarithmplotter/welcome.png + https://apps.ad5001.eu/img/full/logarithmplotter.png?v=0.2 + https://apps.ad5001.eu/img/en/logarithmplotter/phase.png?v=0.2 + https://apps.ad5001.eu/img/en/logarithmplotter/welcome.png?v=0.2 + https://apps.ad5001.eu/img/de/gain.png?v=0.2 + https://apps.ad5001.eu/img/de/logarithmplotter/phase.png?v=0.2 + https://apps.ad5001.eu/img/de/logarithmplotter/welcome.png?v=0.2 + https://apps.ad5001.eu/img/fr/gain.png?v=0.2 + https://apps.ad5001.eu/img/fr/logarithmplotter/phase.png?v=0.2 + https://apps.ad5001.eu/img/fr/logarithmplotter/welcome.png?v=0.2 https://apps.ad5001.eu/img/hu/gain.png https://apps.ad5001.eu/img/hu/logarithmplotter/phase.png https://apps.ad5001.eu/img/hu/logarithmplotter/welcome.png From 20f8d68f13f5defa5db4eba5c31438ac45bd949b Mon Sep 17 00:00:00 2001 From: Ad5001 Date: Sat, 23 Apr 2022 02:17:34 +0200 Subject: [PATCH 3/5] Starting v0.2.1 --- LogarithmPlotter/__init__.py | 4 ++-- linux/debian/control | 2 +- scripts/package-macosx.sh | 2 +- snapcraft.yaml | 2 +- win/installer.nsi | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/LogarithmPlotter/__init__.py b/LogarithmPlotter/__init__.py index 8fdcdde..d7eb5e9 100644 --- a/LogarithmPlotter/__init__.py +++ b/LogarithmPlotter/__init__.py @@ -17,8 +17,8 @@ """ from shutil import which -__VERSION__ = "0.2.0" -is_release = True +__VERSION__ = "0.2.1" +is_release = False # Check if development version, if so get the date of the latest git patch diff --git a/linux/debian/control b/linux/debian/control index 1f05813..76f50da 100644 --- a/linux/debian/control +++ b/linux/debian/control @@ -1,6 +1,6 @@ Package: logarithmplotter Source: logarithmplotter -Version: 0.2.0 +Version: 0.2.1 Architecture: all Maintainer: Ad5001 Depends: python3, python3-pip, qml-module-qtquick-controls2 (>= 5.12.0), qml-module-qtmultimedia (>= 5.12.0), qml-module-qtgraphicaleffects (>= 5.12.0), qml-module-qtquick2 (>= 5.12.0), qml-module-qtqml-models2 (>= 5.12.0), qml-module-qtquick-controls (>= 5.12.0), python3-pyside2.qtcore (>= 5.12.0), python3-pyside2.qtqml (>= 5.12.0), python3-pyside2.qtgui (>= 5.12.0), python3-pyside2.qtquick (>= 5.12.0), python3-pyside2.qtwidgets (>= 5.12.0), python3-pyside2.qtmultimedia (>= 5.12.0), python3-pyside2.qtnetwork (>= 5.12.0), texlive-latex-base, dvipng diff --git a/scripts/package-macosx.sh b/scripts/package-macosx.sh index 070a164..60933a0 100644 --- a/scripts/package-macosx.sh +++ b/scripts/package-macosx.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash cd "$(dirname "$(readlink -f "$0" || realpath "$0")")/.." -VERSION=0.2.0 +VERSION=0.2.1 title="LogarithmPlotter v${VERSION} Setup" finalDMGName="LogarithmPlotter-v${VERSION}-setup.dmg" applicationName=LogarithmPlotter diff --git a/snapcraft.yaml b/snapcraft.yaml index 9124698..7556df6 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -1,6 +1,6 @@ name: logarithmplotter title: LogarithmPlotter -version: '0.2.0' +version: '0.2.1' summary: 2D logarithmic-scaled plotter software to create asymptotic Bode plots confinement: strict base: core20 diff --git a/win/installer.nsi b/win/installer.nsi index 1d2c260..cb5cd41 100644 --- a/win/installer.nsi +++ b/win/installer.nsi @@ -11,7 +11,7 @@ Unicode True !define PROG_ID "LogarithmPlotter.File.1" !define DEV_NAME "Ad5001" !define WEBSITE "https://apps.ad5001.eu/logarithmplotter" -!define VERSION_SHORT "0.2.0" +!define VERSION_SHORT "0.2.1" !define APP_VERSION "${VERSION_SHORT}.0" !define COPYRIGHT "Ad5001 (c) 2022" !define DESCRIPTION "Create graphs with logarithm scales." From 876ea1eaa862d95b62c4ac5136144a2e02022aae Mon Sep 17 00:00:00 2001 From: ovari Date: Sun, 1 May 2022 01:26:39 +0000 Subject: [PATCH 4/5] Translated using Weblate (Hungarian) Currently translated at 100.0% (205 of 205 strings) Translation: LogarithmPlotter/LogarithmPlotter Translate-URL: https://hosted.weblate.org/projects/logarithmplotter/logarithmplotter/hu/ --- LogarithmPlotter/i18n/lp_hu.ts | 85 +++++++++++++++++++--------------- 1 file changed, 47 insertions(+), 38 deletions(-) diff --git a/LogarithmPlotter/i18n/lp_hu.ts b/LogarithmPlotter/i18n/lp_hu.ts index d49c7ac..5d07339 100644 --- a/LogarithmPlotter/i18n/lp_hu.ts +++ b/LogarithmPlotter/i18n/lp_hu.ts @@ -27,7 +27,7 @@ Official website - + Hivatalos honlap @@ -100,7 +100,7 @@ Enable LaTeX rendering - + LaTeX-megjelenítés engedélyezése @@ -120,7 +120,7 @@ &User manual - + &Használati utasítás @@ -135,7 +135,7 @@ &Thanks - + &Köszönjük @@ -250,12 +250,12 @@ Ezek a beállítások bármikor módosíthatók a „Beállítások” menüben. Enable LaTeX rendering - + LaTeX-megjelenítés engedélyezése User manual - + Használati utasítás @@ -273,7 +273,7 @@ Ezek a beállítások bármikor módosíthatók a „Beállítások” menüben. Filter... - + Szűrő… @@ -524,27 +524,27 @@ Ezek a beállítások bármikor módosíthatók a „Beállítások” menüben. Thanks and Contributions - LogarithmPlotter - + Köszönet és hozzájárulás - LogarithmPlotter Source code - + Forráskód Original library by Raphael Graf - + Eredeti könyvtár: Graf Raphael Source - + Forrás Ported to Javascript by Matthew Crumley - + JavaScript-átalakítás: Crumley Máté @@ -553,63 +553,63 @@ Ezek a beállítások bármikor módosíthatók a „Beállítások” menüben. Website - + Honlap Ported to QMLJS by Ad5001 - + QMLJS-átalakítás: Ad5001 Libraries included - + Tartalmazott könyvtárak Email - + E-mail English - + angol French - + francia German - + német Hungarian - + magyar Github - + GitHub Norwegian - + norvég Translations included - + A felhasználói felület nyelvei Improve - + Fejlesztés @@ -631,7 +631,7 @@ Ezek a beállítások bármikor módosíthatók a „Beállítások” menüben. %1 %2's color changed from %3 to %4. - + %1 %2 színe %3-ról %4-re változott. @@ -659,7 +659,7 @@ Ezek a beállítások bármikor módosíthatók a „Beállítások” menüben. If you have latex enabled, you can use use latex markup in between $$ to create equations. - + Ha a LaTeX engedélyezve van, a LaTeX-jelölés használható egyenletek létrehozására $$ között. @@ -679,7 +679,7 @@ Ezek a beállítások bármikor módosíthatók a „Beállítások” menüben. New %1 %2 created. - Új %1 %2 létrehozva. + Új %1 %2 létrehozva. @@ -688,7 +688,7 @@ Ezek a beállítások bármikor módosíthatók a „Beállítások” menüben. %1 %2 deleted. - %1 %2 törölve. + %1 %2 törölve. @@ -696,12 +696,12 @@ Ezek a beállítások bármikor módosíthatók a „Beállítások” menüben. %1 of %2 %3 changed from "%4" to "%5". - %1/%2 %3 megváltozott. Régi érték: %4, új érték: %5. + %1/%2 %3 megváltozott. Régi érték: %4, új érték: %5. %1 of %2 changed from %3 to %4. - + %1/%2 megváltozott. Régi érték: %3, új érték: %4. @@ -772,12 +772,14 @@ Ezek a beállítások bármikor módosíthatók a „Beállítások” menüben. No Latex installation found. If you already have a latex distribution installed, make sure it's installed on your path. Otherwise, you can download a Latex distribution like TeX Live at https://tug.org/texlive/. - + Nem található LaTeX telepítés. +Ha már telepítve van egy LaTeX disztribúció, győződjön meg arról, hogy az telepítve van az elérési útján. +Egyébként letölthet egy LaTeX disztribúciót, például a TeX Live-t a https://tug.org/texlive/ címről. DVIPNG was not found. Make sure you include it from your Latex distribution. - + DVIPNG nem található. Ügyeljen arra, hogy a LaTeX disztribúciójából tartalmazza. @@ -786,7 +788,11 @@ Process '{}' ended with a non-zero return code {}: {} Please make sure your latex installation is correct and report a bug if so. - + Kivétel történt a LaTeX-képlet létrehozása során. +A(z) „{}” folyamat nullától eltérő visszatérési kóddal ({}) végződött: + +{} +Kérjük, ellenőrizze, hogy a LaTeX telepítése helyes-e, és ha igen, jelentse a hibát. @@ -794,7 +800,10 @@ Please make sure your latex installation is correct and report a bug if so. - + Kivétel történt a LaTeX-képlet létrehozása során. +A(z) „{}” folyamat túl sokáig tartott a befejezéshez: +{} +Kérjük, ellenőrizze, hogy a LaTeX telepítése helyes-e, és ha igen, jelentse a hibát. @@ -803,7 +812,7 @@ Please make sure your latex installation is correct and report a bug if so. %1 %2 renamed to %3. - + %1 %2 átnevezve erre: %3. @@ -1068,7 +1077,7 @@ Please make sure your latex installation is correct and report a bug if so. disableLatex - + LaTeX-megjelenítés letiltása ennél a szövegnél @@ -1192,13 +1201,13 @@ Please make sure your latex installation is correct and report a bug if so. %1 %2 shown. - %1 %2 megjelenítve. + %1 %2 megjelenítve. %1 %2 hidden. - %1 %2 rejtve. + %1 %2 rejtve. From ef04b2aa58f6bb0c5ececeab056af678ab588f81 Mon Sep 17 00:00:00 2001 From: Sergio Varela Date: Tue, 10 May 2022 12:24:31 +0000 Subject: [PATCH 5/5] Translated using Weblate (Spanish) Currently translated at 13.6% (28 of 205 strings) Translation: LogarithmPlotter/LogarithmPlotter Translate-URL: https://hosted.weblate.org/projects/logarithmplotter/logarithmplotter/es/ --- LogarithmPlotter/i18n/lp_es.ts | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/LogarithmPlotter/i18n/lp_es.ts b/LogarithmPlotter/i18n/lp_es.ts index d0e5cad..b8d06f2 100644 --- a/LogarithmPlotter/i18n/lp_es.ts +++ b/LogarithmPlotter/i18n/lp_es.ts @@ -90,62 +90,62 @@ Check for updates on startup - + Comprobación de las actualizaciones al arrancar Reset redo stack automaticly - + Restablecer la pila de rehacer automáticamente Enable LaTeX rendering - + Activar el renderizado de LaTeX &Help - + &Ayuda &Source code - + &Código fuente &Report a bug - + &Informar de un error &User manual - + &Manual del usuario &Changelog - + &Registro de cambios &Help translating! - + &¡Ayuda a la traducción! &Thanks - + &Agradecimientos &About - + &Acerca de Save unsaved changes? - + ¿Guardar los cambios no guardados?