- Dec 11, 2020
-
-
Change-Id: I89d3ef02fea54448f3b7bc38da5550cc52d6cbcd
-
- Oct 07, 2020
-
-
- AccountAdapter::navigateToWelcomePageRequired is no longer required since subscription to property change in QML - avoid unnecessary CallAdapter signals for UI management. Listen to BehaviorController and avoid duplicated / unnecessary signals. - avoid duplicated code: - account selection only in AccountAdapter::changeAccount and ConversationsAdapter::selectConversation - simplification of ConversationsAdapter::selectConversation - conversation UI always managed by ConversationsAdapter -> ConversationSmartListItemDelegate - smartlistmodel: no need to show callstack for outgoing calls in state ENDED Gitlab: #86 Gitlab: #87 Gitlab: #88 Change-Id: I7025d4292914939f5a78aee1c4742104b370641d
-
- Oct 02, 2020
-
-
Sébastien Blin authored
Make the difference between a host and a moderator. The main difference for now is that the host can hang up calls, not the moderator because they don't know the calls hosted Change-Id: Iec36c4d26ae32126e8628bef6491c35d0228a45f
-
- Sep 17, 2020
-
-
Andreas Traczyk authored
- Note: adds forcing the main window to the top to overcome a Qt/QML bug which prevents this from working when activating from a notification window source. Change-Id: Ib5a93d3937fe5a4de0229f7aeae8469d1ffdfba3
-
- Sep 14, 2020
-
-
Albert Babí Oller authored
- incoming / outgoing call UI management - add system native notifications - incoming call page same model as outgoing - UserInfoCallPage is used to display common information for incoming / outgoing calls Gitlab: #32 Change-Id: If33196a30c51698b4edad55cb8f718066034e422
-
- Sep 10, 2020
-
-
Andreas Traczyk authored
Change-Id: I9d2ec496aa8d6cc0a41f9096ad153308c3308e8b
-
- Sep 03, 2020
-
-
Andreas Traczyk authored
It seems concurrent calls to invokeMethod using qml component object pointers can lead to access violations. These method invocations can be replaced with a signal/slot mechanism. This patch replaces only the invocations in conversationsadapter and accountsadapter that are known to be problematic for now. Some code cleanup is done for QmlAdapterBase derived classes. Gitlab: #61 Change-Id: I72f47c9229a9bf42299ae52822c3a1a8c04eb423
-
- Aug 31, 2020
-
-
In order to make it work with the translations, call status is no longer passed as a string but as an integer (from enum lrc::api::call::Status). Gitlab: #10 Change-Id: If8d8b7093fbf82e9b7732e6991eec647ad0d50b7
-
- Aug 25, 2020
-
-
Ming Rui Zhang authored
Add sip input panel to be able to use DTMF functionalities. Gitlab: #18 Change-Id: Iaa53ae2b34d9ce0d5cf19aa82dd41a5607203c62
-
- Aug 18, 2020
-
-
Sébastien Blin authored
Change-Id: I4cfc7c9c525c66f4e483089864bec059c388a1bd
-
Sébastien Blin authored
Change-Id: I8ce1e02be798104aaca9d09d9dc5d931133ada6d
-
Sébastien Blin authored
Change-Id: I7e88828308c8d64ea30e8ad15db950e0605d86dc
-
- Aug 03, 2020
-
-
Sébastien Blin authored
Change-Id: I32bfdd2a618aa7ac6181da2697e241667b010aab
-