- Apr 06, 2021
-
-
Sébastien Blin authored
On GNU/Linux, the ringtone is managed by the deamon. No need to manage it (incorrectly) in the client Change-Id: I38fe783d6bd0778f702ee6da333468c54d59d678 GitLab: #351
-
- Apr 02, 2021
-
-
Gitlab: #320 Change-Id: Ia2a16a05be3fd6452a39df999660a5c8440eea13
-
Andreas Traczyk authored
- refactor qml object registration - inject AppSettingsManager and SystemTray Gitlab: #320 Change-Id: Ic8232a290003245d09ad9452c9f5518fd260af78
-
Andreas Traczyk authored
Lrc object injection should never be a null pointer. Change-Id: Ib574c751673fd35e223ce2447cee74bce7dfbf3e Gitlab: #337
-
- Mar 22, 2021
-
-
Ming Rui Zhang authored
GitLab: #337 Change-Id: Ifb671d38d364714818650a8154c43a5787460039
-
- Mar 02, 2021
-
-
Ming Rui Zhang authored
Gitlab: #297 Change-Id: Iaff41075edc683bd976ff69cfd8f7a80547771cc
-
- Jan 15, 2021
-
-
Albert Babí Oller authored
- add configurable list of default moderators - add option for enabling local moderators - indicate when participant is locally muted on moderation overlay - small typo fixes Change-Id: I1669c903be3c3a3f2344f1d95d8b618e62b9d412
-
- Jan 07, 2021
-
-
1. Container View api 2. use optional conversation info ref api Change-Id: I38aa57edc1fbf304ea0ef95d48000e0495c409ee
-
- Dec 30, 2020
-
-
Ming Rui Zhang authored
Gitlab: #229 Change-Id: I4c9188f7406b790f87d19413a3a4a4d6ac904719
-
- Dec 10, 2020
-
-
Change-Id: If6a2deda08663f7edf9fa527bc1c592f60e6a371
-
- Dec 07, 2020
-
-
Ming Rui Zhang authored
Change-Id: I0e92189f9661ada19ae62025a3114541e41ea587
-
- Nov 18, 2020
-
-
Ming Rui Zhang authored
Gitlab: #161 Change-Id: I79d8f5e28f2025bd685ea760cd813eeca2e60c8b
-
Ming Rui Zhang authored
Change-Id: I95b0c80968c51e22662a0c0187adfe07fff1584c
-
- Oct 30, 2020
-
-
Ming Rui Zhang authored
A small fix to prevent username registration line edit receiving signal when there is no input is also in since adding banned contact back will trigger lookupAddress. Gitlab: #152 Change-Id: I30afb42eab5903aefb7dd19e9f7a5ad77183e866
-
Ming Rui Zhang authored
1. Use avatarimageprovider 2. Remove redundant base64 code Change-Id: I2a2517890e95b4a9f9a363fbea2251d6d5dd1c8f
-
- Oct 07, 2020
-
-
- switch between "conversations" - "invitations" smartlists according to call origin - "Accept Request" button from msg's view header: hide on contact accepted, set on view load according to userType - correct requests smartlist item selection on tab switch - accept incoming call from pending contact makes conversation permanent Gitlab: #74 Change-Id: Iadfef0d7e4032002d8007a4f18a9eae27f7ba230
-
- 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
-
-
Andreas Traczyk authored
- prevents a slurry of calls to stop/startAudioMeter Gitlab: #120 Gitlab: #124 Change-Id: I6118baab1a3f3e08e72a60a35682ce753e05e2eb
-
- Sep 26, 2020
-
-
1. When there is no contact, some properties in smart list view could be null 2. When creating new accounts from no accounts, adding a new contact and switch accounts will cause "Contact out of range". This is caused by smartlist model account id does not update at that time. Instead, use current account id always. Change-Id: Ic42ec33c4932908caff2ebca2814903f95c12a10
-
- 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 11, 2020
-
-
Sébastien Blin authored
Change-Id: I766c5bf59b86d1d1b728c0c270f50839aed1d50c
-
- Sep 10, 2020
-
-
Andreas Traczyk authored
Change-Id: I9d2ec496aa8d6cc0a41f9096ad153308c3308e8b
-
Andreas Traczyk authored
The clientwrapper class masks granular object registration within qml, and encourages code duplication between viewmodels(adapters) and code lasagnafication and the misuse of declarative Qml. Change-Id: I85fef214363e62e54fc0681282323ea4861000d6 Gitlab: #66
-
Andreas Traczyk authored
- Separate utilsadapter into files and expose it to Qml so it can be used without passing through clientwrapper. Change-Id: I7c351d7191cd166521b6e0a685ea9d4a9731f165 Gitlab: #66
-
Ming Rui Zhang authored
1. Add spinner button and logic when waitting for account created to prevent reclicking the buttons 2. Add back button when creating accounts in main view. 3. Fix the look up username bug 4. Change some buttons to blue styled 5. Change back button to back arrow 6. Add autofocus when entering certain page Gitlab: #59 Change-Id: I3cada8c07a6605f091001db75a2913cde379c41b
-
- 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
-
- Introduces a C++/Qml common mechanic for accessing system settings - Refactors a good chunk of application wide settings management code - Refactors the onboarding and quit-suppression logic - Makes a first stab at cleaning the Qml object registration - Removes some 'ClientWrapper' use - Fixes some file name spelling errors and inconsistencies Gitlab: #51 Gitlab: #53 Change-Id: I3dd1085aca72a38827ec004e347bd91106be2bcb
-
- Sep 01, 2020
-
-
Change-Id: I8ea60715a14b481da5c4d4d0078dc8de7df28eec
-
- Aug 28, 2020
-
-
Ming Rui Zhang authored
Fix the deletion crash issue and remove redundant account changed signals. Gitlab: #17 Change-Id: I1858fa051fd5171e1261dbc35d361631dc3ea01d
-
- Aug 27, 2020
-
-
- avoid duplicate call of LRC's setTopAccount() - welcome view displays always the first account on the list, so passing the index is not necessary - conversationsadapter and messagesadapter no longer listen to currentAccountChanged signal since there is a specific function for the setup Gitlab: #12 Change-Id: Iac932d2596bf59c7528d83be799342ccefeea6b0
-
- Aug 25, 2020
-
-
Albert Babí Oller authored
Gitlab: #4 Change-Id: I7570099c20d2d406e538aea4c366ba7d85777686
-
- Aug 24, 2020
-
-
Change-Id: If001b758642fc8a1289506760650997dd9b20462
-
- Aug 03, 2020
-
-
Sébastien Blin authored
Change-Id: I32bfdd2a618aa7ac6181da2697e241667b010aab
-