- May 24, 2023
-
-
GitLab: #1083 Change-Id: I210c6c728485a7678817754a0728a07eeb3c3796
-
- May 23, 2023
-
-
Andreas Traczyk authored
Prevents clipping when the panel width is reduced. Also prevents the preview from not having a height. Change-Id: I9e54defb787d1fdf354f5b669ba7699bfc3c701b
-
Andreas Traczyk authored
Gitlab: #938 Change-Id: Ida391e8fb7b21eed08966a00a1ec3d14fb02de73
-
Andreas Traczyk authored
Fix some warnings, and possible some bugs related to bad QObject::connects. Gitlab: #938 Change-Id: Id4ca9a48b929e7c59df8cf20c6df3504c7971b4c
-
Andreas Traczyk authored
Now we can validate vulkan without creating an instance. Gitlab: #938 Change-Id: I9543986b33974083c1aec42128dfe1b924134116
-
Gitlab: #938 Change-Id: I6a84e14c4e95d2c4f2c914f925ad811fd324d92b
-
Change-Id: I6a8646f59496d5f27e775ae46725c2ac21b3d034
-
- May 19, 2023
-
-
Sébastien Blin authored
Change-Id: I391080b2de79414f04c5dd7b00b1d0d0865b3550
-
- May 18, 2023
-
-
Andreas Traczyk authored
Change-Id: I54cd44a3ef388321c411b7c45985aa1808d380c8
-
- May 17, 2023
-
-
Sébastien Blin authored
Change-Id: I1210f5ca8c98d80aea0bcc6f8591aba4a968b07b
-
- May 16, 2023
-
-
Sébastien Blin authored
Change-Id: I695b1c737c4bd08a8352176877f0ec2797a36c24
-
Sébastien Blin authored
Because we moved from markdown to rich text, we should use "<i>" instead of "*" Change-Id: Ie67f1db247534d96a7a5432b193cf327418fd21b
-
Sébastien Blin authored
Change-Id: I5dda5a48b4203d16b949d59689e2bbda4e4cebd4
-
- May 15, 2023
-
-
Sébastien Blin authored
Change-Id: I8bab1ea3560a584074bed9644a2c40ed51009208
-
Introduces MessageParser to encapsulate text treatment for raw text messages. The async parsing sequence is as follows: - Markdown -> HTML (md4c) - link coloration (tidy-html5) - notify UI - request link preview info from PreviewEngine for the first link - Preview engine uses QtNetwork instead of QtWebengine - Linkification is handled by MessageParser instead of linkify.js QtWebengine is no longer required for message parsing. Gitlab: #1033 Gitlab: #855 Change-Id: Ief9b91aa291caf284f08230acaf57976f80fa05b
-
Applies some suggestions based on reviews by vstoiakin regarding concurrent resource access and overall structural simplification. - Create and handoff ownership of QVideoFrames each frame - use QReadWriteLocks when multiple reads are possible instead of QMutex - remove the superfluous layer of unique_ptrs on QVideoFrames which are explicitly shared using QExplicitlySharedDataPointer for their underlying data. This patch is required to prevent crashes when using Qt 6.4 and up. Gitlab: #938 Change-Id: Ia9a9f0310344bcee47dbd88ec622bc3daa2ce6d7
-
Sébastien Blin authored
- moved view layout from appearance to callSettings - changed layoutView from combobox to radio button - removed rectangle on radiobutton for theme - changed typo of appearance - MaterialRadionButton, added icon, color variables, behavior on visibility Change-Id: I3b088297799c9aeede6fd092d80fdf49cd89ced9
-
Sébastien Blin authored
The focus policy was broken and this patch fix also the tests due to an incorrect conversationModel. Change-Id: I9e7f76b0dff80548d3b92296f22bdd7b848ee931
-
- May 12, 2023
-
-
Sébastien Blin authored
Change-Id: I4ff37c5dd109ed51de3946d9a6337273e1812c64
-
Sébastien Blin authored
This avoid some "contact not found" messages if a delegate is checked while changing the account. Change-Id: I05c4affa93a972ac95578507bd8263706e90298b
-
Sébastien Blin authored
Change-Id: Ibabb824b6bf9d751dc1ffdb03b269ab014d8c990 GitLab: #1078
-
Sébastien Blin authored
remove undefined values causing the focus on the messagebar to be broken Change-Id: I85170ee87d254e0b2764a67b3a0a17fdee535234
-
Sébastien Blin authored
Change-Id: Ie3ab68213f9337d5124eda4f989fb23c0e084d64 GitLab: #1027
-
- May 11, 2023
-
-
Aline Gondim Santos authored
Change-Id: I034edd72522badee2adb1ca558518854938b6deb
-
Aline Gondim Santos authored
Change-Id: I65234d22ecd1e3cb3fc6544a449ec8fc1e78aee0 GitLab: #235
-
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
-
Change-Id: Ib319bf5187ed5442d2389b23480860bdfd65c2ba
-
- May 05, 2023
-
-
Sébastien Blin authored
Change-Id: I66f048b1ed96d02fe286dfbcf90473ab677979e4
-
- May 04, 2023
-
-
Sébastien Blin authored
Change-Id: I35e2d1615d89e7d43a26a9bc59860494192dc06f
-
Sébastien Blin authored
Change-Id: I707e96c32d5017dae5d92272e64739efe3c82e05
-
Sébastien Blin authored
if no video device is detected "Preview unavailable" is just useless as there is no video device listed. Change-Id: I071da1e211b16f807ed22f69186a567db054c373 GitLab: #1076
-
Sébastien Blin authored
Change-Id: I033ee8497ad0424b9d106cace7eb796c7ced599b
-
- May 03, 2023
-
-
Sébastien Blin authored
Change-Id: I4f1cb650884fb58e78bdd6490769cfab43211705 GitLab: #1090
-
Sébastien Blin authored
Overload incorrectly managed by Qt 6.5 and we must pass a const ref Change-Id: Ib0a85165b59f6cffd3f01815b803f666623e1b89
-
- May 01, 2023
-
-
Sébastien Blin authored
The search bar should not be shown on a conversation request Change-Id: I31f492c8200cf816021d0b6aa66b248af407a36f
-
- Apr 27, 2023
-
-
Sébastien Blin authored
Change-Id: Id5b85ed470c546c9903772fde82a23153f03bcf4
-
- Apr 26, 2023
-
-
Change-Id: Iceea3bda86ebfcc9c9b5f2b5039187dac9661add
-
Sébastien Blin authored
Else, we may access an invalid index Change-Id: I0ba0ce2c13c9788ce61a487e0bf9117062dc90d5 GitLab: #1081
-
GitLab: #1089 Change-Id: Ia17f68998fb1b71f2cfbe0406a1dfffc283af0c2
-
- add an outline on the item that have the active focus - override only after a tab key press GitLab: #1082 Change-Id: Ib549052e0fa2fe6d781df6980ce662919925c473
-