Skip to content
Snippets Groups Projects
  1. Nov 29, 2022
  2. Nov 25, 2022
  3. Nov 24, 2022
  4. Nov 23, 2022
  5. Nov 22, 2022
  6. Nov 21, 2022
  7. Nov 19, 2022
    • Sébastien Blin's avatar
      swarmdetailspanel: show for 1:1 · 4a429072
      Sébastien Blin authored
      This allow users to set a color, notification preferences and get
      access to all documents in a conversation.
      
      Change-Id: I8fd4a46c0940afa0436f9c5b91188f87a05c5a2d
      4a429072
  8. Nov 18, 2022
  9. Nov 17, 2022
  10. Nov 15, 2022
    • Sébastien Blin's avatar
      misc: fix build without webengine · 9b2dbb64
      Sébastien Blin authored
      Change-Id: I2511cd89e1ce7f60424f69ab6576d7fb992dd58c
      GitLab: #881
      9b2dbb64
    • 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
  11. Nov 14, 2022
  12. Nov 12, 2022
  13. Nov 09, 2022
  14. Nov 08, 2022
  15. Nov 02, 2022
  16. Nov 01, 2022
  17. Oct 31, 2022
  18. Oct 30, 2022
  19. Oct 29, 2022
  20. Oct 27, 2022
  21. Oct 25, 2022
  22. Oct 24, 2022
  23. Oct 21, 2022
    • 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