- Jan 22, 2024
-
-
Change-Id: Ic3980ad9ecfa66ec9767aaa1fb18376f196fd012
-
- Jan 19, 2024
-
-
Sébastien Blin authored
Change-Id: I58fe94e1fdcf068a0cb6d20a3425d7d0098e31f3
-
Change-Id: I45a55c57337029d3357bb1059a6d26a9656fe9b1
-
Sébastien Blin authored
Change-Id: If94c5e1c24d1a90f7a20f29bafc087d26782fe67 GitLab: #1523
-
This commit fixes three issues related to tst_MessageOptions.qml: 1) There was no test to check that the call to createSIPAccount() at the beginning of test_createMessageOptionsPopup() actually succeeded 2) The created account was not deleted at the end of the test 3) The test would occasionally crash due to an uncaught std::out_of_range exception thrown by the AccountModelPimpl::slotAccountDetailsChanged function. I've modified the function to issue a warning instead, which makes it consistent with AccountModelPimpl::slotVolatileAccountDetailsChanged and avoids throwing an exception from a Qt slot (which is considered undefined behavior according to the Qt documentation) Change-Id: I4d939b29f27ee27de673aea7046997ef756fbcee
-
Sébastien Blin authored
Change-Id: Ib694bfb4bc194e7d6b24bf23f52949715e2efa11
-
- Jan 18, 2024
-
-
François-Simon Fauteux-Chapleau authored
Change-Id: Ifbb9516ce8a10b00b6ef7ec92ee38d71b48cb5a9
-
Change-Id: I347fec814027db3c20cc6b36e740fb2bcdead527
-
- Jan 17, 2024
-
-
Andreas Traczyk authored
- introduce a message handler - introduce a logging category for the mainapplication object - demo the filtering Gitlab: #652 Change-Id: Ice1ea380bb330f576a0936e3048eb4c60a06d4e9
-
- Jan 15, 2024
-
-
Sébastien Blin authored
Change-Id: Iddeffd4e2c161ecaf0c9bdb62ed1431d78d0eac5 GitLab: #1493
-
Sébastien Blin authored
Else, seems model is not updated correctly Change-Id: I980a3969b72ebe0d6c702f5fc8c13779603bb8b2 GitLab: #1486
-
GitLab: #1483 Change-Id: Ib8932ec76519c52547a27e29b095fc60b0e46876
-
- Jan 12, 2024
-
-
WebEngine view destruction crashes on Windows 10 when using Vulkan. Disable the preference for now. It will default to D3D11. Gitlab: #1515 Change-Id: I8396163a937b3b439569115887020d49e3a8e751
-
GitLab: #1513 Change-Id: I7f8e6a8f19ddd932d62a0523e8f95b29851567b2
-
Change-Id: Ib7bac91e802351c699c4a7e44a4c197eeca884e5
-
- Jan 11, 2024
- Jan 10, 2024
-
-
Kateryna Kostiuk authored
This patch removes Qt dSYM files because their bundle identifiers are not accepted by the App Store. Change-Id: Ie999b8d273172a3810706fc78286fe0ddc81376d
-
- Jan 08, 2024
- Jan 05, 2024
-
-
François-Simon Fauteux-Chapleau authored
GitLab: #1484 Change-Id: I4f8f577c2039ef4a2fc9e4ed731d540e26563b61
-
- Jan 04, 2024
-
-
Sébastien Blin authored
Change-Id: I61b3773539bf6a0774ea487e4f5aae74bd2bc635
-
- Jan 03, 2024
-
-
Sébastien Blin authored
This avoid a heavy I/O operation on the main pool Change-Id: Ic5068d9d1c291b8f27ffc563933d4920af42e890 GitLab: #1450
-
Change-Id: Iff267600c0802fbadedb58174b5fe65bbd1a443f
-
Sébastien Blin authored
Change-Id: I3113b860a6a89fc4af1d228840026dc0fd078b9b
-
Sébastien Blin authored
Change-Id: I8d5f968fbedbc884c91416246049a0ef4cd652eb
-
Sébastien Blin authored
Change-Id: Ifc5d5f4cb5156d75723aac58e1b34ecb5829c2b7
-
Removes some remaining excess complexity in the way interactions are managed by the client. Removes raw iterator access and provides thread-safe alternatives. Change-Id: I482bf599de869245f96c4aab418127f30508ef41
-
- Jan 02, 2024
-
-
Change-Id: I9c6acd8fe1c34d4ce5b2a172e04eea0f4a1e0148
-
Sébastien Blin authored
With Jami-Daemon >= 14.0.0, the client doesn't need to construct itself the history. This part is now handled by the daemon. This patch uses the new API: + loadConversationMessages->loadConversation + SwarmMessageReceived/SwarmMessageUpdated/ReactionAdded/ReactionRemoved + remove MessageReceived + ConversationLoaded->SwarmLoaded + No need to use loadConversationUntil, the daemon will load whatever the client needs. + No need to clear cache, just reset the body and emit data changes Everything should work like before (even re-translation & changing preview preference) Change-Id: Iaf1fa3e84e8e157ae2d0bec210977f9a34415ebc
-
Sébastien Blin authored
Change-Id: I90ad05ca1bd12e041f60f42fd38bd464b5f8cb51
-
Moreover, add two accounts (for ChatView testing) Change-Id: Ifb2a45002dd9e86921868257124561764e9b94c5
-
Change-Id: Ie1e2495bed08224d6806d0df41124c4b62b7c2e0
-
- Jan 01, 2024
-
-
Jenkins authored
Change-Id: I82cd79eb4ee5c5e5b8eb91b507d99b67975e73e8
-
- Dec 28, 2023
-
-
Change-Id: I2943d91ad077892639a60117046665339e95d8fd
-
GitLab: #1470 Change-Id: I266667d1ffe53b3839dfb3327db01cfda331c71f
-
- Dec 27, 2023