Skip to content
Snippets Groups Projects
  1. Nov 15, 2022
    • Andreas Traczyk's avatar
      misc: regenerate qml.qrc at configure time · 9e4f5a19
      Andreas Traczyk authored and Sébastien Blin's avatar Sébastien Blin committed
      Our qml.qrc is:
      - commonly in conflict and prone to erroneous conflict resolution
      - platform dependant (generation is used anyway for removing
        webengine dependant resources)
      - a poorly maintained hodge-podge with resources in subdirectories
        that aren't grouped
      - requires alteration when moving resources (if not done correctly,
        without tests, results in uncaught runtime failures)
      
      This patch uses a python script at configure time to generate the
      qml.qrc resource file, and removes it from versioning.
      
      GitLab: #749
      Change-Id: Ia2b81bb5b2c29d0bf6f5a5302e76795864e93e40
      9e4f5a19
    • Andreas Traczyk's avatar
      misc: clean image resource generation python script · a230365a
      Andreas Traczyk authored and Sébastien Blin's avatar Sébastien Blin committed
      Conform to PEP8 and Qt6/QML (remove QtQuick module version).
      
      GitLab: #749
      Change-Id: Ibccc8023e6f622f039bcdb470f3cade34cc2be9e
      a230365a
  2. Nov 14, 2022
    • Jenkins's avatar
      i18n: automatic bump · eb543c34
      Jenkins authored
      Change-Id: I69391eb6df08bf1727b15802832ddd7ad07e3c3d
      eb543c34
    • Sébastien Blin's avatar
      misc: change "hide audio-only behavior" · f8ff14f2
      Sébastien Blin authored
      + Rename to "Hide spectators"
      + Hide if audio + video are disabled and not hand raised
      
      Change-Id: I08e18731c28ceaa8222806ea6223e35d7af445a2
      GitLab: #822
      f8ff14f2
    • Maxim Cournoyer's avatar
      Move xcb include/link directives from jami to libclient. · e2ce5c4d
      Maxim Cournoyer authored and Sébastien Blin's avatar Sébastien Blin committed
      Relates to <#882>.
      
      This problem was discovered when attempting to build the test suite:
      
         ld: ../src/libclient/liblibjamiclient.a(avmodel.cpp.o): undefined
         reference to symbol 'xcb_get_setup'
      
      * CMakeLists.txt: [!(APPLE or MSVC] Move xcb includes and link directives to...
      * src/libclient/CMakeLists.txt [!(APPLE or MSVC]: ... here.
      
      Change-Id: If9b6653e157081300caad8f13cafe4979a49630b
      e2ce5c4d
  3. Nov 12, 2022
  4. Nov 11, 2022
  5. Nov 10, 2022
  6. Nov 09, 2022
  7. Nov 08, 2022
  8. Nov 06, 2022
  9. Nov 03, 2022
  10. Nov 02, 2022
  11. Nov 01, 2022
  12. Oct 31, 2022
  13. Oct 30, 2022
  14. Oct 29, 2022
  15. Oct 27, 2022
  16. Oct 25, 2022
  17. Oct 24, 2022
  18. 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
Loading