Skip to content

Commit

Permalink
Updating for 1.15.6 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
phase1geo committed Aug 25, 2023
1 parent 3f9131f commit bf1920f
Show file tree
Hide file tree
Showing 24 changed files with 4,706 additions and 4,506 deletions.
20 changes: 20 additions & 0 deletions data/com.github.phase1geo.minder.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,26 @@
<content_attribute id="money-gambling">none</content_attribute>
</content_rating>
<releases>
<release version="1.15.6" date="2023-08-25">
<description>
<p>Changes</p>
<p xml:lang="ru">Изменения</p>
<p xml:lang="pt">Alterações</p>
<p xml:lang="fr">Modifications</p>
<ul>
<li>Adding auto-adjusting bottom margin in quick entry.</li>
</ul>
<p>Bug Fixes</p>
<p xml:lang="ru">Исправления ошибок</p>
<p xml:lang="pt">Correções</p>
<p xml:lang="fr">Corrections de bugs</p>
<ul>
<li>Fixed application crash when root node contains a note/link and node fill style is enabled.</li>
<li>Fixed issue with unfolding all nodes.</li>
<li>Fixing middle mouse drag pan behavior.</li>
</ul>
</description>
</release>
<release version="1.15.5" date="2023-08-22">
<description>
<p>Changes</p>
Expand Down
14 changes: 14 additions & 0 deletions data/com.github.phase1geo.minder.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,20 @@
<content_attribute id="money-gambling">none</content_attribute>
</content_rating>
<releases>
<release version="1.15.6" date="2023-08-25">
<description>
<p>Changes</p>
<ul>
<li>Adding auto-adjusting bottom margin in quick entry.</li>
</ul>
<p>Bug Fixes</p>
<ul>
<li>Fixed application crash when root node contains a note/link and node fill style is enabled.</li>
<li>Fixed issue with unfolding all nodes.</li>
<li>Fixing middle mouse drag pan behavior.</li>
</ul>
</description>
</release>
<release version="1.15.5" date="2023-08-22">
<description>
<p>Changes</p>
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('com.github.phase1geo.minder', ['vala', 'c'],
version : '1.15.5',
version : '1.15.6',
license: 'GPL-3.0'
)

Expand Down
30 changes: 15 additions & 15 deletions po/com.github.phase1geo.minder.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: com.github.phase1geo.minder\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-08-22 23:28-0500\n"
"POT-Creation-Date: 2023-08-25 17:04-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand Down Expand Up @@ -304,7 +304,7 @@ msgstr ""

#: src/Exporter.vala:132 src/ImageEditor.vala:381 src/ImageManager.vala:300
#: src/MainWindow.vala:1009 src/MainWindow.vala:1104 src/MainWindow.vala:1248
#: src/QuickEntry.vala:135 src/StickerSet.vala:71 src/ThemeEditor.vala:143
#: src/QuickEntry.vala:144 src/StickerSet.vala:71 src/ThemeEditor.vala:143
#: src/UrlEditor.vala:62
msgid "Cancel"
msgstr ""
Expand Down Expand Up @@ -1142,65 +1142,65 @@ msgid ""
"entry or notes field)."
msgstr ""

#: src/QuickEntry.vala:71
#: src/QuickEntry.vala:80
msgid "Help for inputting node information:"
msgstr ""

#: src/QuickEntry.vala:72
#: src/QuickEntry.vala:81
msgid ""
"Each line of text describes either the title of a node or note information "
"for a node."
msgstr ""

#: src/QuickEntry.vala:73
#: src/QuickEntry.vala:82
msgid "Tab"
msgstr ""

#: src/QuickEntry.vala:74
#: src/QuickEntry.vala:83
msgid "Creates a child node of the previous node."
msgstr ""

#: src/QuickEntry.vala:76
#: src/QuickEntry.vala:85
msgid ""
"If this character is the first non-whitespace character, makes a new root "
"node from the title that follows."
msgstr ""

#: src/QuickEntry.vala:78
#: src/QuickEntry.vala:87
msgid ""
"If this character is the first non-whitespace character, make a new node "
"from the title that follows."
msgstr ""

#: src/QuickEntry.vala:80
#: src/QuickEntry.vala:89
msgid ""
"If this character is the first non-whitespace character, the following line "
"is appended to the previous node's note."
msgstr ""

#: src/QuickEntry.vala:81
#: src/QuickEntry.vala:90
msgid "URI"
msgstr ""

#: src/QuickEntry.vala:82
#: src/QuickEntry.vala:91
msgid ""
"If this character is the first non-whitespace character, adds an image from "
"the URI to the previous node"
msgstr ""

#: src/QuickEntry.vala:84
#: src/QuickEntry.vala:93
msgid "If this follows *, + or -, the node is made an uncompleted task."
msgstr ""

