Moving all dialogs & settings to their own directory, fixing label bugs with Points & Text.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Ad5001 2022-01-27 21:36:34 +01:00
parent c68cbb9eda
commit 36e3c3cba2
Signed by: Ad5001
GPG key ID: EF45F9C6AFE20160
23 changed files with 288 additions and 272 deletions

View file

@ -4,23 +4,23 @@
<context>
<name>About</name>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/About.qml" line="26"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Popup/About.qml" line="26"/>
<location filename="../logarithmplotter.py" line="197"/>
<source>About LogarithmPlotter</source>
<translation>Über LogarithmPlotter</translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/About.qml" line="52"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Popup/About.qml" line="52"/>
<source>LogarithmPlotter v%1</source>
<translation>LogarithmPlotter v%1</translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/About.qml" line="64"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Popup/About.qml" line="64"/>
<source>2D plotter software to make BODE plots, sequences and repartition functions.</source>
<translation>2D-Grafiksoftware zur Erstellung von Bode-Diagramms, Folgen und Verteilungsfunktionen.</translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/About.qml" line="103"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Popup/About.qml" line="103"/>
<source>Report a bug</source>
<translation>Bug melden</translation>
</message>
@ -170,12 +170,12 @@
<context>
<name>FileDialog</name>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/FileDialog.qml" line="26"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Popup/FileDialog.qml" line="26"/>
<source>Export Logarithm Plot file</source>
<translation>Logarithmusgrafik exportieren</translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/FileDialog.qml" line="26"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Popup/FileDialog.qml" line="26"/>
<source>Import Logarithm Plot file</source>
<translation>Logarithmusgrafik importieren</translation>
</message>
@ -183,34 +183,34 @@
<context>
<name>GreetScreen</name>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/GreetScreen.qml" line="58"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Popup/GreetScreen.qml" line="58"/>
<source>Welcome to LogarithmPlotter</source>
<translation>Willkommen bei LogarithmPlotter</translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/GreetScreen.qml" line="72"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Popup/GreetScreen.qml" line="72"/>
<source>Version %1</source>
<translation>Version %1</translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/GreetScreen.qml" line="84"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Popup/GreetScreen.qml" line="84"/>
<source>Take a few seconds to configure LogarithmPlotter.
These settings can be changed at any time from the &quot;Settings&quot; menu.</source>
<translation>Nehmen Sie sich ein paar Sekunden Zeit, um LogarithmPlotter zu konfigurieren.
Diese Einstellungen können jederzeit über das Menü &quot;Einstellungen&quot; geändert werden.</translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/GreetScreen.qml" line="93"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Popup/GreetScreen.qml" line="93"/>
<source>Check for updates on startup (requires online connectivity)</source>
<translation>Beim Start nach Updates suchen (Online-Verbindung erforderlich)</translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/GreetScreen.qml" line="105"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Popup/GreetScreen.qml" line="105"/>
<source>Reset redo stack when a new action is added to history</source>
<translation>Redo-Stapel zurücksetzen, wenn eine neue Aktion zur Historie hinzugefügt wird</translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/GreetScreen.qml" line="113"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Popup/GreetScreen.qml" line="113"/>
<source>Done</source>
<translation>Schließen</translation>
</message>
@ -236,7 +236,7 @@ Diese Einstellungen können jederzeit über das Menü &quot;Einstellungen&quot;
<context>
<name>ListSetting</name>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/ListSetting.qml" line="157"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ListSetting.qml" line="157"/>
<source>+ Add Entry</source>
<translation>+ Neuer Eintrag</translation>
</message>
@ -366,97 +366,97 @@ Diese Einstellungen können jederzeit über das Menü &quot;Einstellungen&quot;
<context>
<name>Settings</name>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="73"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="75"/>
<source>X Zoom</source>
<translation>Zoom auf X</translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="88"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="90"/>
<source>Y Zoom</source>
<translation>Zoom auf Y</translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="104"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="106"/>
<source>Min X</source>
<translation>Minimum X</translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="123"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="125"/>
<source>Max Y</source>
<translation>Maximum Y</translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="138"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="140"/>
<source>Max X</source>
<translation>Maximum X</translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="157"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="159"/>
<source>Min Y</source>
<translation>Minimum Y</translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="174"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="176"/>
<source>X Axis Step</source>
<translation>X-Achsen-Schritt</translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="188"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="190"/>
<source>Y Axis Step</source>
<translation>Y-Achsen-Schritt</translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="202"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="204"/>
<source>Line width</source>
<translation>Linienbreite</translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="217"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="219"/>
<source>Text size (px)</source>
<translation>Textgröße (px)</translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="232"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="234"/>
<source>X Label</source>
<translation>Etikett der X-Achse</translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="258"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="260"/>
<source>Y Label</source>
<translation>Etikett der Y-Achse</translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="286"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="288"/>
<source>X Log scale</source>
<translation>Logarithmische Skala in X</translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="296"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="298"/>
<source>Show X graduation</source>
<translation>X-Teilung anzeigen</translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="306"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="308"/>
<source>Show Y graduation</source>
<translation>Y-Teilung anzeigen</translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="317"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="319"/>
<source>Copy to clipboard</source>
<translation>Kopieren in die Zwischenablage</translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="326"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="328"/>
<source>Save plot</source>
<translation>Grafik speichern</translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="335"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="337"/>
<source>Save plot as</source>
<translation>Grafik speichern unter</translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="344"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="346"/>
<source>Load plot</source>
<translation>Grafik laden</translation>
</message>

View file

