- Jan 19, 2024
-
-
Sébastien Blin authored
Change-Id: Ib694bfb4bc194e7d6b24bf23f52949715e2efa11
-
- 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
-
- Dec 18, 2023
-
-
Appstore is refusing the donations-enabled build for now. Change-Id: I16d9cc33ed577298565a5d92e0ee247ee54865a8
-
- Dec 01, 2023
-
-
Change-Id: I7944a40d622ee9092686ce32c99ce94c4be1cdb1
-
- Nov 22, 2023
-
-
Kateryna Kostiuk authored
This reverts commit a4339743. Change-Id: I1a3b663a3f6813ed0481bf4a118330cf5d974424
-
- Nov 28, 2023
-
-
Sébastien Blin authored
Change-Id: Idc8b568234270f897936e60453e22a66d6d8624d
-
- Oct 30, 2023
-
-
Kateryna Kostiuk authored
Change-Id: I359cf1cd538a87f12f0e931b8b2948cf1c721cce
-
It works with a Pimpl which the right pttlistener.cpp depending on the platform you are on (macOs, windows or X11). It is a global PTT which listen to key events during calls. If the global PTT is not supported, a local PTT is set. jami-project#1402 Change-Id: I8399800966c737bb8e8a656ecbb6af7ac7cdde8c
-
- Oct 13, 2023
-
-
Liam Coursodon authored
GitLab: #1334 Change-Id: Ic0e2a4b08db7228e4a4bdab665f53adfa581e16c
-
- Oct 03, 2023
-
-
Gitlab: #1341 Change-Id: Ib4516c6cf2361a4976230a6b056a4c072932a92b
-
- Sep 30, 2023
-
-
GitLab: #1334 Change-Id: I53b23eabab47389b9bea50f54afac28d41741b0b
-
- Sep 20, 2023
-
-
Sébastien Blin authored
Change-Id: I507ec00f9d94ae9cec5f63ca948bca1f9cdd82b3
-
- Aug 01, 2023
-
-
Change-Id: I57ebec72c1cb6e2f245af011def82f880bc9573f
-
- Jul 13, 2023
-
-
Liam Coursodon authored
Implement new design Add multiline button Use correct color and implement dark theme GitLab: #1096 Change-Id: I5699c81fbc41e50300ca8b32b93ee47cd17ceee1
-
- Jun 01, 2023
-
-
Sébastien Blin authored
Change-Id: I56ad4a55bda8a26931d81d6dbe903c41c65ba345 GitLab: #391
-
- Apr 21, 2023
-
-
GitLab: #1067 Change-Id: Ia80f85c678cb202d8e91cb3efe83d9ea82c40ae6
-
- Apr 07, 2023
-
-
Change-Id: I03f536a22eb24c30a33f9d1736ac0e7849d66c42
-
- Apr 04, 2023
-
-
Sébastien Blin authored
And set default to true Change-Id: Idc871c5d0497bc4d7e5c137795e9165ca987274d GitLab: #1039
-
- Mar 15, 2023
-
-
In conference, this patch depends on using local sinks ids to avoid mirroring video from sharing resources. GitLab: jami-client-gnome#1284 Change-Id: I0c74f0780ebf17c68ffcffdca62eb33784189741
-
- 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
-
- Feb 20, 2023
-
-
Change-Id: Ia94e47c26ded5f3d7271c1d81253eca6d67001dd
-
- Feb 06, 2023
-
-
Amin Bandali authored
Change-Id: Idf38e82631a4e22540aa5dec8ec2db0ab4a38c2e
-
- Jan 31, 2023
-
-
Change-Id: I790f10542aed306a7416a4ce79f2eaf7a770135a Gitlab: #698
-
- Dec 27, 2022
-
-
- Refactoring - Unpined map - handle multiple maps (one map per account) Change-Id: I2b0abf284ccfe27b986f03915c5942d721403211 Gitlab: #901
-
- Dec 06, 2022
-
-
Aline Gondim Santos authored
Use registry "HKEY_CURRENT_USER/Software/Microsoft/Windows/CurrentVersion /Themes/Personalize/AppsUseLightTheme" to check if system theme is supported and if it is dark or light. Removes "EnableDarkTheme" in favor of "AppTheme". Requires Windows SDK version 10.0.18362.0 to build with system theme support. Note: This does not watch for changes in system theme in runtime as the support for it requires Windows Runtime version 10.0.10240.0. GitLab: #723 Change-Id: Ice8f7936a90535f47dc1870d4f18215e062684ba
-
- Nov 17, 2022
-
-
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
-
- Nov 14, 2022
-
-
Sébastien Blin authored
+ Rename to "Hide spectators" + Hide if audio + video are disabled and not hand raised Change-Id: I08e18731c28ceaa8222806ea6223e35d7af445a2 GitLab: #822
-
- Nov 08, 2022
-
-
Sébastien Blin authored
Change-Id: Id5700e08e7966121ec182786d25b9645b7f6fd75
-
- Oct 24, 2022
-
-
Sébastien Blin authored
+ Remove "Accept files from unknown senders" because since swarm we can't get files from non contacts are the conversation is not cloned, and non swarm files are ignored + Rename "ignore the swarm" to "Mute conversation" as ignore is unclear Change-Id: Ifced8f8efe841e2345d50530ee313e6b95b35920
-
- Oct 04, 2022
-
-
Nicolas Vengeon authored
-Tips are no longer deleted -Tips are shown randomly -Custom tooltip and backup tooltip are shown first if needed Gitlab: #846 Change-Id: Icadc1dcef23ff7d5783e840d3d1528d399166e24
-
- Aug 30, 2022
-
-
Sébastien Blin authored
Use 'color-scheme' from gsettings if available to check if dark theme is preferred. Otherwise, fall back on theme name from 'gtk-theme'. The default is to follow the system theme (if supported), and 'EnableDarkTheme' would be unused. 'AppTheme' can currently have one of three values: 'System', 'Dark', 'Light'. Change-Id: I8008c8fe0f4750c97e71838fff0031f80b685f5e GitLab: #723
-
- Aug 11, 2022
-
-
Aline Gondim Santos authored
GitLab: #729 Change-Id: Ib444fdf5515f9242bbe627d695d05fafb16214d6
-
Aline Gondim Santos authored
GitLab: #729 Change-Id: I59ec525d181ec1d6655a0e9889728bd6b9128721
-
Aline Gondim Santos authored
GitLab: #729 Change-Id: Ice67d8649c1ad2a92eba7c02cebc446eac5ac90e
-
- Jul 30, 2022
-
-
Sébastien Blin authored
GitLab: #767 Change-Id: Ia2ae77e8e9d3d5abe560ced0a84d828057824845
-
- Jul 18, 2022
-
-
Sébastien Blin authored
Change-Id: Ide7294a97df683cd67ee93f72f1f11b9f4e6dc29 GitLab: #512
-
- May 19, 2022
-
-
Amin Bandali authored
In preparation for vendoring libjamiclient into 'src/libclient/'. GitLab: #734 Change-Id: Ibd956abc8fe9bd454ac0e9a5a28b77a5a74174e7
-
- Mar 23, 2022
-
-
Sébastien Blin authored
Change-Id: Ied9e8d59fe9dff08ffbc10d2c723b8998d8469f1 GitLab: #670
-
- Feb 01, 2022
-
-
Sébastien Blin authored
Move installTranslator into the settings manager and add a settings in the SystemSettings to be able to dynamically change the language of jami-qt. jami-project#1342 Change-Id: I4f720fa50d5e313356dbdf1b8acb4e98d74401e4
-