Skip to content
Snippets Groups Projects
  1. Nov 11, 2022
  2. Nov 10, 2022
  3. Nov 09, 2022
  4. Nov 08, 2022
  5. Nov 06, 2022
  6. Nov 03, 2022
  7. Nov 02, 2022
  8. Nov 01, 2022
  9. Oct 31, 2022
  10. Oct 30, 2022
  11. Oct 29, 2022
  12. Oct 27, 2022
  13. Oct 25, 2022
  14. Oct 24, 2022
  15. Oct 21, 2022
    • Kateryna Kostiuk's avatar
      packaging: fix path for macOS · 5aca8896
      Kateryna Kostiuk authored
      Change-Id: Id0aca1fd0d2cc95450c44b48ad0c82360430a6bd
      5aca8896
    • Sébastien Blin's avatar
      conversationmodel: fix loading for some conversations · 1a994173
      Sébastien Blin authored
      If there was too much following merge commits, sometimes the
      conversation was not correctly loaded.
      Moreover, the lastMessageUID was not correctly calculated from
      time to time, leading to empty conversations in the smartlist.
      
      Change-Id: I1224269c5df72936ae51f34211ce3f63dbf606ff
      Unverified
      1a994173
    • Andreas Traczyk's avatar
      chat-view: fix data transfer image size reload loops · 644c841a
      Andreas Traczyk authored and Sébastien Blin's avatar Sébastien Blin committed
      Changing the source size property of the QML Image component causes
      a reload using the new source dimensions. The image loading process
      was triggering reloading that was not recognized as a binding loop.
      
      This commit also corrects the image sizing algorithm to prefer and
      restrict height, which prevents images that are too tall from
      taking up too much vertical space in the chat list view.
      
      GitLab: #857
      Change-Id: I049b1bb8ea4d23a753e7b54de884d9c1eafdf83c
      644c841a
  16. Oct 20, 2022
    • Aline Gondim Santos's avatar
      camera: fix closing · c0315bbc
      Aline Gondim Santos authored
      - camera stays open after call with dbus
      - camera stays open after call to account on same device
      
      Change-Id: I2f2adf37b681009adfced6fe4d02d326b9408866
      GitLab: #858
      c0315bbc
  17. Oct 19, 2022
  18. Oct 18, 2022
  19. Oct 17, 2022
    • Jenkins's avatar
      i18n: automatic bump · 536da22e
      Jenkins authored
      Change-Id: I034a72ca0147a552e1791d497e86dac8551717b8
      536da22e
    • Amin Bandali's avatar
      build: Add daemon submodule and optionally use it. · ca7b1e70
      Amin Bandali authored and Sébastien Blin's avatar Sébastien Blin committed
      This allows invoking cmake with -DWITH_DAEMON_SUBMODULE=true to use
      the daemon header files and library from the submodule.  Note that it
      is currently still necessary to build the daemon separately first,
      either manually or using the build.py convenience script.
      
      The goal is to eventually add support for building the daemon with
      CMake in the future, so that we could add_subdirectory(${DAEMON_DIR})
      in client-qt's CMakeLists.txt and have CMake take care of everything.
      
      Change-Id: I3a16c44837e6c79616b3101fea8a6ff3defa3ab5
      ca7b1e70
    • Amin Bandali's avatar
      build: Simplify FindLibJami.cmake module. · 3f1bc76c
      Amin Bandali authored and Sébastien Blin's avatar Sébastien Blin committed
      * extras/build/cmake/modules/FindLibJami.cmake: find_library's NAMES
      option can take multiple library names.  So, just use that instead of
      multiple almost-duplicate calls to find_library for trying different
      names.
      
      Change-Id: I9ae5d96e1abcb8117ad65b79b3cc27424b4f87d7
      3f1bc76c
Loading