- Aug 24, 2022
-
-
Sébastien Blin authored
Change-Id: Ifd98fa04653ea81948554a45fd724bd86625c839 GitLab: #657
-
- Jul 29, 2022
-
-
This changes many things: + Except the backup page, all pages were re-designed + Heavily modify buttons and line edits with new components style + Update switches themes + Re-work username + Add future components + Update strings + Update PhotoBoothView GitLab: #769 GitLab: #770 GitLab: #766 Change-Id: Ic97d36cf8c86c4242013bf71a524887f7ce56f8f
-
- Jul 18, 2022
-
-
Sébastien Blin authored
Change-Id: Ide7294a97df683cd67ee93f72f1f11b9f4e6dc29 GitLab: #512
-
- 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 11, 2022
-
-
Sébastien Blin authored
+ Adapt primary color via the luma of the background + Adapt font size + Adapt some margins + Add highlight on avatars + Fix selected UID when creating swarms GitLab: #670 Change-Id: I219acd5a1726298050a1ca908dbf38929bab171a
-
- Apr 26, 2022
-
-
+ code cleanup GitLab: #539 Change-Id: I3f85a4760f60f47f2557016a88bc17c41062ee4e
-
- Apr 05, 2022
-
-
Sébastien Blin authored
+ Finish layout fixing + Clean warning + protect elements + update copyrights GitLab: #476 Change-Id: Ib3270b5d37d63aa99a576d48574b62801df37258
-
- Mar 25, 2022
-
-
Sébastien Blin authored
GitLab: #670 Change-Id: Ie8eb123c0fc7506863b06c7b588ef7806b9a077a
-
- Mar 23, 2022
-
-
Sébastien Blin authored
Change-Id: Ied9e8d59fe9dff08ffbc10d2c723b8998d8469f1 GitLab: #670
-
Sébastien Blin authored
+ Adapt primary color via the luma of the background + Adapt font size + Adapt some margins + Add highlight on avatars + Fix selected UID when creating swarms Change-Id: I58930102b4d0e85ee85682ee62eb8cd24fdd75c0 GitLab: #670
-
Sébastien Blin authored
PhotoBoothView has a new variable to be used during Swarm's creation This update an image in the cache and is used in the profile of the conversation. Also, add top bar for NewSwarmPage Change-Id: I156c9cffb85e15b7c041bcf16b1501851470e8a5 GitLab: #670
-
Sébastien Blin authored
GitLab: #340 Change-Id: I641bca14d459ce359fca612044e1d98b15f03db2
-
Sébastien Blin authored
GitLab: #340 Change-Id: I03becae1c33be5a6ab10452c6986d7b5abd009e3
-
- Feb 11, 2022
-
-
Kateryna Kostiuk authored
If no recording path for calls is selected by the user, set Movies as the default recording path. Change-Id: I405dfc2bd6e1e85fae8900512615943760b3151c
-
- Feb 09, 2022
-
-
- fix translations path - generate .lproj folders for supported languages to be recognized by QLocale. https://bugreports.qt.io/browse/QTBUG-72491 Gitlab: #578 Change-Id: Ic4c3b74c654a1c00de71c31c9debe397990870f7
-
- Feb 01, 2022
-
-
Sébastien Blin authored
Move installTranslator into the settings manager and add a settings in the SystemSettings to be able to dynamically change the language of jami-qt. jami-project#1342 Change-Id: I4f720fa50d5e313356dbdf1b8acb4e98d74401e4
-
- Jan 06, 2022
-
-
Amin Bandali authored
Change-Id: I8eb66c1c3cddb3bf73b6784a9876dd9dc9c12481
-
- Dec 21, 2021
-
-
Remove unsupported QtQuick One component and it will be added back in the following patches Change-Id: Iad206a880096cf956a4220a81dca85a993721fbd
-
- Dec 20, 2021
-
-
Sébastien Blin authored
Interaction's cache is cleaned to avoid to store too much informations and to refresh preferences for the chatview when necessary. However, this was called too much times. We only need to clear cache when the settings are changing or if we need to remove a lot of conversations. This patch uses the SmartListItem to determine what conversation needs to be cleaned. Change-Id: I731bb9e7d41b140bbc2607800c1a8e0a1eff3244
-
- Nov 25, 2021
-
-
Sébastien Blin authored
GitLab: #599 Change-Id: I3b9de24ffda7275540aaed8655433f8568da1fa7
-
- Sep 14, 2021
-
-
Ming Rui Zhang authored
1. Add account config QML properties and use them in settings directly to avoid manual update 2. Rough clean up for video/audio settings 3. Remove settingsAdapter entirely and split the responsibility Change-Id: Icf81b91d5a3a0dd9f2a52824159cd222367b801f
-
- Aug 23, 2021
-
-
Andreas Traczyk authored
Change-Id: I1623baee58bed8cd70900abc4085b49e54b50c4b
-
- Aug 13, 2021
-
-
Andreas Traczyk authored
Adds a new chat view footer to describe for read-only conversations to describe the concept and provide options to remove the contact or restart a new conversation with the contact. Gitlab: #475 Change-Id: I6ca0e8dfbf49f17a6ff93a2744c552b76d923773
-
- Jul 09, 2021
-
-
Andreas Traczyk authored
Using a custom getter setter cause the setting of the value to require manual changed signal emission and in addition to being error prone, this prevents the changed signal from being emitted upon initial selection. Some excess workaround code may be removed in following commits. This patch also refactors the banned contact signaling as part of an accountadapter connection cleanup. Change-Id: I73fb751001e53e086adc7a6a8d706671c2878a77
-
- Jun 25, 2021
-
-
Andreas Traczyk authored
This should fix a race condition preventing the right conversation from being selected after an outgoing interaction and, more rarely, accepting an invitation. Change-Id: Iccd1f91ba4d46285c2f1e4594122a736824b752f
-
- Jun 02, 2021
-
-
All plugin buttons will be listening on these properties to decide visibility or enabled Change-Id: Id04f9b533e6aba26033c27a607fa531ce65ac588
-
- May 14, 2021
-
-
Ming Rui Zhang authored
Change-Id: I609452e83edd55a909d0f30aa6cb0daa3687ff3c
-
- May 07, 2021
-
-
Andreas Traczyk authored
Minor cosmetic changes to the account combo box, search bar, filter tabs, and smartlist. Change-Id: Ie8173504859b325374e42f0dbb4e0ae75f3ed740 Gitlab: #373 Gitlab: #374 Gitlab: #388
-
- Apr 09, 2021
-
-
Andreas Traczyk authored
Change-Id: I01dbfc0d6cfcf407d6636ba59b136830ee0342bc
-
Andreas Traczyk authored
Change-Id: I46c4e17124b2c0cbf6e92c696d3d47e1b0ad2d0d
-
- Apr 07, 2021
-
-
Gitlab: #359 Change-Id: Iefe2dbde96e0613540b237571997c456231bb78c
-
- Apr 02, 2021
-
-
Andreas Traczyk authored
- refactor qml object registration - inject AppSettingsManager and SystemTray Gitlab: #320 Change-Id: Ic8232a290003245d09ad9452c9f5518fd260af78
-
Andreas Traczyk authored
Lrc object injection should never be a null pointer. Change-Id: Ib574c751673fd35e223ce2447cee74bce7dfbf3e Gitlab: #337
-
- Mar 26, 2021
-
-
Change-Id: I0e28f20ecb017267e74ef76fb922443e15e896e8 Gitlab: #308
-
- Mar 25, 2021
-
-
It is to make sure that all other call related UI will be set up correctly. Gitlab: #298 Change-Id: Iabc1587e0c0622cc6b9c0fecd99bfd35b156fcf7
-
- Mar 22, 2021
-
-
Ming Rui Zhang authored
GitLab: #337 Change-Id: Ifb671d38d364714818650a8154c43a5787460039
-
- Feb 03, 2021
-
-
Aline Gondim Santos authored
Change-Id: I415fc953b9111ca7e3d899c1531a42bd43716ab2
-
- Jan 07, 2021
-
-
For clearConversationHistory and removeConversation Gitlab: #252 Change-Id: I3008cf20ddace5d3395465bd328a460c72e4c07f
-
1. Container View api 2. use optional conversation info ref api Change-Id: I38aa57edc1fbf304ea0ef95d48000e0495c409ee
-