Skip to content
Snippets Groups Projects
  1. Feb 22, 2024
  2. Feb 21, 2024
  3. Feb 20, 2024
  4. Feb 19, 2024
  5. Feb 16, 2024
  6. Feb 15, 2024
  7. 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
  8. 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
  9. Feb 08, 2024
  10. Feb 07, 2024
  11. Feb 06, 2024
    • Andreas Traczyk's avatar
      conversationsadapter: clear source models when removing account · f67a181e
      Andreas Traczyk authored
      If we detect that the current account has been deleted, remove the proxy model source models immediately.
      
      Gitlab: #1557
      Change-Id: Iaf84198438b54e44d31a46870acdfa9569be6daa
      f67a181e
    • 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
Loading