From 915f99cd5ec2e774f7020dc8ed80382b1a53bf0a Mon Sep 17 00:00:00 2001 From: Ad5001 Date: Tue, 25 Jan 2022 16:08:33 +0100 Subject: [PATCH 1/5] Fixing application logo --- logarithmplotter.desktop | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/logarithmplotter.desktop b/logarithmplotter.desktop index 2107ac3..90d94b6 100644 --- a/logarithmplotter.desktop +++ b/logarithmplotter.desktop @@ -14,7 +14,7 @@ Comment[hu]=Bode-ábrák, sorozatok és újraosztási függvények létrehozása TryExec=logarithmplotter Exec=logarithmplotter --no-check-for-updates %f -Icon=logarithmplotter +Icon=logplotter MimeType=application/x-logarithm-plot; Terminal=false StartupNotify=false From a23d256b5838751f6aadaa9281aceee9ba058047 Mon Sep 17 00:00:00 2001 From: Ad5001 Date: Tue, 25 Jan 2022 20:25:39 +0100 Subject: [PATCH 2/5] Adding "logarithmic" to desktop file description. --- logarithmplotter.desktop | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/logarithmplotter.desktop b/logarithmplotter.desktop index 90d94b6..93c585e 100644 --- a/logarithmplotter.desktop +++ b/logarithmplotter.desktop @@ -2,11 +2,11 @@ Version=1.0 Type=Application Name=LogarithmPlotter -GenericName=2D plotter software -GenericName[fr]=Logiciel de traçage 2D -GenericName[de]=2D-Grafiksoftware -GenericName[no]=2D-plotterprogramvare +GenericName=2D logarithmic-scaled plotter software +GenericName[de]=2D-Grafiksoftware mit logarithmischer Skalierung +GenericName[fr]=Logiciel de traçage à l'échelle logarithmique GenericName[hu]=Síkbeli ábrázolásszoftver +GenericName[no]=2D-plotterprogramvare Comment=Create BODE diagrams, sequences and distribution functions Comment[fr]=Créer des diagrammes de BODE, des suites et des fonctions de répartition Comment[de]=Erstellung von Bode-Diagramms, Folgen und Verteilungsfunktionen From 61a57d590c7b11110e8c37865094949b38ac39e9 Mon Sep 17 00:00:00 2001 From: Ad5001 Date: Wed, 26 Jan 2022 10:31:57 +0100 Subject: [PATCH 3/5] v0.1.5 --- eu.ad5001.LogarithmPlotter.json | 4 ++-- logarithmplotter.desktop | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/eu.ad5001.LogarithmPlotter.json b/eu.ad5001.LogarithmPlotter.json index 3ddd5e2..696177b 100644 --- a/eu.ad5001.LogarithmPlotter.json +++ b/eu.ad5001.LogarithmPlotter.json @@ -53,8 +53,8 @@ { "type": "git", "url": "https://git.ad5001.eu/Ad5001/LogarithmPlotter", - "tag": "v0.1.4", - "commit": "b0090422413323f074d621253ce352d23122147b" + "tag": "v0.1.5", + "commit": "92594f5af342e584a2ba8bcc32071c6488078d7c" } ] } diff --git a/logarithmplotter.desktop b/logarithmplotter.desktop index 2107ac3..71efb79 100644 --- a/logarithmplotter.desktop +++ b/logarithmplotter.desktop @@ -2,14 +2,14 @@ Version=1.0 Type=Application Name=LogarithmPlotter -GenericName=2D plotter software -GenericName[fr]=Logiciel de traçage 2D -GenericName[de]=2D-Grafiksoftware -GenericName[no]=2D-plotterprogramvare +GenericName=2D logarithmic-scaled plotter software +GenericName[de]=2D-Grafiksoftware mit logarithmischer Skalierung +GenericName[fr]=Logiciel de traçage à l'échelle logarithmique GenericName[hu]=Síkbeli ábrázolásszoftver +GenericName[no]=2D-plotterprogramvare Comment=Create BODE diagrams, sequences and distribution functions -Comment[fr]=Créer des diagrammes de BODE, des suites et des fonctions de répartition Comment[de]=Erstellung von Bode-Diagramms, Folgen und Verteilungsfunktionen +Comment[fr]=Créer des diagrammes de BODE, des suites et des fonctions de répartition Comment[hu]=Bode-ábrák, sorozatok és újraosztási függvények létrehozása TryExec=logarithmplotter From 153c59dc93590e86796ae7186ae45bb0947fd347 Mon Sep 17 00:00:00 2001 From: Ad5001 Date: Wed, 26 Jan 2022 10:59:15 +0100 Subject: [PATCH 4/5] Updating readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 47b88a8..cc3ceb2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # eu.ad5001.LogarithmPlotter -Flahub repository for [LogarithmPlotter](https://apps.ad5001.eu/logarithmplotter). +Flahub repository for [LogarithmPlotter](https://apps.ad5001.eu/logarithmplotter/). ## Build From 3406323e589db31bbe19090392346056f41139e0 Mon Sep 17 00:00:00 2001 From: Ad5001 Date: Wed, 26 Jan 2022 11:00:53 +0100 Subject: [PATCH 5/5] Updating readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cc3ceb2..8a49d90 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ You can build the latest version of LogarithmPlotter flatpak using `flatpak-buil flatpak-builder AppDir eu.ad5001.LogarithmPlotter.json ``` -After it finishes building (note that this step can take a while as it compiles Qt), you can run it using: +After it finishes building (note that this step can take a while as it compiles Qt), you can run it using: ```bash flatpak-builder --run AppDir/ eu.ad5001.LogarithmPlotter.json logarithmplotter --no-check-for-updates ```