- Apr 09, 2024
-
-
Andreas Traczyk authored
This commit adds configurable size to the handle, as it will likely be made transparent soon. Gitlab: #1611 Change-Id: I1574089d57b5993b59e29732e6a0c573ef91f606
-
- Feb 22, 2024
-
-
Sébastien Blin authored
Change-Id: I4bb6268547da6549a143da1d64b56f70cdd7dcc7
-
- Feb 21, 2024
-
-
Change-Id: I8e56fc3e0a456bc214baf321e4c9e60b77004d2c GitLab: #1476
-
- Feb 19, 2024
-
-
Sébastien Blin authored
GitLab: #1572 Change-Id: If588d22b80ea2f77b21f2ddd081ba32fdffefc7c
-
François-Simon Fauteux-Chapleau authored
GitLab: #1545 Change-Id: Ie0cdc650a8f1468ed14cb43ccfd223167ddf8b7e
-
- Jan 26, 2024
-
-
Andreas Traczyk authored
Several major changes to the layout have been made. - The chat search bar is moved into the message search layout. - The Searchbar component is stripped of unused features. - Some remaining logic that was used to switch main loader components is removed. - ViewCoordinator.getView gets a "force create" parameter and we no longer preload low-cost views. NOTE: the option to use a frameless window is available within general settings Gitlab: #1524 (Frameless Window) Change-Id: Iec6bdf162cb0335d3ae3d9bd09dd9783991a4a57
-
- Jan 17, 2024
-
-
Andreas Traczyk authored
- introduce a message handler - introduce a logging category for the mainapplication object - demo the filtering Gitlab: #652 Change-Id: Ice1ea380bb330f576a0936e3048eb4c60a06d4e9
-
- Jan 03, 2024
-
-
Sébastien Blin authored
Change-Id: I8d5f968fbedbc884c91416246049a0ef4cd652eb
-
- Jan 02, 2024
-
-
Sébastien Blin authored
With Jami-Daemon >= 14.0.0, the client doesn't need to construct itself the history. This part is now handled by the daemon. This patch uses the new API: + loadConversationMessages->loadConversation + SwarmMessageReceived/SwarmMessageUpdated/ReactionAdded/ReactionRemoved + remove MessageReceived + ConversationLoaded->SwarmLoaded + No need to use loadConversationUntil, the daemon will load whatever the client needs. + No need to clear cache, just reset the body and emit data changes Everything should work like before (even re-translation & changing preview preference) Change-Id: Iaf1fa3e84e8e157ae2d0bec210977f9a34415ebc
-
Moreover, add two accounts (for ChatView testing) Change-Id: Ifb2a45002dd9e86921868257124561764e9b94c5
-
- Nov 27, 2023
-
-
Andreas Traczyk authored
also-misc: Removes SplitPanel state-saving Gitlab: #1370 Change-Id: I71f5c209922ad69fb701e935a03078fb8e5ad2de
-
- Sep 15, 2023
-
-
Change-Id: I09fea85e9fa603481bd2cfe81b15a4d94dcc3ebd Gitlab: #1135
-
- Jul 31, 2023
-
-
Popup take text size according to languagePopup takes size of the text in fonction Edition button are now colored when actif GitLab: #1096 Change-Id: I4ddfe8de267a0e0582dde602aa2ad42f5cf535e8
-
- Jul 13, 2023
-
-
Liam Coursodon authored
Implement new design Add multiline button Use correct color and implement dark theme GitLab: #1096 Change-Id: I5699c81fbc41e50300ca8b32b93ee47cd17ceee1
-
- Jul 07, 2023
-
-
Sébastien Blin authored
Change-Id: I5b4df32352bc1e6e5281a18e16c8da902242bc4f GitLab: #1233
-
- Jun 05, 2023
-
-
Gitlab: #1172 Change-Id: I615caf484ab37b4a783eadc751642eeb7a5553ac
-
- May 12, 2023
-
-
Sébastien Blin authored
remove undefined values causing the focus on the messagebar to be broken Change-Id: I85170ee87d254e0b2764a67b3a0a17fdee535234
-
- 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
-