1
0
Fork 0
mirror of https://git.jami.net/savoirfairelinux/jami-client-qt.git synced 2024-10-28 16:59:36 +01:00
Commit graph

25 commits

Author SHA1 Message Date
Jenkins
e763f78866 i18n: automatic bump
Change-Id: I6e19d4b28ebb4ce0227ca8f886062e05755b317c
2023-02-06 17:08:46 -05:00
Jenkins
b92119b4b8 i18n: automatic bump
Change-Id: I01e1a0f0b41387ce97a3800ed56dbdb3e839b912
2023-01-24 09:02:52 -05:00
Jenkins
5b50fb1bec i18n: automatic bump
Change-Id: I7ffe7e155cb76aff95113b2fe7215f86ee127252
2023-01-16 16:42:56 -05:00
Jenkins
67dec3012a i18n: automatic bump
Change-Id: I3f7b24bc4a2c997765eaf83f7131744c4f688a5b
2023-01-10 12:09:47 -05:00
Jenkins
e842a44567 i18n: automatic bump
Change-Id: I0fe85b22f6bde689daafa1aee5dfa10c9f5582e9
2023-01-02 17:10:09 -05:00
Jenkins
24d4faa5b1 i18n: automatic bump
Change-Id: I95ce21e973b0d8f5610697487e48d411c24d2e9e
2022-12-26 16:45:52 -05:00
Jenkins
5a51067848 i18n: automatic bump
Change-Id: I9e3b1099324880dbe87a568b627e3c4b3d1fd7d2
2022-12-20 12:14:21 -05:00
Jenkins
11c06fb88d i18n: automatic bump
Change-Id: I134d212321112e6bb81fcf7664eb3e3d741f52e4
2022-12-12 16:43:02 -05:00
Jenkins
32159b2022 i18n: automatic bump
Change-Id: I47dfcc630bebb12373b18f42d0f795701e68e58d
2022-12-05 16:42:55 -05:00
Jenkins
3512f44c5e i18n: automatic bump
Change-Id: I28963ea57c89a5cd08a0e7c7eb23777a140e1351
2022-11-21 19:49:42 -05:00
Jenkins
eb543c34be i18n: automatic bump
Change-Id: I69391eb6df08bf1727b15802832ddd7ad07e3c3d
2022-11-14 16:42:51 -05:00
Jenkins
01c3c32dd8 i18n: automatic bump
Change-Id: I2a7179cfc092854995cd898203249421b3e7facc
2022-11-08 11:01:13 -05:00
Jenkins
7e078c0bdb i18n: automatic bump
Change-Id: I4c629def1c3b0512c0c6fb9cd95f19d5e3684def
2022-10-31 16:43:00 -04:00
Jenkins
b24687d161 i18n: automatic bump
Change-Id: Iae4c49f99b775a39665fa109f85b05b43cc3b429
2022-10-18 08:11:42 -04:00
Jenkins
b2947e1cba i18n: automatic bump
Change-Id: Ib2226355a41d18bd6be2221c1852ad254e0f8042
2022-09-30 17:33:58 -04:00
Jenkins
9e4ef51647 i18n: automatic bump
Change-Id: I82f667181aeff59c9af089a0e1d2394f867ee68a
2022-09-14 08:50:10 -04:00
Jenkins
41db1d0561 i18n: automatic bump
Change-Id: I41b600a6f8e071291b440ada273898ef109c8f39
2022-09-05 16:44:31 -04:00
Jenkins
8a41a4301b i18n: automatic bump
Change-Id: Ia4c43b4d9c09a179a597e23a9e79bfa68460cf52
2022-08-26 10:34:33 -04:00
Jenkins
ad8d19679b i18n: automatic bump
Change-Id: I477e174d435fff4d102823f32d93972ca301715c
2022-08-22 16:44:35 -04:00
Jenkins
e87a35b15c i18n: automatic bump
Change-Id: Idd31db904f3e063deed2122b20a2d12add94a317
2022-08-17 08:51:41 -04:00
Jenkins
4e34665840 i18n: automatic bump
Change-Id: I98672322a07ab08945b38a6ff7a00e9c805741e0
2022-08-08 16:44:31 -04:00
Jenkins
4e8ce70e19 i18n: automatic bump
Change-Id: Id74dca804286687c3a37871cf2e94283a103f737
2022-08-02 18:03:49 -04:00
Sébastien Blin
d9aee635a7 misc: drop 'new' prefix from model names
Change-Id: Idc960c96e4647dbb6f8c1d64f545fe25c80bbaa5
2022-07-12 10:43:59 -04:00
Jenkins
9535c88bdf i18n: automatic bump
Change-Id: I00025b4ded7dcfc1aa5500c39f87955070ad1329
2022-06-14 15:01:33 -04:00
Amin Bandali
e0b3b4adec misc: vendor libjamiclient into 'src/libclient/'
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
2022-06-08 16:28:57 -04:00