Skip to content
Snippets Groups Projects
  1. May 15, 2023
    • Vladimir Stoiakin's avatar
      videoprovider: cleanup synchronization with the scene graph renderer · 9b876c19
      Vladimir Stoiakin authored and Sébastien Blin's avatar Sébastien Blin committed
      Applies some suggestions based on reviews by vstoiakin regarding concurrent resource access and overall structural simplification.
      - Create and handoff ownership of QVideoFrames each frame
      - use QReadWriteLocks when multiple reads are possible instead of QMutex
      - remove the superfluous layer of unique_ptrs on QVideoFrames which are explicitly shared using QExplicitlySharedDataPointer for their underlying data.
      
      This patch is required to prevent crashes when using Qt 6.4 and up.
      
      Gitlab: #938
      Change-Id: Ia9a9f0310344bcee47dbd88ec622bc3daa2ce6d7
      9b876c19
    • Sébastien Blin's avatar
      packaging: migrate from Qt 6.2.3 to 6.4.3 · 4d2c5534
      Sébastien Blin authored
      Python2 is removed from Debian stable/unstable and
      latest Ubuntu. So, we need to use a newest version of
      Qt (here Qt 6.4.3).
      
      Change-Id: I6c8b1eee644aab787d54e467f64011762ffd7548
      4d2c5534
    • Sébastien Blin's avatar
      SettingsPage: update design · 2c97fea1
      Sébastien Blin authored
      - moved view layout from appearance to callSettings
      - changed layoutView from combobox to radio button
      - removed rectangle on radiobutton for theme
      - changed typo of appearance
      - MaterialRadionButton, added icon, color variables, behavior on visibility
      
      Change-Id: I3b088297799c9aeede6fd092d80fdf49cd89ced9
      2c97fea1
    • Sébastien Blin's avatar
      recordbox: fix focus policy on record box · 73419e41
      Sébastien Blin authored
      The focus policy was broken and this patch fix also the tests
      due to an incorrect conversationModel.
      
      Change-Id: I9e7f76b0dff80548d3b92296f22bdd7b848ee931
      73419e41
  2. May 12, 2023
  3. May 11, 2023
  4. May 09, 2023
  5. May 08, 2023
  6. May 05, 2023
  7. May 04, 2023
  8. May 03, 2023
  9. May 01, 2023
  10. Apr 27, 2023
  11. Apr 26, 2023
  12. Apr 24, 2023
    • Jenkins's avatar
      i18n: automatic bump · eb80660a
      Jenkins authored
      Change-Id: Ia78407c700d81d92d96a04580ad7c5fbc8df16a5
      eb80660a
    • Maxim Cournoyer's avatar
      build.py: Really run in GDB when using --debug. · 80c81ed2
      Maxim Cournoyer authored
      The usage (--help) says: "Build with debug support; run in GDB", but
      GDB was only used when using the D-Bus daemon.  Run a libwrap built
      Jami with GDB as well.
      
      * build.py (run_run): Disable SIGINT when using GDB, and invoke the
      Jami client with GDB.  Disable output redirection to logs when using GDB.
      
      Change-Id: Icf3415a3d1fbb87f193d0ede07cb1e1fbb179ce2
      80c81ed2
Loading