rework documentation launch, use generated files instead of pure mkdocs, add quiet handler for use with logging in terminal

This commit is contained in:
2025-07-03 07:20:57 +02:00
parent 30228fd267
commit a6d9498b39
5 changed files with 920 additions and 900 deletions

View File

@@ -1923,8 +1923,8 @@ Einige Angaben müssen ggf angepasst werden</string>
<property name="title">
<string>Help</string>
</property>
<addaction name="actionDokumentation_lokal"/>
<addaction name="actionAbout"/>
<addaction name="actionDokumentation"/>
</widget>
<addaction name="menuDatei"/>
<addaction name="menuEinstellungen"/>
@@ -1956,17 +1956,6 @@ Einige Angaben müssen ggf angepasst werden</string>
<bool>true</bool>
</property>
</action>
<action name="actionDokumentation">
<property name="text">
<string>Dokumentation (online)</string>
</property>
<property name="shortcut">
<string>F1</string>
</property>
<property name="shortcutContext">
<enum>Qt::ApplicationShortcut</enum>
</property>
</action>
<action name="actionAbout">
<property name="text">
<string>About</string>
@@ -1975,9 +1964,9 @@ Einige Angaben müssen ggf angepasst werden</string>
<enum>QAction::AboutRole</enum>
</property>
</action>
<action name="actionDokumentation_lokal">
<action name="actionDokumentation">
<property name="text">
<string>Dokumentation (lokal)</string>
<string>Dokumentation</string>
</property>
<property name="shortcut">
<string>F1</string>
@@ -2009,8 +1998,6 @@ Einige Angaben müssen ggf angepasst werden</string>
<tabstop>automation_add_selected_books</tabstop>
<tabstop>saveandcreate</tabstop>
</tabstops>
<resources>
<include location="../../resources.qrc"/>
</resources>
<resources/>
<connections/>
</ui>