Skip to content
Snippets Groups Projects
  1. Mar 23, 2023
  2. Mar 22, 2023
  3. Mar 20, 2023
    • Amin Bandali's avatar
      cmake: Tweak RPATH to fix linking libjami for local installs. · 28bb42e5
      Amin Bandali authored and Maxim Cournoyer's avatar Maxim Cournoyer committed
      * CMakeLists.txt: Tweak the setting of the runtime path (RPATH) to add
      the 'lib' directory for local (non-system-wide) installs, to fix the
      newly-surfaced issue with linking libjami for local installs.
      
      Without this, the executable would be linked against the libjami
      shared library from daemon/src/.libs for the install RPATH as well,
      which for some reason as of recently gets omitted from the install
      RPATH after 'make install', resulting in an error like the following
      when trying to launch jami:
      
      ./install/bin/jami: error while loading shared libraries: libjami.so.0: cannot open shared object file: No such file or directory
      
      Change-Id: If7e172b54728c72ae649fcf936a767b5d9c99488
      Unverified
      28bb42e5
  4. Mar 16, 2023
  5. Mar 15, 2023
  6. Mar 13, 2023
  7. Mar 10, 2023
    • Andreas Traczyk's avatar
      misc: save split view states · 9ff32433
      Andreas Traczyk authored
      This commit simplifies the view coordinator and restructures the main view stack to not include a split view.
      
      This removes workaround logic for single pane view support that was previously in the view coordinator.
      
      The main view is now a stack that may contain both single and dual pane views.
      
      The ListSelectionView further specializes DualPaneView to add an index-based or custom selection mechanism.
      
      Gitlab: #902
      Change-Id: I81c9fe579b95c8d4774c3e491a16d7600323c40c
      9ff32433
    • Franck Laurent's avatar
      wizardview: Redesign the wizardview · f5f5ae13
      Franck Laurent authored and Sébastien Blin's avatar Sébastien Blin committed
      + back button,
      + material button,
      + welcome page,
      + advanced account settings page
      + margins in all wizardview pages
      
      GitLab: #995
      
      Change-Id: I2cf49b654afa814bbac35cff94d8323fa0d016e8
      f5f5ae13
    • Franck Laurent's avatar
      CallMessageDelegate: fix missed call bubble color · 911a9af0
      Franck Laurent authored
      Change-Id: Ib445cd2b4071b859e877b5192612c46517b475e7
      911a9af0
  8. Mar 09, 2023
  9. Mar 08, 2023
  10. Mar 07, 2023
  11. Mar 06, 2023
Loading