#: src/QuickEntry.vala:86
#: src/QuickEntry.vala:95
msgid "If this follows *, + or -, the node is made a completed task."
msgstr ""

#: src/QuickEntry.vala:117
#: src/QuickEntry.vala:126
msgid "Replace"
msgstr ""

#: src/QuickEntry.vala:126
#: src/QuickEntry.vala:135
msgid "Insert"
msgstr ""

Expand Down
30 changes: 15 additions & 15 deletions po/cs.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: com.github.phase1geo.minder\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-08-22 23:28-0500\n"
"POT-Creation-Date: 2023-08-25 17:04-0500\n"
"PO-Revision-Date: 2022-02-20 17:48+0100\n"
"Last-Translator: Jan Kožíšek <janxkozisek@gmail.com>\n"
"Language-Team: none\n"
Expand Down Expand Up @@ -310,7 +310,7 @@ msgstr "Exportovat jako %s"

#: src/Exporter.vala:132 src/ImageEditor.vala:381 src/ImageManager.vala:300
#: src/MainWindow.vala:1009 src/MainWindow.vala:1104 src/MainWindow.vala:1248
#: src/QuickEntry.vala:135 src/StickerSet.vala:71 src/ThemeEditor.vala:143
#: src/QuickEntry.vala:144 src/StickerSet.vala:71 src/ThemeEditor.vala:143
#: src/UrlEditor.vala:62
msgid "Cancel"
msgstr "Zrušit"
Expand Down Expand Up @@ -1160,54 +1160,54 @@ msgstr ""
"Upřesňuje velikost vlastního stylu písma používaného v úpravných polích "
"(tedy Rychlé zadávání nebo pole poznámek)."

#: src/QuickEntry.vala:71
#: src/QuickEntry.vala:80
msgid "Help for inputting node information:"
msgstr "Nápověda pro zadávání informací o uzlu:"

#: src/QuickEntry.vala:72
#: src/QuickEntry.vala:81
msgid ""
"Each line of text describes either the title of a node or note information "
"for a node."
msgstr "Každý řádek textu popisuje buď název uzlu nebo nebo poznámku k uzlu."

#: src/QuickEntry.vala:73
#: src/QuickEntry.vala:82
msgid "Tab"
msgstr "Panel"

#: src/QuickEntry.vala:74
#: src/QuickEntry.vala:83
msgid "Creates a child node of the previous node."
msgstr "Vytvoří podřadný uzel k předchozímu uzlu."

#: src/QuickEntry.vala:76
#: src/QuickEntry.vala:85
msgid ""
"If this character is the first non-whitespace character, makes a new root "
"node from the title that follows."
msgstr ""
"Pokud se jedná o první znak po znaku rozdílném od mezery, je vytvořen nový "
"kořenový uzel z názvu, který následuje."

#: src/QuickEntry.vala:78
#: src/QuickEntry.vala:87
msgid ""
"If this character is the first non-whitespace character, make a new node "
"from the title that follows."
msgstr ""
"Pokud se jedná o první znak po znaku rozdílném od mezery, je vytvořen nový "
"uzel z názvu, který následuje."

#: src/QuickEntry.vala:80
#: src/QuickEntry.vala:89
msgid ""
"If this character is the first non-whitespace character, the following line "
"is appended to the previous node's note."
msgstr ""
"Pokud se jedná o první znak po znaku rozdílném od mezery, následující řádek "
"je připojen k předchozí uzlové poznámce."

#: src/QuickEntry.vala:81
#: src/QuickEntry.vala:90
#, fuzzy
msgid "URI"
msgstr "URL"

#: src/QuickEntry.vala:82
#: src/QuickEntry.vala:91
#, fuzzy
msgid ""
"If this character is the first non-whitespace character, adds an image from "
Expand All @@ -1216,21 +1216,21 @@ msgstr ""
"Pokud se jedná o první znak po znaku rozdílném od mezery, následující řádek "
"je připojen k předchozí uzlové poznámce."

#: src/QuickEntry.vala:84
#: src/QuickEntry.vala:93
msgid "If this follows *, + or -, the node is made an uncompleted task."
msgstr ""
"Pokud toto následuje po *, + nebo -, uzel je přetvořen na nedokončený úkol."

#: src/QuickEntry.vala:86
#: src/QuickEntry.vala:95
msgid "If this follows *, + or -, the node is made a completed task."
msgstr ""
"Pokud toto následuje po *, + nebo -, uzel je přetvořen na dokončený úkol."

#: src/QuickEntry.vala:117
#: src/QuickEntry.vala:126
msgid "Replace"
msgstr "Nahradit"