@ -4,23 +4,23 @@
<context>
<name>About</name>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/About.qml" line="26"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Popup/About.qml" line="26"/>
<location filename="../logarithmplotter.py" line="197"/>
<source>About LogarithmPlotter</source>
<translation>About LogarithmPlotter</translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/About.qml" line="52"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Popup/About.qml" line="52"/>
<source>LogarithmPlotter v%1</source>
<translation>LogarithmPlotter v%1</translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/About.qml" line="64"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Popup/About.qml" line="64"/>
<source>2D plotter software to make BODE plots, sequences and repartition functions.</source>
<translation>2D plotter software to make Bode plots, sequences and distribution functions.</translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/About.qml" line="103"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Popup/About.qml" line="103"/>
<source>Report a bug</source>
<translation>Report a bug</translation>
</message>
@ -170,12 +170,12 @@
<context>
<name>FileDialog</name>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/FileDialog.qml" line="26"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Popup/FileDialog.qml" line="26"/>
<source>Export Logarithm Plot file</source>
<translation>Export Logarithm Plot file</translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/FileDialog.qml" line="26"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Popup/FileDialog.qml" line="26"/>
<source>Import Logarithm Plot file</source>
<translation>Import Logarithm Plot file</translation>
</message>
@ -183,34 +183,34 @@
<context>
<name>GreetScreen</name>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/GreetScreen.qml" line="58"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Popup/GreetScreen.qml" line="58"/>
<source>Welcome to LogarithmPlotter</source>
<translation>Welcome to LogarithmPlotter</translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/GreetScreen.qml" line="72"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Popup/GreetScreen.qml" line="72"/>
<source>Version %1</source>
<translation>Version %1</translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/GreetScreen.qml" line="84"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Popup/GreetScreen.qml" line="84"/>
<source>Take a few seconds to configure LogarithmPlotter.
These settings can be changed at any time from the &quot;Settings&quot; menu.</source>
<translation>Take a few seconds to configure LogarithmPlotter.
These settings can be changed at any time from the &quot;Settings&quot; menu.</translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/GreetScreen.qml" line="93"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Popup/GreetScreen.qml" line="93"/>
<source>Check for updates on startup (requires online connectivity)</source>
<translation>Check for updates on startup (requires online connectivity)</translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/GreetScreen.qml" line="105"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Popup/GreetScreen.qml" line="105"/>
<source>Reset redo stack when a new action is added to history</source>
<translation>Reset redo stack when a new action is added to history</translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/GreetScreen.qml" line="113"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Popup/GreetScreen.qml" line="113"/>
<source>Done</source>
<translation>Done</translation>
</message>
@ -236,7 +236,7 @@ These settings can be changed at any time from the &quot;Settings&quot; menu.</t
<context>
<name>ListSetting</name>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/ListSetting.qml" line="157"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ListSetting.qml" line="157"/>
<source>+ Add Entry</source>
<translation>+ Add Entry</translation>
</message>
@ -366,97 +366,97 @@ These settings can be changed at any time from the &quot;Settings&quot; menu.</t
<context>
<name>Settings</name>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="73"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="75"/>
<source>X Zoom</source>
<translation>X Zoom</translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="88"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="90"/>
<source>Y Zoom</source>
<translation>Y Zoom</translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="104"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="106"/>
<source>Min X</source>
<translation>Min X</translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="123"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="125"/>
<source>Max Y</source>
<translation>Max Y</translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="138"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="140"/>
<source>Max X</source>
<translation>Max X</translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="157"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="159"/>
<source>Min Y</source>
<translation>Min Y</translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="174"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="176"/>
<source>X Axis Step</source>
<translation>X Axis Step</translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="188"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="190"/>
<source>Y Axis Step</source>
<translation>Y Axis Step</translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="202"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="204"/>
<source>Line width</source>
<translation>Line width</translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="217"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="219"/>
<source>Text size (px)</source>
<translation>Text size (px)</translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="232"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="234"/>
<source>X Label</source>
<translation>X Label</translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="258"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="260"/>
<source>Y Label</source>
<translation>Y Label</translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="286"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="288"/>
<source>X Log scale</source>
<translation>X Log scale</translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="296"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="298"/>
<source>Show X graduation</source>
<translation>Show X graduation</translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="306"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="308"/>
<source>Show Y graduation</source>
<translation>Show Y graduation</translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="317"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="319"/>
<source>Copy to clipboard</source>
<translation>Copy to clipboard</translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="326"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="328"/>
<source>Save plot</source>
<translation>Save plot</translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="335"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="337"/>
<source>Save plot as</source>
<translation>Save plot as</translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="344"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="346"/>
<source>Load plot</source>
<translation>Load plot</translation>
</message>

View file

