diff --git a/README.md b/README.md index 5121429..fd3dc18 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -[//]: # (Generated 2021-02-12T17:40:26.018820. Changes belong into template/documentation/readme.template) +[//]: # (Generated 2022-01-03T01:10:37.403490. Changes belong into template/documentation/readme.template) #Laborejo -Program version 2.0.1 +Program version 2.0.2 ![Screenshot](https://git.laborejo.org/lss/Laborejo/raw/branch/master/documentation/screenshot.png "Screenshot") diff --git a/configure b/configure index 59a9788..77fbb04 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #!/bin/bash program=laborejo cboxconfigure="--without-fluidsynth --without-libsmf" -version=2.0.1 +version=2.0.2 . template/configure.template #. is the posix compatible version of source diff --git a/documentation/english.adoc b/documentation/english.adoc index 4711141..e38be99 100644 --- a/documentation/english.adoc +++ b/documentation/english.adoc @@ -1,5 +1,5 @@ :Author: Laborejo Software Suite -:Version: 2.0.1 +:Version: 2.0.2 :iconfont-remote!: :!webfonts: @@ -25,7 +25,7 @@ https://asciidoctor.org/docs/user-manual/ = Laborejo // Don't write in the empty line above line. It will be interpreted as author html tag -For program version 2.0.1 +For program version 2.0.2 == Introduction diff --git a/documentation/german.adoc b/documentation/german.adoc index 9817d26..247f4d6 100644 --- a/documentation/german.adoc +++ b/documentation/german.adoc @@ -1,5 +1,5 @@ :Author: Laborejo Software Suite -:Version: 2.0.1 +:Version: 2.0.2 :iconfont-remote!: :!webfonts: @@ -25,7 +25,7 @@ https://asciidoctor.org/docs/user-manual/ = Laborejo // Don't write in the empty line above line. It will be interpreted as author html tag -Für Programmversion 2.0.1 +Für Programmversion 2.0.2 == Einleitung @@ -1140,19 +1140,19 @@ Objekt/Auswahl verdoppeln noch irgendwo ein. == Installation und Start Laborejo ist exklusiv für Linux. Am besten installieren Sie Laborejo über deinen Paketmanager. -Falls es dort nicht vorhanden ist, oder nur in einer veralteten Version, bitten sie ihre +Falls es dort nicht vorhanden ist, oder nur in einer veralteten Version, bitten sie ihre Linuxdistribution Laborejo bereitzustellen. Falls in den Paketquellen vorhanden bitte direkt bei "laborejo in Agordejo (New Session Manager)" weiterlesen. Falls nicht kann man Laborejo auch selbst "bauen". -.Abhängigkeiten* +.Abhängigkeiten * Eine Liste der Abhängigkeit befindet sich in der README.md * Kompilieren und Installieren geht entweder mit einem Releasedownload oder mit der Git-Version: - ** Laden Sie von https://www.laborejo.org/downloads die aktuelle Version herunter und entpacken Sie sie. + ** Laden Sie von https://www.laborejo.org/downloads die aktuelle Version herunter und entpacken Sie sie. ** `git clone https://git.laborejo.org/lss/laborejo.git` * Wechseln Sie in das neue Verzeichnis und benutzen diese Befehle: -*`./configure --prefix=/usr` + ** `./configure --prefix=/usr` ** Das Standardprefix is /usr/local * `make` * `sudo make install` @@ -1188,8 +1188,8 @@ Kurzversion: clone git, programmieren, einen git-patch erstellen oder uns eine g Laborejo ist mit Hilfe der Qt-Toolchain sehr einfach zu übersetzen, ohne, dass man dafür Programmieren muss. Die einfachste Variante ist es einfach die Entwickler anzusprechen und sie werden die neue Sprache einrichten. -Hier ist dennoch die komplette Anleitung, um eine Übersetzung komplett alleine anzufertigen und in -das Programm einzubinden. Das Programm ist in zwei Teile aufgeteilt: Ein gemeinsames "Template" +Hier ist dennoch die komplette Anleitung, um eine Übersetzung komplett alleine anzufertigen und in +das Programm einzubinden. Das Programm ist in zwei Teile aufgeteilt: Ein gemeinsames "Template" (für alle Laborejo Software Suit Programme) sowie das eigentliche Programm. Der Übersetzungsprozess ist der gleiche für beide Teile, man muss ihn jedoch in unterschiedlichen @@ -1214,9 +1214,10 @@ So fügt man eine neue Sprache hinzu: Die Übersetzung können Sie auch selbst, zum Testen, einbinden. Dafür sind rudimentäre Python Kentnisse nötig. -* Im Qt Linguist "Datei" Menü ist eine "Release" Option. Das erstellt eine `.qm` Datei im gleichen Verzeichnis wie die `.ts` Datei.* Bearbeiten Sie `template/qtgui/resources/resources.qrc` und kopieren die Zeile `translations/de.qm` . Dabei das Länderkürzel zum Neuen ändern. +* Im Qt Linguist "Datei" Menü ist eine "Release" Option. Das erstellt eine `.qm` Datei im gleichen Verzeichnis wie die `.ts` Datei. +* Bearbeiten Sie `template/qtgui/resources/resources.qrc` und kopieren die Zeile `translations/de.qm` . Dabei das Länderkürzel zum Neuen ändern. * Führen Sie `sh buildresources.sh` aus -* Bearbeiten Sie `engine/config.py`: Die neue Sprache hinzufügen. z.B. `{"German":"de.qm", "Esperanto:"eo.qm"}` +* Bearbeiten Sie `engine/config.py`: Die neue Sprache hinzufügen. z.B. `{"German":"de.qm", "Esperanto:"eo.qm"}` ** Um den Sprachstring herauszufinden öffnen Sie den `python3`-Interpreter im Terminal und führen aus: ** `from PyQt5 import QtCore;QtCore.QLocale().languageToString(QtCore.QLocale().language())` diff --git a/documentation/index.adoc b/documentation/index.adoc index 855fad0..9e06626 100644 --- a/documentation/index.adoc +++ b/documentation/index.adoc @@ -1,5 +1,5 @@ :Author: Laborejo Software Suite -:Version: 2.0.1 +:Version: 2.0.2 :iconfont-remote!: :!webfonts: @@ -21,7 +21,7 @@ https://asciidoctor.org/docs/user-manual/ == Laborejo Multi-Language Documentation image::logo.png["logo", 320, 180] -For program version 2.0.1 +For program version 2.0.2 This site is part of the https://www.laborejo.org[Laborejo Software Suite] @@ -33,5 +33,6 @@ Please choose a language Further Links + * https://laborejo.org/bugs/[Bug and Issues, and other Feedback] * Write to info@laborejo.org for any comment or question. diff --git a/documentation/laborejo.1 b/documentation/laborejo.1 index c5b99a8..b3098d9 100644 --- a/documentation/laborejo.1 +++ b/documentation/laborejo.1 @@ -1,13 +1,13 @@ -.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.17. -.TH LABOREJO "1" "February 2021" "Laborejo 2.0.1" "User Commands" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.5. +.TH LABOREJO "1" "January 2022" "Laborejo 2.0.2" "User Commands" .SH NAME Laborejo - MIDI sequencer based on classical music notation .SH DESCRIPTION usage: laborejo [\-h] [\-v] [\-s DIRECTORY] [\-p] [\-m] [\-V] .PP -Laborejo \- Version 2.0.1 \- Copyright 2021 by Laborejo Software Suite \- +Laborejo \- Version 2.0.2 \- Copyright 2022 by Laborejo Software Suite \- https://www.laborejo.org/laborejo -.SS "optional arguments:" +.SS "options:" .TP \fB\-h\fR, \fB\-\-help\fR show this help message and exit @@ -51,15 +51,15 @@ settings and save directories. Other modes of operations, mostly for testing, are: -Run without session management and save in /tmp. +Run without session management and save in /tmp. laborejo --save /tmp Run without audio and midi. Skips all JACK checks. Used to just look at the GUI, e.g. to make screenshots - laborejo --mute + laborejo --mute .SH "REPORTING BUGS" https://www.laborejo.org/bugs .SH COPYRIGHT -Laborejo 2.0.1 - Copyright 2021 +Laborejo 2.0.2 - Copyright 2022 Laborejo Software Suite https://www.laborejo.org/ .SH "SEE ALSO" diff --git a/documentation/manpageinclude.h2m b/documentation/manpageinclude.h2m index 04ff3e2..a9b2f09 100644 --- a/documentation/manpageinclude.h2m +++ b/documentation/manpageinclude.h2m @@ -20,7 +20,7 @@ Working in Laborejo is very fast and efficient by using a combination of midi in https://www.laborejo.org/bugs [copyright] -Laborejo 2.0.1 - Copyright 2021 +Laborejo 2.0.2 - Copyright 2022 Laborejo Software Suite https://www.laborejo.org/ @@ -30,11 +30,11 @@ settings and save directories. Other modes of operations, mostly for testing, are: -Run without session management and save in /tmp. +Run without session management and save in /tmp. laborejo --save /tmp Run without audio and midi. Skips all JACK checks. Used to just look at the GUI, e.g. to make screenshots - laborejo --mute + laborejo --mute [see also] The full documentation for Laborejo is maintained as a multi-lingual html site to your systems doc-dir. diff --git a/documentation/out/english.html b/documentation/out/english.html index d16633a..e52220d 100644 --- a/documentation/out/english.html +++ b/documentation/out/english.html @@ -4,25 +4,23 @@ - + Laborejo