mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-17 11:28:07 +00:00
- Fix OSX min version
- Fix IMDN display on multi-devices - Remove chat area min limits when not showing ephemeral - Update text on delivery menu for toggling
This commit is contained in:
parent
7c22370ab9
commit
da844225d2
23 changed files with 306 additions and 8 deletions
|
|
@ -45,6 +45,10 @@ if(WIN32)
|
|||
message(STATUS "Setting Platform to ${CMAKE_GENERATOR_PLATFORM}")
|
||||
endif()
|
||||
endif()
|
||||
elseif( APPLE )
|
||||
if( NOT CMAKE_OSX_DEPLOYMENT_TARGET)
|
||||
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.9")
|
||||
endif()
|
||||
endif()
|
||||
|
||||
project(linphoneqt)
|
||||
|
|
@ -162,7 +166,9 @@ if(UNIX AND NOT APPLE)
|
|||
set(CMAKE_INSTALL_RPATH "$ORIGIN:$ORIGIN/lib64:$ORIGIN/../lib64:$ORIGIN/lib:$ORIGIN/../lib:${LINPHONE_OUTPUT_DIR}/${CMAKE_INSTALL_LIBDIR}")
|
||||
list(APPEND APP_OPTIONS "-DCMAKE_INSTALL_RPATH=${CMAKE_INSTALL_RPATH}")
|
||||
endif()
|
||||
|
||||
if(CMAKE_OSX_DEPLOYMENT_TARGET)
|
||||
list(APPEND APP_OPTIONS "-DCMAKE_OSX_DEPLOYMENT_TARGET=${CMAKE_OSX_DEPLOYMENT_TARGET}")
|
||||
endif()
|
||||
|
||||
|
||||
if(ENABLE_BUILD_APP_PLUGINS)
|
||||
|
|
|
|||
|
|
@ -522,6 +522,11 @@ Server url ikke konfigureret.</translation>
|
|||
<extracomment>'Delete' : Item menu to delete a message</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>menuHideDeliveryStatus</source>
|
||||
<extracomment>'Hide delivery status' : Item menu that lead to IMDN of a message</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Cli</name>
|
||||
|
|
@ -1274,6 +1279,21 @@ Klik her: <a href="%1">%1</a>
|
|||
<extracomment>'Open Conference' : Tooltip to illustrate a button</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>hideTimeline</source>
|
||||
<extracomment>'Hide Timeline' : Tooltip for a button that hide the timeline</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>openTimeline</source>
|
||||
<extracomment>'Open Timeline' : Tooltip for a button that open the timeline</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>openHome</source>
|
||||
<extracomment>'Open Home' : Tooltip for a button that open the home view</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>MainWindowMenuBar</name>
|
||||
|
|
|
|||
|
|
@ -522,6 +522,11 @@ Server URL ist nicht konfiguriert.</translation>
|
|||
<extracomment>'Delete' : Item menu to delete a message</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>menuHideDeliveryStatus</source>
|
||||
<extracomment>'Hide delivery status' : Item menu that lead to IMDN of a message</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Cli</name>
|
||||
|
|
@ -1274,6 +1279,21 @@ Klicken Sie hier: <a href="%1">%1</a>
|
|||
<extracomment>'Open Conference' : Tooltip to illustrate a button</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>hideTimeline</source>
|
||||
<extracomment>'Hide Timeline' : Tooltip for a button that hide the timeline</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>openTimeline</source>
|
||||
<extracomment>'Open Timeline' : Tooltip for a button that open the timeline</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>openHome</source>
|
||||
<extracomment>'Open Home' : Tooltip for a button that open the home view</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>MainWindowMenuBar</name>
|
||||
|
|
|
|||
|
|
@ -522,6 +522,11 @@ Server URL not configured.</translation>
|
|||
<extracomment>'Delete' : Item menu to delete a message</extracomment>
|
||||
<translation>Delete</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>menuHideDeliveryStatus</source>
|
||||
<extracomment>'Hide delivery status' : Item menu that lead to IMDN of a message</extracomment>
|
||||
<translation>Hide delivery status</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Cli</name>
|
||||
|
|
|
|||
|
|
@ -522,6 +522,11 @@ URL del servidor no configurada.</translation>
|
|||
<extracomment>'Delete' : Item menu to delete a message</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>menuHideDeliveryStatus</source>
|
||||
<extracomment>'Hide delivery status' : Item menu that lead to IMDN of a message</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Cli</name>
|
||||
|
|
@ -1274,6 +1279,21 @@ Haga clic aquí: <a href="%1">%1 </a>
|
|||
<extracomment>'Open Conference' : Tooltip to illustrate a button</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>hideTimeline</source>
|
||||
<extracomment>'Hide Timeline' : Tooltip for a button that hide the timeline</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>openTimeline</source>
|
||||
<extracomment>'Open Timeline' : Tooltip for a button that open the timeline</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>openHome</source>
|
||||
<extracomment>'Open Home' : Tooltip for a button that open the home view</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>MainWindowMenuBar</name>
|
||||
|
|
|
|||
|
|
@ -522,6 +522,11 @@ Url du serveur non configurée.</translation>
|
|||
<extracomment>'Delete' : Item menu to delete a message</extracomment>
|
||||
<translation type="unfinished">Effacer</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>menuHideDeliveryStatus</source>
|
||||
<extracomment>'Hide delivery status' : Item menu that lead to IMDN of a message</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Cli</name>
|
||||
|
|
@ -1274,6 +1279,21 @@ Cliquez ici : <a href="%1">%1</a>
|
|||
<extracomment>'Open Conference' : Tooltip to illustrate a button</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>hideTimeline</source>
|
||||
<extracomment>'Hide Timeline' : Tooltip for a button that hide the timeline</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>openTimeline</source>
|
||||
<extracomment>'Open Timeline' : Tooltip for a button that open the timeline</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>openHome</source>
|
||||
<extracomment>'Open Home' : Tooltip for a button that open the home view</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>MainWindowMenuBar</name>
|
||||
|
|
|
|||
|
|
@ -521,6 +521,11 @@ A kiszolgáló URL-je nincs konfigurálva.</translation>
|
|||
<extracomment>'Delete' : Item menu to delete a message</extracomment>
|
||||
<translation>Törlés</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>menuHideDeliveryStatus</source>
|
||||
<extracomment>'Hide delivery status' : Item menu that lead to IMDN of a message</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Cli</name>
|
||||
|
|
@ -1269,6 +1274,21 @@ Kattintson ide: <a href="%1">%1</a>
|
|||
<extracomment>'Open Conference' : Tooltip to illustrate a button</extracomment>
|
||||
<translation>Konferencia megnyitása</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>hideTimeline</source>
|
||||
<extracomment>'Hide Timeline' : Tooltip for a button that hide the timeline</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>openTimeline</source>
|
||||
<extracomment>'Open Timeline' : Tooltip for a button that open the timeline</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>openHome</source>
|
||||
<extracomment>'Open Home' : Tooltip for a button that open the home view</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>MainWindowMenuBar</name>
|
||||
|
|
|
|||
|
|
@ -522,6 +522,11 @@ URL del server non configurato.</translation>
|
|||
<extracomment>'Delete' : Item menu to delete a message</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>menuHideDeliveryStatus</source>
|
||||
<extracomment>'Hide delivery status' : Item menu that lead to IMDN of a message</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Cli</name>
|
||||
|
|
@ -1274,6 +1279,21 @@ Clicca: <a href="%1">%1</a>
|
|||
<extracomment>'Open Conference' : Tooltip to illustrate a button</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>hideTimeline</source>
|
||||
<extracomment>'Hide Timeline' : Tooltip for a button that hide the timeline</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>openTimeline</source>
|
||||
<extracomment>'Open Timeline' : Tooltip for a button that open the timeline</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>openHome</source>
|
||||
<extracomment>'Open Home' : Tooltip for a button that open the home view</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>MainWindowMenuBar</name>
|
||||
|
|
|
|||
|
|
@ -521,6 +521,11 @@
|
|||
<extracomment>'Delete' : Item menu to delete a message</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>menuHideDeliveryStatus</source>
|
||||
<extracomment>'Hide delivery status' : Item menu that lead to IMDN of a message</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Cli</name>
|
||||
|
|
@ -1269,6 +1274,21 @@ Ephemeral message is only supported in conference based chat room!'</extrac
|
|||
<extracomment>'Open Conference' : Tooltip to illustrate a button</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>hideTimeline</source>
|
||||
<extracomment>'Hide Timeline' : Tooltip for a button that hide the timeline</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>openTimeline</source>
|
||||
<extracomment>'Open Timeline' : Tooltip for a button that open the timeline</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>openHome</source>
|
||||
<extracomment>'Open Home' : Tooltip for a button that open the home view</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>MainWindowMenuBar</name>
|
||||
|
|
|
|||
|
|
@ -523,6 +523,11 @@ Nesukonfigūruotas serverio url.</translation>
|
|||
<extracomment>'Delete' : Item menu to delete a message</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>menuHideDeliveryStatus</source>
|
||||
<extracomment>'Hide delivery status' : Item menu that lead to IMDN of a message</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Cli</name>
|
||||
|
|
@ -1279,6 +1284,21 @@ Spustelėkite čia: <a href="%1">%1</a>
|
|||
<extracomment>'Open Conference' : Tooltip to illustrate a button</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>hideTimeline</source>
|
||||
<extracomment>'Hide Timeline' : Tooltip for a button that hide the timeline</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>openTimeline</source>
|
||||
<extracomment>'Open Timeline' : Tooltip for a button that open the timeline</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>openHome</source>
|
||||
<extracomment>'Open Home' : Tooltip for a button that open the home view</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>MainWindowMenuBar</name>
|
||||
|
|
|
|||
|
|
@ -522,6 +522,11 @@ URL do servidor não configurado.</translation>
|
|||
<extracomment>'Delete' : Item menu to delete a message</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>menuHideDeliveryStatus</source>
|
||||
<extracomment>'Hide delivery status' : Item menu that lead to IMDN of a message</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Cli</name>
|
||||
|
|
@ -1274,6 +1279,21 @@ Clique aqui: <a href="%1">%1 </a>
|
|||
<extracomment>'Open Conference' : Tooltip to illustrate a button</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>hideTimeline</source>
|
||||
<extracomment>'Hide Timeline' : Tooltip for a button that hide the timeline</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>openTimeline</source>
|
||||
<extracomment>'Open Timeline' : Tooltip for a button that open the timeline</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>openHome</source>
|
||||
<extracomment>'Open Home' : Tooltip for a button that open the home view</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>MainWindowMenuBar</name>
|
||||
|
|
|
|||
|
|
@ -523,6 +523,11 @@
|
|||
<extracomment>'Delete' : Item menu to delete a message</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>menuHideDeliveryStatus</source>
|
||||
<extracomment>'Hide delivery status' : Item menu that lead to IMDN of a message</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Cli</name>
|
||||
|
|
@ -1279,6 +1284,21 @@ Ephemeral message is only supported in conference based chat room!'</extrac
|
|||
<extracomment>'Open Conference' : Tooltip to illustrate a button</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>hideTimeline</source>
|
||||
<extracomment>'Hide Timeline' : Tooltip for a button that hide the timeline</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>openTimeline</source>
|
||||
<extracomment>'Open Timeline' : Tooltip for a button that open the timeline</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>openHome</source>
|
||||
<extracomment>'Open Home' : Tooltip for a button that open the home view</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>MainWindowMenuBar</name>
|
||||
|
|
|
|||
|
|
@ -522,6 +522,11 @@ Serverwebbadressen är inte konfigurerad.</translation>
|
|||
<extracomment>'Delete' : Item menu to delete a message</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>menuHideDeliveryStatus</source>
|
||||
<extracomment>'Hide delivery status' : Item menu that lead to IMDN of a message</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Cli</name>
|
||||
|
|
@ -1274,6 +1279,21 @@ Klicka här: <a href="%1">%1</a>
|
|||
<extracomment>'Open Conference' : Tooltip to illustrate a button</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>hideTimeline</source>
|
||||
<extracomment>'Hide Timeline' : Tooltip for a button that hide the timeline</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>openTimeline</source>
|
||||
<extracomment>'Open Timeline' : Tooltip for a button that open the timeline</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>openHome</source>
|
||||
<extracomment>'Open Home' : Tooltip for a button that open the home view</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>MainWindowMenuBar</name>
|
||||
|
|
|
|||
|
|
@ -521,6 +521,11 @@ Sunucu url'si yapılandırılmadı.</translation>
|
|||
<extracomment>'Delete' : Item menu to delete a message</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>menuHideDeliveryStatus</source>
|
||||
<extracomment>'Hide delivery status' : Item menu that lead to IMDN of a message</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Cli</name>
|
||||
|
|
@ -1269,6 +1274,21 @@ Buraya tıklayın: <a href="%1">%1</a>
|
|||
<extracomment>'Open Conference' : Tooltip to illustrate a button</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>hideTimeline</source>
|
||||
<extracomment>'Hide Timeline' : Tooltip for a button that hide the timeline</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>openTimeline</source>
|
||||
<extracomment>'Open Timeline' : Tooltip for a button that open the timeline</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>openHome</source>
|
||||
<extracomment>'Open Home' : Tooltip for a button that open the home view</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>MainWindowMenuBar</name>
|
||||
|
|
|
|||
|
|
@ -523,6 +523,11 @@
|
|||
<extracomment>'Delete' : Item menu to delete a message</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>menuHideDeliveryStatus</source>
|
||||
<extracomment>'Hide delivery status' : Item menu that lead to IMDN of a message</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Cli</name>
|
||||
|
|
@ -1279,6 +1284,21 @@ Ephemeral message is only supported in conference based chat room!'</extrac
|
|||
<extracomment>'Open Conference' : Tooltip to illustrate a button</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>hideTimeline</source>
|
||||
<extracomment>'Hide Timeline' : Tooltip for a button that hide the timeline</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>openTimeline</source>
|
||||
<extracomment>'Open Timeline' : Tooltip for a button that open the timeline</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>openHome</source>
|
||||
<extracomment>'Open Home' : Tooltip for a button that open the home view</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>MainWindowMenuBar</name>
|
||||
|
|
|
|||
|
|
@ -521,6 +521,11 @@
|
|||
<extracomment>'Delete' : Item menu to delete a message</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>menuHideDeliveryStatus</source>
|
||||
<extracomment>'Hide delivery status' : Item menu that lead to IMDN of a message</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Cli</name>
|
||||
|
|
@ -1269,6 +1274,21 @@ Ephemeral message is only supported in conference based chat room!'</extrac
|
|||
<extracomment>'Open Conference' : Tooltip to illustrate a button</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>hideTimeline</source>
|
||||
<extracomment>'Hide Timeline' : Tooltip for a button that hide the timeline</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>openTimeline</source>
|
||||
<extracomment>'Open Timeline' : Tooltip for a button that open the timeline</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>openHome</source>
|
||||
<extracomment>'Open Home' : Tooltip for a button that open the home view</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>MainWindowMenuBar</name>
|
||||
|
|
|
|||
|
|
@ -444,6 +444,7 @@ void ChatMessageModel::resendMessage (){
|
|||
case LinphoneEnums::ChatMessageStateFileTransferError:
|
||||
case LinphoneEnums::ChatMessageStateNotDelivered: {
|
||||
mChatMessage->send();
|
||||
emit stateChanged();
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -22,6 +22,7 @@ Item {
|
|||
property string lastTextSelected
|
||||
property string content
|
||||
property int deliveryCount : 0
|
||||
property bool deliveryVisible: false
|
||||
|
||||
signal deliveryStatusClicked()
|
||||
signal removeEntryRequested()
|
||||
|
|
@ -58,8 +59,11 @@ Item {
|
|||
visible: content != ''
|
||||
}
|
||||
MenuItem {
|
||||
//: 'Hide delivery status' : Item menu that lead to IMDN of a message
|
||||
text: (deliveryVisible ? qsTr('menuHideDeliveryStatus')
|
||||
//: 'Delivery status' : Item menu that lead to IMDN of a message
|
||||
text: qsTr('menuDeliveryStatus')
|
||||
: qsTr('menuDeliveryStatus')
|
||||
)
|
||||
iconMenu: 'menu_imdn_info'
|
||||
iconSizeMenu: 17
|
||||
iconLayoutDirection: Qt.RightToLeft
|
||||
|
|
|
|||
|
|
@ -300,6 +300,7 @@ Row {
|
|||
deliveryCount: deliveryLayout.model.count
|
||||
onDeliveryStatusClicked: deliveryLayout.visible = !deliveryLayout.visible
|
||||
onRemoveEntryRequested: removeEntry()
|
||||
deliveryVisible: deliveryLayout.visible
|
||||
}
|
||||
|
||||
Row{
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@ Item {
|
|||
height: parent.height - (deliveryLayout.visible? deliveryLayout.height : 0)
|
||||
radius: ChatStyle.entry.message.radius
|
||||
width: (
|
||||
message.contentWidth < ephemeralTimerRow.width
|
||||
ephemeralTimerRow.visible && message.contentWidth < ephemeralTimerRow.width
|
||||
? ephemeralTimerRow.width
|
||||
: message.contentWidth < parent.width
|
||||
? message.contentWidth
|
||||
|
|
@ -123,6 +123,7 @@ Item {
|
|||
deliveryCount: deliveryLayout.model.count
|
||||
onDeliveryStatusClicked: deliveryLayout.visible = !deliveryLayout.visible
|
||||
onRemoveEntryRequested: removeEntry()
|
||||
deliveryVisible: deliveryLayout.visible
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -43,9 +43,9 @@ Item {
|
|||
readonly property bool isDelivered: $chatEntry.state == LinphoneEnums.ChatMessageStateDeliveredToUser
|
||||
readonly property bool isRead: $chatEntry.state == LinphoneEnums.ChatMessageStateDisplayed
|
||||
|
||||
icon: isError
|
||||
icon: iconId.isError
|
||||
? 'chat_error'
|
||||
: (isRead ? 'chat_read' : (isDelivered ? 'chat_delivered' : '' ) )
|
||||
: (iconId.isRead ? 'chat_read' : (iconId.isDelivered ? 'chat_delivered' : '' ) )
|
||||
iconSize: ChatStyle.entry.message.outgoing.sendIconSize
|
||||
|
||||
MouseArea {
|
||||
|
|
@ -59,7 +59,7 @@ Item {
|
|||
id:tooltip
|
||||
text: iconId.isError
|
||||
? qsTr('messageError')
|
||||
: (isRead ? qsTr('messageRead') : qsTr('messageDelivered'))
|
||||
: (iconId.isRead ? qsTr('messageRead') : qsTr('messageDelivered'))
|
||||
hoveringCursor : retryAction.visible?Qt.PointingHandCursor:Qt.ArrowCursor
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@ Notification {
|
|||
property ChatRoomModel chatRoomModel : notification.timelineModel.getChatRoomModel()
|
||||
//entry: notification.fullPeerAddress? SipAddressesModel.getSipAddressObserver(notification.fullPeerAddress, notification.fullLocalAddress): notification.timelineModel.getChatRoomModel()
|
||||
entry: ({
|
||||
sipAddress: SipAddressesModel.getSipAddressObserver(notification.fullPeerAddress, notification.fullLocalAddress),
|
||||
sipAddress: SipAddressesModel.getSipAddressObserver(notification.fullPeerAddress, notification.fullLocalAddress).peerAddress,
|
||||
isOneToOne: chatRoomModel.isOneToOne,
|
||||
haveEncryption: chatRoomModel.haveEncryption,
|
||||
securityLevel: chatRoomModel.securityLevel
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit b6edff86d917308dcc308bcd5f511689f6893308
|
||||
Subproject commit 979230a6ac50d2f12ad2ecd0ad009cc55ac4327e
|
||||
Loading…
Add table
Reference in a new issue