@ -4,23 +4,23 @@
<context>
<name>About</name>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/About.qml" line="26"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Popup/About.qml" line="26"/>
<location filename="../logarithmplotter.py" line="197"/>
<source>About LogarithmPlotter</source>
<translation>Sobre LogarithmPlotter</translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/About.qml" line="52"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Popup/About.qml" line="52"/>
<source>LogarithmPlotter v%1</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/About.qml" line="64"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Popup/About.qml" line="64"/>
<source>2D plotter software to make BODE plots, sequences and repartition functions.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/About.qml" line="103"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Popup/About.qml" line="103"/>
<source>Report a bug</source>
<translation type="unfinished"></translation>
</message>
@ -170,12 +170,12 @@
<context>
<name>FileDialog</name>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/FileDialog.qml" line="26"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Popup/FileDialog.qml" line="26"/>
<source>Export Logarithm Plot file</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/FileDialog.qml" line="26"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Popup/FileDialog.qml" line="26"/>
<source>Import Logarithm Plot file</source>
<translation type="unfinished"></translation>
</message>
@ -183,33 +183,33 @@
<context>
<name>GreetScreen</name>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/GreetScreen.qml" line="58"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Popup/GreetScreen.qml" line="58"/>
<source>Welcome to LogarithmPlotter</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/GreetScreen.qml" line="72"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Popup/GreetScreen.qml" line="72"/>
<source>Version %1</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/GreetScreen.qml" line="84"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Popup/GreetScreen.qml" line="84"/>
<source>Take a few seconds to configure LogarithmPlotter.
These settings can be changed at any time from the &quot;Settings&quot; menu.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/GreetScreen.qml" line="93"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Popup/GreetScreen.qml" line="93"/>
<source>Check for updates on startup (requires online connectivity)</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/GreetScreen.qml" line="105"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Popup/GreetScreen.qml" line="105"/>
<source>Reset redo stack when a new action is added to history</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/GreetScreen.qml" line="113"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Popup/GreetScreen.qml" line="113"/>
<source>Done</source>
<translation type="unfinished"></translation>
</message>
@ -235,7 +235,7 @@ These settings can be changed at any time from the &quot;Settings&quot; menu.</s
<context>
<name>ListSetting</name>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/ListSetting.qml" line="157"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ListSetting.qml" line="157"/>
<source>+ Add Entry</source>
<translation type="unfinished"></translation>
</message>
@ -365,97 +365,97 @@ These settings can be changed at any time from the &quot;Settings&quot; menu.</s
<context>
<name>Settings</name>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="73"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="75"/>
<source>X Zoom</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="88"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="90"/>
<source>Y Zoom</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="104"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="106"/>
<source>Min X</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="123"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="125"/>
<source>Max Y</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="138"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="140"/>
<source>Max X</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="157"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="159"/>
<source>Min Y</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="174"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="176"/>
<source>X Axis Step</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="188"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="190"/>
<source>Y Axis Step</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="202"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="204"/>
<source>Line width</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="217"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="219"/>
<source>Text size (px)</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="232"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="234"/>
<source>X Label</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="258"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="260"/>
<source>Y Label</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="286"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="288"/>
<source>X Log scale</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="296"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="298"/>
<source>Show X graduation</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="306"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="308"/>
<source>Show Y graduation</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="317"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="319"/>
<source>Copy to clipboard</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="326"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="328"/>
<source>Save plot</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="335"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="337"/>
<source>Save plot as</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="344"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="346"/>
<source>Load plot</source>
<translation type="unfinished"></translation>
</message>

View file

@ -4,23 +4,23 @@
<context>
<name>About</name>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/About.qml" line="26"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Popup/About.qml" line="26"/>
<location filename="../logarithmplotter.py" line="197"/>
<source>About LogarithmPlotter</source>
<translation>À propos de LogarithmPlotter</translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/About.qml" line="52"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Popup/About.qml" line="52"/>
<source>LogarithmPlotter v%1</source>
<translation>LogarithmPlotter v%1</translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/About.qml" line="64"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Popup/About.qml" line="64"/>
<source>2D plotter software to make BODE plots, sequences and repartition functions.</source>
<translation>Logiciel de traçage 2D pour les diagrammes de Bode, les suites et les fonctions de répartition.</translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/About.qml" line="103"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Popup/About.qml" line="103"/>
<source>Report a bug</source>
<translation>Rapport de bug</translation>
</message>
@ -172,12 +172,12 @@
<context>
<name>FileDialog</name>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/FileDialog.qml" line="26"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Popup/FileDialog.qml" line="26"/>
<source>Export Logarithm Plot file</source>
<translation>Exporter le graphe Logarithmique</translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/FileDialog.qml" line="26"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Popup/FileDialog.qml" line="26"/>
<source>Import Logarithm Plot file</source>
<translation>Importer un graphe Logarithmique</translation>
</message>
@ -185,24 +185,24 @@
<context>
<name>GreetScreen</name>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/GreetScreen.qml" line="58"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Popup/GreetScreen.qml" line="58"/>
<source>Welcome to LogarithmPlotter</source>
<translation>Bienvenue sur LogarithmPlotter</translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/GreetScreen.qml" line="72"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Popup/GreetScreen.qml" line="72"/>
<source>Version %1</source>
<translation>Version %1</translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/GreetScreen.qml" line="84"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Popup/GreetScreen.qml" line="84"/>
<source>Take a few seconds to configure LogarithmPlotter.
These settings can be changed at any time from the &quot;Settings&quot; menu.</source>
<translation>Prenez quelques secondes pour configurer LogarithmPlotter.
Ces paramètres peuvent être modifiés à tout moment à partir du menu &quot;Paramètres&quot;.</translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/GreetScreen.qml" line="113"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Popup/GreetScreen.qml" line="113"/>
<source>Done</source>
<translation>Fermer</translation>
</message>
@ -213,12 +213,12 @@ These settings can always be changed at any time from the &quot;Settings&quot; m
These settings can always be changed at any time from the &quot;Settings&quot; menu.</translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/GreetScreen.qml" line="93"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Popup/GreetScreen.qml" line="93"/>
<source>Check for updates on startup (requires online connectivity)</source>
<translation>Vérifier les mises à jour au démarrage (nécessite d&apos;être connecté à internet)</translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/GreetScreen.qml" line="105"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Popup/GreetScreen.qml" line="105"/>
<source>Reset redo stack when a new action is added to history</source>
<translation>Réinitialiser la pile d&apos;action &quot;Rétablir&quot; lorsqu&apos;une nouvelle action est ajoutée à l&apos;historique</translation>
</message>
@ -244,7 +244,7 @@ These settings can always be changed at any time from the &quot;Settings&quot; m
<context>
<name>ListSetting</name>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/ListSetting.qml" line="157"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ListSetting.qml" line="157"/>
<source>+ Add Entry</source>
<translation>+ Nouvelle entrée</translation>
</message>
@ -374,97 +374,97 @@ These settings can always be changed at any time from the &quot;Settings&quot; m
<context>
<name>Settings</name>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="73"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="75"/>
<source>X Zoom</source>
<translation>Zoom en X</translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="88"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="90"/>
<source>Y Zoom</source>
<translation>Zoom en Y</translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="104"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="106"/>
<source>Min X</source>
<translation>Min X</translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="123"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="125"/>
<source>Max Y</source>
<translation>Max Y</translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="138"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="140"/>
<source>Max X</source>
<translation>Max X</translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="157"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="159"/>
<source>Min Y</source>
<translation>Min Y</translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="174"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="176"/>
<source>X Axis Step</source>
<translation>Pas de l&apos;axe X</translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="188"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="190"/>
<source>Y Axis Step</source>
<translation>Pas de l&apos;axe Y</translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="202"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="204"/>
<source>Line width</source>
<translation>Taille des lignes</translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="217"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="219"/>
<source>Text size (px)</source>
<translation>Taille du texte (px)</translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="232"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="234"/>
<source>X Label</source>
<translation>Label de l&apos;axe X</translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="258"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="260"/>
<source>Y Label</source>
<translation>Label de l&apos;axe Y</translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="286"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="288"/>
<source>X Log scale</source>
<translation>Échelle logarithmique en X</translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="296"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="298"/>
<source>Show X graduation</source>
<translation>Montrer la graduation de l&apos;axe X</translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="306"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="308"/>
<source>Show Y graduation</source>
<translation>Montrer la graduation de l&apos;axe Y</translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="317"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="319"/>
<source>Copy to clipboard</source>
<translation>Copier vers le presse-papiers</translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="326"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="328"/>
<source>Save plot</source>
<translation>Sauvegarder le graphe</translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="335"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="337"/>
<source>Save plot as</source>
<translation>Sauvegarder le graphe sous</translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="344"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="346"/>
<source>Load plot</source>
<translation>Charger un graphe</translation>
</message>

