Skip to content

Commit

Permalink
Merge branch 'devel'
Browse files Browse the repository at this point in the history
  • Loading branch information
phase1geo committed May 16, 2020
2 parents f2c78a1 + d96ff2e commit 7c55108
Show file tree
Hide file tree
Showing 37 changed files with 4,176 additions and 1,044 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Use the App script to simplify installation by running `./app install-deps`
### Building

```
git clone {{ repo-url }}.git com.github.phase1geo.outliner && cd com.github.phase1geo.outliner
git clone git@github.com:phase1geo/Outliner.git com.github.phase1geo.outliner && cd com.github.phase1geo.outliner
./app install-deps && ./app install
```

Expand Down
2 changes: 2 additions & 0 deletions app
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ case $1 in
initialize
ninja com.github.phase1geo.outliner-pot
ninja com.github.phase1geo.outliner-update-po
ninja extra-pot
ninja extra-update-po
;;
"install")
initialize
Expand Down
51 changes: 49 additions & 2 deletions data/com.github.phase1geo.outliner.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,13 @@
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0+</project_license>
<name>Outliner</name>
<name xml:lang="nl">Outliner</name>
<name xml:lang="fr">Outliner</name>
<summary>Organize your words</summary>
<summary xml:lang="nl">Orden je teksten</summary>
<summary xml:lang="fr">Organisez vos mots</summary>
<developer_name>Trevor Williams</developer_name>
<developer_name xml:lang="nl">Trevor Williams</developer_name>
<developer_name xml:lang="fr">Trevor Williams</developer_name>
<provides>
<binary>com.github.phase1geo.outliner</binary>
Expand All @@ -23,33 +26,47 @@
</screenshots>
<description>
<p>Quickly create outlines and export them in a number of useful formats.</p>
<p xml:lang="nl">Maak snel overzichten en exporteer ze naar een bruikbaar formaat.</p>
<p xml:lang="fr">Créez rapidement des plans et exportez les dans un grand nombre de formats pratiques.</p>
<ul>
<li>Quickly create and navigate outlines using the keyboard or mouse.</li>
<li xml:lang="nl">Maak snel overzichten en blader met je toetsenbord of muis.</li>
<li xml:lang="fr">Créez et naviguez rapidement à travers des plans en utilisant le clavier ou la souris.</li>
<li>Full support for text formatting.</li>
<li xml:lang="nl">Volledige ondersteuning voor tekstopmaak.</li>
<li xml:lang="fr">Prise en charge complète de la mise en forme du texte.</li>
<li>Add notes to any outline text.</li>
<li xml:lang="nl">Voeg aantekeningen toe.</li>
<li xml:lang="fr">Ajoutez des notes à n'importe quel élément de plan.</li>
<li>Add checkboxes to any or all outline text.</li>
<li>Close/Hide any group within the outline for increased focus.</li>
<li xml:lang="nl">Sluit/Verberg elke groep binnen het overzicht om beter te kunnen focussen.</li>
<li xml:lang="fr">Fermez/Masquez un groupe à tout moment depuis le plan pour plus de concentration.</li>
<li>Quick search and replace of any text within the document, including notes.</li>
<li xml:lang="nl">Zoek en vervang snel tekst in het document of je aantekeningen.</li>
<li xml:lang="fr">Cherchez et remplacez rapidement n'importe quel texte dans le document, notes incluses.</li>
<li>View document statistics such as character count, word count and row count.</li>
<li xml:lang="nl">Toon documentstatistieken, zoals het aantal tekens, woorden en rijen.</li>
<li xml:lang="fr">Visualisez les statistiques du document telles que le nombre de caractères, de mots et de lignes.</li>
<li>Unlimited undo/redo of any change.</li>
<li xml:lang="nl">Onbeperkt ongedaan maken/opnieuw uitvoeren.</li>
<li xml:lang="fr">Nombre d'actions annuler/rétablir illimités pour toute modification.</li>
<li>Automatically saves in the background.</li>
<li xml:lang="nl">Slaat automatisch op op de achtergrond.</li>
<li xml:lang="fr">Enregistrement automatique en arrière-plan.</li>
<li>Open multiple outlines with the use of tabs.</li>
<li xml:lang="nl">Open meerdere overzichten op tabbladen.</li>
<li xml:lang="fr">Ouvrez plusieurs plans à la fois à l'aide des onglets.</li>
<li>Built-in themes.</li>
<li xml:lang="nl">Ingebouwde thema's.</li>
<li xml:lang="fr">Thèmes intégrés.</li>
<li>Support for changing fonts within a document.</li>
<li>Import from Minder and OPML.</li>
<li xml:lang="nl">Importeer uit Minder en OPML.</li>
<li xml:lang="fr">Importez des fichiers au format Minder ou OPML.</li>
<li>Export to HTML, Markdown, Minder, OPML, PDF and PlainText.</li>
<li xml:lang="fr">Exportez au format HTML, Markdown, OPML, PDF et Texte brut.</li>
<li>Export to HTML, Markdown, Minder, OPML, Org-Mode, PDF and PlainText.</li>
<li>Printer support.</li>
<li xml:lang="nl">Afdrukondersteuning.</li>
<li xml:lang="fr">Prise en charge de l'impression.</li>
</ul>
</description>
Expand Down Expand Up @@ -92,6 +109,35 @@
<value key="x-appcenter-suggested-price">10</value>
</custom>
<releases>
<release version="1.2.0" date="2020-05-17">
<description>
<p>New</p>
<p xml:lang="fr">Nouveau</p>
<ul>
<li>Added highlight for row that the mouse cursor is currently over.</li>
<li>Added support for row labeling for the purposes of moving and selecting rows.</li>
<li>Added support for changing document and application default fonts.</li>
<li>Added support for adding checkbox state to rows.</li>
<li>Added checkbox statistics to the statistics panel.</li>
<li>Added Org-Mode export mode.</li>
</ul>
<p>Changes</p>
<p xml:lang="fr">Modifications</p>
<ul>
<li>When only row is deleted, a new row will be added and placed into edit mode.</li>
<li>Updated keyboard shortcut cheatsheet.</li>
<li>Changed cursor and added tooltip when cursor is over URL and Control is held down.</li>
<li>Enhanced clipboard functionality.</li>
<li>Modified look of statistics panel to improve readability of display groups of information.</li>
</ul>
<p>Bug Fixes</p>
<p xml:lang="fr">Corrections de bugs</p>
<ul>
<li>Fixed right margin for descendant rows.</li>
<li>Fixed exports to allow existing files to be overwritten.</li>
</ul>
</description>
</release>
<release version="1.1.0" date="2020-04-20">
<description>
<p>New</p>
Expand Down Expand Up @@ -139,6 +185,7 @@
<release version="1.0.3" date="2020-03-26">
<description>
<p>Initial release!</p>
<p xml:lang="nl">Initiële uitgave!</p>
<p xml:lang="fr">Version initiale !</p>
</description>
</release>
Expand Down
30 changes: 29 additions & 1 deletion data/com.github.phase1geo.outliner.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,17 @@
<li>Quickly create and navigate outlines using the keyboard or mouse.</li>
<li>Full support for text formatting.</li>
<li>Add notes to any outline text.</li>
<li>Add checkboxes to any or all outline text.</li>
<li>Close/Hide any group within the outline for increased focus.</li>
<li>Quick search and replace of any text within the document, including notes.</li>
<li>View document statistics such as character count, word count and row count.</li>
<li>Unlimited undo/redo of any change.</li>
<li>Automatically saves in the background.</li>
<li>Open multiple outlines with the use of tabs.</li>
<li>Built-in themes.</li>
<li>Support for changing fonts within a document.</li>
<li>Import from Minder and OPML.</li>
<li>Export to HTML, Markdown, Minder, OPML, PDF and PlainText.</li>
<li>Export to HTML, Markdown, Minder, OPML, Org-Mode, PDF and PlainText.</li>
<li>Printer support.</li>
</ul>
</description>
Expand Down Expand Up @@ -75,6 +77,32 @@
<value key="x-appcenter-suggested-price">10</value>
</custom>
<releases>
<release version="1.2.0" date="2020-05-17">
<description>
<p>New</p>
<ul>
<li>Added highlight for row that the mouse cursor is currently over.</li>
<li>Added support for row labeling for the purposes of moving and selecting rows.</li>
<li>Added support for changing document and application default fonts.</li>
<li>Added support for adding checkbox state to rows.</li>
<li>Added checkbox statistics to the statistics panel.</li>
<li>Added Org-Mode export mode.</li>
</ul>
<p>Changes</p>
<ul>
<li>When only row is deleted, a new row will be added and placed into edit mode.</li>
<li>Updated keyboard shortcut cheatsheet.</li>
<li>Changed cursor and added tooltip when cursor is over URL and Control is held down.</li>
<li>Enhanced clipboard functionality.</li>
<li>Modified look of statistics panel to improve readability of display groups of information.</li>
</ul>
<p>Bug Fixes</p>
<ul>
<li>Fixed right margin for descendant rows.</li>
<li>Fixed exports to allow existing files to be overwritten.</li>
</ul>
</description>
</release>
<release version="1.1.0" date="2020-04-20">
<description>
<p>New</p>
Expand Down
20 changes: 20 additions & 0 deletions data/com.github.phase1geo.outliner.gschema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,25 @@
<summary>When exporting to HTML, use ul output styling instead of ol</summary>
<description>When exporting to HTML, use ul output styling instead of ol</description>
</key>
<key name="default-row-font-family" type="s">
<default>"Sans"</default>
<summary>Default font family to use for new document rows</summary>
<description>Default font family to use for new document rows</description>
</key>
<key name="default-row-font-size" type="i">
<default>12</default>
<summary>Default font size to use for new document rows</summary>
<description>Default font size to use for new document rows</description>
</key>
<key name="default-note-font-family" type="s">
<default>"Sans"</default>
<summary>Default font family to use for new document notes</summary>
<description>Default font family to use for new document notes</description>
</key>
<key name="default-note-font-size" type="i">
<default>11</default>
<summary>Default font size to use for new document notes</summary>
<description>Default font size to use for new document notes</description>
</key>
</schema>
</schemalist>
Loading

0 comments on commit 7c55108

Please sign in to comment.