- May 11, 2023
-
-
This patch introduces some mechanisms to fully support RTL languages: 1. RTL detection via UtilsAdapter::isRTL() checking the locale name 2. Using QML mirroring when needed based on UtilsAdapter.isRTL 3. Inverting panels in DualPaneView and JamiListView when needed with SinglePane support Moreover, lot of anchors are added to automatically manage layout updates. GitLab: #235 Change-Id: I40c245f2d7fae96d796c53505af5403f5e813e7f
-
- Apr 21, 2023
-
-
Change-Id: I4c54ee69f275d3f3b0283a2459222e5d205fe5c3
-
- Apr 14, 2023
-
-
Gitlab: #1059 Change-Id: Ia973ee1f8666bdd8597d6cbb47a87534ac4358c8
-
- Mar 30, 2023
-
-
Sébastien Blin authored
Change-Id: I28ed5573adb50b4372f4b763d3565eefeb00ae35 GitLab: #1018
-
- Mar 10, 2023
-
-
+ back button, + material button, + welcome page, + advanced account settings page + margins in all wizardview pages GitLab: #995 Change-Id: I2cf49b654afa814bbac35cff94d8323fa0d016e8
-
- Feb 17, 2023
-
-
Andreas Traczyk authored
Introduces the ViewCoordinator component to promote dynamic view loading and reduce coupling between components. The following objects are now created and destroyed as needed: - SettingsView - WizardView - dialogs Further refactoring will be required in order to do the same with the ConversationView, which now parents the ChatView and the CallStackView. Gitlab: #897 Change-Id: Ice6a0c133e62e1e0c8d7fb99ec2c41234c049b59
-
- Feb 06, 2023
-
-
Amin Bandali authored
Change-Id: Idf38e82631a4e22540aa5dec8ec2db0ab4a38c2e
-
- Sep 19, 2022
-
-
Split TipBox into dynamic components to avoid to load all the things. Show the Customize Tip Box only if necessary Replace backup key page by a tipbox Change-Id: Ie499fb16fe67648bbdd327eb24705a1881d9cea8
-