View file

@ -4,23 +4,23 @@
<context>
<name>About</name>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/About.qml" line="26"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Popup/About.qml" line="26"/>
<location filename="../logarithmplotter.py" line="197"/>
<source>About LogarithmPlotter</source>
<translation>LogarithmPlotter névjegye</translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/About.qml" line="52"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Popup/About.qml" line="52"/>
<source>LogarithmPlotter v%1</source>
<translation>LogarithmPlotter %1 verzió</translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/About.qml" line="64"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Popup/About.qml" line="64"/>
<source>2D plotter software to make BODE plots, sequences and repartition functions.</source>
<translation>Síkbeli ábrázolásszoftver Bode-ábrák, sorozatok és eloszlási funkciók készítéséhez.</translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/About.qml" line="103"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Popup/About.qml" line="103"/>
<source>Report a bug</source>
<translation>Hiba bejelentése</translation>
</message>
@ -170,12 +170,12 @@
<context>
<name>FileDialog</name>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/FileDialog.qml" line="26"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Popup/FileDialog.qml" line="26"/>
<source>Export Logarithm Plot file</source>
<translation>Logaritmus-ábra-fájl exportálása</translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/FileDialog.qml" line="26"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Popup/FileDialog.qml" line="26"/>
<source>Import Logarithm Plot file</source>
<translation>Logaritmus-ábra-fájl importálása</translation>
</message>
@ -183,34 +183,34 @@
<context>
<name>GreetScreen</name>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/GreetScreen.qml" line="58"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Popup/GreetScreen.qml" line="58"/>
<source>Welcome to LogarithmPlotter</source>
<translation>Isten hozott a LogarithmPlotter!</translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/GreetScreen.qml" line="72"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Popup/GreetScreen.qml" line="72"/>
<source>Version %1</source>
<translation>%1 verzió</translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/GreetScreen.qml" line="84"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Popup/GreetScreen.qml" line="84"/>
<source>Take a few seconds to configure LogarithmPlotter.
These settings can be changed at any time from the &quot;Settings&quot; menu.</source>
<translation>Szánjon néhány másodpercet a LogarithmPlotter beállításához.
Ezek a beállítások bármikor módosíthatók a Beállítások menüben.</translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/GreetScreen.qml" line="93"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Popup/GreetScreen.qml" line="93"/>
<source>Check for updates on startup (requires online connectivity)</source>
<translation>Frissítések keresése indításkor (online kapcsolat szükséges)</translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/GreetScreen.qml" line="105"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Popup/GreetScreen.qml" line="105"/>
<source>Reset redo stack when a new action is added to history</source>
<translation>Ismétlési verem alaphelyzet visszaállítása, ha új műveletet adnak az előzményekhez</translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/GreetScreen.qml" line="113"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Popup/GreetScreen.qml" line="113"/>
<source>Done</source>
<translation>Kész</translation>
</message>
@ -236,7 +236,7 @@ Ezek a beállítások bármikor módosíthatók a „Beállítások” menüben.
<context>
<name>ListSetting</name>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/ListSetting.qml" line="157"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ListSetting.qml" line="157"/>
<source>+ Add Entry</source>
<translation>+ Bejegyzés hozzáadása</translation>
</message>
@ -366,97 +366,97 @@ Ezek a beállítások bármikor módosíthatók a „Beállítások” menüben.
<context>
<name>Settings</name>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="73"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="75"/>
<source>X Zoom</source>
<translation>X-nagyítás</translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="88"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="90"/>
<source>Y Zoom</source>
<translation>Y-nagyítás</translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="104"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="106"/>
<source>Min X</source>
<translation>Legkisebb X</translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="123"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="125"/>
<source>Max Y</source>
<translation>Legnagyobb Y</translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="138"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="140"/>
<source>Max X</source>
<translation>Legnagyobb X</translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="157"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="159"/>
<source>Min Y</source>
<translation>Legkisebb Y</translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="174"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="176"/>
<source>X Axis Step</source>
<translation>X tengely lépésköze</translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="188"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="190"/>
<source>Y Axis Step</source>
<translation>Y tengely lépésköze</translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="202"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="204"/>
<source>Line width</source>
<translation>Vonalvastagság</translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="217"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="219"/>
<source>Text size (px)</source>
<translation>Szövegméret (képpont)</translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="232"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="234"/>
<source>X Label</source>
<translation>X címke</translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="258"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="260"/>
<source>Y Label</source>
<translation>Y címke</translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="286"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="288"/>
<source>X Log scale</source>
<translation>X tengely logaritmikus skálával</translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="296"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="298"/>
<source>Show X graduation</source>
<translation>X érettségi megjelenítése</translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="306"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="308"/>
<source>Show Y graduation</source>
<translation>Y érettségi megjelenítése</translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="317"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="319"/>
<source>Copy to clipboard</source>
<translation>Másolás a vágólapra</translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="326"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="328"/>
<source>Save plot</source>
<translation>Ábra mentése</translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="335"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="337"/>
<source>Save plot as</source>
<translation>Ábra mentése másként</translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="344"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="346"/>
<source>Load plot</source>
<translation>Ábra betöltése</translation>
</message>

