- Feb 02, 2023
-
-
Change-Id: I6ef8069de9012e235fe6f8907b9d2bb94a44cd40 GitLab: #634
-
- Feb 01, 2023
-
-
Change-Id: Ie1708ae4be049206fb8337db1211b7844e45726f
-
- Jan 25, 2023
-
-
Aline Gondim Santos authored
This reverts commit ab8c3645. Reason for revert: It breaks the sharing functionality in windows Change-Id: Ia031bec6d82462115e3086ab9300b3aef99d9bab
-
GitLab: #634 Change-Id: I4c95622297e52d4b7fb5ea42426353a3b3579186
-
- Jan 18, 2023
-
-
If a window changes its name, we should share the parent process windows. This can happen with chrome, visual studio code and file explorer for example. + Fixes non opening SelectScreen window when Jami language changes. Change-Id: Ib16992dde08e6a9fa191c9fb1cbc4efd304efe6d
-
- Jan 09, 2023
-
-
Aline Gondim Santos authored
GitLab: jami-project#1294 GitLab: #481 Change-Id: Iafdb542d37f9a1d59b35d83ba779c1c2f2f0ca0f
-
- Oct 20, 2022
-
-
Aline Gondim Santos authored
- camera stays open after call with dbus - camera stays open after call to account on same device Change-Id: I2f2adf37b681009adfced6fe4d02d326b9408866 GitLab: #858
-
- Aug 03, 2022
-
-
Turn automatically a button into a button with an automiatic key accelerator (which is Alt+ first letter of the text) Change-Id: Idf118673423e8e3125864c67124f194de0220a69 GitLab: #780
-
- 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 25, 2022
-
-
Change-Id: I07213da84e6b7841fbd9873819d95843381ccdca
-
- May 19, 2022
-
-
Amin Bandali authored
In preparation for vendoring libjamiclient into 'src/libclient/'. GitLab: #734 Change-Id: Ibd956abc8fe9bd454ac0e9a5a28b77a5a74174e7
-
- Mar 17, 2022
-
-
Aline Gondim Santos authored
Set a maximum size for Jami secondary windows/popups. Change-Id: Ie03c48c58e6f08662fe4a51bacbd2c02a500012c GitLab: #691
-
THis will force the selection screen to be on front of the main Jami window. GitLab: #696 Change-Id: I79746ebcac0bfc38a0c2989d00e3be0e33d5dd92
-
- Mar 08, 2022
-
-
Removes the rendermanager and framewrapper objects along with any QQuickPaintedItem-based QML render widget classes. This simplifies the video widget stack implementation. The new mechanism uses the VideoOutput component of QtMultimedia. By accessing the VideoOutput's QVideoSink object, we update the mapped buffer data of a sink's QVideoFrame when new frames are published. Updates to frames and component sink subscriptions are managed by a new class called VideoProvider. Gitlab: #500 Also #536 Change-Id: I2391a32294922ea435ab80ac1f876c004ff6c21e
-
- Feb 23, 2022
-
-
Aline Gondim Santos authored
GitLab: #668 Change-Id: I72e84b8accd29d59a8785c3f464db3c40edaa4b4
-
- Feb 08, 2022
-
-
This fixes the screen used by selectscreencreation to set the window position. Change-Id: I805027ee84cd439e9801496025e0cae070153a32 GitLab: #656
-
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
-
- Jan 06, 2022
-
-
Amin Bandali authored
Change-Id: I8eb66c1c3cddb3bf73b6784a9876dd9dc9c12481
-
- Dec 22, 2021
-
-
Sébastien Blin authored
GitLab: #601 Change-Id: Ie8afca9f1eaacb36c73d5ac32d975ad448e23742
-
- Dec 21, 2021
-
-
Remove unsupported QtQuick One component and it will be added back in the following patches Change-Id: Iad206a880096cf956a4220a81dca85a993721fbd
-
- Dec 07, 2021
-
-
Sébastien Blin authored
Change-Id: Ic3ac47d20e21c31a37fe0c69e5ad5ac9ba2f2575 GitLab: #611
-
- Dec 01, 2021
-
-
GitLab: jami-project#1294 Change-Id: I6dfaea6c65323d072536518f3ac7abc426d33efd
-
- Aug 23, 2021
-
-
Andreas Traczyk authored
Change-Id: Ia80632cf2e217e8dd6844a6a8c0d0d8c0f6e1baf
-
Andreas Traczyk authored
Change-Id: Ia344d9f57a216f2d27ef40153af2d6bd787bfb77
-
Andreas Traczyk authored
Change-Id: I6e912c7a3dbba63f874b063770ba5c68a3f2de2f
-
- Aug 12, 2021
-
-
Andreas Traczyk authored
A button component should have implicit dimensions based on it's content item. This patch provides implicit dimensioning around the content item so that non-fixed size buttons can be made by not specifying the preferredWidth property. Change-Id: Idc30eb1d9a33d8dd4b416e1060b45593b4fc4cba
-
- Mar 25, 2021
-
-
Ming Rui Zhang authored
The main reason for this change is to remove the misusage of QQuick one in ElidedTextLabel and useless QQuick one module import Change-Id: Ie296c0f7a90c6ec26ab85bcf3d8b75393463fbed
-
- Mar 22, 2021
-
-
Ming Rui Zhang authored
GitLab: #337 Change-Id: Ifb671d38d364714818650a8154c43a5787460039
-
- Dec 14, 2020
-
-
- avoid using screen number as display number on Linux - support for area selection over multiple screens on Linux - make getFrame null safe - make video-full-screen mode show in the correct screen - add the option of "share all screens" - use x11 api for unix system for sharing screen areas Gitlab: #160 Change-Id: Ibe47a4150b6a213950a0533d85e8cd7d5d159482
-
- Dec 07, 2020
-
-
Change-Id: Ief728a8bd36f6c29a906686988b28b0640b2065c
-
GitLab: #160 Change-Id: I7bbec2649ca118b325d713d1a6ba36b6c00872ff
-
- Oct 23, 2020
-
-
- QML headers revision - networkmanager: use of deprecated QNetworkReply::error instead of errorOcurred Gitlab: #127 Change-Id: I74f4fd01a0bf34f7a2cb4ae21e3ce611839846f5
-
- Oct 08, 2020
-
-
Andreas Traczyk authored
- provides a base component for rendering scaled svg images - simplifies the normal/hovered/pressed state transitions - uses color overlay to factor out image source changes for checked states - fixes sizing inconsistencies and visual bugs - removes manual background color changes and minimizes the use of MouseArea components - removes the unused HoverableGradienButton component Gitlab: #14 Change-Id: I06357d3cc6d8d04d9d1f062753dc39223a64d4f6
-
- Sep 29, 2020
-
-
Ming Rui Zhang authored
Gitlab: #81 Change-Id: Iadae667ec883bf8044c3b72582087bcaacd8c78c
-
- Sep 15, 2020
- Sep 10, 2020
-
-
Correct Layout and Anchors emplacement Erase inutile code Fix binding loop warnings Replace magic numbers by JamiTheme values Remove multiline comments from qml files Change-Id: Icdde094750ccc39fa3b3c9fb9368f8609eb8981d Gitlab: #5
-
- Aug 03, 2020
-
-
Sébastien Blin authored
Change-Id: I32bfdd2a618aa7ac6181da2697e241667b010aab
-