- Apr 06, 2021
-
-
Sébastien Blin authored
On GNU/Linux, the ringtone is managed by the deamon. No need to manage it (incorrectly) in the client Change-Id: I38fe783d6bd0778f702ee6da333468c54d59d678 GitLab: #351
-
- Apr 02, 2021
-
-
Andreas Traczyk authored
- refactor qml object registration - inject AppSettingsManager and SystemTray Gitlab: #320 Change-Id: Ic8232a290003245d09ad9452c9f5518fd260af78
-
- Mar 26, 2021
-
-
Change-Id: I0e28f20ecb017267e74ef76fb922443e15e896e8 Gitlab: #308
-
- Mar 22, 2021
-
-
Ming Rui Zhang authored
GitLab: #337 Change-Id: Ifb671d38d364714818650a8154c43a5787460039
-
- Feb 19, 2021
-
-
- correct translations (.qm) install path for cmake - use JAMI_INSTALL_PREFIX to fetch translations - create "share/ring/translations" inside build dir to store .qm files Change-Id: I127cbad1d4b00a628d79e9654ed471f456a550e8
-
- Feb 12, 2021
-
-
Amin Bandali authored
Adjust JAMI_DATA_PATH (and in turn JAMI_DATA_DIR) for snap after any cmake 'install' command definitions that refer to it, so that the version compiled into the package using target_compile_definitions will have the right value for our snap package. With this particular configuration, we don't have to check for JAMI_DATA_DIR during runtime since it will have the right value set at build time, and the path it points to (/snap/jami/current/...) is actually stable across updates, so we don't have to worry about correcting the autostart desktop file symlink after each upgrade. Note: as the comments in CMakeLists.txt mention, it is crucial that JAMI_DATA_PATH is only adjusted after all 'install' commands that refer to it, because its snap-specific value isn't meant to be used during build time as an install destination. Also, that the call to target_compile_definitions must come after the JAMI_DATA_PATH change described earlier. Co-authored-by:
ababi <albert.babi@savoirfairelinux.com> Gitlab: #262 Change-Id: I07896be8195c336833bcd4a84b918276eddbe159
-
- Feb 03, 2021
-
-
Gitlab: #160 Change-Id: I166988985e4a2c9b1d06d21ba0a1394159478172
-
- Dec 08, 2020
-
-
Ming Rui Zhang authored
Gitlab: #203 Change-Id: Ia98d4f67cbb3c12d96384f2f3a8e851eeb83750a
-
- Dec 07, 2020
-
-
Ming Rui Zhang authored
Change-Id: I0e92189f9661ada19ae62025a3114541e41ea587
-
- Oct 30, 2020
-
-
Ming Rui Zhang authored
Gitlab: #155 Change-Id: I207190da48d0ab7bf94645a097a8078dd08a4566
-
Ming Rui Zhang authored
Note: if the Displayname/alias is the same as the username, it should be the only line shown Gitlab: #129 Change-Id: I2c3dc8d304bd730a2ae114e4686c9ae899087c6b
-
Ming Rui Zhang authored
1. Use avatarimageprovider 2. Remove redundant base64 code Change-Id: I2a2517890e95b4a9f9a363fbea2251d6d5dd1c8f
-
- Oct 29, 2020
-
-
- notifications were not shown when last notification received was from the same account and conversation Gitlab: #142 Change-Id: I7d66199384c2af72b7668bd07d85be0c6bebb3e9
-
- Sep 24, 2020
-
-
Andreas Traczyk authored
- re-introduce a genericized NetworkManager - isolate update logic into a qml accessible class derived from NetworkManager - fix QtWebEngineProcess missing when re-installing over existing version - provide a command line option to override the base url for testing local and remote updates - clean-up manual update-check UI Gitlab: #101 Change-Id: I9c8d2badae59ec31cab12d38b8470edf2bcad401
-
- Sep 17, 2020
-
-
Andreas Traczyk authored
- Note: adds forcing the main window to the top to overcome a Qt/QML bug which prevents this from working when activating from a notification window source. Change-Id: Ib5a93d3937fe5a4de0229f7aeae8469d1ffdfba3
-
- Sep 10, 2020
-
-
Andreas Traczyk authored
Change-Id: I9d2ec496aa8d6cc0a41f9096ad153308c3308e8b
-
Andreas Traczyk authored
- Separate utilsadapter into files and expose it to Qml so it can be used without passing through clientwrapper. Change-Id: I7c351d7191cd166521b6e0a685ea9d4a9731f165 Gitlab: #66
-
Ming Rui Zhang authored
Make username registration line edit a common component Gitlab: #56 Change-Id: Icb5dc1c8acc6d56f699f9a1cc4ebee6976f5eae1
-
- Sep 09, 2020
-
-
Aline Gondim Santos authored
Change-Id: If86856104409c9c6f8402e0c9229481d18c5b84f
-
- Sep 03, 2020
-
-
- Introduces a C++/Qml common mechanic for accessing system settings - Refactors a good chunk of application wide settings management code - Refactors the onboarding and quit-suppression logic - Makes a first stab at cleaning the Qml object registration - Removes some 'ClientWrapper' use - Fixes some file name spelling errors and inconsistencies Gitlab: #51 Gitlab: #53 Change-Id: I3dd1085aca72a38827ec004e347bd91106be2bcb
-
- Sep 02, 2020
-
-
Gitlab: #2 Change-Id: Ic04fe6f2dfd01c561799d1707601b48058a9c89c
-
- Aug 31, 2020
-
-
In order to make it work with the translations, call status is no longer passed as a string but as an integer (from enum lrc::api::call::Status). Gitlab: #10 Change-Id: If8d8b7093fbf82e9b7732e6991eec647ad0d50b7
-
- Aug 28, 2020
-
-
Ming Rui Zhang authored
Use qt applicationDirPath to get ringtones path to avoid the complexity of using windows API, and remove redundant ringtones folder. Gitlab: #41 Change-Id: I5ae95531fb0e7627cdddb61334420bae3f37848b
-
- Aug 25, 2020
-
-
Albert Babí Oller authored
Gitlab: #4 Change-Id: I7570099c20d2d406e538aea4c366ba7d85777686
-
- Aug 21, 2020
-
-
Change-Id: If4cae049167d1a1e16dc6624a202722a6316a0ff
-
- Aug 03, 2020
-
-
Sébastien Blin authored
Change-Id: I32bfdd2a618aa7ac6181da2697e241667b010aab
-