Skip to content
Snippets Groups Projects
  1. Oct 07, 2022
  2. Oct 06, 2022
  3. Oct 05, 2022
  4. Oct 04, 2022
    • Nicolas Vengeon's avatar
      tooltips: changes on tooltips management · dbd7aa52
      Nicolas Vengeon authored
      -Tips are no longer deleted
      -Tips are shown randomly
      -Custom tooltip and backup tooltip are shown first if needed
      
      Gitlab: #846
      Change-Id: Icadc1dcef23ff7d5783e840d3d1528d399166e24
      dbd7aa52
    • Amin Bandali's avatar
      misc: Set SortFilterProxyModel submodule's branch to 'qt-6'. · d6e7a6b7
      Amin Bandali authored
      * .gitmodules: Set the 'branch' property for the SortFilterProxyModel
      submodule to 'qt-6'.  This is needed because by default git picks
      'master' when the '--remote' option is given for submodule update,
      and our fork of the SortFilterProxyModel repository currently has the
      latest changes only in the 'qt-6' branch.
      
      Change-Id: I3d7797d847324ff4a7268f682b11ec88630931fa
      d6e7a6b7
    • Aline Gondim Santos's avatar
      misc: fix call hold · 3250c029
      Aline Gondim Santos authored
      GitLab: jami-daemon#769
      
      Change-Id: I209215e0f81fe0e810a5cf243f122db9bb7065b6
      3250c029
    • Amin Bandali's avatar
      build: Tweak CMakeLists.txt pkg-config usage for finding avutil. · 7fb102ed
      Amin Bandali authored
      * CMakeLists.txt: Prepend CMAKE_PREFIX_PATH with the location of
      libavutil.pc from daemon's contrib before trying to find libavutil
      using pkg-config, and remove it afterwards.  Further, there is no need
      to link the application executable against libavutil; the application
      only needs its headers (libclient, however, does already link against
      libavutil).
      
      Change-Id: Iffa5af43bfd1bb62bc24cc94dce292f87e9ecb2a
      7fb102ed
    • Amin Bandali's avatar
      build: Fix find_library for contrib avutil on GNU/Linux. · fb94c385
      Amin Bandali authored
      * src/libclient/CMakeLists.txt: Set the right 'hint' path for the call
      to find_library for ffmpeg avutil from daemon's contrib, to match the
      directory name used by daemon's 'contrib/bootstrap' script: the name
      of the directory is the value returned by the C++ compiler (either GNU
      or Clang) when invoked with the '-dumpmachine' option.
      
      Change-Id: I03de150aa941a1e32471e5b4cbe507e5d09787f5
      fb94c385
  5. Sep 30, 2022
  6. Sep 29, 2022
    • Andreas Traczyk's avatar
      avmodel: use synchronous callbacks for DecodingStarted/Stopped · 15e13330
      Andreas Traczyk authored and Adrien Béraud's avatar Adrien Béraud committed
      This is an older issue that has resurfaced where mobile device rotation
      at the beginning of a call cause a frame-copy to a stale buffer because
      the DecodingStarted event is handled asynchronously.
      
      Noticed on Windows but I believe any non-dbus build should have it.
      
      So we make all the connections blocking and adjust some parameters.
      This commit also removes the DecodingStarted handler in CallModel which
      was causing the client's target video frame to be reallocated for each
      account present.
      
      Change-Id: I23ac4e0bd4b446e7a532f0d362f7ecd209d3c790
      GitLab: #536
      15e13330
  7. Sep 28, 2022
  8. Sep 27, 2022
  9. Sep 26, 2022
  10. Sep 23, 2022
  11. Sep 19, 2022
    • Sébastien Blin's avatar
      backupkeypage: transform into TipBox · fe3f8521
      Sébastien Blin authored and Nicolas Vengeon's avatar Nicolas Vengeon committed
      Split TipBox into dynamic components to avoid to load all the things.
      Show the Customize Tip Box only if necessary
      Replace backup key page by a tipbox
      
      Change-Id: Ie499fb16fe67648bbdd327eb24705a1881d9cea8
      fe3f8521
  12. Sep 16, 2022
  13. Sep 15, 2022
  14. Sep 14, 2022
Loading