View file

@ -4,23 +4,23 @@
<context>
<name>About</name>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/About.qml" line="26"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Popup/About.qml" line="26"/>
<location filename="../logarithmplotter.py" line="197"/>
<source>About LogarithmPlotter</source>
<translation>Om</translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/About.qml" line="52"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Popup/About.qml" line="52"/>
<source>LogarithmPlotter v%1</source>
<translation>LogarithmPlotter v%1</translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/About.qml" line="64"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Popup/About.qml" line="64"/>
<source>2D plotter software to make BODE plots, sequences and repartition functions.</source>
<translation type="unfinished">2D-plotterprogramvare laget for opprettelse av Bode-diagram, sekvenser, og distribusjonsfunksjoner.</translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/About.qml" line="103"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Popup/About.qml" line="103"/>
<source>Report a bug</source>
<translation>Rapporter en feil</translation>
</message>
@ -170,12 +170,12 @@
<context>
<name>FileDialog</name>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/FileDialog.qml" line="26"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Popup/FileDialog.qml" line="26"/>
<source>Export Logarithm Plot file</source>
<translation type="unfinished">Eksporter logaritmeplott-fil</translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/FileDialog.qml" line="26"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Popup/FileDialog.qml" line="26"/>
<source>Import Logarithm Plot file</source>
<translation>Importer logaritmeplott-fil</translation>
</message>
@ -183,34 +183,34 @@
<context>
<name>GreetScreen</name>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/GreetScreen.qml" line="58"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Popup/GreetScreen.qml" line="58"/>
<source>Welcome to LogarithmPlotter</source>
<translation>Velkommen til LogarithmPlotter</translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/GreetScreen.qml" line="72"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Popup/GreetScreen.qml" line="72"/>
<source>Version %1</source>
<translation>Versjon %1</translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/GreetScreen.qml" line="84"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Popup/GreetScreen.qml" line="84"/>
<source>Take a few seconds to configure LogarithmPlotter.
These settings can be changed at any time from the &quot;Settings&quot; menu.</source>
<translation>Sett opp LogarithmPlotter.
Disse innstillingene kan endres når som helst fra «Innstillinger»-menyen.</translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/GreetScreen.qml" line="93"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Popup/GreetScreen.qml" line="93"/>
<source>Check for updates on startup (requires online connectivity)</source>
<translation>Se etter nye versjoner ved programstart. (Krever tilkobling til Internett.)</translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/GreetScreen.qml" line="105"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Popup/GreetScreen.qml" line="105"/>
<source>Reset redo stack when a new action is added to history</source>
<translation>Tilbakesitll angrehistorikk når en ny handling legges til</translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/GreetScreen.qml" line="113"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Popup/GreetScreen.qml" line="113"/>
<source>Done</source>
<translation type="unfinished"></translation>
</message>
@ -236,7 +236,7 @@ Disse innstillingene kan endres når som helst fra «Innstillinger»-menyen.</tr
<context>
<name>ListSetting</name>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/ListSetting.qml" line="157"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ListSetting.qml" line="157"/>
<source>+ Add Entry</source>
<translation type="unfinished"></translation>
</message>
@ -366,97 +366,97 @@ Disse innstillingene kan endres når som helst fra «Innstillinger»-menyen.</tr
<context>
<name>Settings</name>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="73"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="75"/>
<source>X Zoom</source>
<translation>X-forstørrelse</translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="88"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="90"/>
<source>Y Zoom</source>
<translation>Y-forstørrelse</translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="104"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="106"/>
<source>Min X</source>
<translation>Min. X</translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="123"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="125"/>
<source>Max Y</source>
<translation>Maks. Y</translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="138"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="140"/>
<source>Max X</source>
<translation>Maks. X</translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="157"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="159"/>
<source>Min Y</source>
<translation>Min. Y</translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="174"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="176"/>
<source>X Axis Step</source>
<translation>X-aksesteg</translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="188"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="190"/>
<source>Y Axis Step</source>
<translation>Y-aksesteg</translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="202"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="204"/>
<source>Line width</source>
<translation>Linjebredde</translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="217"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="219"/>
<source>Text size (px)</source>
<translation>Tekststørrelse (piksler)</translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="232"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="234"/>
<source>X Label</source>
<translation>Navn X-akse</translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="258"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="260"/>
<source>Y Label</source>
<translation>Navn Y-akse</translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="286"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="288"/>
<source>X Log scale</source>
<translation>Logaritmisk skala i x</translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="296"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="298"/>
<source>Show X graduation</source>
<translation type="unfinished">Vis X-inndeling</translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="306"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="308"/>
<source>Show Y graduation</source>
<translation type="unfinished">Vis Y-inndeling</translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="317"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="319"/>
<source>Copy to clipboard</source>
<translation>Kopier til utklippstavle</translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="326"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="328"/>
<source>Save plot</source>
<translation>Lagre plott</translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="335"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="337"/>
<source>Save plot as</source>
<translation>Lagre plott som</translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="344"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="346"/>
<source>Load plot</source>
<translation>Last inn plott</translation>
</message>

