Skip to content
Snippets Groups Projects
  1. Apr 13, 2023
    • Andreas Traczyk's avatar
      misc: format QML files using the python format script · ae1cde4d
      Andreas Traczyk authored
      + Requires that the Qt path is supplied when calling build.py --init.
      + format.py now also takes a --qt argument to specify the Qt path, used to locate qmlformat.
      + format.py takes a --type argument to specify the type of files to format (qml, cpp, or both).
      
      qmlformat is called with `--normalize` and `--force`.
      
      Gitlab: #1059
      Change-Id: Id9ff4b17018370696792b44f55ed2f4bc8091193
      ae1cde4d
  2. Apr 05, 2023
  3. Feb 06, 2023
  4. Oct 07, 2022
    • Maxim Cournoyer's avatar
      misc: Rename jami-qt to jami and remove launcher script. · bf4a8c31
      Maxim Cournoyer authored and Amin Bandali's avatar Amin Bandali committed
      Now that there is no longer a second official client (jami-gnome), we
      can remove this uninteresting implementation detail from the name.
      
      Mostly automated via:
      
        $ git grep jami-qt -l | xargs sed 's/jami-qt/jami/g' -i
      
      * src/app/jami: Delete launcher script.
      * CMakeLists.txt: Un-register it from installation.
      
      Change-Id: I5167c29089feb4e64c12d7d01c1ce281e16c0613
      bf4a8c31
  5. Jan 06, 2022
  6. Oct 01, 2021
  7. Jul 23, 2021
  8. Apr 22, 2021
  9. Apr 02, 2021
  10. Feb 15, 2021
  11. 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
  12. 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
  13. Dec 04, 2020
  14. Oct 10, 2020
  15. Aug 03, 2020
Loading