- Dec 12, 2022
-
-
Jenkins authored
Change-Id: I134d212321112e6bb81fcf7664eb3e3d741f52e4
-
- Dec 05, 2022
-
-
Jenkins authored
Change-Id: I47dfcc630bebb12373b18f42d0f795701e68e58d
-
- Nov 22, 2022
-
-
Jenkins authored
Change-Id: I28963ea57c89a5cd08a0e7c7eb23777a140e1351
-
- Nov 14, 2022
-
-
Jenkins authored
Change-Id: I69391eb6df08bf1727b15802832ddd7ad07e3c3d
-
- Nov 08, 2022
-
-
Change-Id: I2a7179cfc092854995cd898203249421b3e7facc
-
- Oct 31, 2022
-
-
Jenkins authored
Change-Id: I4c629def1c3b0512c0c6fb9cd95f19d5e3684def
-
- Oct 18, 2022
-
-
Change-Id: Iae4c49f99b775a39665fa109f85b05b43cc3b429
-
- Oct 17, 2022
-
-
Jenkins authored
Change-Id: I034a72ca0147a552e1791d497e86dac8551717b8
-
Change-Id: I37e6de330dde179efaf8b1d6436adea45de01aad
-
- Oct 12, 2022
-
-
Change-Id: I3d75e9dc3654926b6cddd1f631c715ff3715d5dc
-
- Sep 30, 2022
-
-
Jenkins authored
Change-Id: Ib2226355a41d18bd6be2221c1852ad254e0f8042
-
- Sep 14, 2022
-
-
Change-Id: I82f667181aeff59c9af089a0e1d2394f867ee68a
-
- Sep 05, 2022
-
-
Jenkins authored
Change-Id: I41b600a6f8e071291b440ada273898ef109c8f39
-
- Aug 29, 2022
-
-
Jenkins authored
Change-Id: Ib05101e7abfe1193c3950ad8485c6423b5c0df97
-
- Aug 26, 2022
-
-
Jenkins authored
Change-Id: Ia4c43b4d9c09a179a597e23a9e79bfa68460cf52
-
- Aug 22, 2022
-
-
Jenkins authored
Change-Id: I477e174d435fff4d102823f32d93972ca301715c
-
- Aug 17, 2022
-
-
Change-Id: Idd31db904f3e063deed2122b20a2d12add94a317
-
- Aug 08, 2022
-
-
Jenkins authored
Change-Id: I98672322a07ab08945b38a6ff7a00e9c805741e0
-
- Aug 02, 2022
-
-
Jenkins authored
Change-Id: Id74dca804286687c3a37871cf2e94283a103f737
-
- Jul 26, 2022
-
-
Jenkins authored
Change-Id: I4b2c9ac7b28da249480570f0e090d1020d330e32
-
- Jul 12, 2022
-
-
Change-Id: I91d5ccbe71e0f94e78d555675a7e31146d664548
-
Change-Id: Idc960c96e4647dbb6f8c1d64f545fe25c80bbaa5
-
- Jul 04, 2022
-
-
Jenkins authored
Change-Id: Ie08f9cfec591ef74128cf0dfaf04e9de799e7526
-
- Jun 27, 2022
-
-
Jenkins authored
Change-Id: I5b0faee40f0f930710cb0bbd5b2318f1f8756da3
-
- Jun 14, 2022
-
-
Change-Id: I00025b4ded7dcfc1aa5500c39f87955070ad1329
-
- Jun 08, 2022
-
-
Amin Bandali authored
This is libjamiclient from the jami-libclient.git repository as of 767c45b8b09806ac05cbada720864df93588c047, with the following changes: * src/libclient/newaccountmodel.cpp: (NewAccountModelPimpl::removeFromAccounts): The lock wait inside '#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the type of 'accounts' was changed over the years from this: std::map<std::string, account::Info> to this: std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>> Basically we need to get the 'first' of the pair for 'account::Info'. So we now do that. * src/libclient/avmodel.cpp: * src/libclient/callbackshandler.cpp: * src/libclient/contactmodel.cpp: * src/libclient/conversationmodel.cpp: * src/libclient/database.cpp: * src/libclient/namedirectory.cpp: * src/libclient/newaccountmodel.cpp: * src/libclient/newcallmodel.cpp: * src/libclient/newdevicemodel.cpp: * src/libclient/peerdiscoverymodel.cpp: * src/libclient/pluginmodel.cpp: * src/libclient/smartinfohub.cpp: * src/libclient/vcard.h: * src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach' with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other libraries we use. * cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the jami-libclient.git repository. Then, rename RING_BUILD_DIR to LIBJAMI_BUILD_DIR (though the old name is still supported for now). Also update other references of Ring to Jami. Further, add additional calls to 'find_library' to make sure specified local paths for libjami are checked before system-wide ones (in case of older/obsolete libjami being available system-wide, which might happen on GNU/Linux systems). * translations/lrc_*.ts: Import translation files from the libclient repository. The message location paths were corrected by running "sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'. .tx/config: Add section for the newly-imported libclient translations. * CMakeLists.txt: Reformat, plus various fixes and cleanups, such as changing indentation to 2 spaces and wrapping lines at 70 characters, renaming the parent directory of translations from 'ring' to 'jami', and using all lowercase function calls. Also add copyright headers. * src/app/appsettingsmanager.cpp: (AppSettingsManager::loadTranslations): * src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to adapt to the renaming of the parent directory of translations from 'ring' to 'jami'. GitLab: #748 Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
-
- May 19, 2022
-
-
Amin Bandali authored
In preparation for vendoring libjamiclient into 'src/libclient/'. GitLab: #734 Change-Id: Ibd956abc8fe9bd454ac0e9a5a28b77a5a74174e7
-
- May 18, 2022
-
-
Change-Id: I2ea908389631d3da12463b1bbb4455bfea32f9b3
-
- May 02, 2022
-
-
Jenkins authored
Change-Id: I30ba07bbb9b1202a411763270edc6c7d03bbb950
-
- Apr 18, 2022
-
-
Jenkins authored
Change-Id: I24f34faf2806a32540ebabba9402848141a380a8
-
- Apr 06, 2022
-
-
Change-Id: I5d17d2a287ca00c3bbd042a1b621d1a4fb089858
-
- Mar 21, 2022
-
-
Jenkins authored
Change-Id: Ibc1e8fd19f4318e017434c34043b07d3d4727693
-
- Mar 15, 2022
-
-
Change-Id: I58d2f01ebb7b7b1c67888c3573356ab8c270f7ad
-
- Mar 07, 2022
-
-
Jenkins authored
Change-Id: I6b4290170b84920c5a41c24dc2072251e94034e7
-
- Feb 28, 2022
-
-
Jenkins authored
Change-Id: I446866bb560d4cc975bcd0979698a0c7edd7802a
-
- Feb 21, 2022
-
-
Jenkins authored
Change-Id: I1d9a4d6b2cee45d5ba29253630bfbe7eaf000521
-
- Feb 14, 2022
-
-
Jenkins authored
Change-Id: I2ae22ff1323277f1c6a375c76829993c0e1a1b1a
-
- Feb 08, 2022
-
-
Change-Id: I22e65a6c9c333f8545c905875962cdc4163fdd5d
-
- Jan 31, 2022
-
-
Jenkins authored
Change-Id: I65d2a3f3216421e7da780465d5f36232fad1aaad
-
- Jan 24, 2022
-
-
Jenkins authored
Change-Id: Icb9eb9dba00f57afb32f7f38c5c135427d783d1c
-