Skip to content
Snippets Groups Projects
  1. Feb 12, 2021
    • Amin Bandali's avatar
      autostart: revision for snap packaging · e93854e1
      Amin Bandali authored
      
      Adjust JAMI_DATA_PATH (and in turn JAMI_DATA_DIR) for snap after any
      cmake 'install' command definitions that refer to it, so that the
      version compiled into the package using target_compile_definitions
      will have the right value for our snap package.  With this particular
      configuration, we don't have to check for JAMI_DATA_DIR during runtime
      since it will have the right value set at build time, and the path it
      points to (/snap/jami/current/...) is actually stable across updates,
      so we don't have to worry about correcting the autostart desktop file
      symlink after each upgrade.
      
      Note: as the comments in CMakeLists.txt mention, it is crucial that
      JAMI_DATA_PATH is only adjusted after all 'install' commands that
      refer to it, because its snap-specific value isn't meant to be used
      during build time as an install destination.  Also, that the call to
      target_compile_definitions must come after the JAMI_DATA_PATH change
      described earlier.
      
      Co-authored-by: default avatarababi <albert.babi@savoirfairelinux.com>
      
      Gitlab: #262
      Change-Id: I07896be8195c336833bcd4a84b918276eddbe159
      e93854e1
  2. Feb 11, 2021
    • Nick Econopouly's avatar
      misc: update strings for grammar and consistency · bb19af31
      Nick Econopouly authored
      Besides small grammar fixes, I think "Show typing indicator" should
      mirror the Android app, which says "Enable typing indicators".
      
      (The Android app also says "Send and receive typing indicators showing
      that a message is being typed")
      
      Change-Id: I83f5ded2278282de3528235c2215797ebf8fd89a
      bb19af31
  3. Feb 08, 2021
  4. Feb 05, 2021
  5. Feb 03, 2021
  6. Jan 27, 2021
  7. Jan 25, 2021
  8. Jan 18, 2021
  9. Jan 15, 2021
  10. Jan 11, 2021
  11. Jan 07, 2021
  12. Jan 05, 2021
  13. Jan 04, 2021
  14. Dec 30, 2020
  15. Dec 28, 2020
  16. Dec 23, 2020
  17. Dec 22, 2020
  18. Dec 21, 2020
  19. Dec 17, 2020
  20. Dec 16, 2020
    • Albert  Babí Oller's avatar
      build: add support for custom lrc installation path · 2d461cc5
      Albert Babí Oller authored and Sébastien Blin's avatar Sébastien Blin committed
      - qmake: add custom lrc path support
      - cmake: add custom lrc path support, check qt version, update dependencies, optional test compilation
      - readme: update flags building with make-ring.py
      - tests: avoid using pandoc
      
      Change-Id: I97dea21ca7c720c2d619c44bfa7dae5290de72f9
      2d461cc5
  21. Dec 15, 2020
  22. Dec 14, 2020
Loading