linphone-desktop/linphone-app
Julien Wadel c84a5a9048 - Fix hidden time on chat message after the deletion of a notice (like unread messages).
Seems to be a Qt bug : If layoutChanged() is not send, some delegates after notice will be wrong (their $chatEntry will be updated with undefined while not being really updated on next check)
Reproduce case with a ChatMessage after a Notice: On Notice deletion, this chatMessage will update its text with an undefined $chatEntry. But when checking the value of its $chatEntry after this event(make a MouseArea with a click event), it will be the correct one (and not the undefined).

- Stabilize sorted message on loading more entries by checking receving time.


(cherry picked from commit 89ad42e1a6)
2023-05-23 12:22:19 +02:00
..
assets Translated using Weblate 2023-05-14 12:15:12 +02:00
build Added qtwebview to docker images. Mandatory since we now use webview for assistant 2021-11-19 22:37:26 +01:00
cmake Change application source folder name 2020-03-26 16:44:31 +01:00
cmake_builder Fix microphone permission on Mac. 2023-04-13 18:29:20 +02:00
include/LinphoneApp - Fix cmake error (remove object from executable) 2021-01-16 14:54:26 +01:00
src - Fix hidden time on chat message after the deletion of a notice (like unread messages). 2023-05-23 12:22:19 +02:00
tools Code signing by specifying hash. 2023-03-31 15:37:38 +02:00
ui Crash fix when switching timelines containing video files. 2023-05-11 17:15:13 +02:00
application_info.cmake - Add Vendor and copyright ranges 2021-11-02 15:05:23 +01:00
CMakeLists.txt Update enums to SDK master's wrapper. 2023-05-22 10:37:22 +02:00
resources.qrc - Replace unknown file image by empty extension 2023-05-04 15:19:39 +02:00
webview_resources.qrc On default build : Revert webview subscription and keep old sheets (avoid deployment issues) but keep a way to reactivate it. 2022-03-10 19:16:26 +01:00