Skip to content
Snippets Groups Projects
  1. Apr 06, 2023
  2. Apr 05, 2023
    • Andreas Traczyk's avatar
      tests: qml: initialize the preview engine · 5566c1a9
      Andreas Traczyk authored
      This was causing invalid connections during test setup. Not having a null preview engine will prevent dereferencing a null pointer once messaging tests are implemented, however, the webengine will not work correctly due to missing resources which may be corrected in a subsequent patch.
      
      This commit also moves .clang-format to the root repo dir so it will apply to the test source code (the test source code should be within the src dir).
      
      Gitlab: #899
      Change-Id: I8cac1fb937a0c60a91219b11ed1e0b5f323b1816
      5566c1a9
    • Andreas Traczyk's avatar
      misc: fix test suite and tooling on Windows · df5b9554
      Andreas Traczyk authored
      - simplifies and fixes the python build script for Windows
      - applies pep8 to the script also
      
      Gitlab: #899
      Change-Id: Ieb3debd08ddf1649a46208fc52362d20c504c1b1
      df5b9554
  3. Apr 04, 2023
  4. Apr 03, 2023
  5. Mar 31, 2023
  6. Mar 30, 2023
  7. Mar 28, 2023
  8. Mar 24, 2023
  9. Mar 23, 2023
  10. Mar 22, 2023
  11. 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
  12. Mar 16, 2023
  13. Mar 15, 2023
  14. Mar 13, 2023
  15. 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
  16. Mar 09, 2023
Loading