mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-17 11:28:07 +00:00
Set minimum required version to Qt6.10.0
Display Qt version in troubleshooting page
This commit is contained in:
parent
3dbea1ccb2
commit
fcdbcdc9c1
9 changed files with 176 additions and 193 deletions
|
|
@ -98,19 +98,11 @@ endif()
|
|||
|
||||
configure_file("${CMAKE_CURRENT_SOURCE_DIR}/config.h.cmake" "${CMAKE_CURRENT_BINARY_DIR}/config.h")
|
||||
|
||||
if(${Qt6_VERSION} VERSION_LESS "6.9.0")
|
||||
message( FATAL_ERROR "Linphone requires Qt6.9.0 or newer. Exiting CMake." )
|
||||
if(${Qt6_VERSION} VERSION_LESS "6.10.0")
|
||||
message( FATAL_ERROR "Linphone requires Qt 6.10.0 or newer. Exiting CMake." )
|
||||
endif()
|
||||
|
||||
if(${Qt6_VERSION} VERSION_LESS "6.3.0")
|
||||
set(CMAKE_AUTOMOC ON)
|
||||
set(CMAKE_AUTORCC ON)
|
||||
set(CMAKE_AUTOUIC ON)
|
||||
else()
|
||||
qt6_standard_project_setup()
|
||||
endif()
|
||||
|
||||
|
||||
qt6_standard_project_setup()
|
||||
|
||||
|
||||
################################################################
|
||||
|
|
|
|||
|
|
@ -450,6 +450,7 @@ void App::setSelf(QSharedPointer<App>(me)) {
|
|||
QString downloadLink =
|
||||
QStringLiteral("<a href='%1'><font color='DefaultStyle.main2_600'>%2</a>")
|
||||
.arg(url)
|
||||
//: Download it !
|
||||
.arg(tr("info_popup_new_version_download_label"));
|
||||
Utils::showInformationPopup(
|
||||
//: New version available !
|
||||
|
|
|
|||
|
|
@ -599,13 +599,13 @@
|
|||
<translation>Pflicht zur Medienverschlüsselung</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Layout/Settings/AdvancedSettingsLayout.qml" line="142"/>
|
||||
<location filename="../../view/Page/Layout/Settings/AdvancedSettingsLayout.qml" line="143"/>
|
||||
<source>settings_advanced_create_endtoend_encrypted_meetings_title</source>
|
||||
<extracomment>Create end to end encrypted meetings and group calls</extracomment>
|
||||
<translation>Erstelle Ende-zu-Ende verschlüsselte Konferenzen und Gruppenrufe</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Layout/Settings/AdvancedSettingsLayout.qml" line="238"/>
|
||||
<location filename="../../view/Page/Layout/Settings/AdvancedSettingsLayout.qml" line="239"/>
|
||||
<source>settings_advanced_hide_fps_title</source>
|
||||
<translation>FPS ausblenden</translation>
|
||||
</message>
|
||||
|
|
@ -634,141 +634,141 @@
|
|||
<context>
|
||||
<name>App</name>
|
||||
<message>
|
||||
<location filename="../../core/App.cpp" line="356"/>
|
||||
<location filename="../../core/App.cpp" line="357"/>
|
||||
<source>remote_provisioning_dialog</source>
|
||||
<extracomment>Voulez-vous télécharger et appliquer la configuration depuis cette adresse ?</extracomment>
|
||||
<translation>Möchten Sie die Remote-Konfiguration von dieser Adresse herunterladen und anwenden?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/App.cpp" line="393"/>
|
||||
<location filename="../../core/App.cpp" line="443"/>
|
||||
<location filename="../../core/App.cpp" line="695"/>
|
||||
<location filename="../../core/App.cpp" line="394"/>
|
||||
<location filename="../../core/App.cpp" line="444"/>
|
||||
<location filename="../../core/App.cpp" line="697"/>
|
||||
<source>info_popup_error_title</source>
|
||||
<extracomment>Error</extracomment>
|
||||
<translation>Fehler</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/App.cpp" line="394"/>
|
||||
<location filename="../../core/App.cpp" line="697"/>
|
||||
<location filename="../../core/App.cpp" line="395"/>
|
||||
<location filename="../../core/App.cpp" line="699"/>
|
||||
<source>info_popup_configuration_failed_message</source>
|
||||
<extracomment>Remote provisioning failed : %1</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/App.cpp" line="446"/>
|
||||
<location filename="../../core/App.cpp" line="447"/>
|
||||
<source>info_popup_error_checking_update</source>
|
||||
<extracomment>An error occured while trying to check update. Please try again later or contact support team.</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/App.cpp" line="452"/>
|
||||
<location filename="../../core/App.cpp" line="454"/>
|
||||
<source>info_popup_new_version_download_label</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/App.cpp" line="455"/>
|
||||
<location filename="../../core/App.cpp" line="457"/>
|
||||
<source>info_popup_new_version_available_title</source>
|
||||
<extracomment>New version available !</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/App.cpp" line="457"/>
|
||||
<location filename="../../core/App.cpp" line="459"/>
|
||||
<source>info_popup_new_version_available_message</source>
|
||||
<extracomment>A new version of Linphone (%1) is available. %2</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/App.cpp" line="463"/>
|
||||
<location filename="../../core/App.cpp" line="465"/>
|
||||
<source>info_popup_version_up_to_date_title</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/App.cpp" line="465"/>
|
||||
<location filename="../../core/App.cpp" line="467"/>
|
||||
<source>info_popup_version_up_to_date_message</source>
|
||||
<extracomment>Your version is up to date</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/App.cpp" line="691"/>
|
||||
<location filename="../../core/App.cpp" line="693"/>
|
||||
<source>configuration_error_detail</source>
|
||||
<extracomment>not reachable</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/App.cpp" line="964"/>
|
||||
<location filename="../../core/App.cpp" line="966"/>
|
||||
<source>application_description</source>
|
||||
<extracomment>"A free and open source SIP video-phone."</extracomment>
|
||||
<translation>Ein kostenloses Open-Source SIP Video-Telefon.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/App.cpp" line="966"/>
|
||||
<location filename="../../core/App.cpp" line="968"/>
|
||||
<source>command_line_arg_order</source>
|
||||
<extracomment>"Send an order to the application towards a command line"</extracomment>
|
||||
<translation>Kommandozeilen-Befehl an die Anwendung schicken</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/App.cpp" line="970"/>
|
||||
<location filename="../../core/App.cpp" line="972"/>
|
||||
<source>command_line_option_show_help</source>
|
||||
<translation>Zeige Hilfe</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/App.cpp" line="975"/>
|
||||
<location filename="../../core/App.cpp" line="977"/>
|
||||
<source>command_line_option_show_app_version</source>
|
||||
<translation>App-Version anzeigen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/App.cpp" line="983"/>
|
||||
<location filename="../../core/App.cpp" line="985"/>
|
||||
<source>command_line_option_config_to_fetch</source>
|
||||
<extracomment>"Specify the linphone configuration file to be fetched. It will be merged with the current configuration."</extracomment>
|
||||
<translation>Abzurufende Linphone-Konfigurationsdatei angeben. Sie wird mit der aktuellen Konfiguration zusammengeführt.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/App.cpp" line="985"/>
|
||||
<location filename="../../core/App.cpp" line="987"/>
|
||||
<source>command_line_option_config_to_fetch_arg</source>
|
||||
<extracomment>"URL, path or file"</extracomment>
|
||||
<translation>URL, Pfad oder Datei</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/App.cpp" line="990"/>
|
||||
<location filename="../../core/App.cpp" line="992"/>
|
||||
<source>command_line_option_minimized</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/App.cpp" line="993"/>
|
||||
<location filename="../../core/App.cpp" line="995"/>
|
||||
<source>command_line_option_log_to_stdout</source>
|
||||
<translation>Debug-Informationen auf der Standardausgabe ausgeben</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/App.cpp" line="996"/>
|
||||
<location filename="../../core/App.cpp" line="998"/>
|
||||
<source>command_line_option_print_app_logs_only</source>
|
||||
<extracomment>"Print only logs from the application"</extracomment>
|
||||
<translation>Nur Anwendungs-Logs ausgeben</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/App.cpp" line="1367"/>
|
||||
<location filename="../../core/App.cpp" line="1369"/>
|
||||
<source>hide_action</source>
|
||||
<extracomment>"Cacher" "Afficher"</extracomment>
|
||||
<translation>Ausblenden</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/App.cpp" line="1367"/>
|
||||
<location filename="../../core/App.cpp" line="1369"/>
|
||||
<source>show_action</source>
|
||||
<translation>Zeigen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/App.cpp" line="1382"/>
|
||||
<location filename="../../core/App.cpp" line="1384"/>
|
||||
<source>quit_action</source>
|
||||
<extracomment>"Quitter"</extracomment>
|
||||
<translation>Beenden</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/App.cpp" line="1400"/>
|
||||
<location filename="../../core/App.cpp" line="1402"/>
|
||||
<source>check_for_update</source>
|
||||
<extracomment>Check for update</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/App.cpp" line="1514"/>
|
||||
<location filename="../../core/App.cpp" line="1520"/>
|
||||
<source>mark_all_read_action</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
|
@ -2240,24 +2240,24 @@
|
|||
<context>
|
||||
<name>ChatMessageContentCore</name>
|
||||
<message>
|
||||
<location filename="../../core/chat/message/content/ChatMessageContentCore.cpp" line="107"/>
|
||||
<location filename="../../core/chat/message/content/ChatMessageContentCore.cpp" line="105"/>
|
||||
<source>download_file_default_error</source>
|
||||
<extracomment>Error downloading file %1</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/chat/message/content/ChatMessageContentCore.cpp" line="108"/>
|
||||
<location filename="../../core/chat/message/content/ChatMessageContentCore.cpp" line="106"/>
|
||||
<source>info_popup_error_titile</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/chat/message/content/ChatMessageContentCore.cpp" line="140"/>
|
||||
<location filename="../../core/chat/message/content/ChatMessageContentCore.cpp" line="138"/>
|
||||
<source>popup_error_title</source>
|
||||
<extracomment>Error</extracomment>
|
||||
<translation>Fehler</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/chat/message/content/ChatMessageContentCore.cpp" line="142"/>
|
||||
<location filename="../../core/chat/message/content/ChatMessageContentCore.cpp" line="140"/>
|
||||
<source>popup_open_file_error_does_not_exist_message</source>
|
||||
<extracomment>Could not open file : unknown path %1</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
|
|
@ -3569,7 +3569,7 @@ Error</extracomment>
|
|||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Layout/Settings/DebugSettingsLayout.qml" line="67"/>
|
||||
<location filename="../../view/Page/Layout/Settings/DebugSettingsLayout.qml" line="190"/>
|
||||
<location filename="../../view/Page/Layout/Settings/DebugSettingsLayout.qml" line="162"/>
|
||||
<source>information_popup_error_title</source>
|
||||
<extracomment>Une erreur est survenue.</extracomment>
|
||||
<translation>Ein Fehler ist aufgetreten.</translation>
|
||||
|
|
@ -3605,19 +3605,25 @@ Error</extracomment>
|
|||
<translation>Hochladen der Logs …</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Layout/Settings/DebugSettingsLayout.qml" line="134"/>
|
||||
<location filename="../../view/Page/Layout/Settings/DebugSettingsLayout.qml" line="127"/>
|
||||
<source>settings_debug_app_version_title</source>
|
||||
<extracomment>"Version de l'application"</extracomment>
|
||||
<translation>App-Version</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Layout/Settings/DebugSettingsLayout.qml" line="163"/>
|
||||
<location filename="../../view/Page/Layout/Settings/DebugSettingsLayout.qml" line="137"/>
|
||||
<source>settings_debug_sdk_version_title</source>
|
||||
<extracomment>"Version du SDK"</extracomment>
|
||||
<translation>SDK-Version</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Layout/Settings/DebugSettingsLayout.qml" line="192"/>
|
||||
<location filename="../../view/Page/Layout/Settings/DebugSettingsLayout.qml" line="148"/>
|
||||
<source>settings_debug_qt_version_title</source>
|
||||
<extracomment>"Qt Version"</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Layout/Settings/DebugSettingsLayout.qml" line="164"/>
|
||||
<source>settings_debug_share_logs_error</source>
|
||||
<extracomment>"Le téléversement des traces a échoué. Vous pouvez partager les fichiers de trace directement depuis le répertoire suivant : %1"</extracomment>
|
||||
<translation>Hochladen der Logs fehlgeschlagen. Sie können die Log-Dateien direkt aus folgendem Verzeichnis teilen: %1</translation>
|
||||
|
|
@ -3975,7 +3981,7 @@ Error</extracomment>
|
|||
<translation>Zur Übersetzung von %1 beitragen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Help/HelpPage.qml" line="154"/>
|
||||
<location filename="../../view/Page/Main/Help/HelpPage.qml" line="155"/>
|
||||
<source>help_troubleshooting_title</source>
|
||||
<extracomment>"Dépannage"</extracomment>
|
||||
<translation>Fehlerbehebung</translation>
|
||||
|
|
|
|||
|
|
@ -594,13 +594,13 @@
|
|||
<translation>Mandatory media encryption</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Layout/Settings/AdvancedSettingsLayout.qml" line="142"/>
|
||||
<location filename="../../view/Page/Layout/Settings/AdvancedSettingsLayout.qml" line="143"/>
|
||||
<source>settings_advanced_create_endtoend_encrypted_meetings_title</source>
|
||||
<extracomment>Create end to end encrypted meetings and group calls</extracomment>
|
||||
<translation>Create end to end encrypted meetings and group calls</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Layout/Settings/AdvancedSettingsLayout.qml" line="238"/>
|
||||
<location filename="../../view/Page/Layout/Settings/AdvancedSettingsLayout.qml" line="239"/>
|
||||
<source>settings_advanced_hide_fps_title</source>
|
||||
<translation>Hide FPS</translation>
|
||||
</message>
|
||||
|
|
@ -629,141 +629,141 @@
|
|||
<context>
|
||||
<name>App</name>
|
||||
<message>
|
||||
<location filename="../../core/App.cpp" line="356"/>
|
||||
<location filename="../../core/App.cpp" line="357"/>
|
||||
<source>remote_provisioning_dialog</source>
|
||||
<extracomment>Voulez-vous télécharger et appliquer la configuration depuis cette adresse ?</extracomment>
|
||||
<translation>Do you want to download and apply remote provisioning from this address ?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/App.cpp" line="393"/>
|
||||
<location filename="../../core/App.cpp" line="443"/>
|
||||
<location filename="../../core/App.cpp" line="695"/>
|
||||
<location filename="../../core/App.cpp" line="394"/>
|
||||
<location filename="../../core/App.cpp" line="444"/>
|
||||
<location filename="../../core/App.cpp" line="697"/>
|
||||
<source>info_popup_error_title</source>
|
||||
<extracomment>Error</extracomment>
|
||||
<translation>Error</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/App.cpp" line="394"/>
|
||||
<location filename="../../core/App.cpp" line="697"/>
|
||||
<location filename="../../core/App.cpp" line="395"/>
|
||||
<location filename="../../core/App.cpp" line="699"/>
|
||||
<source>info_popup_configuration_failed_message</source>
|
||||
<extracomment>Remote provisioning failed : %1</extracomment>
|
||||
<translation>Remote provisioning failed : %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/App.cpp" line="446"/>
|
||||
<location filename="../../core/App.cpp" line="447"/>
|
||||
<source>info_popup_error_checking_update</source>
|
||||
<extracomment>An error occured while trying to check update. Please try again later or contact support team.</extracomment>
|
||||
<translation>An error occured while trying to check update. Please try again later or contact support team.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/App.cpp" line="452"/>
|
||||
<location filename="../../core/App.cpp" line="454"/>
|
||||
<source>info_popup_new_version_download_label</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Download it !</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/App.cpp" line="455"/>
|
||||
<location filename="../../core/App.cpp" line="457"/>
|
||||
<source>info_popup_new_version_available_title</source>
|
||||
<extracomment>New version available !</extracomment>
|
||||
<translation>New version available !</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/App.cpp" line="457"/>
|
||||
<location filename="../../core/App.cpp" line="459"/>
|
||||
<source>info_popup_new_version_available_message</source>
|
||||
<extracomment>A new version of Linphone (%1) is available. %2</extracomment>
|
||||
<translation>A new version of Linphone (%1) is available at %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/App.cpp" line="463"/>
|
||||
<location filename="../../core/App.cpp" line="465"/>
|
||||
<source>info_popup_version_up_to_date_title</source>
|
||||
<translation>Up to date</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/App.cpp" line="465"/>
|
||||
<location filename="../../core/App.cpp" line="467"/>
|
||||
<source>info_popup_version_up_to_date_message</source>
|
||||
<extracomment>Your version is up to date</extracomment>
|
||||
<translation>Up to date Your version is up to date</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/App.cpp" line="691"/>
|
||||
<location filename="../../core/App.cpp" line="693"/>
|
||||
<source>configuration_error_detail</source>
|
||||
<extracomment>not reachable</extracomment>
|
||||
<translation>not reachable</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/App.cpp" line="964"/>
|
||||
<location filename="../../core/App.cpp" line="966"/>
|
||||
<source>application_description</source>
|
||||
<extracomment>"A free and open source SIP video-phone."</extracomment>
|
||||
<translation>A free and open source SIP video-phone.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/App.cpp" line="966"/>
|
||||
<location filename="../../core/App.cpp" line="968"/>
|
||||
<source>command_line_arg_order</source>
|
||||
<extracomment>"Send an order to the application towards a command line"</extracomment>
|
||||
<translation>Send an order to the application towards a command line</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/App.cpp" line="970"/>
|
||||
<location filename="../../core/App.cpp" line="972"/>
|
||||
<source>command_line_option_show_help</source>
|
||||
<translation>Show this help</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/App.cpp" line="975"/>
|
||||
<location filename="../../core/App.cpp" line="977"/>
|
||||
<source>command_line_option_show_app_version</source>
|
||||
<translation>Show app version</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/App.cpp" line="983"/>
|
||||
<location filename="../../core/App.cpp" line="985"/>
|
||||
<source>command_line_option_config_to_fetch</source>
|
||||
<extracomment>"Specify the linphone configuration file to be fetched. It will be merged with the current configuration."</extracomment>
|
||||
<translation>Specify the linphone configuration file to be fetched. It will be merged with the current configuration.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/App.cpp" line="985"/>
|
||||
<location filename="../../core/App.cpp" line="987"/>
|
||||
<source>command_line_option_config_to_fetch_arg</source>
|
||||
<extracomment>"URL, path or file"</extracomment>
|
||||
<translation>URL, path or file</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/App.cpp" line="990"/>
|
||||
<location filename="../../core/App.cpp" line="992"/>
|
||||
<source>command_line_option_minimized</source>
|
||||
<translation>Minimize</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/App.cpp" line="993"/>
|
||||
<location filename="../../core/App.cpp" line="995"/>
|
||||
<source>command_line_option_log_to_stdout</source>
|
||||
<translation>Log to stdout some debug information while running</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/App.cpp" line="996"/>
|
||||
<location filename="../../core/App.cpp" line="998"/>
|
||||
<source>command_line_option_print_app_logs_only</source>
|
||||
<extracomment>"Print only logs from the application"</extracomment>
|
||||
<translation>Print only logs from the application</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/App.cpp" line="1367"/>
|
||||
<location filename="../../core/App.cpp" line="1369"/>
|
||||
<source>hide_action</source>
|
||||
<extracomment>"Cacher" "Afficher"</extracomment>
|
||||
<translation>Hide</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/App.cpp" line="1367"/>
|
||||
<location filename="../../core/App.cpp" line="1369"/>
|
||||
<source>show_action</source>
|
||||
<translation>Show</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/App.cpp" line="1382"/>
|
||||
<location filename="../../core/App.cpp" line="1384"/>
|
||||
<source>quit_action</source>
|
||||
<extracomment>"Quitter"</extracomment>
|
||||
<translation>Quit</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/App.cpp" line="1400"/>
|
||||
<location filename="../../core/App.cpp" line="1402"/>
|
||||
<source>check_for_update</source>
|
||||
<extracomment>Check for update</extracomment>
|
||||
<translation>Check for update</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/App.cpp" line="1514"/>
|
||||
<location filename="../../core/App.cpp" line="1520"/>
|
||||
<source>mark_all_read_action</source>
|
||||
<translation>Marquer tout comme lu</translation>
|
||||
</message>
|
||||
|
|
@ -2217,24 +2217,24 @@
|
|||
<context>
|
||||
<name>ChatMessageContentCore</name>
|
||||
<message>
|
||||
<location filename="../../core/chat/message/content/ChatMessageContentCore.cpp" line="107"/>
|
||||
<location filename="../../core/chat/message/content/ChatMessageContentCore.cpp" line="105"/>
|
||||
<source>download_file_default_error</source>
|
||||
<extracomment>Error downloading file %1</extracomment>
|
||||
<translation>Error downloading file %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/chat/message/content/ChatMessageContentCore.cpp" line="108"/>
|
||||
<location filename="../../core/chat/message/content/ChatMessageContentCore.cpp" line="106"/>
|
||||
<source>info_popup_error_titile</source>
|
||||
<translation>Error</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/chat/message/content/ChatMessageContentCore.cpp" line="140"/>
|
||||
<location filename="../../core/chat/message/content/ChatMessageContentCore.cpp" line="138"/>
|
||||
<source>popup_error_title</source>
|
||||
<extracomment>Error</extracomment>
|
||||
<translation>Error</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/chat/message/content/ChatMessageContentCore.cpp" line="142"/>
|
||||
<location filename="../../core/chat/message/content/ChatMessageContentCore.cpp" line="140"/>
|
||||
<source>popup_open_file_error_does_not_exist_message</source>
|
||||
<extracomment>Could not open file : unknown path %1</extracomment>
|
||||
<translation>Could not open file : unknown path %1</translation>
|
||||
|
|
@ -3488,7 +3488,7 @@ Only your correspondent can decrypt them.</translation>
|
|||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Layout/Settings/DebugSettingsLayout.qml" line="67"/>
|
||||
<location filename="../../view/Page/Layout/Settings/DebugSettingsLayout.qml" line="190"/>
|
||||
<location filename="../../view/Page/Layout/Settings/DebugSettingsLayout.qml" line="162"/>
|
||||
<source>information_popup_error_title</source>
|
||||
<extracomment>Une erreur est survenue.</extracomment>
|
||||
<translation>An error has occurred.</translation>
|
||||
|
|
@ -3524,19 +3524,25 @@ Only your correspondent can decrypt them.</translation>
|
|||
<translation>Uploading traces…</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Layout/Settings/DebugSettingsLayout.qml" line="134"/>
|
||||
<location filename="../../view/Page/Layout/Settings/DebugSettingsLayout.qml" line="127"/>
|
||||
<source>settings_debug_app_version_title</source>
|
||||
<extracomment>"Version de l'application"</extracomment>
|
||||
<translation>App version</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Layout/Settings/DebugSettingsLayout.qml" line="163"/>
|
||||
<location filename="../../view/Page/Layout/Settings/DebugSettingsLayout.qml" line="137"/>
|
||||
<source>settings_debug_sdk_version_title</source>
|
||||
<extracomment>"Version du SDK"</extracomment>
|
||||
<translation>SDK version</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Layout/Settings/DebugSettingsLayout.qml" line="192"/>
|
||||
<location filename="../../view/Page/Layout/Settings/DebugSettingsLayout.qml" line="148"/>
|
||||
<source>settings_debug_qt_version_title</source>
|
||||
<extracomment>"Qt Version"</extracomment>
|
||||
<translation>Qt Version</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Layout/Settings/DebugSettingsLayout.qml" line="164"/>
|
||||
<source>settings_debug_share_logs_error</source>
|
||||
<extracomment>"Le téléversement des traces a échoué. Vous pouvez partager les fichiers de trace directement depuis le répertoire suivant : %1"</extracomment>
|
||||
<translation>Uploading traces failed. You can share trace files directly from the following directory: %1</translation>
|
||||
|
|
@ -3891,7 +3897,7 @@ Expiration : %1</translation>
|
|||
<translation>Contribute to the translation of %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Help/HelpPage.qml" line="154"/>
|
||||
<location filename="../../view/Page/Main/Help/HelpPage.qml" line="155"/>
|
||||
<source>help_troubleshooting_title</source>
|
||||
<extracomment>"Dépannage"</extracomment>
|
||||
<translation>Troubleshooting</translation>
|
||||
|
|
|
|||
|
|
@ -594,13 +594,13 @@
|
|||
<translation>Chiffrement du média obligatoire</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Layout/Settings/AdvancedSettingsLayout.qml" line="142"/>
|
||||
<location filename="../../view/Page/Layout/Settings/AdvancedSettingsLayout.qml" line="143"/>
|
||||
<source>settings_advanced_create_endtoend_encrypted_meetings_title</source>
|
||||
<extracomment>Create end to end encrypted meetings and group calls</extracomment>
|
||||
<translation>Créer des appels de groupe et conférences chiffré(e)s de bout en bout</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Layout/Settings/AdvancedSettingsLayout.qml" line="238"/>
|
||||
<location filename="../../view/Page/Layout/Settings/AdvancedSettingsLayout.qml" line="239"/>
|
||||
<source>settings_advanced_hide_fps_title</source>
|
||||
<translation>Cacher les FPS</translation>
|
||||
</message>
|
||||
|
|
@ -629,141 +629,141 @@
|
|||
<context>
|
||||
<name>App</name>
|
||||
<message>
|
||||
<location filename="../../core/App.cpp" line="356"/>
|
||||
<location filename="../../core/App.cpp" line="357"/>
|
||||
<source>remote_provisioning_dialog</source>
|
||||
<extracomment>Voulez-vous télécharger et appliquer la configuration depuis cette adresse ?</extracomment>
|
||||
<translation>Voulez-vous télécharger et appliquer la configuration depuis cette adresse ?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/App.cpp" line="393"/>
|
||||
<location filename="../../core/App.cpp" line="443"/>
|
||||
<location filename="../../core/App.cpp" line="695"/>
|
||||
<location filename="../../core/App.cpp" line="394"/>
|
||||
<location filename="../../core/App.cpp" line="444"/>
|
||||
<location filename="../../core/App.cpp" line="697"/>
|
||||
<source>info_popup_error_title</source>
|
||||
<extracomment>Error</extracomment>
|
||||
<translation>Erreur</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/App.cpp" line="394"/>
|
||||
<location filename="../../core/App.cpp" line="697"/>
|
||||
<location filename="../../core/App.cpp" line="395"/>
|
||||
<location filename="../../core/App.cpp" line="699"/>
|
||||
<source>info_popup_configuration_failed_message</source>
|
||||
<extracomment>Remote provisioning failed : %1</extracomment>
|
||||
<translation>La configuration distante a échoué : %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/App.cpp" line="446"/>
|
||||
<location filename="../../core/App.cpp" line="447"/>
|
||||
<source>info_popup_error_checking_update</source>
|
||||
<extracomment>An error occured while trying to check update. Please try again later or contact support team.</extracomment>
|
||||
<translation>Une erreur est survenue lors de la recherche de mise à jour. Merci de réessayer plus tard ou de contacter l'équipe de support.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/App.cpp" line="452"/>
|
||||
<location filename="../../core/App.cpp" line="454"/>
|
||||
<source>info_popup_new_version_download_label</source>
|
||||
<translation>Téléchargez-là !</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/App.cpp" line="455"/>
|
||||
<location filename="../../core/App.cpp" line="457"/>
|
||||
<source>info_popup_new_version_available_title</source>
|
||||
<extracomment>New version available !</extracomment>
|
||||
<translation>Nouvelle version disponible !</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/App.cpp" line="457"/>
|
||||
<location filename="../../core/App.cpp" line="459"/>
|
||||
<source>info_popup_new_version_available_message</source>
|
||||
<extracomment>A new version of Linphone (%1) is available. %2</extracomment>
|
||||
<translation>Une nouvelle version de Linphone (%1) est disponible. %2</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/App.cpp" line="463"/>
|
||||
<location filename="../../core/App.cpp" line="465"/>
|
||||
<source>info_popup_version_up_to_date_title</source>
|
||||
<translation>À jour</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/App.cpp" line="465"/>
|
||||
<location filename="../../core/App.cpp" line="467"/>
|
||||
<source>info_popup_version_up_to_date_message</source>
|
||||
<extracomment>Your version is up to date</extracomment>
|
||||
<translation>Votre version est à jour</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/App.cpp" line="691"/>
|
||||
<location filename="../../core/App.cpp" line="693"/>
|
||||
<source>configuration_error_detail</source>
|
||||
<extracomment>not reachable</extracomment>
|
||||
<translation>indisponible</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/App.cpp" line="964"/>
|
||||
<location filename="../../core/App.cpp" line="966"/>
|
||||
<source>application_description</source>
|
||||
<extracomment>"A free and open source SIP video-phone."</extracomment>
|
||||
<translation>A free and open source SIP video-phone.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/App.cpp" line="966"/>
|
||||
<location filename="../../core/App.cpp" line="968"/>
|
||||
<source>command_line_arg_order</source>
|
||||
<extracomment>"Send an order to the application towards a command line"</extracomment>
|
||||
<translation>Send an order to the application towards a command line</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/App.cpp" line="970"/>
|
||||
<location filename="../../core/App.cpp" line="972"/>
|
||||
<source>command_line_option_show_help</source>
|
||||
<translation>Show this help</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/App.cpp" line="975"/>
|
||||
<location filename="../../core/App.cpp" line="977"/>
|
||||
<source>command_line_option_show_app_version</source>
|
||||
<translation>Afficher la version de l'application</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/App.cpp" line="983"/>
|
||||
<location filename="../../core/App.cpp" line="985"/>
|
||||
<source>command_line_option_config_to_fetch</source>
|
||||
<extracomment>"Specify the linphone configuration file to be fetched. It will be merged with the current configuration."</extracomment>
|
||||
<translation>Specify the linphone configuration file to be fetched. It will be merged with the current configuration.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/App.cpp" line="985"/>
|
||||
<location filename="../../core/App.cpp" line="987"/>
|
||||
<source>command_line_option_config_to_fetch_arg</source>
|
||||
<extracomment>"URL, path or file"</extracomment>
|
||||
<translation>URL, path or file</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/App.cpp" line="990"/>
|
||||
<location filename="../../core/App.cpp" line="992"/>
|
||||
<source>command_line_option_minimized</source>
|
||||
<translation>Minimiser</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/App.cpp" line="993"/>
|
||||
<location filename="../../core/App.cpp" line="995"/>
|
||||
<source>command_line_option_log_to_stdout</source>
|
||||
<translation>Log to stdout some debug information while running</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/App.cpp" line="996"/>
|
||||
<location filename="../../core/App.cpp" line="998"/>
|
||||
<source>command_line_option_print_app_logs_only</source>
|
||||
<extracomment>"Print only logs from the application"</extracomment>
|
||||
<translation>Print only logs from the application</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/App.cpp" line="1367"/>
|
||||
<location filename="../../core/App.cpp" line="1369"/>
|
||||
<source>hide_action</source>
|
||||
<extracomment>"Cacher" "Afficher"</extracomment>
|
||||
<translation>Cacher</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/App.cpp" line="1367"/>
|
||||
<location filename="../../core/App.cpp" line="1369"/>
|
||||
<source>show_action</source>
|
||||
<translation>Afficher</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/App.cpp" line="1382"/>
|
||||
<location filename="../../core/App.cpp" line="1384"/>
|
||||
<source>quit_action</source>
|
||||
<extracomment>"Quitter"</extracomment>
|
||||
<translation>Quitter</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/App.cpp" line="1400"/>
|
||||
<location filename="../../core/App.cpp" line="1402"/>
|
||||
<source>check_for_update</source>
|
||||
<extracomment>Check for update</extracomment>
|
||||
<translation>Rechercher une mise à jour</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/App.cpp" line="1514"/>
|
||||
<location filename="../../core/App.cpp" line="1520"/>
|
||||
<source>mark_all_read_action</source>
|
||||
<translation>Marquer tout comme lu</translation>
|
||||
</message>
|
||||
|
|
@ -2217,24 +2217,24 @@
|
|||
<context>
|
||||
<name>ChatMessageContentCore</name>
|
||||
<message>
|
||||
<location filename="../../core/chat/message/content/ChatMessageContentCore.cpp" line="107"/>
|
||||
<location filename="../../core/chat/message/content/ChatMessageContentCore.cpp" line="105"/>
|
||||
<source>download_file_default_error</source>
|
||||
<extracomment>Error downloading file %1</extracomment>
|
||||
<translation>Erreur de téléchargement du fichier %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/chat/message/content/ChatMessageContentCore.cpp" line="108"/>
|
||||
<location filename="../../core/chat/message/content/ChatMessageContentCore.cpp" line="106"/>
|
||||
<source>info_popup_error_titile</source>
|
||||
<translation>Erreur</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/chat/message/content/ChatMessageContentCore.cpp" line="140"/>
|
||||
<location filename="../../core/chat/message/content/ChatMessageContentCore.cpp" line="138"/>
|
||||
<source>popup_error_title</source>
|
||||
<extracomment>Error</extracomment>
|
||||
<translation>Erreur</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/chat/message/content/ChatMessageContentCore.cpp" line="142"/>
|
||||
<location filename="../../core/chat/message/content/ChatMessageContentCore.cpp" line="140"/>
|
||||
<source>popup_open_file_error_does_not_exist_message</source>
|
||||
<extracomment>Could not open file : unknown path %1</extracomment>
|
||||
<translation>Impossible d'ouvrir le fichier : chemin inconnu (%1)</translation>
|
||||
|
|
@ -3488,7 +3488,7 @@ en bout. Seul votre correspondant peut les déchiffrer.</translation>
|
|||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Layout/Settings/DebugSettingsLayout.qml" line="67"/>
|
||||
<location filename="../../view/Page/Layout/Settings/DebugSettingsLayout.qml" line="190"/>
|
||||
<location filename="../../view/Page/Layout/Settings/DebugSettingsLayout.qml" line="162"/>
|
||||
<source>information_popup_error_title</source>
|
||||
<extracomment>Une erreur est survenue.</extracomment>
|
||||
<translation>Une erreur est survenue.</translation>
|
||||
|
|
@ -3524,19 +3524,25 @@ en bout. Seul votre correspondant peut les déchiffrer.</translation>
|
|||
<translation>Téléversement des traces en cours…</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Layout/Settings/DebugSettingsLayout.qml" line="134"/>
|
||||
<location filename="../../view/Page/Layout/Settings/DebugSettingsLayout.qml" line="127"/>
|
||||
<source>settings_debug_app_version_title</source>
|
||||
<extracomment>"Version de l'application"</extracomment>
|
||||
<translation>Version de l'application</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Layout/Settings/DebugSettingsLayout.qml" line="163"/>
|
||||
<location filename="../../view/Page/Layout/Settings/DebugSettingsLayout.qml" line="137"/>
|
||||
<source>settings_debug_sdk_version_title</source>
|
||||
<extracomment>"Version du SDK"</extracomment>
|
||||
<translation>Version du SDK</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Layout/Settings/DebugSettingsLayout.qml" line="192"/>
|
||||
<location filename="../../view/Page/Layout/Settings/DebugSettingsLayout.qml" line="148"/>
|
||||
<source>settings_debug_qt_version_title</source>
|
||||
<extracomment>"Qt Version"</extracomment>
|
||||
<translation>Version de Qt</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Layout/Settings/DebugSettingsLayout.qml" line="164"/>
|
||||
<source>settings_debug_share_logs_error</source>
|
||||
<extracomment>"Le téléversement des traces a échoué. Vous pouvez partager les fichiers de trace directement depuis le répertoire suivant : %1"</extracomment>
|
||||
<translation>Le téléversement des traces a échoué. Vous pouvez partager les fichiers de trace directement depuis le répertoire suivant : %1</translation>
|
||||
|
|
@ -3891,7 +3897,7 @@ Expiration : %1</translation>
|
|||
<translation>Contribuer à la traduction de %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Help/HelpPage.qml" line="154"/>
|
||||
<location filename="../../view/Page/Main/Help/HelpPage.qml" line="155"/>
|
||||
<source>help_troubleshooting_title</source>
|
||||
<extracomment>"Dépannage"</extracomment>
|
||||
<translation>Dépannage</translation>
|
||||
|
|
|
|||
|
|
@ -129,7 +129,7 @@ public:
|
|||
|
||||
static constexpr char LinphoneDomain[] = "sip.linphone.org"; // Use for checking if config are a Linphone
|
||||
static constexpr char WindowIconPath[] = ":/data/image/logo.svg";
|
||||
static constexpr char ApplicationMinimalQtVersion[] = "6.9.0";
|
||||
static constexpr char ApplicationMinimalQtVersion[] = "6.10.0";
|
||||
static constexpr char DefaultConferenceURI[] =
|
||||
"sip:conference-factory@sip.linphone.org"; // Default for a Linphone account
|
||||
static constexpr char DefaultVideoConferenceURI[] =
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@ import QtQuick.Effects
|
|||
import QtQuick.Layouts
|
||||
import Linphone
|
||||
import "qrc:/qt/qml/Linphone/view/Control/Tool/Helper/utils.js" as Utils
|
||||
import 'qrc:/qt/qml/Linphone/view/Style/buttonStyle.js' as ButtonStyle
|
||||
|
||||
MouseArea {
|
||||
id: mainItem
|
||||
|
|
@ -11,6 +12,7 @@ MouseArea {
|
|||
property string subTitle
|
||||
property real iconSize: Utils.getSizeWithScreenRatio(32)
|
||||
property bool shadowEnabled: containsMouse || activeFocus
|
||||
property bool arrowImageVisible: false
|
||||
property alias image: image
|
||||
hoverEnabled: true
|
||||
width: content.implicitWidth
|
||||
|
|
@ -61,6 +63,13 @@ MouseArea {
|
|||
font: Typography.p1
|
||||
}
|
||||
}
|
||||
Item{Layout.fillWidth: true}
|
||||
EffectImage {
|
||||
id: arrowImage
|
||||
visible: mainItem.arrowImageVisible
|
||||
imageSource: AppIcons.rightArrow
|
||||
colorizationColor: DefaultStyle.main2_600
|
||||
}
|
||||
}
|
||||
MultiEffect {
|
||||
enabled: mainItem.shadowEnabled
|
||||
|
|
|
|||
|
|
@ -118,63 +118,35 @@ AbstractSettingsLayout {
|
|||
id: versionContent
|
||||
ColumnLayout {
|
||||
spacing: Utils.getSizeWithScreenRatio(20)
|
||||
RowLayout {
|
||||
EffectImage {
|
||||
imageSource: AppIcons.appWindow
|
||||
colorizationColor: DefaultStyle.main1_500_main
|
||||
Layout.preferredWidth: Utils.getSizeWithScreenRatio(24)
|
||||
Layout.preferredHeight: Utils.getSizeWithScreenRatio(24)
|
||||
imageWidth: Utils.getSizeWithScreenRatio(24)
|
||||
imageHeight: Utils.getSizeWithScreenRatio(24)
|
||||
Layout.alignment: Qt.AlignTop
|
||||
}
|
||||
ColumnLayout {
|
||||
Text {
|
||||
//: "Version de l'application"
|
||||
text: qsTr("settings_debug_app_version_title")
|
||||
font: Typography.p2l
|
||||
wrapMode: Text.WordWrap
|
||||
color: DefaultStyle.main2_600
|
||||
Layout.fillWidth: true
|
||||
}
|
||||
TextEdit {
|
||||
text: AppCpp.applicationVersion + ' ('+ AppCpp.gitBranchName + ')'
|
||||
font: Typography.p1
|
||||
wrapMode: Text.WordWrap
|
||||
color: DefaultStyle.main2_600
|
||||
Layout.fillWidth: true
|
||||
readOnly: true
|
||||
}
|
||||
}
|
||||
HelpIconLabelButton {
|
||||
enabled: false
|
||||
// Layout.preferredWidth: width
|
||||
// Layout.minimumWidth: width
|
||||
iconSize: Utils.getSizeWithScreenRatio(24)
|
||||
//: "Version de l'application"
|
||||
title: qsTr("settings_debug_app_version_title")
|
||||
iconSource: AppIcons.appWindow
|
||||
subTitle: AppCpp.applicationVersion + ' ('+ AppCpp.gitBranchName + ')'
|
||||
}
|
||||
RowLayout {
|
||||
EffectImage {
|
||||
imageSource: AppIcons.resourcePackage
|
||||
colorizationColor: DefaultStyle.main1_500_main
|
||||
Layout.preferredWidth: Utils.getSizeWithScreenRatio(24)
|
||||
Layout.preferredHeight: Utils.getSizeWithScreenRatio(24)
|
||||
imageWidth: Utils.getSizeWithScreenRatio(24)
|
||||
imageHeight: Utils.getSizeWithScreenRatio(24)
|
||||
Layout.alignment: Qt.AlignTop
|
||||
}
|
||||
ColumnLayout {
|
||||
Text {
|
||||
//: "Version du SDK"
|
||||
text: qsTr("settings_debug_sdk_version_title")
|
||||
font: Typography.p2l
|
||||
wrapMode: Text.WordWrap
|
||||
color: DefaultStyle.main2_600
|
||||
Layout.fillWidth: true
|
||||
}
|
||||
TextEdit {
|
||||
text: AppCpp.sdkVersion
|
||||
font: Typography.p1
|
||||
wrapMode: Text.WordWrap
|
||||
color: DefaultStyle.main2_600
|
||||
Layout.fillWidth: true
|
||||
readOnly: true
|
||||
}
|
||||
}
|
||||
HelpIconLabelButton {
|
||||
enabled: false
|
||||
// Layout.preferredWidth: width
|
||||
// Layout.minimumWidth: width
|
||||
iconSize: Utils.getSizeWithScreenRatio(24)
|
||||
//: "Version du SDK"
|
||||
title: qsTr("settings_debug_sdk_version_title")
|
||||
iconSource: AppIcons.resourcePackage
|
||||
subTitle: AppCpp.sdkVersion
|
||||
}
|
||||
HelpIconLabelButton {
|
||||
enabled: false
|
||||
// Layout.preferredWidth: width
|
||||
// Layout.minimumWidth: width
|
||||
iconSize: Utils.getSizeWithScreenRatio(24)
|
||||
iconSource: AppIcons.qtLogo
|
||||
//: "Qt Version"
|
||||
title: qsTr("settings_debug_qt_version_title")
|
||||
subTitle: AppCpp.qtVersion
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -111,16 +111,6 @@ AbstractMainPage {
|
|||
onClicked: AppCpp.checkForUpdate(true)
|
||||
}
|
||||
}
|
||||
HelpIconLabelButton {
|
||||
id: qtVersionButton
|
||||
Layout.preferredWidth: width
|
||||
Layout.minimumWidth: width
|
||||
iconSource: AppIcons.qtLogo
|
||||
//: "Qt Version"
|
||||
title: qsTr("help_about_qt_version_title")
|
||||
subTitle: AppCpp.qtVersion
|
||||
onClicked: {}
|
||||
}
|
||||
HelpIconLabelButton {
|
||||
Layout.fillWidth: true
|
||||
iconSource: AppIcons.license
|
||||
|
|
@ -160,6 +150,7 @@ AbstractMainPage {
|
|||
Layout.rightMargin: leftPanel.rightMargin
|
||||
Layout.topMargin: Utils.getSizeWithScreenRatio(24)
|
||||
iconSource: AppIcons.debug
|
||||
arrowImageVisible: true
|
||||
//: "Dépannage"
|
||||
title: qsTr("help_troubleshooting_title")
|
||||
onClicked: {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue