Skip to content
Snippets Groups Projects
  1. Jul 28, 2021
  2. Jul 21, 2021
    • Andreas Traczyk's avatar
      resources: remove unused images and icons · 1a61af02
      Andreas Traczyk authored
      gen-resources.py should be used to generate resources.qrc and
      JamiResources.qml. Steps to add an image resource:
      - add the resource file to the appropriate path under resources/
      - run gen-resources.py
      - use the newly available resource
      
      Note: only icons and images will be represented by Qml properties.
      
      The resource file generation may be made to run during CMake
      configuration in a subsequent commit.
      
      Some unused components were also removed during the refactor.
      
      Gitlab: #477
      Change-Id: I8e7f13d465031666be2bbadd5f29f9afc94d210d
      1a61af02
  3. May 04, 2021
  4. Apr 14, 2021
  5. Feb 03, 2021
    • Albert  Babí Oller's avatar
      packaging: add global installation support for linux · 69db8684
      Albert Babí Oller authored and Albert  Babí Oller's avatar Albert Babí Oller committed
      - avoid using fixed paths and find LRC either when globally installed or located in custom directory
      - add installation rules for binaries, .desktop files, .appdata.xml, logo and doc
      - add support for generating and copying runtime files (webresources and translations)
      - add launcher script (client qt/gnome/kde selector)
      - add uninstall support
      - add missing sources (moderatorlistmodel)
      - update README
      
      Gitlab: #160, #230, #263, #264
      
      Change-Id: I3fee77a917be038072a20c7f99b510f9a8bf65b4
      69db8684
Loading