Skip to content
Snippets Groups Projects
  1. Feb 15, 2024
  2. Feb 13, 2024
    • Andreas Traczyk's avatar
      chat-view: fix loading data transfer items · 3d3b4612
      Andreas Traczyk authored
      - Avoids manually building local file URIs which was causing long load times for conversations on Windows.
      
      - Fixes an issue where missing images were caused by a interaction updates erasing the message bodies.
      
      Change-Id: I4c65f73cf9f46da5a9ae899940cb205cb34ffae2
      3d3b4612
  3. Feb 12, 2024
    • Andreas Traczyk's avatar
      misc: improve logging for the client and libclient projects · 38b7880d
      Andreas Traczyk authored
      - Declares global logging categories for libclient and the app
      - Introduces some macros for categorized logging
      - Removes the noisy namedirectory logs by default
      - Logs file/line number URIs in debug mode
      
      Change-Id: I9dadadc6e93ef91cc70d206b7225aeb7a06f8773
      38b7880d
  4. Feb 08, 2024
  5. Feb 06, 2024
    • Liam Coursodon's avatar
      Qt: migration to 6.6.1 · 24edba9a
      Liam Coursodon authored and Sébastien Blin's avatar Sébastien Blin committed
      This commit makes the necessary changes to migrate from Qt 6.5.3 to
      Qt 6.6.1 and fixes the following issues:
      
      - EditedPopup.qml: "layout polish loop" and "recursive rearrange"
        errors (GitLab: #1510) as well as an unreported bug where text was
        clipped instead of elided
      
      - BaseContextMenu.qml: QML warning ("Created graphical object was not
        placed in the graphics scene.")
      
      The daemon is also bumped in order to include a patch for a build issue
      on openSUSE Leap (GitLab: #1552).
      
      GitLab: #1466
      Change-Id: I12df2f84067ebe961368879e08ff7ef275d93395
      24edba9a
  6. Jan 29, 2024
  7. Jan 19, 2024
    • François-Simon Fauteux-Chapleau's avatar
      tests/qml: fix various issues with the MessageOptions test · 95e36ef8
      François-Simon Fauteux-Chapleau authored and Sébastien Blin's avatar Sébastien Blin committed
      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
      95e36ef8
  8. Jan 04, 2024
  9. Jan 03, 2024
  10. Jan 02, 2024
    • Sébastien Blin's avatar
      messagelist: use history given from daemon (except SIP accounts) · 32b76c8d
      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
      32b76c8d
  11. Dec 28, 2023
  12. Dec 22, 2023
  13. Dec 06, 2023
  14. Dec 01, 2023
  15. Nov 27, 2023
  16. Nov 17, 2023
  17. Nov 16, 2023
  18. Nov 14, 2023
  19. Nov 07, 2023
  20. Nov 01, 2023
  21. Oct 30, 2023
  22. Oct 23, 2023
  23. Sep 18, 2023
  24. Sep 12, 2023
  25. Aug 23, 2023
  26. Aug 21, 2023
  27. Aug 08, 2023
  28. Aug 01, 2023
Loading