- May 10, 2022
-
-
Andreas Traczyk authored
This was broken in commit 3f88ceda, as the webchannel js object can not be used to invoke Qt signal methods directly. Wrapping with an emitter method is required. Change-Id: I8633a5693105efd928fb68f227fdf75c161371fe Gitlab: #735
-
- Apr 06, 2022
-
-
Change-Id: Id12e94f120b07c57abdd171dad05aa9e518c4083
-
- Mar 23, 2022
-
-
Sébastien Blin authored
In the members list, a right click allow the user to access some actions such as: + Perform a video or audio call with a member + Open a 1:1 conversation with this member + Block this contact + If allowed, kick a member from the conversation In the future, other actions can be added, such as promote a user to administrator. GitLab: #340 Change-Id: I3824ad4efa8faf89479e99c93b98d3dd9781582d
-
Sébastien Blin authored
GitLab: #340 Change-Id: I4a4ebfbebb880161e93fc0a086eec13ffb1ba285
-
Sébastien Blin authored
GitLab: #340 Change-Id: I72534e9e3599b70cdf0f91aa81be7636499715b8
-
- Mar 18, 2022
-
-
Kateryna Kostiuk authored
Change-Id: I27de95a89782937125e6620135c1c1406167e777
-
- Feb 09, 2022
-
-
With hardened runtime app crashes in sws_scale when converting pixel formats. Unsigned executable memory entitlement fix the crash. Change-Id: Ia6e8cd0b1ff9537343991f730d0ed63384d17c2d
-
- Feb 08, 2022
-
-
Aline Gondim Santos authored
This adds a windows sharing button in addition to the sharing options. This button is only available for linux systems and must be enabled for others (MacOS, Windows) once their windows sharing are functional. Change-Id: If378a23bc504fd3813382e84a41d914448707616 GitLab: #668
-
- Feb 03, 2022
-
-
- add sparkle submodule - add an option to enable sparkle - modify entitlements - cleanup Info.plist Gitlab: #578 Change-Id: I7f562112a72a33e008ab316479fbaa68dc0e07f1
-
- Feb 01, 2022
-
-
Sébastien Blin authored
Change-Id: Iac105da82fa010fbf19775bebee23b04480ba47f GitLab: #546
-
- Dec 22, 2021
-
-
Kateryna Kostiuk authored
- prepare app for distribution - add notarization Change-Id: I105e084292423fdd8c6b2d56f5e62a081defde99
-
- Nov 15, 2021
-
-
Ming Rui Zhang authored
https://docs.microsoft.com/en-us/windows/win32/uxguide/vis-icons?redirectedfrom=MSDN According to the doc, ico files need to contain multiple sizes of bmp to support different types of Windows view. This patch will also remove the weird border around the icon. Gitlab: #595 Change-Id: I1fed5cc83c447ec47dc9982ebc58a18ae978d758
-
- Nov 11, 2021
-
-
Aline Gondim Santos authored
+ microphone + share full screen + share screen area + share file Change-Id: I5395097ff9f4eead173303594d2916f5b2e1d4d9 GitLab: #592
-
- Nov 01, 2021
-
-
GitLab: jami-project#855 Change-Id: Ic76b717fb70f5c8aec332f92ed38ecb57fbaaa16
-
- Oct 27, 2021
-
-
Sébastien Blin authored
Change-Id: I3c9813e41f6c857d096d9d685d5902d3c4c361cd
-
- Oct 07, 2021
-
-
Ming Rui Zhang authored
Gitlab: #551 Change-Id: Iea2d90248a8c16cf96d9e97f72bdf98e0f6f13a0
-
- Oct 06, 2021
-
-
+ fix multiline richtext + add SBS msg bubbles + limit timestamp visibility + render link previews + render data transfer interactions Gitlab: #467 Change-Id: I80b6db33d786180d479730213855b9816bea4793
-
Introduces a primitive QML ListView based chat view lacking features present in the previous web chat view, that will be added in subsequent commits(styling, preview/media/link/file-transfer message type support, etc.). Gitlab: #467 Change-Id: Iedc40f6172a6cdacc48cda6f4187053fbf226713
-
- Aug 02, 2021
-
-
Andreas Traczyk authored
Read-only conversation has: - a lock icon in the smartlist item - no message send bar in the chat view - no call actions available from the chat view header - no call actions available from the smartlist context menu - no double click to call Change-Id: I0497b94038b450f0a0a22fc007de1281b7b2214d Gitlab: #475
-
- Jul 27, 2021
-
-
Andreas Traczyk authored
Gitlab: #477 Change-Id: Ie8be0721017f18de656874a0b82cc8d5a97276fa
-
- Jul 21, 2021
-
-
Andreas Traczyk authored
gen-resources.py should be used to generate resources.qrc and JamiResources.qml. Steps to add an image resource: - add the resource file to the appropriate path under resources/ - run gen-resources.py - use the newly available resource Note: only icons and images will be represented by Qml properties. The resource file generation may be made to run during CMake configuration in a subsequent commit. Some unused components were also removed during the refactor. Gitlab: #477 Change-Id: I8e7f13d465031666be2bbadd5f29f9afc94d210d
-