View file

@ -4,23 +4,23 @@
<context>
<name>About</name>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/About.qml" line="26"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Popup/About.qml" line="26"/>
<location filename="../logarithmplotter.py" line="197"/>
<source>About LogarithmPlotter</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/About.qml" line="52"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Popup/About.qml" line="52"/>
<source>LogarithmPlotter v%1</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/About.qml" line="64"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Popup/About.qml" line="64"/>
<source>2D plotter software to make BODE plots, sequences and repartition functions.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/About.qml" line="103"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Popup/About.qml" line="103"/>
<source>Report a bug</source>
<translation type="unfinished"></translation>
</message>
@ -170,12 +170,12 @@
<context>
<name>FileDialog</name>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/FileDialog.qml" line="26"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Popup/FileDialog.qml" line="26"/>
<source>Export Logarithm Plot file</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/FileDialog.qml" line="26"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Popup/FileDialog.qml" line="26"/>
<source>Import Logarithm Plot file</source>
<translation type="unfinished"></translation>
</message>
@ -183,33 +183,33 @@
<context>
<name>GreetScreen</name>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/GreetScreen.qml" line="58"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Popup/GreetScreen.qml" line="58"/>
<source>Welcome to LogarithmPlotter</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/GreetScreen.qml" line="72"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Popup/GreetScreen.qml" line="72"/>
<source>Version %1</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/GreetScreen.qml" line="84"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Popup/GreetScreen.qml" line="84"/>
<source>Take a few seconds to configure LogarithmPlotter.
These settings can be changed at any time from the &quot;Settings&quot; menu.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/GreetScreen.qml" line="93"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Popup/GreetScreen.qml" line="93"/>
<source>Check for updates on startup (requires online connectivity)</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/GreetScreen.qml" line="105"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Popup/GreetScreen.qml" line="105"/>
<source>Reset redo stack when a new action is added to history</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/GreetScreen.qml" line="113"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Popup/GreetScreen.qml" line="113"/>
<source>Done</source>
<translation type="unfinished"></translation>
</message>
@ -235,7 +235,7 @@ These settings can be changed at any time from the &quot;Settings&quot; menu.</s
<context>
<name>ListSetting</name>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/ListSetting.qml" line="157"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ListSetting.qml" line="157"/>
<source>+ Add Entry</source>
<translation type="unfinished"></translation>
</message>
@ -365,97 +365,97 @@ These settings can be changed at any time from the &quot;Settings&quot; menu.</s
<context>
<name>Settings</name>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="73"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="75"/>
<source>X Zoom</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="88"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="90"/>
<source>Y Zoom</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="104"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="106"/>
<source>Min X</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="123"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="125"/>
<source>Max Y</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="138"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="140"/>
<source>Max X</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="157"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="159"/>
<source>Min Y</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="174"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="176"/>
<source>X Axis Step</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="188"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="190"/>
<source>Y Axis Step</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="202"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="204"/>
<source>Line width</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="217"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="219"/>
<source>Text size (px)</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="232"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="234"/>
<source>X Label</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="258"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="260"/>
<source>Y Label</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="286"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="288"/>
<source>X Log scale</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="296"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="298"/>
<source>Show X graduation</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="306"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="308"/>
<source>Show Y graduation</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="317"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="319"/>
<source>Copy to clipboard</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="326"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="328"/>
<source>Save plot</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="335"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="337"/>
<source>Save plot as</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="344"/>
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="346"/>
<source>Load plot</source>
<translation type="unfinished"></translation>
</message>

View file

