- 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
-
reset account and conversation id for outgoing calls Gitlab: #77 Change-Id: I04b0707549f7b7170ce28854acf87f924a36f1bd
-
Sébastien Blin authored
Change-Id: I79f4abac2f1f0be39075cd05c597a5593bf17fb8
-
- Sep 16, 2020
-
-
Andreas Traczyk authored
Change-Id: I8cd46f2f5bb404394513e1f93fe5bbab44cbddcf
-
Gitlab: #20 Change-Id: I05358244ad9cae5d335934a2947c18de6d79683e
-
Andreas Traczyk authored
Change-Id: Iada72f807be439c6033a3b22469f5424b324e1a5
-
Change-Id: I4cf7b16663b5bdbb3f0f095d61411f12b02707d1
-
Change-Id: I87b731f754762b78fc13257a0a9aede0bd8c034c
-
Change-Id: I3f7e2050be74cd8cc9f6d732cc96b0f218cd1676
-
Change-Id: I713bb08464a6ef3fde766fd34d204901c895d2ec
-
Andreas Traczyk authored
Change-Id: I810af6f00f6c68ba663635a3cced98b284639dfd
-
Change-Id: I61f4853ed7439493d694b774c078efcaa828a780
-
Albert Babí Oller authored
Change-Id: Ied7d317f2178efb8548a4d83551aad7710b516ba
-
- Sep 15, 2020
-
-
Jenkins authored
Change-Id: Id3d336b13b9ba385dbbef35a602c90be7ec0bda1
-
Change-Id: I065bc0e378f3481c0afa694595c1b882cdf1254a
-
Ming Rui Zhang authored
Change-Id: I4a63c5d719dfbaf4d4d8b3c276e5cafe749ffcf0
-
Change-Id: I04250ff2fc61015e1e36ac2d728a69914958122c
-
- Resolves a portion of the warnings present prior to navigation or resizing. Gitlab: #5 Change-Id: Ifa843d7613ddcca562256399a977c2eec62df404
-
Make sure that in wizard view, the spacing in the profile page is correct. Change-Id: I15cc9274b433532621495df4899578afb5efee92
-
Change-Id: Ib12382a9292852f404b1a588a7b5a6e29cb06cf9
-
Change-Id: If527d5c8ca3947943ac17ef627cb5bf73a4530bd
-
- 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
-