#: src/QuickEntry.vala:126
#: src/QuickEntry.vala:135
msgid "Insert"
msgstr "Vložit"

Expand Down
30 changes: 15 additions & 15 deletions po/de.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: com.github.phase1geo.minder\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-08-22 23:28-0500\n"
"POT-Creation-Date: 2023-08-25 17:04-0500\n"
"PO-Revision-Date: 2023-01-29 15:20+0100\n"
"Last-Translator: Benjamin Weis <benjamin.weis@gmx.com>\n"
"Language-Team: \n"
Expand Down Expand Up @@ -313,7 +313,7 @@ msgstr "Als %s exportieren"

#: src/Exporter.vala:132 src/ImageEditor.vala:381 src/ImageManager.vala:300
#: src/MainWindow.vala:1009 src/MainWindow.vala:1104 src/MainWindow.vala:1248
#: src/QuickEntry.vala:135 src/StickerSet.vala:71 src/ThemeEditor.vala:143
#: src/QuickEntry.vala:144 src/StickerSet.vala:71 src/ThemeEditor.vala:143
#: src/UrlEditor.vala:62
msgid "Cancel"
msgstr "Abbrechen"
Expand Down Expand Up @@ -1170,56 +1170,56 @@ msgstr ""
"Textbearbeitungsfeldern (z.B. Schnelleingabe- oder Notizfeld) verwendet "
"werden soll."

#: src/QuickEntry.vala:71
#: src/QuickEntry.vala:80
msgid "Help for inputting node information:"
msgstr "Hilfe zur Eingabe von Knoteninformationen:"

#: src/QuickEntry.vala:72
#: src/QuickEntry.vala:81
msgid ""
"Each line of text describes either the title of a node or note information "
"for a node."
msgstr ""
"Jede Textzeile beschreibt entweder den Titel eines Knotens oder "
"Notizinformationen zu einem Knoten."

#: src/QuickEntry.vala:73
#: src/QuickEntry.vala:82
msgid "Tab"
msgstr "Tab"

#: src/QuickEntry.vala:74
#: src/QuickEntry.vala:83
msgid "Creates a child node of the previous node."
msgstr "Erzeugt einen Kindknoten aus dem vorherigen Knoten."

#: src/QuickEntry.vala:76
#: src/QuickEntry.vala:85
msgid ""
"If this character is the first non-whitespace character, makes a new root "
"node from the title that follows."
msgstr ""
"Wenn dieses Zeichen das erste Nicht-Leerzeichen ist, wird ein neuer "
"Wurzelknoten aus dem folgenden Text erstellt."

#: src/QuickEntry.vala:78
#: src/QuickEntry.vala:87
msgid ""
"If this character is the first non-whitespace character, make a new node "
"from the title that follows."
msgstr ""
"Wenn dieses Zeichen das erste Nicht-Leerzeichen ist, entsteht ein neuer "
"Knoten aus dem folgenden Text."

#: src/QuickEntry.vala:80
#: src/QuickEntry.vala:89
msgid ""
"If this character is the first non-whitespace character, the following line "
"is appended to the previous node's note."
msgstr ""
"Wenn dieses Zeichen das erste Nicht-Leerzeichen ist, wird die folgende Zeile "
"an die Notiz des vorherigen Knotens angehängt."

#: src/QuickEntry.vala:81
#: src/QuickEntry.vala:90
#, fuzzy
msgid "URI"
msgstr "URL"

#: src/QuickEntry.vala:82
#: src/QuickEntry.vala:91
#, fuzzy
msgid ""
"If this character is the first non-whitespace character, adds an image from "
Expand All @@ -1228,23 +1228,23 @@ msgstr ""
"Wenn dieses Zeichen das erste Nicht-Leerzeichen ist, wird die folgende Zeile "
"an die Notiz des vorherigen Knotens angehängt."

#: src/QuickEntry.vala:84
#: src/QuickEntry.vala:93
msgid "If this follows *, + or -, the node is made an uncompleted task."
msgstr ""
"Wenn dies auf *, + oder - folgt, wird der Knoten zu einer nicht "
"abgeschlossenen Aufgabe."

#: src/QuickEntry.vala:86
#: src/QuickEntry.vala:95
msgid "If this follows *, + or -, the node is made a completed task."
msgstr ""
"Wenn dies auf *, + oder - folgt, wird der Knoten zu einer abgeschlossenen "
"Aufgabe gemacht."

#: src/QuickEntry.vala:117
#: src/QuickEntry.vala:126
msgid "Replace"
msgstr "Ersetzen"

#: src/QuickEntry.vala:126
#: src/QuickEntry.vala:135
msgid "Insert"
msgstr "Einfügen"

Expand Down
Loading

0 comments on commit bf1920f

Please sign in to comment.