- 22 Feb, 2021 1 commit
-
-
Jenkins authored
Change-Id: Icea8e4949a10bfb00f1977b7debe9bbb31866b8a
-
- 15 Feb, 2021 1 commit
-
-
Jenkins authored
Change-Id: Ie1149f678a26741af90addaaa64e6f81af27a7cc
-
- 08 Feb, 2021 1 commit
-
-
Ming Rui Zhang authored
Avoid deleting the frame buffer while it's being accessed by daemon or another DirectRenderer wrapper. Change-Id: I8c905d0fe274c9b546a7b3438b8a0cbddf67f456
-
- 05 Feb, 2021 1 commit
-
-
Sébastien Blin authored
Change-Id: I2b3a116277468e895dd3e7ffcee79897b9b163ff
-
- 02 Feb, 2021 1 commit
-
-
Albert Babí Oller authored
Change-Id: I08c8da13568ac6b01fc648b43b1aa2d869a2b9c1
-
- 01 Feb, 2021 2 commits
-
-
Jenkins authored
Change-Id: I45b40b8a6e89411dd2559c125787c20e936f0e2d
-
Aline Gondim Santos authored
Change-Id: Ida2ce6ff25abc2bc171c5a3f84aae0ba4d8bd627
-
- 26 Jan, 2021 1 commit
-
-
Albert Babí Oller authored
Change-Id: Ie14cd8423e5d8e284a08f66df224ef426fdc00da
-
- 25 Jan, 2021 1 commit
-
-
Sébastien Blin authored
Change-Id: I87701996c8ba4b8d0fd689a7f1a4eee6ac858a13
-
- 18 Jan, 2021 1 commit
-
-
Jenkins authored
Change-Id: Ic150d112d75950f0936a8306b690de9e0e6517f6
-
- 15 Jan, 2021 2 commits
-
-
Pierre Lespagnol authored
Change-Id: Ifefb898c5d57c8e6d21666822bec05195bd276b8
-
Pierre Lespagnol authored
Change-Id: Iaa2074320b8a5c25107bc713597e75a4ca4d4445
-
- 14 Jan, 2021 1 commit
-
-
Sébastien Blin authored
This signal cause performances issues and is unnecessary there Change-Id: I8fdfc5793320cd422b2cdb9b4510f8bf3becf186
-
- 12 Jan, 2021 1 commit
-
-
Kateryna Kostiuk authored
This patch fix compile error: 'value' is unavailable: introduced in macOS 10.14 when building for macOS 10.13 Change-Id: I1825c138d102531460759869426904a7da464a58
-
- 07 Jan, 2021 3 commits
-
-
Andreas Traczyk authored
Provides a STL container proxy class with methods for generating sorted and filtered views of the underlying data similar to qsortfilterproxymodel. This helps to prevent excessive copying and reduces the complexity of the code used to manage conversation list filtering/sorting. The container mutations occur on references and the copy-ctor + copy assignment operators are now deleted for the conversation Info type. Change-Id: I50b01e3c427563d8e32402f97dec79c8dcc865cf
-
Andreas Traczyk authored
getConversationFromUid is frequently called to construct ui elements and should not return a copy of the conversation object. The consumer must now check getConversation* return value against std::nullopt. Change-Id: I3f3738ac057ade818385c96a0745f7284c781826
-
Andreas Traczyk authored
If signals are to be consumed from a queue, then at least one copy is required, and potentially beefy custom types shouldn't be marshalled between threads without good reason. It is more sensible to use conversation Id parameters, as consumers can likely make good use only the Id, and may query for an Info structure at any time if needed. Change-Id: I5151c8ac006857c6510258332647e52ce16821af
-
- 05 Jan, 2021 1 commit
-
-
Ming Rui Zhang authored
Note: it will also prevent potential js template literal Change-Id: I66377fa77bd9381b66b50c0f7b41c16ddd8cb748
-
- 04 Jan, 2021 2 commits
-
-
Jenkins authored
Change-Id: Ifbb0293571f936ff74b19ca8c377d22a4557955b
-
Sébastien Blin authored
Change-Id: I2db8d01449b854ff84447147d93dd9d0312e0a08 GitLab: #452
-
- 30 Dec, 2020 1 commit
-
-
Ming Rui Zhang authored
Change-Id: I0b7bea1bbf0857b54537d2c826b90b702ad81fe4
-
- 28 Dec, 2020 1 commit
-
-
Jenkins authored
Change-Id: Id755bff136c29594d2e7bbc3790d123ffb9fa093
-
- 22 Dec, 2020 1 commit
-
-
Amin Bandali authored
These were reported by Debian's lintian tool. Change-Id: I28ce5e387a3a35ec9df38ce1ceb84f7cfde4e2ad
-
- 21 Dec, 2020 1 commit
-
-
Jenkins authored
Change-Id: Id309bcdd9f7933ae1eff8aab740ada90d0b97141
-
- 19 Dec, 2020 1 commit
-
-
Sébastien Blin authored
Change-Id: I8fec3595083f8e1e52b6bafbe04d473740d02384
-
- 18 Dec, 2020 1 commit
-
-
Jenkins authored
Change-Id: If9cd7169032ccc9e15279fec883d4614cbfe3364
-
- 17 Dec, 2020 3 commits
-
-
Sébastien Blin authored
Change-Id: Ia2addcb9573855cd6a13575c487c411cbb668d81
-
Sébastien Blin authored
Change-Id: Icad61eb2aed45a069491ca51ffe70e204135a135
-
Amin Bandali authored
Change the message input's placeholder from "Type a message" to "Write to {0}", where {0} is the name of the message's recipient. GitLab: #443 Change-Id: I9b849fe4ad8dd42470a998cc4e73d6c9d4ce8a48
-
- 15 Dec, 2020 1 commit
-
-
Albert Babí Oller authored
- check Qt path is set in order to build with a local installation - avoid name "QT_MIN_VER" for the version used to build Change-Id: I9bf81746ac407070a8c7efed503d4d00651f32e5
-
- 14 Dec, 2020 1 commit
-
-
Jenkins authored
Change-Id: I906bf64f02483e60159b93cd014ac33ba7d02126
-
- 11 Dec, 2020 2 commits
-
-
Pierre Lespagnol authored
Change-Id: Ib1cfa461d08755735e05d67eb66d82c267a17909
-
Pierre Lespagnol authored
Change-Id: Ia15bb8dbf9937bc6895a7fcb50367c7c11eebda9
-
- 09 Dec, 2020 1 commit
-
-
Andreas Traczyk authored
Change-Id: I4d60c2c41b4ee693c372409815a33458f2319205
-
- 08 Dec, 2020 1 commit
-
-
Ming Rui Zhang authored
Gitlab: #450 Change-Id: I2e9bd8dbf08f8bc1e7a01e9d16795381f58f054f
-
- 07 Dec, 2020 1 commit
-
-
Sébastien Blin authored
- use configurable color for incoming messages and send file container - use dark-blue for action-buttons (windows) Change-Id: Ib6fe82c44b37aa60bf62032bcf26206f1bdb4eee
-
- 02 Dec, 2020 2 commits
-
-
Ming Rui Zhang authored
Change-Id: Icc7259c9b3962825e9136dfe9babb38b00a1cc55
-
Sébastien Blin authored
Change-Id: I543adcdb1f2d34caf51189fa41650202d2f3e184 GitLab: #448
-
- 23 Nov, 2020 2 commits
-
-
Jenkins authored
Change-Id: Ie75d291b42acde5900a76ec35cbf9acbc5d2c046
-
Amin Bandali authored
Simply set dir="auto" on the input textarea and textual messages, which tells WebKit to do the right thing when encountering bidirectional text. Fixes display of messages in RTL languages like Persian and Arabic. Change-Id: I8742f792022d16e8da08e54f351c0b9462d19cd3
-