- 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 11, 2020
-
-
Sébastien Blin authored
Change-Id: I766c5bf59b86d1d1b728c0c270f50839aed1d50c
-
Ming Rui Zhang authored
Change-Id: I8779770475b7c58dce693dafcf2e74839635a2a0
-
- 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
Change-Id: I12759a9d830c8a8b1099567a3350e68293c5d223
-
Ming Rui Zhang authored
Make username registration line edit a common component Gitlab: #56 Change-Id: Icb5dc1c8acc6d56f699f9a1cc4ebee6976f5eae1
-
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
-
Correct Layout and Anchors emplacement Erase inutile code Fix binding loop warnings Replace magic numbers by JamiTheme values Remove multiline comments from qml files Change-Id: Icdde094750ccc39fa3b3c9fb9368f8609eb8981d Gitlab: #5
-
- Sep 09, 2020
-
-
Change-Id: I948c6135588f1a7c02daac0fd9bd3a637fd074eb
-
Change-Id: Ic1b7518862aa8eced46eaa7e0f2b70ab11bab799
-
Aline Gondim Santos authored
Change-Id: If86856104409c9c6f8402e0c9229481d18c5b84f
-
- Sep 08, 2020
-
-
Andreas Traczyk authored
- Update the tx source files. - Provide a powershell update script as an alternative to our existing python script. The python script will need to be adapted for Qt 5.15. Change-Id: Ibfefdca3657c4d893760ab62fb5c22386601c28b
-
- 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
-
Ming Rui Zhang authored
Partially optimized the wizardview related UI code and UI performance. Note: Since some common components are changed, UI changes in settings view are also required to keep the original style. Gitlab: #59 Change-Id: Ib77868bac3a6479700e81f3361b67a8403725661
-
Change-Id: Iba3e67431c817362c3242af9d56c8985c2e62534 Gitlab: #21
-
Andreas Traczyk authored
- add a component boundary visualization tool Change-Id: Ib39f593b296ff12a220e5a259888d9c9f6eb1c4b
-
- 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
-
Change-Id: I66b7867d38ddcbec6fd68728d9282f32c11d7449
-
- Sep 02, 2020
- Sep 01, 2020
-
-
Change-Id: I8ea60715a14b481da5c4d4d0078dc8de7df28eec
-
Change-Id: I692b11c88fbd4a957dfe9775ea44d63b8e34b190
-
Make account presence cycle a component, and remove redundant update function Gitlab: #23 Change-Id: I93cb37f2886da2e8e5e41d4c97ce054497e4e399
-
- Aug 31, 2020
-
-
Andreas Traczyk authored
- adds a systray icon with and exit option when the app starts - removes the systray icon when the app exits - restores the app when a second instance is run Change-Id: I81e4552bdf0ce76a520cbae90e519efff0b13495
-
Sébastien Blin authored
Change-Id: I8011e9363dd1fb84fd1d8475ee131569c5dfb393 Gitlab: #38
-
Sébastien Blin authored
Change-Id: Ia8ecf2aa61c3e1725949ec1e2e4cb9aae33c0982 Gitlab: #46
-
Change-Id: Ib569048646b9e62ceac3f435d641cb4daf5a57d5
-
Sébastien Blin authored
Change-Id: I4ee435166e5866c3a0323b1783f591964c8c93f2
-
Sébastien Blin authored
Change-Id: I266ab31e31d85b6cd94356b63368540c02e16c6f
-
Jenkins authored
Change-Id: I031cccfab1f498e3d32ce2e621fd3ee57c1c4d3e
-
Sébastien Blin authored
Change-Id: Ic5bad27e2d20f6c84b1defe4c37c0328000bb1af Gitlab: #26
-
Andreas Traczyk authored
Change-Id: I24a54bd832b910a524fb7be1e91c8d6387d6bcb9
-
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
-
Change-Id: Ie830238ed539810c64f3d02023c7c48bff850f64
-
Change-Id: I885a8d8287511d6769d3c33a255c5216f12c6cac
-
Change-Id: Ie52fb50be315f74b03ee01b656297dc463bd99ac
-