i18n: automatic bump

Change-Id: Id06f22fdced31301dc55fe226ef4a65e3fa69823
11 files changed
tree: 663243ec54f9ec0c7758d4b13e8c4a6e9ebe5886
  1. .tx/
  2. docker/
  3. images/
  4. JamiInstaller/
  5. ringtones/
  6. translations/
  7. web/
  8. .gitignore
  9. .gitmodules
  10. .gitreview
  11. aboutdialog.cpp
  12. aboutdialog.h
  13. aboutdialog.ui
  14. accountdetails.ui
  15. accountitemdelegate.cpp
  16. accountitemdelegate.h
  17. accountlistmodel.cpp
  18. accountlistmodel.h
  19. advancedsettingswidget.cpp
  20. advancedsettingswidget.h
  21. advancedsettingswidget.ui
  22. animatedoverlay.ui
  23. animationhelpers.cpp
  24. animationhelpers.h
  25. avatargraphicsview.cpp
  26. avatargraphicsview.h
  27. bannedcontactswidget.cpp
  28. bannedcontactswidget.h
  29. bannedcontactswidget.ui
  30. bannedlistmodel.cpp
  31. bannedlistmodel.h
  32. bezierconnectorwidget.cpp
  33. bezierconnectorwidget.h
  34. build-client.bat
  35. callwidget.cpp
  36. callwidget.h
  37. callwidget.ui
  38. contactdialog.ui
  39. conversationitemdelegate.cpp
  40. conversationitemdelegate.h
  41. conversationsfilterwidget.cpp
  42. conversationsfilterwidget.h
  43. copy-runtime-files.ps1
  44. currentaccountcombobox.cpp
  45. currentaccountcombobox.h
  46. deleteaccountdialog.cpp
  47. deleteaccountdialog.h
  48. deleteaccountdialog.ui
  49. deviceeditwidget.ui
  50. fetch-deps.bat
  51. globalsystemtray.cpp
  52. globalsystemtray.h
  53. ico.rc
  54. idlabel.cpp
  55. idlabel.h
  56. invitebuttonswidget.cpp
  57. invitebuttonswidget.h
  58. invitebuttonswidget.ui
  59. jami-qt.pro
  60. License.rtf
  61. linkdevwidget.cpp
  62. linkdevwidget.h
  63. linkdevwidget.ui
  64. linkify.js
  65. lrcinstance.h
  66. main.cpp
  67. mainwindow.cpp
  68. mainwindow.h
  69. mainwindow.ui
  70. messagewebpage.cpp
  71. messagewebpage.h
  72. messagewebview.cpp
  73. messagewebview.h
  74. navwidget.cpp
  75. navwidget.h
  76. newwizardwidget.cpp
  77. newwizardwidget.h
  78. newwizardwidget.ui
  79. passworddialog.cpp
  80. passworddialog.h
  81. passworddialog.ui
  82. photoboothdialog.cpp
  83. photoboothdialog.h
  84. photoboothdialog.ui
  85. photoboothwidget.cpp
  86. photoboothwidget.h
  87. photoboothwidget.ui
  88. pixbufmanipulator.cpp
  89. pixbufmanipulator.h
  90. qrencode-win32.patch
  91. README.md
  92. regnamedialog.cpp
  93. regnamedialog.h
  94. regnamedialog.ui
  95. ressources.qrc
  96. ring-client-windows.sln
  97. ring-client-windows.vcxproj
  98. ring-client-windows.vcxproj.filters
  99. ring.nsi
  100. ringbutton.cpp
  101. ringbutton.h
  102. ringbutton.ui
  103. ringcontactlineedit.cpp
  104. ringcontactlineedit.h
  105. ringthemeutils.h
  106. runguard.cpp
  107. runguard.h
  108. selectareadialog.cpp
  109. selectareadialog.h
  110. setavatardialog.cpp
  111. setavatardialog.h
  112. setavatardialog.ui
  113. settingsitemwidget.cpp
  114. settingsitemwidget.h
  115. settingskey.h
  116. settingswidget.cpp
  117. settingswidget.h
  118. settingswidget.ui
  119. shmclient.cpp
  120. shmclient.h
  121. smartlistmodel.cpp
  122. smartlistmodel.h
  123. smartlistselectorbuttonnotifier.cpp
  124. smartlistselectorbuttonnotifier.h
  125. smartlistview.cpp
  126. smartlistview.h
  127. stylesheet.css
  128. touch_res.bat
  129. update-translations.py
  130. utils.cpp
  131. utils.h
  132. version.h
  133. videooverlay.cpp
  134. videooverlay.h
  135. videooverlay.ui
  136. videoview.cpp
  137. videoview.h
  138. videoview.ui
  139. videowidget.cpp
  140. videowidget.h
  141. webchathelpers.cpp
  142. webchathelpers.h
  143. windowscontactbackend.cpp
  144. windowscontactbackend.h
  145. winsparkle.patch
README.md

Jami-qt

jami-qt is the cross platform client for Jami. For now, it's mainly used for the Windows platform and is not tested on other platforms.

jami-logo

For more information about the jami project, see the following:

Requirements

  • Jami client library and Jami daemon
  • Mingw-w64 build environment
  • Qt5 (we link against Qt5Core, Qt5Widgets, Qt5Gui) built with Mingw
  • Qt5 Svg, Qt5 ImageFormats & Qt5 WinExtras built with Mingw

Get the source code

  • git clone https://gerrit-ring.savoirfairelinux.com/ring-client-windows

Build instructions

NOTE: The build process is currently under a full refactorization. This section will be updated soon

Windows

TBD

Build winsparkle

In the client directory after having initialized the submodule:

cd winsparkle
mkdir build && cd build
cmake -DCMAKE_TOOLCHAIN_FILE=<LRC Directory>/cmake/winBuild.cmake -DCMAKE_INSTALL_PREFIX=Install dir of Jami and LRC> ../cmake",
make
make install

Packaging

cd build/release
makensis ring.nsi

Linux

For now, this process is experimental. The best way to do that is:

  1. Compile the daemon and LRC as specified in these projects (see the respective repositories or https://git.jami.net/savoirfairelinux/ring-project/wikis/technical/Build-instructions).
  2. Install needed dependencies (TBD):
    • For Fedora:
sudo dnf install qt5-qtsvg-devel qt5-qtwebengine-devel qt5-multimedia-devel
  1. If you are not using the ring-project repository, you have to define the LRC environment variable to contains the install directory for LRC. Also, you will have to setup LD_LIBRARY_PATH if your install directory is a custom one.
  2. Then, build the client:
mkdir build
cd build
qmake-qt5 ../jami-qt.pro
make -j 9
  1. Then, you are finally ready to launch jami-qt in your build directory.

Known issues

  1. The build system is not straight forward
  2. Video doesn't work
  3. Can't maximize/minimize window
  4. Crash if the daemon is not started and installed.

Mac OS

TBD

Debugging

Compile the client with 'BUILD=Debug' and libRingClient with '-DCMAKE_BUILD_TYPE=Debug'