- 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 14, 2023
-
-
Gitlab: #1059 Change-Id: Ia973ee1f8666bdd8597d6cbb47a87534ac4358c8
-
- Mar 23, 2023
-
-
Andreas Traczyk authored
- Saves (session only) the open state of the swarm details panel - Saves the details index, and falls back when not available Gitlab: #902 Change-Id: I7ad0c53007dac95f4b1984fc1fcf0094ae59a755
-
- Mar 10, 2023
-
-
Andreas Traczyk authored
This commit simplifies the view coordinator and restructures the main view stack to not include a split view. This removes workaround logic for single pane view support that was previously in the view coordinator. The main view is now a stack that may contain both single and dual pane views. The ListSelectionView further specializes DualPaneView to add an index-based or custom selection mechanism. Gitlab: #902 Change-Id: I81c9fe579b95c8d4774c3e491a16d7600323c40c
-
- Mar 01, 2023
-
-
Aline Gondim Santos authored
Change-Id: I0a450ab0a82943bd5e929ccd281784867edebd30 GitLab: #998
-
- Feb 20, 2023
-
-
Sébastien Blin authored
This patch avoid for non-admins to try to re-add kicked members as filtered out from the list. However kicked members are only visible for administrators. Change-Id: Ie01b7071c072d147bbc0f39e477cc24d7fd58b1a
-
Change-Id: Ia458e2e6ee183cad9d0418af0dbbbcd990f14281 GitLab: #918
-
- 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 15, 2023
-
-
Aline Gondim Santos authored
Bug: Go to small size, open swarm details panel (it will take all width) Then go to another conversation => No messages (need to re-click on swarm details panel). Change-Id: I6b2d721e4b3645d60483ff1aca3cff24908cefb4
-
- Feb 06, 2023
-
-
Amin Bandali authored
Change-Id: Idf38e82631a4e22540aa5dec8ec2db0ab4a38c2e
-
- Feb 05, 2023
-
-
Sébastien Blin authored
Change-Id: I6e04c8e01e87f66a9e6da4fb32524f085066a5d0 GitLab: #940
-
- Feb 03, 2023
-
-
Aline Gondim Santos authored
GitLab: #954 Change-Id: I6fe7537b0de7fb904a05159072476003ee835eea
-
- Dec 27, 2022
-
-
- Refactoring - Unpined map - handle multiple maps (one map per account) Change-Id: I2b0abf284ccfe27b986f03915c5942d721403211 Gitlab: #901
-
- Dec 20, 2022
-
-
Sébastien Blin authored
isBlocked doesn't exist, it's isBanned. Also link spfm and webengine to tests (in order to fix tst_ChatViewFooter.qml) Change-Id: Ic4ac0565ba5975213728b16e3e3d5718aa9851b6
-
- Dec 14, 2022
-
-
Change-Id: I83f27e86a6a7ee2140dc3028a4e183dcb8de8a27 GitLab: #875
-
- Dec 06, 2022
-
-
Sébastien Blin authored
Change-Id: I4be91f83fbe3ba7cb3617792c687acb938d3e10a GitLab: #892
-
- Dec 02, 2022
-
-
Sébastien Blin authored
Change-Id: Ib5f207eb730be43a7cc5ebfb7cda2b230054badd
-
Sébastien Blin authored
Pretty all tests are broken, but at least, forcing the CI to build it will force people to check it. Change-Id: I974905a893b6a53ce71890b63a01be6a791ea556
-
- Dec 01, 2022
-
-
Aline Gondim Santos authored
GitLab: #892 Change-Id: Ia62ac144d187e705644742ebaa9b1679c45d2ae0
-
- Nov 30, 2022
-
-
Aline Gondim Santos authored
GitLab: #891 Change-Id: I97afae821dbb8cf20bf676804b8dafb66810bb3c
-
- Nov 23, 2022
-
-
Nicolas Vengeon authored
copyright OpenLayers v7.1.0: ol.css copyright OpenLayers v7.1.0: ol.js GitLab: #867 Change-Id: I4e01f6d9727d56541d1b44023f26959ebe4fbe26 Signed-off-by:
Nicolas Vengeon <nicolas.vengeon@savoirfairelinux.com>
-
- Nov 17, 2022
-
-
Sébastien Blin authored
Show a notification in the conversation like Anroid when the account is disabled or when there is no network connectivity Change-Id: I0f875fd24a2b29b8f7f48746651b156451e1250f
-
Sébastien Blin authored
+ Add call buttons to start a new call + React to events from the swarm + call interactions (Join call/Call ended, etc) + active calls area + Add call management logic in LRC + Feature is enabled via the experimental checkbox jami-daemon#312 Change-Id: I83fd20b5e772097c0792bdc66feec69b0cb0009a
-
- Aug 15, 2022
-
-
Sébastien Blin authored
A signal exists for showing errors to the user to make failing cases more explicit. With this patch, errors detected are displayed to the end user so that they know that an error occured and what kind of error occured. Change-Id: Ib2d4d4fdb171235e0598de0f1c190b8fd0fcc336
-
- Aug 11, 2022
-
-
Sébastien Blin authored
Change-Id: Id7fb985ef3e449dab67463a8e4320b493457341a GitLab: #796
-
- Aug 08, 2022
-
-
Sébastien Blin authored
+ Remove readOnly from conversation's as it was never used and not necessary in multi swarm as you can re-add members anyway so it's never read only. + Makes non swarm conversations just readable. Users can save whatever they want and replace old non migrated conversations to new swarm. Change-Id: I8aa2521bc524b6159d7ba0b613834438e293e09e
-
- Aug 01, 2022
-
-
Sébastien Blin authored
Change-Id: Id9226497f1c3f57ddbe2dbe5a10135b75b24474d
-
- Jul 29, 2022
-
-
This changes many things: + Except the backup page, all pages were re-designed + Heavily modify buttons and line edits with new components style + Update switches themes + Re-work username + Add future components + Update strings + Update PhotoBoothView GitLab: #769 GitLab: #770 GitLab: #766 Change-Id: Ic97d36cf8c86c4242013bf71a524887f7ce56f8f
-
- Jul 21, 2022
-
-
Sébastien Blin authored
Change-Id: Ibe07af6400b4f761951e7b6251646b311f56f1b6
-
- Jul 19, 2022
-
-
Sébastien Blin authored
Change-Id: Ieeb6811101f7c1dadc2b9d07fdac93cc4fe68dd4
-
- Jul 11, 2022
-
-
Sébastien Blin authored
For multiple swarms, the description will be shown from the profile, for core dialogs, the best Id is used. Change-Id: Ieb7d5f143c1a85c4c629a5a8a03850fa1ebddf63
-
- Jul 05, 2022
-
-
Sébastien Blin authored
And do not ban contact when removing conversation. Change-Id: Ia76c76b265dd2a9d7d3cc8e2f869bf74fd3cbe63
-
- Jun 14, 2022
-
-
Sébastien Blin authored
To be displayed in a swarm with multiple participants Change-Id: Ic29cd1b5ec3b6635f2f9ee907094812b38ec7116
-
- Jun 09, 2022
-
-
- radius - spacing username - spacing avatar bubble - added username on top Change-Id: Iaea52d2c6334a64727fc818ef3232623b938d41e Gitlab: #730
-
- May 19, 2022
-
-
Amin Bandali authored
In preparation for vendoring libjamiclient into 'src/libclient/'. GitLab: #734 Change-Id: Ibd956abc8fe9bd454ac0e9a5a28b77a5a74174e7
-
- Apr 05, 2022
-
-
Sébastien Blin authored
+ Finish layout fixing + Clean warning + protect elements + update copyrights GitLab: #476 Change-Id: Ib3270b5d37d63aa99a576d48574b62801df37258
-
- Mar 23, 2022
-
-
Sébastien Blin authored
This allow the swarm details page to be resizable. Also adds the add members list into this view. Presence and filtering for ContactPicker is also fixed. GitLab: #670 Change-Id: I4bf4369eba1d30dff3931575cd8ebd7eb2c7aee0
-
Sébastien Blin authored
GitLab: #340 Change-Id: I03becae1c33be5a6ab10452c6986d7b5abd009e3
-
Sébastien Blin authored
GitLab: #340 Change-Id: I4a4ebfbebb880161e93fc0a086eec13ffb1ba285
-
- Jan 06, 2022
-
-
Amin Bandali authored
Change-Id: I8eb66c1c3cddb3bf73b6784a9876dd9dc9c12481
-