- Jun 02, 2023
-
-
Andreas Traczyk authored
Adds a value animation also. Gitlab: #1124 Change-Id: I4c012188033dcbb58797d5b071a1c154c7231c2b
-
Sébastien Blin authored
Change-Id: Ib879e352e9f5d4f494469f987cdaedc3f65b74f7 GitLab: #1129
-
- Jun 01, 2023
-
-
Sébastien Blin authored
Change-Id: I56ad4a55bda8a26931d81d6dbe903c41c65ba345 GitLab: #391
-
Sébastien Blin authored
Change-Id: Ic38b7c322f0ffe9690a11294683d2d605d7f128e GitLab: #1153
-
Andreas Traczyk authored
Gitlab: #1127 Change-Id: I447adb4b9d62eae4d21b6d886dba86f05dbc3fde
-
Andreas Traczyk authored
Simplifies the property `activeRenderers`. Gitlab: #1161 Change-Id: I4d39aaf3b96bba774c2492551f0426ea42446690
-
Andreas Traczyk authored
The end of the lifetime of the FrameObject should be determined by the underlying renderer. Change-Id: I91026764a20a8451d6e71ffa98ee8cbea55272c4
-
Sébastien Blin authored
Change-Id: I6c00b128284e5b86de7905aca9cb548523dfc3b0 GitLab: #1072
-
- May 31, 2023
-
-
Sébastien Blin authored
Change-Id: I11a25c6121171eb4fb99b492cc18c32b085b4aaa GitLab: #1159
-
Sébastien Blin authored
Change-Id: I98bcd5b691cb8642900d1812cfcbcb6da3927c38 GitLab: #1133
-
- May 30, 2023
- May 27, 2023
-
-
Sébastien Blin authored
Even if the luma can change due to Qt.lighter, we should keep the same text color as we have for other messages. Change-Id: Ie1178b673043ee281b382150bb808878fc0aa75c GitLab: #1136
-
Sébastien Blin authored
Change-Id: I2ccacd54479f5915e6032a5f39fdd8e997e759f6 GitLab: #1137
-
Sébastien Blin authored
Change-Id: I947a924a5476ef6e4fe6b759e63cc2fd3bf68162 GitLab: #1139
-
- May 26, 2023
-
-
Sébastien Blin authored
Change-Id: Ibfbb950fbf884b87b46b84f9f0d569e57208e45f GitLab: #1134
-
Gitlab: #1130 Change-Id: Icfe9efc69d69b69fbcc5c2224241f89e0b9ccca9
-
- May 25, 2023
-
-
Aline Gondim Santos authored
GitLab: #1133 Change-Id: If71e23c23974d74345d68469606cb3cc25e78b30
-
Aline Gondim Santos authored
GitLab: #1079 Change-Id: I0ad09d2a8f47de17103500ebb7eb212bda96e37d
-
- May 24, 2023
- 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
-