@ -26,6 +26,7 @@ import "js/objs/autoload.js" as ALObjects
import "js/objects.js" as Objects
import eu.ad5001.LogarithmPlotter.ObjectLists 1.0
import eu.ad5001.LogarithmPlotter.Popup 1.0 as Popup
ApplicationWindow {
@ -39,18 +40,17 @@ ApplicationWindow {
SystemPalette { id: sysPalette; colorGroup: SystemPalette.Active }
SystemPalette { id: sysPaletteIn; colorGroup: SystemPalette.Disabled }
menuBar: appMenu.trueItem
GreetScreen {}
AppMenuBar {id: appMenu}
History { id: history }
About {id: about}
Popup.GreetScreen {}
Alert {
Popup.About {id: about}
Popup.Alert {
id: alert
anchors.bottom: parent.bottom
anchors.bottomMargin: 5

View file

@ -19,7 +19,7 @@
import QtQuick 2.12
import QtQuick.Controls 2.12
import QtQuick.Dialogs 1.3 as D
import eu.ad5001.LogarithmPlotter 1.0
import eu.ad5001.LogarithmPlotter.Setting 1.0 as Setting
import "../js/objects.js" as Objects
import "../js/objs/common.js" as ObjectsCommons
import "../js/historylib.js" as HistoryLib
@ -53,7 +53,7 @@ D.Dialog {
width: objEditor.width - 20
spacing: 10
TextSetting {
Setting.TextSetting {
id: nameProperty
height: 30
label: qsTr("Name")
@ -77,7 +77,7 @@ D.Dialog {
}
}
ComboBoxSetting {
Setting.ComboBoxSetting {
id: labelContentProperty
height: 30
width: dlgProperties.width
@ -118,7 +118,7 @@ D.Dialog {
}
// Setting for text & number settings as well as domains & expressions
TextSetting {
Setting.TextSetting {
id: customPropText
height: visible ? 30 : 0
width: parent.width
@ -174,7 +174,7 @@ D.Dialog {
}
// Setting when selecting data from an enum, or an object of a certain type.
ComboBoxSetting {
Setting.ComboBoxSetting {
id: customPropCombo
width: dlgProperties.width
height: visible ? 30 : 0
@ -234,7 +234,7 @@ D.Dialog {
}
// Setting to edit lists or dictionaries (e.g sequences & repartition function values)
ListSetting {
Setting.ListSetting {
id: customPropListDict
width: parent.width
height: visible ? implicitHeight : 0

View file

@ -29,7 +29,7 @@ D.Dialog {
Image {
id: logo
source: "icons/logarithmplotter.svg"
source: "../icons/logarithmplotter.svg"
sourceSize.width: 64
sourceSize.height: 64
width: 64

View file

@ -24,7 +24,7 @@ Popup {
id: greetingPopup
x: (parent.width-width)/2
y: Math.max(20, (parent.height-height)/2)
width: Math.max(welcome.width, checkForUpdatesSetting.width, resetRedoStackSetting.width)+20
width: Math.max(welcome.width+70, checkForUpdatesSetting.width, resetRedoStackSetting.width)+20
height: Math.min(parent.height-40, 500)
modal: true
focus: true
@ -40,7 +40,7 @@ Popup {
Image {
id: logo
source: "icons/logarithmplotter.svg"
source: "../icons/logarithmplotter.svg"
sourceSize.width: 48
sourceSize.height: 48
width: 48

View file

@ -0,0 +1,8 @@
module eu.ad5001.LogarithmPlotter.Popup
About 1.0 About.qml
Alert 1.0 Alert.qml
FileDialog 1.0 FileDialog.qml
GreetScreen 1.0 GreetScreen.qml

View file

@ -41,7 +41,7 @@ Item {
id: iconLabel
anchors.top: parent.top
anchors.topMargin: icon == "" ? 0 : 3
source: control.visible ? control.icon : ""
source: control.visible ? "../" + control.icon : ""
width: height
height: icon == "" && visible ? 0 : 24
color: sysPalette.windowText

View file

@ -28,7 +28,7 @@ Column {
id: iconLabel
anchors.top: parent.top
anchors.topMargin: icon == "" ? 0 : 3
source: control.visible ? control.icon : ""
source: control.visible ? "../" + control.icon : ""
width: height
height: icon == "" || !visible ? 0 : 24
color: sysPalette.windowText

View file

@ -37,7 +37,7 @@ Item {
id: iconLabel
anchors.top: parent.top
anchors.topMargin: icon == "" ? 0 : 3
source: control.visible ? control.icon : ""
source: control.visible ? "../" + control.icon : ""
width: height
height: icon == "" || !visible ? 0 : 24
color: sysPalette.windowText

View file

@ -0,0 +1,7 @@
module eu.ad5001.LogarithmPlotter.Setting
ComboBoxSetting 1.0 ComboBoxSetting.qml
Icon 1.0 Icon.qml
ListSetting 1.0 ListSetting.qml
TextSetting 1.0 TextSetting.qml

View file

@ -18,6 +18,8 @@
import QtQuick.Controls 2.12
import QtQuick 2.12
import eu.ad5001.LogarithmPlotter.Setting 1.0 as Setting
import eu.ad5001.LogarithmPlotter.Popup 1.0 as Popup
import "js/utils.js" as Utils
ScrollView {
@ -48,7 +50,7 @@ ScrollView {
width: parent.width
bottomPadding: 20
FileDialog {
Popup.FileDialog {
id: fdiag
onAccepted: {
var filePath = fileUrl.toString().substr(7)
@ -66,7 +68,7 @@ ScrollView {
}
// Zoom
TextSetting {
Setting.TextSetting {
id: zoomX
height: 30
isDouble: true
@ -81,7 +83,7 @@ ScrollView {
}
}
TextSetting {
Setting.TextSetting {
id: zoomY
height: 30
isDouble: true
@ -96,7 +98,7 @@ ScrollView {
}
// Positioning the graph
TextSetting {
Setting.TextSetting {
id: minX
height: 30
isDouble: true
@ -115,7 +117,7 @@ ScrollView {
}
}
TextSetting {
Setting.TextSetting {
id: maxY
height: 30
isDouble: true
@ -130,7 +132,7 @@ ScrollView {
}
}
TextSetting {
Setting.TextSetting {
id: maxX
height: 30
isDouble: true
@ -149,7 +151,7 @@ ScrollView {
}
}
TextSetting {
Setting.TextSetting {
id: minY
height: 30
isDouble: true
@ -168,7 +170,7 @@ ScrollView {
}
}
TextSetting {
Setting.TextSetting {
id: xAxisStep
height: 30
label: qsTr("X Axis Step")
@ -182,7 +184,7 @@ ScrollView {
}
}
TextSetting {
Setting.TextSetting {
id: yAxisStep
height: 30
label: qsTr("Y Axis Step")
@ -195,7 +197,7 @@ ScrollView {
}
}
TextSetting {
Setting.TextSetting {
id: lineWidth
height: 30
isDouble: true
@ -210,7 +212,7 @@ ScrollView {
}
}
TextSetting {
Setting.TextSetting {
id: textSize
height: 30
isDouble: true
@ -225,7 +227,7 @@ ScrollView {
}
}
ComboBoxSetting {
Setting.ComboBoxSetting {
id: xAxisLabel
height: 30
width: settings.settingWidth
@ -251,7 +253,7 @@ ScrollView {
Component.onCompleted: editText = settings.xaxislabel
}
ComboBoxSetting {
Setting.ComboBoxSetting {
id: yAxisLabel
height: 30
width: settings.settingWidth

View file

@ -31,7 +31,7 @@ class Point extends Common.DrawableObject {
/*static properties() {return {
'x': 'Expression',
'y': 'Expression',
'labelPosition': new P.Enum('top', 'bottom', 'left', 'right', 'top-left', 'top-right', 'bottom-left', 'bottom-right'),
'labelPosition': new P.Enum('above', 'below', 'left', 'right', 'above-left', 'above-right', 'below-left', 'below-right'),
'pointStyle': new P.Enum('●', '✕', ''),
}}*/
static properties() {return {
@ -42,7 +42,7 @@ class Point extends Common.DrawableObject {
}}
constructor(name = null, visible = true, color = null, labelContent = 'name + value',
x = 1, y = 0, labelPosition = 'top', pointStyle = '●') {
x = 1, y = 0, labelPosition = 'above', pointStyle = '●') {
if(name == null) name = Common.getNewName('ABCDEFJKLMNOPQRSTUVW')
super(name, visible, color, labelContent)
this.type = 'Point'
@ -84,10 +84,10 @@ class Point extends Common.DrawableObject {
ctx.font = `${canvas.textsize}px sans-serif`
var textSize = ctx.measureText(text).width
switch(this.labelPosition) {
case 'top':
case 'above':
canvas.drawVisibleText(ctx, text, canvasX-textSize/2, canvasY-16)
break;
case 'bottom':
case 'below':
canvas.drawVisibleText(ctx, text, canvasX-textSize/2, canvasY+16)
break;
case 'left':
@ -96,16 +96,16 @@ class Point extends Common.DrawableObject {
case 'right':
canvas.drawVisibleText(ctx, text, canvasX+10, canvasY+4)
break;
case 'top-left':
case 'above-left':
canvas.drawVisibleText(ctx, text, canvasX-textSize-10, canvasY-16)
break;
case 'top-right':
case 'above-right':
canvas.drawVisibleText(ctx, text, canvasX+10, canvasY-16)
break;
case 'bottom-left':
case 'below-left':
canvas.drawVisibleText(ctx, text, canvasX-textSize-10, canvasY+16)
break;
case 'bottom-right':
case 'below-right':
canvas.drawVisibleText(ctx, text, canvasX+10, canvasY+16)
break;

View file

@ -30,7 +30,7 @@ class Text extends Common.DrawableObject {
/*static properties() {return {
'x': 'Expression',
'y': 'Expression',
'labelPosition': new P.Enum('center', 'top', 'bottom', 'left', 'right', 'top-left', 'top-right', 'bottom-left', 'bottom-right'),
'labelPosition': new P.Enum('center', 'above', 'below', 'left', 'right', 'above-left', 'above-right', 'below-left', 'below-right'),
'text': 'string',
}}*/
static properties() {return {
@ -69,10 +69,10 @@ class Text extends Common.DrawableObject {
case 'center':
canvas.drawVisibleText(ctx, this.text, canvasX-textSize/2, canvasY+4)
break;
case 'top':
case 'above':
canvas.drawVisibleText(ctx, this.text, canvasX-textSize/2, canvasY-16)
break;
case 'bottom':
case 'below':
canvas.drawVisibleText(ctx, this.text, canvasX-textSize/2, canvasY+16)
break;
case 'left':
@ -81,16 +81,16 @@ class Text extends Common.DrawableObject {
case 'right':
canvas.drawVisibleText(ctx, this.text, canvasX+5, canvasY+4)
break;
case 'top-left':
case 'above-left':
canvas.drawVisibleText(ctx, this.text, canvasX-textSize-5, canvasY-16)
break;
case 'top-right':
case 'above-right':
canvas.drawVisibleText(ctx, this.text, canvasX+5, canvasY-16)
break;
case 'bottom-left':
case 'below-left':
canvas.drawVisibleText(ctx, this.text, canvasX-textSize-5, canvasY+16)
break;
case 'bottom-right':
case 'below-right':
canvas.drawVisibleText(ctx, this.text, canvasX+5, canvasY+16)
break;

View file

@ -1,6 +1,5 @@
module eu.ad5001.LogarithmPlotter
TextSetting 1.0 TextSetting.qml
ListSetting 1.0 ListSetting.qml
ComboBoxSetting 1.0 ComboBoxSetting.qml
Icon 1.0 Icon.qml
Settings 1.0 Settings.qml
Alert 1.0 Alert.qml