Skip to content
Snippets Groups Projects
  1. Aug 02, 2024
  2. May 30, 2024
  3. May 29, 2024
  4. Apr 30, 2024
  5. Apr 19, 2024
    • François-Simon Fauteux-Chapleau's avatar
      snap: build PipeWire from source · 04c71d02
      François-Simon Fauteux-Chapleau authored
      This is necessary because we use the core20 base snap, which is built
      from Ubuntu 20.04 and therefore doesn't have a recent enough version of
      PipeWire available by default.
      
      Change-Id: Id039ec446f4b3f0e89b9ec27f37f81cfd6b3587e
      04c71d02
  6. Apr 16, 2024
  7. Apr 11, 2024
    • Alessandro Astone's avatar
      rpm: Exclude vendored libraries from the list of provides · 92341b27
      Alessandro Astone authored and Sébastien Blin's avatar Sébastien Blin committed
      The RPM automatic dependency generator adds provides for all
      libraries under %{_libdir}. When vendoring libraries you must disable
      this behaviour, otherwise other packages that link against Qt will
      not pull in the distro qt packages if jami-libqt is already installed
      
      Change-Id: I3f0a018ea12be7f29d04ca4441cbfdebc2efb909
      92341b27
  8. Apr 07, 2024
  9. Mar 22, 2024
  10. Mar 04, 2024
    • Andreas Traczyk's avatar
      QWK: enforce a min Qt version of 6.6.2 on Windows · 1ef9a851
      Andreas Traczyk authored and Sébastien Blin's avatar Sébastien Blin committed
      This will prevent a graphical issue present when disabling QWINDOWKIT_ENABLE_WINDOWS_SYSTEM_BORDERS to avoid the Windows 10 top border issue for the frameless window option. This allows us to remove the temp workaround that likely introduces side effects.
      
      Gitlab: #1581
      Change-Id: I36801064d31e2380312d73f88233e8ed9b757403
      1ef9a851
  11. Feb 19, 2024
  12. Feb 13, 2024
  13. Feb 09, 2024
  14. 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
  15. Jan 31, 2024
  16. Jan 26, 2024
    • Andreas Traczyk's avatar
      misc: implement frameless window · 35482fa9
      Andreas Traczyk authored
      Several major changes to the layout have been made.
      - The chat search bar is moved into the message search layout.
      - The Searchbar component is stripped of unused features.
      - Some remaining logic that was used to switch main loader components is removed.
      - ViewCoordinator.getView gets a "force create" parameter and we no longer preload low-cost views.
      
      NOTE: the option to use a frameless window is available within general settings
      
      Gitlab: #1524 (Frameless Window)
      Change-Id: Iec6bdf162cb0335d3ae3d9bd09dd9783991a4a57
  17. Jan 10, 2024
    • Kateryna Kostiuk's avatar
      macOS: remove QT dSYM files · 677ebe32
      Kateryna Kostiuk authored
      This patch removes Qt dSYM files because their bundle identifiers
      are not accepted by the App Store.
      
      Change-Id: Ie999b8d273172a3810706fc78286fe0ddc81376d
      677ebe32
  18. Jan 03, 2024
  19. Jan 02, 2024
  20. Dec 22, 2023
  21. Dec 04, 2023
  22. Dec 01, 2023
  23. Nov 29, 2023
  24. Nov 27, 2023
  25. Nov 14, 2023
  26. Nov 07, 2023
  27. Nov 03, 2023
  28. Nov 02, 2023
  29. Oct 30, 2023
  30. Oct 20, 2023
Loading