From 6d84a395917fec95cfd153de9ed3940dd1b4ba86 Mon Sep 17 00:00:00 2001 From: Nils <> Date: Thu, 18 Jun 2020 20:01:15 +0200 Subject: [PATCH] new-session-manager rebranding for the template part --- template/documentation/english.adoc.template | 11 +- template/documentation/german.adoc.template | 13 +- template/documentation/readme.template | 14 +- template/qtgui/chooseSessionDirectory.py | 2 +- template/qtgui/resources.py | 424 ++++++++++--------- template/qtgui/resources/translations/de.qm | Bin 2981 -> 3120 bytes template/qtgui/resources/translations/de.ts | 38 +- template/start.py | 6 +- 8 files changed, 260 insertions(+), 248 deletions(-) diff --git a/template/documentation/english.adoc.template b/template/documentation/english.adoc.template index 5b553df..a9a3aed 100644 --- a/template/documentation/english.adoc.template +++ b/template/documentation/english.adoc.template @@ -36,7 +36,7 @@ For program version is exclusive for Linux. The best way to install is to use your package manager. If it is not there, or only in an outdated version, please ask your Linux distribution to provide a recent version. -If available in the package repository, please continue reading directly at "Start from Non Session Manager". +If available in the package repository, please continue reading directly at "Start from Argodejo / New Session Manager". If not, you can build yourself. .Build and Install @@ -50,14 +50,11 @@ If not, you can build yourself. * `make` * `sudo make install` -.Start from Non Session Manager (NSM) -* Run `non-session-manager` +.Start from Argodejo (New Session Manager, NSM) +* Run `argodejo` * Press the `New` button, and enter a name for your piece of music. -* Press the `Add Client to Session` button, enter `` here, in lower case. -* Add Client again, this time `jackpatch`. +* Use the launcher to add `` to the session. * Add any compatible programs, e.g. synthesizers. -** See the list of NSM compatible programs: http://non.tuxfamily.org/wiki/ApplicationsSupportingNsm -** And the NSM manual: http://non.tuxfamily.org/nsm/ Please read README.md for other ways of starting , which are impractical for actual use but can be helpful for testing and development. diff --git a/template/documentation/german.adoc.template b/template/documentation/german.adoc.template index 5a7ff50..a597009 100644 --- a/template/documentation/german.adoc.template +++ b/template/documentation/german.adoc.template @@ -36,7 +36,7 @@ Für Programmversion Falls es dort nicht vorhanden ist, oder nur in einer veralteten Version, bitten sie ihre Linuxdistribution bereitzustellen. -Falls in den Paketquellen vorhanden bitte direkt bei " im Non Session Manager starten" weiterlesen. +Falls in den Paketquellen vorhanden bitte direkt bei " in Argodejo (New Session Manager)" weiterlesen. Falls nicht kann man auch selbst "bauen". .Abhängigkeiten* @@ -50,14 +50,11 @@ Falls nicht kann man auch selbst "bauen". * `make` * `sudo make install` -. im Non Session Manager (NSM) starten -* Starten Sie `non-session-manager` -* Knopf `New`, geben Sie einen Namen für das Musikstück ein. -* Knopf `Add Client to Session`, geben Sie hier `` ein, kleingeschrieben. -* Nochmal Add Client, diesmal `jackpatch`. +. im Argodejo (New Session Manager, NSM) starten +* Starten Sie `argodejo` +* Erstellen Sie eine neue Session, geben Sie einen Namen für das Musikstück ein. +* Benutzen Sie den Launcher um `` hinzuzufügen. * Fügen Sie beliebige kompatible Programme hinzu, z.B. Synthesizer. -** Siehe auch das NSM Handbuch: http://non.tuxfamily.org/nsm/ -** Und die Liste der NSM kompatiblen Programme: http://non.tuxfamily.org/wiki/ApplicationsSupportingNsm In der Datei README.md befinden sich weitere Möglichkeiten zu starten. Diese sind zum Musikmachen nicht praktikabel, aber nützlich für Tests und Entwicklung. diff --git a/template/documentation/readme.template b/template/documentation/readme.template index f154130..0852b2d 100644 --- a/template/documentation/readme.template +++ b/template/documentation/readme.template @@ -42,7 +42,7 @@ It is possible to clone a git repository. ### Environment: * Jack Audio Connection Kit must be running -* Non Session Manager +* Argodejo / New Session Manager ("NSM") ## Build ./configure --prefix=/usr/local @@ -57,15 +57,15 @@ system as you want. We make no distinction if you installed yourself or through the distributions package-manager. -The differences are: With or without NSM, with or without sound, installed or from the source dir. +The differences are: With or without Argodejo, with or without sound, installed or from the source dir. -### Installed with Non Session Manager (recommended) -Starting through the Non Session Manager after you installed system-wide -is the recommended and only supported way. Start non-session-manager and load or create a new -session. Then use the button "Add Client to Session" and type in ``. +### Installed , running through Argodejo (New Session Manager) (recommended) +Starting through Argodejo after you installed system-wide +is the recommended and only supported way. Start argodejo and load or create a new +session. Then use the program launcher to add ``. It should appear with an icon in the list and open its GUI. -### Installed without NSM +### Installed without Argodejo If you start directly it will present you with a dialog to choose your session directory. You can also start from a terminal (or create a starter script). diff --git a/template/qtgui/chooseSessionDirectory.py b/template/qtgui/chooseSessionDirectory.py index 1da95cb..ee5e493 100644 --- a/template/qtgui/chooseSessionDirectory.py +++ b/template/qtgui/chooseSessionDirectory.py @@ -66,7 +66,7 @@ class ChooseSessionDirectory(QtWidgets.QDialog): pixmap_scaled = aboutLogoPixmap.scaled(self.ui.goldenratioLabel.size(), QtCore.Qt.KeepAspectRatio) self.ui.goldenratioLabel.setPixmap(pixmap_scaled) - message = QtCore.QCoreApplication.translate("TemplateChooseSessionDirectory", "Please choose a directory for your session files. It is recommended to start through the Non Session Manager instead.") + message = QtCore.QCoreApplication.translate("TemplateChooseSessionDirectory", "Please choose a directory for your session files. It is recommended to start through Argodejo/New Session Manager instead.") self.ui.label.setText(message) settings = QtCore.QSettings("LaborejoSoftwareSuite", METADATA["shortName"]) diff --git a/template/qtgui/resources.py b/template/qtgui/resources.py index 795d995..8f4d167 100644 --- a/template/qtgui/resources.py +++ b/template/qtgui/resources.py @@ -2,7 +2,7 @@ # Resource object code # -# Created by: The Resource Compiler for PyQt5 (Qt v5.13.0) +# Created by: The Resource Compiler for PyQt5 (Qt v5.15.0) # # WARNING! All changes made in this file will be lost! @@ -3190,6 +3190,203 @@ qt_resource_data = b"\ \xcf\x00\xd0\x00\xd1\x00\xd5\x00\xd6\x00\xd8\x00\xd9\x01\x12\x01\ \x13\x00\x00\x00\x00\x00\x01\x00\x00\x00\x00\xc4\x3e\x8b\xee\x00\ \x00\x00\x00\xc1\x0c\x00\x54\x00\x00\x00\x00\xc4\xa0\xef\x3b\ +\x00\x00\x0c\x30\ +\x3c\ +\xb8\x64\x18\xca\xef\x9c\x95\xcd\x21\x1c\xbf\x60\xa1\xbd\xdd\xa7\ +\x00\x00\x00\x05\x64\x65\x5f\x44\x45\x42\x00\x00\x00\xa8\x00\x04\ +\x87\x9b\x00\x00\x0a\x86\x00\x04\xbb\x04\x00\x00\x08\x78\x00\x04\ +\xd0\x25\x00\x00\x08\xb7\x00\x04\xd6\x8d\x00\x00\x0a\xbd\x00\x04\ +\xec\x30\x00\x00\x08\xec\x00\x04\xf6\x35\x00\x00\x0a\xe8\x00\x05\ +\x8b\xaf\x00\x00\x09\x87\x00\x05\x98\xc5\x00\x00\x09\xc8\x00\x05\ +\xc4\xaf\x00\x00\x0a\x05\x00\x47\x96\xc4\x00\x00\x00\x00\x00\x47\ +\x96\xc4\x00\x00\x08\x44\x01\x7e\x97\x89\x00\x00\x04\x21\x03\x18\ +\xa4\x29\x00\x00\x09\x21\x03\x19\x9b\xde\x00\x00\x06\x95\x05\x1c\ +\x51\x99\x00\x00\x06\x18\x05\x6c\xc7\x3c\x00\x00\x0a\x44\x05\x6c\ +\xc7\x3c\x00\x00\x0b\x1b\x07\x48\xba\x0e\x00\x00\x02\xff\x0c\x3f\ +\xa2\x40\x00\x00\x05\xc5\x0d\x6c\xeb\x9f\x00\x00\x02\xa3\x0f\xc9\ +\x5c\x9e\x00\x00\x00\x2f\x69\x00\x00\x0b\x5d\x03\x00\x00\x00\x08\ +\x00\xdc\x00\x62\x00\x65\x00\x72\x08\x00\x00\x00\x00\x06\x00\x00\ +\x00\x05\x41\x62\x6f\x75\x74\x07\x00\x00\x00\x0d\x54\x65\x6d\x70\ +\x6c\x61\x74\x65\x41\x62\x6f\x75\x74\x01\x03\x00\x00\x01\x9a\x00\ +\x44\x00\x61\x00\x73\x00\x20\x00\x50\x00\x72\x00\x6f\x00\x67\x00\ +\x72\x00\x61\x00\x6d\x00\x6d\x00\x20\x00\x76\x00\x65\x00\x72\x00\ +\x73\x00\x74\x00\x65\x00\x63\x00\x6b\x00\x74\x00\x20\x00\x73\x00\ +\x69\x00\x63\x00\x68\x00\x20\x00\x6e\x00\x75\x00\x72\x00\x20\x00\ +\x77\x00\x65\x00\x6e\x00\x6e\x00\x20\x00\x53\x00\x69\x00\x65\x00\ +\x20\x00\x46\x00\x75\x00\x6e\x00\x6b\x00\x74\x00\x69\x00\x6f\x00\ +\x6e\x00\x65\x00\x6e\x00\x20\x00\x77\x00\x69\x00\x65\x00\x20\x00\ +\x41\x00\x6c\x00\x74\x00\x2b\x00\x46\x00\x34\x00\x20\x00\x6f\x00\ +\x64\x00\x65\x00\x72\x00\x20\x00\x64\x00\x61\x00\x73\x00\x20\x00\ +\x5b\x00\x58\x00\x5d\x00\x20\x00\x64\x00\x65\x00\x73\x00\x20\x00\ +\x46\x00\x65\x00\x6e\x00\x73\x00\x74\x00\x65\x00\x72\x00\x6d\x00\ +\x61\x00\x6e\x00\x61\x00\x67\x00\x65\x00\x72\x00\x73\x00\x20\x00\ +\x62\x00\x65\x00\x6e\x00\x75\x00\x74\x00\x7a\x00\x65\x00\x6e\x00\ +\x2e\x00\x20\x00\x53\x00\x69\x00\x65\x00\x20\x00\x6b\x00\xf6\x00\ +\x6e\x00\x6e\x00\x65\x00\x6e\x00\x20\x00\x65\x00\x73\x00\x20\x00\ +\x69\x00\x6d\x00\x20\x00\x53\x00\x65\x00\x73\x00\x73\x00\x69\x00\ +\x6f\x00\x6e\x00\x20\x00\x4d\x00\x61\x00\x6e\x00\x61\x00\x67\x00\ +\x65\x00\x72\x00\x20\x00\x6a\x00\x65\x00\x64\x00\x65\x00\x72\x00\ +\x7a\x00\x65\x00\x69\x00\x74\x00\x20\x00\x77\x00\x69\x00\x65\x00\ +\x64\x00\x65\x00\x72\x00\x20\x00\x73\x00\x69\x00\x63\x00\x68\x00\ +\x74\x00\x62\x00\x61\x00\x72\x00\x20\x00\x6d\x00\x61\x00\x63\x00\ +\x68\x00\x65\x00\x6e\x00\x2e\x00\x20\x00\x44\x00\x69\x00\x65\x00\ +\x73\x00\x65\x00\x72\x00\x20\x00\x5a\x00\x75\x00\x73\x00\x74\x00\ +\x61\x00\x6e\x00\x64\x00\x20\x00\x77\x00\x69\x00\x72\x00\x64\x00\ +\x20\x00\x67\x00\x65\x00\x73\x00\x70\x00\x65\x00\x69\x00\x63\x00\ +\x68\x00\x65\x00\x72\x00\x74\x00\x2e\x08\x00\x00\x00\x00\x06\x00\ +\x00\x00\xb8\x43\x6c\x6f\x73\x69\x6e\x67\x20\x74\x68\x65\x20\x70\ +\x72\x6f\x67\x72\x61\x6d\x20\x77\x69\x74\x68\x20\x74\x68\x65\x20\ +\x5b\x58\x5d\x20\x69\x63\x6f\x6e\x20\x6f\x72\x20\x73\x68\x6f\x72\ +\x74\x63\x75\x74\x73\x20\x6c\x69\x6b\x65\x20\x41\x6c\x74\x2b\x46\ +\x34\x20\x77\x69\x6c\x6c\x20\x6f\x6e\x6c\x79\x20\x68\x69\x64\x65\ +\x20\x74\x68\x65\x20\x77\x69\x6e\x64\x6f\x77\x2e\x20\x54\x68\x69\ +\x73\x20\x73\x74\x61\x74\x65\x20\x77\x69\x6c\x6c\x20\x62\x65\x20\ +\x73\x61\x76\x65\x64\x2c\x20\x73\x6f\x20\x79\x6f\x75\x20\x64\x6f\ +\x6e\x27\x74\x20\x6e\x65\x65\x64\x20\x74\x6f\x20\x73\x65\x65\x20\ +\x74\x68\x65\x20\x77\x69\x6e\x64\x6f\x77\x20\x65\x61\x63\x68\x20\ +\x74\x69\x6d\x65\x20\x79\x6f\x75\x20\x6c\x6f\x61\x64\x20\x79\x6f\ +\x75\x72\x20\x73\x65\x73\x73\x69\x6f\x6e\x2e\x07\x00\x00\x00\x0d\ +\x54\x65\x6d\x70\x6c\x61\x74\x65\x41\x62\x6f\x75\x74\x01\x03\x00\ +\x00\x00\x2a\x00\x57\x00\x75\x00\x73\x00\x73\x00\x74\x00\x65\x00\ +\x6e\x00\x20\x00\x53\x00\x69\x00\x65\x00\x20\x00\x73\x00\x63\x00\ +\x68\x00\x6f\x00\x6e\x00\x2e\x00\x2e\x00\x2e\x00\x3f\x08\x00\x00\ +\x00\x00\x06\x00\x00\x00\x10\x44\x69\x64\x20\x79\x6f\x75\x20\x6b\ +\x6e\x6f\x77\x2e\x2e\x2e\x3f\x07\x00\x00\x00\x0d\x54\x65\x6d\x70\ +\x6c\x61\x74\x65\x41\x62\x6f\x75\x74\x01\x03\x00\x00\x00\xae\x00\ +\x53\x00\x75\x00\x70\x00\x70\x00\x6f\x00\x72\x00\x74\x00\x20\x00\ +\x75\x00\x6e\x00\x64\x00\x20\x00\x48\x00\x69\x00\x6c\x00\x66\x00\ +\x65\x00\x20\x00\x66\x00\x69\x00\x6e\x00\x64\x00\x65\x00\x6e\x00\ +\x20\x00\x53\x00\x69\x00\x65\x00\x20\x00\x75\x00\x6e\x00\x74\x00\ +\x65\x00\x72\x00\x20\x00\x3c\x00\x61\x00\x20\x00\x68\x00\x72\x00\ +\x65\x00\x66\x00\x3d\x00\x27\x00\x68\x00\x74\x00\x74\x00\x70\x00\ +\x3a\x00\x2f\x00\x2f\x00\x6c\x00\x61\x00\x62\x00\x6f\x00\x72\x00\ +\x65\x00\x6a\x00\x6f\x00\x2e\x00\x6f\x00\x72\x00\x67\x00\x27\x00\ +\x3e\x00\x4c\x00\x61\x00\x62\x00\x6f\x00\x72\x00\x65\x00\x6a\x00\ +\x6f\x00\x20\x00\x43\x00\x6f\x00\x6d\x00\x6d\x00\x75\x00\x6e\x00\ +\x69\x00\x74\x00\x79\x00\x3c\x00\x2f\x00\x61\x00\x3e\x08\x00\x00\ +\x00\x00\x06\x00\x00\x00\x52\x48\x65\x6c\x70\x20\x63\x61\x6e\x20\ +\x62\x65\x20\x66\x6f\x75\x6e\x64\x20\x74\x68\x72\x6f\x75\x67\x68\ +\x20\x74\x68\x65\x20\x3c\x61\x20\x68\x72\x65\x66\x3d\x27\x68\x74\ +\x74\x70\x3a\x2f\x2f\x6c\x61\x62\x6f\x72\x65\x6a\x6f\x2e\x6f\x72\ +\x67\x27\x3e\x4c\x61\x62\x6f\x72\x65\x6a\x6f\x20\x43\x6f\x6d\x6d\ +\x75\x6e\x69\x74\x79\x3c\x2f\x61\x3e\x07\x00\x00\x00\x0d\x54\x65\ +\x6d\x70\x6c\x61\x74\x65\x41\x62\x6f\x75\x74\x01\x03\x00\x00\x01\ +\x04\x00\x54\x00\x65\x00\x6d\x00\x70\x00\x6f\x00\x72\x00\xe4\x00\ +\x72\x00\x65\x00\x20\x00\x54\x00\x61\x00\x73\x00\x74\x00\x65\x00\ +\x6e\x00\x6b\x00\xfc\x00\x72\x00\x7a\x00\x65\x00\x6c\x00\x20\x00\ +\x65\x00\x72\x00\x73\x00\x74\x00\x65\x00\x6c\x00\x6c\x00\x65\x00\ +\x6e\x00\x20\x00\x53\x00\x49\x00\x65\x00\x20\x00\x69\x00\x6e\x00\ +\x64\x00\x65\x00\x6d\x00\x20\x00\x65\x00\x69\x00\x6e\x00\x65\x00\ +\x20\x00\x4e\x00\x75\x00\x6d\x00\x6d\x00\x65\x00\x72\x00\x6e\x00\ +\x62\x00\x6c\x00\x6f\x00\x63\x00\x6b\x00\x74\x00\x61\x00\x73\x00\ +\x74\x00\x65\x00\x20\x00\x67\x00\x65\x00\x64\x00\x72\x00\xfc\x00\ +\x63\x00\x6b\x00\x74\x00\x20\x00\x77\x00\x69\x00\x72\x00\x64\x00\ +\x20\x00\x77\x00\xe4\x00\x68\x00\x72\x00\x65\x00\x6e\x00\x64\x00\ +\x20\x00\x64\x00\x65\x00\x72\x00\x20\x00\x4d\x00\x61\x00\x75\x00\ +\x73\x00\x7a\x00\x65\x00\x69\x00\x67\x00\x65\x00\x72\x00\x20\x00\ +\x61\x00\x75\x00\x66\x00\x20\x00\x65\x00\x69\x00\x6e\x00\x65\x00\ +\x6e\x00\x20\x00\x4d\x00\x65\x00\x6e\x00\xfc\x00\x65\x00\x69\x00\ +\x6e\x00\x74\x00\x72\x00\x61\x00\x67\x00\x20\x00\x7a\x00\x65\x00\ +\x69\x00\x67\x00\x74\x08\x00\x00\x00\x00\x06\x00\x00\x00\x7e\x54\ +\x65\x6d\x70\x6f\x72\x61\x72\x79\x20\x53\x68\x6f\x72\x74\x63\x75\ +\x74\x73\x20\x63\x61\x6e\x20\x62\x65\x20\x63\x72\x65\x61\x74\x65\ +\x64\x20\x62\x79\x20\x68\x6f\x76\x65\x72\x69\x6e\x67\x20\x74\x68\ +\x65\x20\x6d\x6f\x75\x73\x65\x20\x63\x75\x72\x73\x6f\x72\x20\x6f\ +\x76\x65\x72\x20\x61\x20\x6d\x65\x6e\x75\x20\x65\x6e\x74\x72\x79\ +\x20\x28\x77\x69\x74\x68\x20\x6e\x6f\x20\x73\x68\x6f\x72\x74\x63\ +\x75\x74\x29\x20\x61\x6e\x64\x20\x70\x72\x65\x73\x73\x69\x6e\x67\ +\x20\x61\x20\x6e\x75\x6d\x70\x61\x64\x20\x6b\x65\x79\x07\x00\x00\ +\x00\x0d\x54\x65\x6d\x70\x6c\x61\x74\x65\x41\x62\x6f\x75\x74\x01\ +\x03\x00\x00\x00\x22\x00\x42\x00\x65\x00\x69\x00\x6d\x00\x20\x00\ +\x53\x00\x74\x00\x61\x00\x72\x00\x74\x00\x20\x00\x7a\x00\x65\x00\ +\x69\x00\x67\x00\x65\x00\x6e\x08\x00\x00\x00\x00\x06\x00\x00\x00\ +\x0f\x73\x68\x6f\x77\x20\x6f\x6e\x20\x73\x74\x61\x72\x74\x75\x70\ +\x07\x00\x00\x00\x0d\x54\x65\x6d\x70\x6c\x61\x74\x65\x41\x62\x6f\ +\x75\x74\x01\x03\x00\x00\x00\x32\x00\x53\x00\x65\x00\x73\x00\x73\ +\x00\x69\x00\x6f\x00\x6e\x00\x76\x00\x65\x00\x72\x00\x7a\x00\x65\ +\x00\x69\x00\x63\x00\x68\x00\x6e\x00\x69\x00\x73\x00\x20\x00\x77\ +\x00\xe4\x00\x68\x00\x6c\x00\x65\x00\x6e\x08\x00\x00\x00\x00\x06\ +\x00\x00\x00\x18\x43\x68\x6f\x6f\x73\x65\x20\x53\x65\x73\x73\x69\ +\x6f\x6e\x20\x44\x69\x72\x65\x63\x74\x6f\x72\x79\x07\x00\x00\x00\ +\x1e\x54\x65\x6d\x70\x6c\x61\x74\x65\x43\x68\x6f\x6f\x73\x65\x53\ +\x65\x73\x73\x69\x6f\x6e\x44\x69\x72\x65\x63\x74\x6f\x72\x79\x01\ +\x03\x00\x00\x01\x02\x00\x42\x00\x69\x00\x74\x00\x74\x00\x65\x00\ +\x20\x00\x77\x00\xe4\x00\x68\x00\x6c\x00\x65\x00\x6e\x00\x20\x00\ +\x53\x00\x69\x00\x65\x00\x20\x00\x65\x00\x69\x00\x6e\x00\x20\x00\ +\x53\x00\x65\x00\x73\x00\x73\x00\x69\x00\x6f\x00\x6e\x00\x76\x00\ +\x65\x00\x72\x00\x7a\x00\x65\x00\x69\x00\x63\x00\x68\x00\x6e\x00\ +\x69\x00\x73\x00\x2e\x00\x20\x00\x44\x00\x61\x00\x72\x00\xfc\x00\ +\x62\x00\x65\x00\x72\x00\x68\x00\x69\x00\x6e\x00\x61\x00\x75\x00\ +\x73\x00\x20\x00\x77\x00\x69\x00\x72\x00\x64\x00\x20\x00\x65\x00\ +\x6d\x00\x70\x00\x66\x00\x6f\x00\x68\x00\x6c\x00\x65\x00\x6e\x00\ +\x20\x00\x73\x00\x74\x00\x61\x00\x74\x00\x74\x00\x64\x00\x65\x00\ +\x73\x00\x73\x00\x65\x00\x6e\x00\x20\x00\xfc\x00\x62\x00\x65\x00\ +\x72\x00\x20\x00\x41\x00\x72\x00\x67\x00\x6f\x00\x64\x00\x65\x00\ +\x6a\x00\x6f\x00\x20\x00\x28\x00\x4e\x00\x65\x00\x77\x00\x20\x00\ +\x53\x00\x65\x00\x73\x00\x73\x00\x69\x00\x6f\x00\x6e\x00\x20\x00\ +\x4d\x00\x61\x00\x6e\x00\x61\x00\x67\x00\x65\x00\x72\x00\x29\x00\ +\x20\x00\x7a\x00\x75\x00\x20\x00\x73\x00\x74\x00\x61\x00\x72\x00\ +\x74\x00\x65\x00\x6e\x00\x2e\x08\x00\x00\x00\x00\x06\x00\x00\x00\ +\x7a\x50\x6c\x65\x61\x73\x65\x20\x63\x68\x6f\x6f\x73\x65\x20\x61\ +\x20\x64\x69\x72\x65\x63\x74\x6f\x72\x79\x20\x66\x6f\x72\x20\x79\ +\x6f\x75\x72\x20\x73\x65\x73\x73\x69\x6f\x6e\x20\x66\x69\x6c\x65\ +\x73\x2e\x20\x49\x74\x20\x69\x73\x20\x72\x65\x63\x6f\x6d\x6d\x65\ +\x6e\x64\x65\x64\x20\x74\x6f\x20\x73\x74\x61\x72\x74\x20\x74\x68\ +\x72\x6f\x75\x67\x68\x20\x41\x72\x67\x6f\x64\x65\x6a\x6f\x2f\x4e\ +\x65\x77\x20\x53\x65\x73\x73\x69\x6f\x6e\x20\x4d\x61\x6e\x61\x67\ +\x65\x72\x20\x69\x6e\x73\x74\x65\x61\x64\x2e\x07\x00\x00\x00\x1e\ +\x54\x65\x6d\x70\x6c\x61\x74\x65\x43\x68\x6f\x6f\x73\x65\x53\x65\ +\x73\x73\x69\x6f\x6e\x44\x69\x72\x65\x63\x74\x6f\x72\x79\x01\x03\ +\x00\x00\x00\x08\x00\xdc\x00\x62\x00\x65\x00\x72\x08\x00\x00\x00\ +\x00\x06\x00\x00\x00\x05\x41\x62\x6f\x75\x74\x07\x00\x00\x00\x12\ +\x54\x65\x6d\x70\x6c\x61\x74\x65\x4d\x61\x69\x6e\x57\x69\x6e\x64\ +\x6f\x77\x01\x03\x00\x00\x00\x14\x00\x42\x00\x65\x00\x61\x00\x72\ +\x00\x62\x00\x65\x00\x69\x00\x74\x00\x65\x00\x6e\x08\x00\x00\x00\ +\x00\x06\x00\x00\x00\x04\x45\x64\x69\x74\x07\x00\x00\x00\x12\x54\ +\x65\x6d\x70\x6c\x61\x74\x65\x4d\x61\x69\x6e\x57\x69\x6e\x64\x6f\ +\x77\x01\x03\x00\x00\x00\x0a\x00\x44\x00\x61\x00\x74\x00\x65\x00\ +\x69\x08\x00\x00\x00\x00\x06\x00\x00\x00\x04\x46\x69\x6c\x65\x07\ +\x00\x00\x00\x12\x54\x65\x6d\x70\x6c\x61\x74\x65\x4d\x61\x69\x6e\ +\x57\x69\x6e\x64\x6f\x77\x01\x03\x00\x00\x00\x0a\x00\x48\x00\x69\ +\x00\x6c\x00\x66\x00\x65\x08\x00\x00\x00\x00\x06\x00\x00\x00\x04\ +\x48\x65\x6c\x70\x07\x00\x00\x00\x12\x54\x65\x6d\x70\x6c\x61\x74\ +\x65\x4d\x61\x69\x6e\x57\x69\x6e\x64\x6f\x77\x01\x03\x00\x00\x00\ +\x2a\x00\x51\x00\x75\x00\x69\x00\x74\x00\x20\x00\x28\x00\x6f\x00\ +\x68\x00\x6e\x00\x65\x00\x20\x00\x53\x00\x70\x00\x65\x00\x69\x00\ +\x63\x00\x68\x00\x65\x00\x72\x00\x6e\x00\x29\x08\x00\x00\x00\x00\ +\x06\x00\x00\x00\x15\x51\x75\x69\x74\x20\x28\x77\x69\x74\x68\x6f\ +\x75\x74\x20\x73\x61\x76\x69\x6e\x67\x29\x07\x00\x00\x00\x12\x54\ +\x65\x6d\x70\x6c\x61\x74\x65\x4d\x61\x69\x6e\x57\x69\x6e\x64\x6f\ +\x77\x01\x03\x00\x00\x00\x16\x00\x57\x00\x69\x00\x65\x00\x64\x00\ +\x65\x00\x72\x00\x68\x00\x6f\x00\x6c\x00\x65\x00\x6e\x08\x00\x00\ +\x00\x00\x06\x00\x00\x00\x04\x52\x65\x64\x6f\x07\x00\x00\x00\x12\ +\x54\x65\x6d\x70\x6c\x61\x74\x65\x4d\x61\x69\x6e\x57\x69\x6e\x64\ +\x6f\x77\x01\x03\x00\x00\x00\x12\x00\x53\x00\x70\x00\x65\x00\x69\ +\x00\x63\x00\x68\x00\x65\x00\x72\x00\x6e\x08\x00\x00\x00\x00\x06\ +\x00\x00\x00\x04\x53\x61\x76\x65\x07\x00\x00\x00\x12\x54\x65\x6d\ +\x70\x6c\x61\x74\x65\x4d\x61\x69\x6e\x57\x69\x6e\x64\x6f\x77\x01\ +\x03\x00\x00\x00\x14\x00\x52\x00\xfc\x00\x63\x00\x6b\x00\x67\x00\ +\xe4\x00\x6e\x00\x67\x00\x69\x00\x67\x08\x00\x00\x00\x00\x06\x00\ +\x00\x00\x04\x55\x6e\x64\x6f\x07\x00\x00\x00\x12\x54\x65\x6d\x70\ +\x6c\x61\x74\x65\x4d\x61\x69\x6e\x57\x69\x6e\x64\x6f\x77\x01\x03\ +\x00\x00\x00\x10\x00\x48\x00\x61\x00\x6e\x00\x64\x00\x62\x00\x75\ +\x00\x63\x00\x68\x08\x00\x00\x00\x00\x06\x00\x00\x00\x0b\x55\x73\ +\x65\x72\x20\x4d\x61\x6e\x75\x61\x6c\x07\x00\x00\x00\x12\x54\x65\ +\x6d\x70\x6c\x61\x74\x65\x4d\x61\x69\x6e\x57\x69\x6e\x64\x6f\x77\ +\x01\x03\x00\x00\x00\x0c\x00\x5a\x00\x75\x00\x72\x00\xfc\x00\x63\ +\x00\x6b\x08\x00\x00\x00\x00\x06\x00\x00\x00\x04\x42\x61\x63\x6b\ +\x07\x00\x00\x00\x12\x54\x65\x6d\x70\x6c\x61\x74\x65\x55\x73\x65\ +\x72\x4d\x61\x6e\x75\x61\x6c\x01\x03\xff\xff\xff\xff\x08\x00\x00\ +\x00\x00\x06\x00\x00\x00\x04\x46\x6f\x72\x6d\x07\x00\x00\x00\x12\ +\x54\x65\x6d\x70\x6c\x61\x74\x65\x55\x73\x65\x72\x4d\x61\x6e\x75\ +\x61\x6c\x01\x03\x00\x00\x00\x08\x00\x48\x00\x6f\x00\x6d\x00\x65\ +\x08\x00\x00\x00\x00\x06\x00\x00\x00\x04\x48\x6f\x6d\x65\x07\x00\ +\x00\x00\x12\x54\x65\x6d\x70\x6c\x61\x74\x65\x55\x73\x65\x72\x4d\ +\x61\x6e\x75\x61\x6c\x01\x03\x00\x00\x00\x10\x00\x48\x00\x61\x00\ +\x6e\x00\x64\x00\x62\x00\x75\x00\x63\x00\x68\x08\x00\x00\x00\x00\ +\x06\x00\x00\x00\x0b\x55\x73\x65\x72\x20\x4d\x61\x6e\x75\x61\x6c\ +\x07\x00\x00\x00\x12\x54\x65\x6d\x70\x6c\x61\x74\x65\x55\x73\x65\ +\x72\x4d\x61\x6e\x75\x61\x6c\x01\x88\x00\x00\x00\x02\x01\x01\ \x00\x00\x07\x7a\ \x89\ \x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ @@ -3312,195 +3509,6 @@ qt_resource_data = b"\ \x16\xf0\xeb\x9f\xcf\x05\x69\x9a\x96\x3e\x17\x34\x9b\xcd\xc1\x81\ \x6a\x00\x13\x7e\x03\xa8\x32\xb9\xbd\xc4\x2d\xe2\xba\x00\x00\x00\ \x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x0b\xa5\ -\x3c\ -\xb8\x64\x18\xca\xef\x9c\x95\xcd\x21\x1c\xbf\x60\xa1\xbd\xdd\x42\ -\x00\x00\x00\xa0\x00\x04\x87\x9b\x00\x00\x0a\x0d\x00\x04\xbb\x04\ -\x00\x00\x08\x65\x00\x04\xd0\x25\x00\x00\x08\xa4\x00\x04\xd6\x8d\ -\x00\x00\x0a\x44\x00\x04\xec\x30\x00\x00\x08\xd9\x00\x04\xf6\x35\ -\x00\x00\x0a\x6f\x00\x05\x8b\xaf\x00\x00\x09\x0e\x00\x05\x98\xc5\ -\x00\x00\x09\x4f\x00\x05\xc4\xaf\x00\x00\x09\x8c\x00\x47\x96\xc4\ -\x00\x00\x00\x00\x00\x47\x96\xc4\x00\x00\x08\x31\x01\x7e\x97\x89\ -\x00\x00\x04\x21\x05\x1c\x51\x99\x00\x00\x06\x18\x05\x6c\xc7\x3c\ -\x00\x00\x09\xcb\x05\x6c\xc7\x3c\x00\x00\x0a\xa2\x07\x48\xba\x0e\ -\x00\x00\x02\xff\x08\x12\x04\xfe\x00\x00\x06\x95\x0c\x3f\xa2\x40\ -\x00\x00\x05\xc5\x0d\x6c\xeb\x9f\x00\x00\x02\xa3\x0f\xc9\x5c\x9e\ -\x00\x00\x00\x2f\x69\x00\x00\x0a\xe4\x03\x00\x00\x00\x08\x00\xdc\ -\x00\x62\x00\x65\x00\x72\x08\x00\x00\x00\x00\x06\x00\x00\x00\x05\ -\x41\x62\x6f\x75\x74\x07\x00\x00\x00\x0d\x54\x65\x6d\x70\x6c\x61\ -\x74\x65\x41\x62\x6f\x75\x74\x01\x03\x00\x00\x01\x9a\x00\x44\x00\ -\x61\x00\x73\x00\x20\x00\x50\x00\x72\x00\x6f\x00\x67\x00\x72\x00\ -\x61\x00\x6d\x00\x6d\x00\x20\x00\x76\x00\x65\x00\x72\x00\x73\x00\ -\x74\x00\x65\x00\x63\x00\x6b\x00\x74\x00\x20\x00\x73\x00\x69\x00\ -\x63\x00\x68\x00\x20\x00\x6e\x00\x75\x00\x72\x00\x20\x00\x77\x00\ -\x65\x00\x6e\x00\x6e\x00\x20\x00\x53\x00\x69\x00\x65\x00\x20\x00\ -\x46\x00\x75\x00\x6e\x00\x6b\x00\x74\x00\x69\x00\x6f\x00\x6e\x00\ -\x65\x00\x6e\x00\x20\x00\x77\x00\x69\x00\x65\x00\x20\x00\x41\x00\ -\x6c\x00\x74\x00\x2b\x00\x46\x00\x34\x00\x20\x00\x6f\x00\x64\x00\ -\x65\x00\x72\x00\x20\x00\x64\x00\x61\x00\x73\x00\x20\x00\x5b\x00\ -\x58\x00\x5d\x00\x20\x00\x64\x00\x65\x00\x73\x00\x20\x00\x46\x00\ -\x65\x00\x6e\x00\x73\x00\x74\x00\x65\x00\x72\x00\x6d\x00\x61\x00\ -\x6e\x00\x61\x00\x67\x00\x65\x00\x72\x00\x73\x00\x20\x00\x62\x00\ -\x65\x00\x6e\x00\x75\x00\x74\x00\x7a\x00\x65\x00\x6e\x00\x2e\x00\ -\x20\x00\x53\x00\x69\x00\x65\x00\x20\x00\x6b\x00\xf6\x00\x6e\x00\ -\x6e\x00\x65\x00\x6e\x00\x20\x00\x65\x00\x73\x00\x20\x00\x69\x00\ -\x6d\x00\x20\x00\x53\x00\x65\x00\x73\x00\x73\x00\x69\x00\x6f\x00\ -\x6e\x00\x20\x00\x4d\x00\x61\x00\x6e\x00\x61\x00\x67\x00\x65\x00\ -\x72\x00\x20\x00\x6a\x00\x65\x00\x64\x00\x65\x00\x72\x00\x7a\x00\ -\x65\x00\x69\x00\x74\x00\x20\x00\x77\x00\x69\x00\x65\x00\x64\x00\ -\x65\x00\x72\x00\x20\x00\x73\x00\x69\x00\x63\x00\x68\x00\x74\x00\ -\x62\x00\x61\x00\x72\x00\x20\x00\x6d\x00\x61\x00\x63\x00\x68\x00\ -\x65\x00\x6e\x00\x2e\x00\x20\x00\x44\x00\x69\x00\x65\x00\x73\x00\ -\x65\x00\x72\x00\x20\x00\x5a\x00\x75\x00\x73\x00\x74\x00\x61\x00\ -\x6e\x00\x64\x00\x20\x00\x77\x00\x69\x00\x72\x00\x64\x00\x20\x00\ -\x67\x00\x65\x00\x73\x00\x70\x00\x65\x00\x69\x00\x63\x00\x68\x00\ -\x65\x00\x72\x00\x74\x00\x2e\x08\x00\x00\x00\x00\x06\x00\x00\x00\ -\xb8\x43\x6c\x6f\x73\x69\x6e\x67\x20\x74\x68\x65\x20\x70\x72\x6f\ -\x67\x72\x61\x6d\x20\x77\x69\x74\x68\x20\x74\x68\x65\x20\x5b\x58\ -\x5d\x20\x69\x63\x6f\x6e\x20\x6f\x72\x20\x73\x68\x6f\x72\x74\x63\ -\x75\x74\x73\x20\x6c\x69\x6b\x65\x20\x41\x6c\x74\x2b\x46\x34\x20\ -\x77\x69\x6c\x6c\x20\x6f\x6e\x6c\x79\x20\x68\x69\x64\x65\x20\x74\ -\x68\x65\x20\x77\x69\x6e\x64\x6f\x77\x2e\x20\x54\x68\x69\x73\x20\ -\x73\x74\x61\x74\x65\x20\x77\x69\x6c\x6c\x20\x62\x65\x20\x73\x61\ -\x76\x65\x64\x2c\x20\x73\x6f\x20\x79\x6f\x75\x20\x64\x6f\x6e\x27\ -\x74\x20\x6e\x65\x65\x64\x20\x74\x6f\x20\x73\x65\x65\x20\x74\x68\ -\x65\x20\x77\x69\x6e\x64\x6f\x77\x20\x65\x61\x63\x68\x20\x74\x69\ -\x6d\x65\x20\x79\x6f\x75\x20\x6c\x6f\x61\x64\x20\x79\x6f\x75\x72\ -\x20\x73\x65\x73\x73\x69\x6f\x6e\x2e\x07\x00\x00\x00\x0d\x54\x65\ -\x6d\x70\x6c\x61\x74\x65\x41\x62\x6f\x75\x74\x01\x03\x00\x00\x00\ -\x2a\x00\x57\x00\x75\x00\x73\x00\x73\x00\x74\x00\x65\x00\x6e\x00\ -\x20\x00\x53\x00\x69\x00\x65\x00\x20\x00\x73\x00\x63\x00\x68\x00\ -\x6f\x00\x6e\x00\x2e\x00\x2e\x00\x2e\x00\x3f\x08\x00\x00\x00\x00\ -\x06\x00\x00\x00\x10\x44\x69\x64\x20\x79\x6f\x75\x20\x6b\x6e\x6f\ -\x77\x2e\x2e\x2e\x3f\x07\x00\x00\x00\x0d\x54\x65\x6d\x70\x6c\x61\ -\x74\x65\x41\x62\x6f\x75\x74\x01\x03\x00\x00\x00\xae\x00\x53\x00\ -\x75\x00\x70\x00\x70\x00\x6f\x00\x72\x00\x74\x00\x20\x00\x75\x00\ -\x6e\x00\x64\x00\x20\x00\x48\x00\x69\x00\x6c\x00\x66\x00\x65\x00\ -\x20\x00\x66\x00\x69\x00\x6e\x00\x64\x00\x65\x00\x6e\x00\x20\x00\ -\x53\x00\x69\x00\x65\x00\x20\x00\x75\x00\x6e\x00\x74\x00\x65\x00\ -\x72\x00\x20\x00\x3c\x00\x61\x00\x20\x00\x68\x00\x72\x00\x65\x00\ -\x66\x00\x3d\x00\x27\x00\x68\x00\x74\x00\x74\x00\x70\x00\x3a\x00\ -\x2f\x00\x2f\x00\x6c\x00\x61\x00\x62\x00\x6f\x00\x72\x00\x65\x00\ -\x6a\x00\x6f\x00\x2e\x00\x6f\x00\x72\x00\x67\x00\x27\x00\x3e\x00\ -\x4c\x00\x61\x00\x62\x00\x6f\x00\x72\x00\x65\x00\x6a\x00\x6f\x00\ -\x20\x00\x43\x00\x6f\x00\x6d\x00\x6d\x00\x75\x00\x6e\x00\x69\x00\ -\x74\x00\x79\x00\x3c\x00\x2f\x00\x61\x00\x3e\x08\x00\x00\x00\x00\ -\x06\x00\x00\x00\x52\x48\x65\x6c\x70\x20\x63\x61\x6e\x20\x62\x65\ -\x20\x66\x6f\x75\x6e\x64\x20\x74\x68\x72\x6f\x75\x67\x68\x20\x74\ -\x68\x65\x20\x3c\x61\x20\x68\x72\x65\x66\x3d\x27\x68\x74\x74\x70\ -\x3a\x2f\x2f\x6c\x61\x62\x6f\x72\x65\x6a\x6f\x2e\x6f\x72\x67\x27\ -\x3e\x4c\x61\x62\x6f\x72\x65\x6a\x6f\x20\x43\x6f\x6d\x6d\x75\x6e\ -\x69\x74\x79\x3c\x2f\x61\x3e\x07\x00\x00\x00\x0d\x54\x65\x6d\x70\ -\x6c\x61\x74\x65\x41\x62\x6f\x75\x74\x01\x03\x00\x00\x01\x04\x00\ -\x54\x00\x65\x00\x6d\x00\x70\x00\x6f\x00\x72\x00\xe4\x00\x72\x00\ -\x65\x00\x20\x00\x54\x00\x61\x00\x73\x00\x74\x00\x65\x00\x6e\x00\ -\x6b\x00\xfc\x00\x72\x00\x7a\x00\x65\x00\x6c\x00\x20\x00\x65\x00\ -\x72\x00\x73\x00\x74\x00\x65\x00\x6c\x00\x6c\x00\x65\x00\x6e\x00\ -\x20\x00\x53\x00\x49\x00\x65\x00\x20\x00\x69\x00\x6e\x00\x64\x00\ -\x65\x00\x6d\x00\x20\x00\x65\x00\x69\x00\x6e\x00\x65\x00\x20\x00\ -\x4e\x00\x75\x00\x6d\x00\x6d\x00\x65\x00\x72\x00\x6e\x00\x62\x00\ -\x6c\x00\x6f\x00\x63\x00\x6b\x00\x74\x00\x61\x00\x73\x00\x74\x00\ -\x65\x00\x20\x00\x67\x00\x65\x00\x64\x00\x72\x00\xfc\x00\x63\x00\ -\x6b\x00\x74\x00\x20\x00\x77\x00\x69\x00\x72\x00\x64\x00\x20\x00\ -\x77\x00\xe4\x00\x68\x00\x72\x00\x65\x00\x6e\x00\x64\x00\x20\x00\ -\x64\x00\x65\x00\x72\x00\x20\x00\x4d\x00\x61\x00\x75\x00\x73\x00\ -\x7a\x00\x65\x00\x69\x00\x67\x00\x65\x00\x72\x00\x20\x00\x61\x00\ -\x75\x00\x66\x00\x20\x00\x65\x00\x69\x00\x6e\x00\x65\x00\x6e\x00\ -\x20\x00\x4d\x00\x65\x00\x6e\x00\xfc\x00\x65\x00\x69\x00\x6e\x00\ -\x74\x00\x72\x00\x61\x00\x67\x00\x20\x00\x7a\x00\x65\x00\x69\x00\ -\x67\x00\x74\x08\x00\x00\x00\x00\x06\x00\x00\x00\x7e\x54\x65\x6d\ -\x70\x6f\x72\x61\x72\x79\x20\x53\x68\x6f\x72\x74\x63\x75\x74\x73\ -\x20\x63\x61\x6e\x20\x62\x65\x20\x63\x72\x65\x61\x74\x65\x64\x20\ -\x62\x79\x20\x68\x6f\x76\x65\x72\x69\x6e\x67\x20\x74\x68\x65\x20\ -\x6d\x6f\x75\x73\x65\x20\x63\x75\x72\x73\x6f\x72\x20\x6f\x76\x65\ -\x72\x20\x61\x20\x6d\x65\x6e\x75\x20\x65\x6e\x74\x72\x79\x20\x28\ -\x77\x69\x74\x68\x20\x6e\x6f\x20\x73\x68\x6f\x72\x74\x63\x75\x74\ -\x29\x20\x61\x6e\x64\x20\x70\x72\x65\x73\x73\x69\x6e\x67\x20\x61\ -\x20\x6e\x75\x6d\x70\x61\x64\x20\x6b\x65\x79\x07\x00\x00\x00\x0d\ -\x54\x65\x6d\x70\x6c\x61\x74\x65\x41\x62\x6f\x75\x74\x01\x03\x00\ -\x00\x00\x22\x00\x42\x00\x65\x00\x69\x00\x6d\x00\x20\x00\x53\x00\ -\x74\x00\x61\x00\x72\x00\x74\x00\x20\x00\x7a\x00\x65\x00\x69\x00\ -\x67\x00\x65\x00\x6e\x08\x00\x00\x00\x00\x06\x00\x00\x00\x0f\x73\ -\x68\x6f\x77\x20\x6f\x6e\x20\x73\x74\x61\x72\x74\x75\x70\x07\x00\ -\x00\x00\x0d\x54\x65\x6d\x70\x6c\x61\x74\x65\x41\x62\x6f\x75\x74\ -\x01\x03\x00\x00\x00\x32\x00\x53\x00\x65\x00\x73\x00\x73\x00\x69\ -\x00\x6f\x00\x6e\x00\x76\x00\x65\x00\x72\x00\x7a\x00\x65\x00\x69\ -\x00\x63\x00\x68\x00\x6e\x00\x69\x00\x73\x00\x20\x00\x77\x00\xe4\ -\x00\x68\x00\x6c\x00\x65\x00\x6e\x08\x00\x00\x00\x00\x06\x00\x00\ -\x00\x18\x43\x68\x6f\x6f\x73\x65\x20\x53\x65\x73\x73\x69\x6f\x6e\ -\x20\x44\x69\x72\x65\x63\x74\x6f\x72\x79\x07\x00\x00\x00\x1e\x54\ -\x65\x6d\x70\x6c\x61\x74\x65\x43\x68\x6f\x6f\x73\x65\x53\x65\x73\ -\x73\x69\x6f\x6e\x44\x69\x72\x65\x63\x74\x6f\x72\x79\x01\x03\x00\ -\x00\x00\xf4\x00\x42\x00\x69\x00\x74\x00\x74\x00\x65\x00\x20\x00\ -\x77\x00\xe4\x00\x68\x00\x6c\x00\x65\x00\x6e\x00\x20\x00\x53\x00\ -\x69\x00\x65\x00\x20\x00\x65\x00\x69\x00\x6e\x00\x20\x00\x53\x00\ -\x65\x00\x73\x00\x73\x00\x69\x00\x6f\x00\x6e\x00\x76\x00\x65\x00\ -\x72\x00\x7a\x00\x65\x00\x69\x00\x63\x00\x68\x00\x6e\x00\x69\x00\ -\x73\x00\x2e\x00\x20\x00\x44\x00\x61\x00\x72\x00\xfc\x00\x62\x00\ -\x65\x00\x72\x00\x68\x00\x69\x00\x6e\x00\x61\x00\x75\x00\x73\x00\ -\x20\x00\x77\x00\x69\x00\x72\x00\x64\x00\x20\x00\x65\x00\x6d\x00\ -\x70\x00\x66\x00\x6f\x00\x68\x00\x6c\x00\x65\x00\x6e\x00\x20\x00\ -\x73\x00\x74\x00\x61\x00\x74\x00\x74\x00\x64\x00\x65\x00\x73\x00\ -\x73\x00\x65\x00\x6e\x00\x20\x00\xfc\x00\x62\x00\x65\x00\x72\x00\ -\x20\x00\x64\x00\x65\x00\x6e\x00\x20\x00\x4e\x00\x6f\x00\x6e\x00\ -\x20\x00\x53\x00\x65\x00\x73\x00\x73\x00\x69\x00\x6f\x00\x6e\x00\ -\x20\x00\x4d\x00\x61\x00\x6e\x00\x61\x00\x67\x00\x65\x00\x72\x00\ -\x20\x00\x7a\x00\x75\x00\x20\x00\x73\x00\x74\x00\x61\x00\x72\x00\ -\x74\x00\x65\x00\x6e\x00\x2e\x08\x00\x00\x00\x00\x06\x00\x00\x00\ -\x75\x50\x6c\x65\x61\x73\x65\x20\x63\x68\x6f\x6f\x73\x65\x20\x61\ -\x20\x64\x69\x72\x65\x63\x74\x6f\x72\x79\x20\x66\x6f\x72\x20\x79\ -\x6f\x75\x72\x20\x73\x65\x73\x73\x69\x6f\x6e\x20\x66\x69\x6c\x65\ -\x73\x2e\x20\x49\x74\x20\x69\x73\x20\x72\x65\x63\x6f\x6d\x6d\x65\ -\x6e\x64\x65\x64\x20\x74\x6f\x20\x73\x74\x61\x72\x74\x20\x74\x68\ -\x72\x6f\x75\x67\x68\x20\x74\x68\x65\x20\x4e\x6f\x6e\x20\x53\x65\ -\x73\x73\x69\x6f\x6e\x20\x4d\x61\x6e\x61\x67\x65\x72\x20\x69\x6e\ -\x73\x74\x65\x61\x64\x2e\x07\x00\x00\x00\x1e\x54\x65\x6d\x70\x6c\ -\x61\x74\x65\x43\x68\x6f\x6f\x73\x65\x53\x65\x73\x73\x69\x6f\x6e\ -\x44\x69\x72\x65\x63\x74\x6f\x72\x79\x01\x03\x00\x00\x00\x08\x00\ -\xdc\x00\x62\x00\x65\x00\x72\x08\x00\x00\x00\x00\x06\x00\x00\x00\ -\x05\x41\x62\x6f\x75\x74\x07\x00\x00\x00\x12\x54\x65\x6d\x70\x6c\ -\x61\x74\x65\x4d\x61\x69\x6e\x57\x69\x6e\x64\x6f\x77\x01\x03\x00\ -\x00\x00\x14\x00\x42\x00\x65\x00\x61\x00\x72\x00\x62\x00\x65\x00\ -\x69\x00\x74\x00\x65\x00\x6e\x08\x00\x00\x00\x00\x06\x00\x00\x00\ -\x04\x45\x64\x69\x74\x07\x00\x00\x00\x12\x54\x65\x6d\x70\x6c\x61\ -\x74\x65\x4d\x61\x69\x6e\x57\x69\x6e\x64\x6f\x77\x01\x03\x00\x00\ -\x00\x0a\x00\x44\x00\x61\x00\x74\x00\x65\x00\x69\x08\x00\x00\x00\ -\x00\x06\x00\x00\x00\x04\x46\x69\x6c\x65\x07\x00\x00\x00\x12\x54\ -\x65\x6d\x70\x6c\x61\x74\x65\x4d\x61\x69\x6e\x57\x69\x6e\x64\x6f\ -\x77\x01\x03\x00\x00\x00\x0a\x00\x48\x00\x69\x00\x6c\x00\x66\x00\ -\x65\x08\x00\x00\x00\x00\x06\x00\x00\x00\x04\x48\x65\x6c\x70\x07\ -\x00\x00\x00\x12\x54\x65\x6d\x70\x6c\x61\x74\x65\x4d\x61\x69\x6e\ -\x57\x69\x6e\x64\x6f\x77\x01\x03\x00\x00\x00\x16\x00\x57\x00\x69\ -\x00\x65\x00\x64\x00\x65\x00\x72\x00\x68\x00\x6f\x00\x6c\x00\x65\ -\x00\x6e\x08\x00\x00\x00\x00\x06\x00\x00\x00\x04\x52\x65\x64\x6f\ -\x07\x00\x00\x00\x12\x54\x65\x6d\x70\x6c\x61\x74\x65\x4d\x61\x69\ -\x6e\x57\x69\x6e\x64\x6f\x77\x01\x03\x00\x00\x00\x12\x00\x53\x00\ -\x70\x00\x65\x00\x69\x00\x63\x00\x68\x00\x65\x00\x72\x00\x6e\x08\ -\x00\x00\x00\x00\x06\x00\x00\x00\x04\x53\x61\x76\x65\x07\x00\x00\ -\x00\x12\x54\x65\x6d\x70\x6c\x61\x74\x65\x4d\x61\x69\x6e\x57\x69\ -\x6e\x64\x6f\x77\x01\x03\x00\x00\x00\x14\x00\x52\x00\xfc\x00\x63\ -\x00\x6b\x00\x67\x00\xe4\x00\x6e\x00\x67\x00\x69\x00\x67\x08\x00\ -\x00\x00\x00\x06\x00\x00\x00\x04\x55\x6e\x64\x6f\x07\x00\x00\x00\ -\x12\x54\x65\x6d\x70\x6c\x61\x74\x65\x4d\x61\x69\x6e\x57\x69\x6e\ -\x64\x6f\x77\x01\x03\x00\x00\x00\x10\x00\x48\x00\x61\x00\x6e\x00\ -\x64\x00\x62\x00\x75\x00\x63\x00\x68\x08\x00\x00\x00\x00\x06\x00\ -\x00\x00\x0b\x55\x73\x65\x72\x20\x4d\x61\x6e\x75\x61\x6c\x07\x00\ -\x00\x00\x12\x54\x65\x6d\x70\x6c\x61\x74\x65\x4d\x61\x69\x6e\x57\ -\x69\x6e\x64\x6f\x77\x01\x03\x00\x00\x00\x0c\x00\x5a\x00\x75\x00\ -\x72\x00\xfc\x00\x63\x00\x6b\x08\x00\x00\x00\x00\x06\x00\x00\x00\ -\x04\x42\x61\x63\x6b\x07\x00\x00\x00\x12\x54\x65\x6d\x70\x6c\x61\ -\x74\x65\x55\x73\x65\x72\x4d\x61\x6e\x75\x61\x6c\x01\x03\xff\xff\ -\xff\xff\x08\x00\x00\x00\x00\x06\x00\x00\x00\x04\x46\x6f\x72\x6d\ -\x07\x00\x00\x00\x12\x54\x65\x6d\x70\x6c\x61\x74\x65\x55\x73\x65\ -\x72\x4d\x61\x6e\x75\x61\x6c\x01\x03\x00\x00\x00\x08\x00\x48\x00\ -\x6f\x00\x6d\x00\x65\x08\x00\x00\x00\x00\x06\x00\x00\x00\x04\x48\ -\x6f\x6d\x65\x07\x00\x00\x00\x12\x54\x65\x6d\x70\x6c\x61\x74\x65\ -\x55\x73\x65\x72\x4d\x61\x6e\x75\x61\x6c\x01\x03\x00\x00\x00\x10\ -\x00\x48\x00\x61\x00\x6e\x00\x64\x00\x62\x00\x75\x00\x63\x00\x68\ -\x08\x00\x00\x00\x00\x06\x00\x00\x00\x0b\x55\x73\x65\x72\x20\x4d\ -\x61\x6e\x75\x61\x6c\x07\x00\x00\x00\x12\x54\x65\x6d\x70\x6c\x61\ -\x74\x65\x55\x73\x65\x72\x4d\x61\x6e\x75\x61\x6c\x01\x88\x00\x00\ -\x00\x02\x01\x01\ " qt_resource_name = b"\ @@ -3508,6 +3516,10 @@ qt_resource_name = b"\ \x0c\x47\x27\xe5\ \x00\x74\ \x00\x65\x00\x6d\x00\x70\x00\x6c\x00\x61\x00\x74\x00\x65\ +\x00\x05\ +\x00\x6f\xa6\x53\ +\x00\x69\ +\x00\x63\x00\x6f\x00\x6e\x00\x73\ \x00\x0c\ \x0d\xfc\x11\x13\ \x00\x74\ @@ -3517,27 +3529,23 @@ qt_resource_name = b"\ \x00\x65\ \x00\x75\x00\x74\x00\x65\x00\x72\x00\x70\x00\x65\x00\x2e\x00\x74\x00\x74\x00\x66\ \x00\x05\ -\x00\x6f\xa6\x53\ -\x00\x69\ -\x00\x63\x00\x6f\x00\x6e\x00\x73\ +\x00\x6a\x85\x7d\ +\x00\x64\ +\x00\x65\x00\x2e\x00\x71\x00\x6d\ \x00\x0d\ \x0d\x4c\x02\x07\ \x00\x77\ \x00\x68\x00\x6f\x00\x6c\x00\x65\x00\x4e\x00\x6f\x00\x74\x00\x65\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x05\ -\x00\x6a\x85\x7d\ -\x00\x64\ -\x00\x65\x00\x2e\x00\x71\x00\x6d\ " qt_resource_struct_v1 = b"\ \x00\x00\x00\x00\x00\x02\x00\x00\x00\x01\x00\x00\x00\x01\ \x00\x00\x00\x00\x00\x02\x00\x00\x00\x03\x00\x00\x00\x02\ -\x00\x00\x00\x50\x00\x02\x00\x00\x00\x01\x00\x00\x00\x06\ -\x00\x00\x00\x34\x00\x00\x00\x00\x00\x01\x00\x00\x00\x00\ -\x00\x00\x00\x16\x00\x02\x00\x00\x00\x01\x00\x00\x00\x05\ -\x00\x00\x00\x80\x00\x00\x00\x00\x00\x01\x00\x00\xce\x32\ +\x00\x00\x00\x16\x00\x02\x00\x00\x00\x01\x00\x00\x00\x06\ +\x00\x00\x00\x44\x00\x00\x00\x00\x00\x01\x00\x00\x00\x00\ +\x00\x00\x00\x26\x00\x02\x00\x00\x00\x01\x00\x00\x00\x05\ \x00\x00\x00\x60\x00\x00\x00\x00\x00\x01\x00\x00\xc6\xb4\ +\x00\x00\x00\x70\x00\x00\x00\x00\x00\x01\x00\x00\xd2\xe8\ " qt_resource_struct_v2 = b"\ @@ -3545,16 +3553,16 @@ qt_resource_struct_v2 = b"\ \x00\x00\x00\x00\x00\x00\x00\x00\ \x00\x00\x00\x00\x00\x02\x00\x00\x00\x03\x00\x00\x00\x02\ \x00\x00\x00\x00\x00\x00\x00\x00\ -\x00\x00\x00\x50\x00\x02\x00\x00\x00\x01\x00\x00\x00\x06\ +\x00\x00\x00\x16\x00\x02\x00\x00\x00\x01\x00\x00\x00\x06\ \x00\x00\x00\x00\x00\x00\x00\x00\ -\x00\x00\x00\x34\x00\x00\x00\x00\x00\x01\x00\x00\x00\x00\ -\x00\x00\x01\x6a\x87\xd1\x4d\x80\ -\x00\x00\x00\x16\x00\x02\x00\x00\x00\x01\x00\x00\x00\x05\ +\x00\x00\x00\x44\x00\x00\x00\x00\x00\x01\x00\x00\x00\x00\ +\x00\x00\x01\x71\xee\x9a\x32\x3e\ +\x00\x00\x00\x26\x00\x02\x00\x00\x00\x01\x00\x00\x00\x05\ \x00\x00\x00\x00\x00\x00\x00\x00\ -\x00\x00\x00\x80\x00\x00\x00\x00\x00\x01\x00\x00\xce\x32\ -\x00\x00\x01\x6c\x0a\xa0\x8e\x7a\ \x00\x00\x00\x60\x00\x00\x00\x00\x00\x01\x00\x00\xc6\xb4\ -\x00\x00\x01\x6c\x5d\xf4\x9c\x07\ +\x00\x00\x01\x72\xc8\x80\x65\x97\ +\x00\x00\x00\x70\x00\x00\x00\x00\x00\x01\x00\x00\xd2\xe8\ +\x00\x00\x01\x71\xee\x9a\x32\x38\ " qt_version = [int(v) for v in QtCore.qVersion().split('.')] diff --git a/template/qtgui/resources/translations/de.qm b/template/qtgui/resources/translations/de.qm index ebe160cf2282748fb03a2271dbf16def3f8856cf..13bf539f5851dc8ebba7dcb295e9624f73cf909c 100644 GIT binary patch delta 346 zcmZ1~zCohiW=D#|srPfHo>i3DpRjQ6-Q^4n46G@s@h+}TK-LNdmiE~U3|wstEW244 z7&s~zST3jn>Fo?G*Ls2Cdl^{X7y$Wi7+AiU0{Jf(Si9FVFmSdru+BINq)#xg9s%;X zSQ*@>9RZrh0HHZt80)5YGBB_x8Zb*N(F7_~WR{$LkAZ=0DyvN3Odu`6nseL+sL=&N zb4#;(?BZi!VER9Ct~3*O?Bv%R3L9@#urV<*O%7pSFX_lo#E{OA&yd29%8&)56&N%a z{DAE8$pRdTjGB`TfMnI=AdXNT$D;K7l+>(zeZSQ5&FeVi7`?O@0vSpfG8sz1y7Cz^ z81jHR6&QjU3V?JbLo!e#6=;4QgC+;a2W&tr8d#cHqM%WpS(1@oTB1;#SeBWWt~vQ5 Lr_AOvoHrQ(AH!E^ delta 230 zcmdlWu~fX?W=D#|srPfHo>i3DpRjQ6T_*+xh6M~P?XwvexOf>@cC#=raHKM@Tu=ql zOBh(L^#a9R7+BsI0Qol=SiYG8`S}d2-Rl_`IQbY@XB-96{tT=~K>QvC_i0Cf<}pBM z4nxMe>75J=EQ+i$fioEx*d$nU^WIYbW$$=aSjHQ!{I6~P=GEx=% R^7A%d=8$9D9L{x<5dh78Jx~Au diff --git a/template/qtgui/resources/translations/de.ts b/template/qtgui/resources/translations/de.ts index 1369ff3..03827bb 100644 --- a/template/qtgui/resources/translations/de.ts +++ b/template/qtgui/resources/translations/de.ts @@ -4,17 +4,17 @@ TemplateAbout - + Help can be found through the <a href='http://laborejo.org'>Laborejo Community</a> Support und Hilfe finden Sie unter <a href='http://laborejo.org'>Laborejo Community</a> - + Temporary Shortcuts can be created by hovering the mouse cursor over a menu entry (with no shortcut) and pressing a numpad key Temporäre Tastenkürzel erstellen SIe indem eine Nummernblocktaste gedrückt wird während der Mauszeiger auf einen Menüeintrag zeigt - + Closing the program with the [X] icon or shortcuts like Alt+F4 will only hide the window. This state will be saved, so you don't need to see the window each time you load your session. Das Programm versteckt sich nur wenn Sie Funktionen wie Alt+F4 oder das [X] des Fenstermanagers benutzen. Sie können es im Session Manager jederzeit wieder sichtbar machen. Dieser Zustand wird gespeichert. @@ -39,61 +39,71 @@ Please choose a directory for your session files. It is recommended to start through the Non Session Manager instead. - Bitte wählen Sie ein Sessionverzeichnis. Darüberhinaus wird empfohlen stattdessen über den Non Session Manager zu starten. + Bitte wählen Sie ein Sessionverzeichnis. Darüberhinaus wird empfohlen stattdessen über den Non Session Manager zu starten. - + Choose Session Directory Sessionverzeichnis wählen + + + Please choose a directory for your session files. It is recommended to start through Argodejo/New Session Manager instead. + Bitte wählen Sie ein Sessionverzeichnis. Darüberhinaus wird empfohlen stattdessen über Argodejo (New Session Manager) zu starten. + TemplateMainWindow - + Help Hilfe - + About Über - + User Manual Handbuch - + Edit Bearbeiten - + Undo Rückgängig - + Redo Wiederholen - + File Datei - + Save Speichern + + + Quit (without saving) + Quit (ohne Speichern) + TemplateUserManual - + User Manual Handbuch diff --git a/template/start.py b/template/start.py index 09ba7eb..809e866 100644 --- a/template/start.py +++ b/template/start.py @@ -38,7 +38,7 @@ nothing gets loaded. import argparse parser = argparse.ArgumentParser(description=f"""{METADATA["name"]} - Version {METADATA["version"]} - Copyright {METADATA["year"]} by {METADATA["author"]} - {METADATA["url"]}""") parser.add_argument("-v", "--version", action='version', version="{} {}".format(METADATA["name"], METADATA["version"])) -parser.add_argument("-s", "--save", action='store', dest="directory", help="Use this directory to save. Will be created or loaded from if already present. Deactivates Non-Session-Manager support.") +parser.add_argument("-s", "--save", action='store', dest="directory", help="Use this directory to save. Will be created or loaded from if already present. Deactivates Argodejo/New-Session-Manager support.") parser.add_argument("-p", "--profiler", action='store_true', help="(Development) Run the python profiler and produce a .cprof file at quit. The name will appear in your STDOUT.") parser.add_argument("-m", "--mute", action='store_true', help="(Development) Use a fake cbox module, effectively deactivating midi and audio.") parser.add_argument("-V", "--verbose", action='store_true', help="(Development) Switch the logger to INFO and print out all kinds of information to get a high-level idea of what the program is doing.") @@ -168,7 +168,7 @@ def setProcessName(executableName): def checkNsmOrExit(prettyName): """Check for NSM""" - #NSM changes our cwd to whereever we started non-session-manager from. + #NSM changes our cwd to whereever we started new-session-manager from. #print (os.getcwd()) import sys from os import getenv @@ -184,7 +184,7 @@ def checkNsmOrExit(prettyName): else: sys.exit() - #message = f"""Please start {prettyName} only through the Non Session Manager (NSM) or use the --save command line parameter.""" + #message = f"""Please start {prettyName} only through the New Session Manager (NSM) or use the --save command line parameter.""" #exitWithMessage(message) def _is_jack_running():