- Aug 05, 2021
-
-
Gitlab: #460 Change-Id: I9f6bba8b93974922ad45f68365e2eb8d60eff2b3
-
- Jul 29, 2021
-
-
Ming Rui Zhang authored
Change-Id: I220038edeb4dc83d85d8e4048168c97c2a992940
-
Ming Rui Zhang authored
1. Use MaterialToolTip in MaterialButton 2. Add BubbleLabel and BackButton 3. Add WizardViewStepModel 4. Focus re-visit Gitlab: #470 Change-Id: I818da76c4b97cb08d2b6df6b2c8e2752d7a522f2
-
- Jul 19, 2021
-
-
Sébastien Blin authored
Change-Id: I5aa4a5d9fa7c4c40fd001fa78237eb1d96531750 GitLab: #332
-
Andreas Traczyk authored
A property is provided to notify of changes to the content of the current account's stored avatar. If one is stored, then a button used to clear the avatar becomes available. Gitlab: #473 Change-Id: I37640acaea3ca43e5abd14678d68b4eeebb3829e
-
- Jul 16, 2021
-
-
Ming Rui Zhang authored
Change-Id: I09c24f1185b37c728eb9ce1968cca21a99b79452
-
- Jul 14, 2021
-
-
Sébastien Blin authored
+ Auto accept files from trusted sources (default: true) + Auto accept files from untrusted sources (default: false) + Size limit (default: 20Mb) Change-Id: I0e1068e3996786b23ba9a7797d02b7f8bb0f89d1 GitLab: #160
-
- Jul 12, 2021
-
-
Ming Rui Zhang authored
Gitlab: #469 Change-Id: I661185530ee3703527fd85a7022b42a3bcb7f579
-
Andreas Traczyk authored
Implements a leaner avatar caching system. The avatar component listens for uid filtering its id, which may be: - conversation id - account id - contact uri In response to the uid change, a the image source is updated with a new image url invoking a fresh QQuickImageProvider query. With this design, only the avatarregistry's uid mapping needs to be updated when profiles are changed, and no longer should specific avatar components receive manual source updates. Gitlab: #466 Change-Id: Ie5313f5c187a0977ca51b890dd92187480a42537
-
- Jul 09, 2021
-
-
Ming Rui Zhang authored
Functionalities checklist: 1. Emoji picker refinement 2. DropArea on messageWebView 3. Record box 4. Send message button visibility 5. TextArea paste (can paste image, files directly) 6. TextArea content draft 7. TextArea - Enter key -> Send message 8. TextArea - Shift + Enter key -> New line 9. TextArea - Composing indicator 10. TextArea - Placeholder text Change-Id: I115ad2927b74264dd396aa55b77a8f003dcd746b
-
Ming Rui Zhang authored
1. New emoji picker by customizing emoji.js 2. New message bar ui (textarea, buttons, tooltips) 3. New pending files transfer container 4. Use MaterialToolTip for all PushButton Change-Id: I05d0531c65c019ced42b04668a780919c8a4fac3
-
- Jul 06, 2021
-
-
Ming Rui Zhang authored
1. Add --single-process 2. Rename the httpUserAgent to jami-qt Change-Id: I6de29ee89176b453f12ce225acf926dd1b819c18
-
- Jun 29, 2021
-
-
Automated via the following command: $ git grep -l dring | grep -v '.ts$' | xargs sed -i 's/dring/jamid/g' $ git ls-files | xargs sed -i 's,bin/jamid.lib,bin/jami.lib,g' $ git ls-files | xargs sed -i 's,src/jamid,src/jami,g' $ git ls-files | xargs sed -i 's,-mutejamid,-mutejami,g' $ git checkout docker Change-Id: I030209b60817372f866055daadb4d0a1c1e2e9df
-
- Jun 25, 2021
-
-
Change-Id: I4e4f1837f2f8ba53b776c4401067f8d7feaa2f76
-
- Jun 11, 2021
-
-
Change-Id: I6504c20cba5b51d54d0e9947c2303108f2a2161d
-
Aline Gondim Santos authored
GitLab: #392 Change-Id: Ifcd29af849c11166158e7f8d39b65a33325b8d4a
-
- Jun 07, 2021
-
-
Ming Rui Zhang authored
1. Make version number in AboutPopUp selectable 2. Remove "Copy"/"Paste" options in the context menu when the lineEdit is readonly 3. Make texts in UserProfile selectable Change-Id: I53b7566841d84cb8ad27298f995f99a2de6384f0
-
- Jun 02, 2021
-
-
Add share screen area, share file into the popup menu Change-Id: Iea06f3e79b672cb824f56017a55086f4e5d17ae5
-
Andreas Traczyk authored
- respond to audio device events to re-populate the audio input and output device lists - don't show a selection menu when no devices are available - cleanup videoinputdevicemodel Gitlab: #411 Change-Id: I082818756bae202a67b14bfbe0a254384a777a5d
-
- Jun 01, 2021
-
-
Change-Id: I4e6fff2c74ce6ace1464fa6a4569e4b3fbfae68b
-
- May 31, 2021
-
-
Ming Rui Zhang authored
Change-Id: I2f44f543e893507be205e6cf1efb0219b76d5418
-
- May 28, 2021
-
-
Change-Id: Id1ad050af02a3833dc4099d7246fa81b4903f17d
-
Add a dialog to get logs from daemon. Gitlab: #406 Change-Id: I25dd7084165660e0a03c4694d0225bbcf0f1a9d6
-
- May 27, 2021
-
-
Ming Rui Zhang authored
Gitlab: #409 Change-Id: I4ceb5835b0b5e218d0550fbc3e2f0787bdd249f9
-
Ming Rui Zhang authored
Gitlab: #409 Change-Id: I65e1c91184a95453c10633340a74f50cc4de7032
-
Andreas Traczyk authored
- minor cosmetic changes to the call view overlay - add the ability to change audio/video input during a call from the call screen overlay Gitlab: #411 Change-Id: Id6bbb2278d807f3bd7ad1478db405669088584ce
-
- May 25, 2021
-
-
Lrc verifies if we should call refuse or hangup, so now we can unify the call ending function in client. GitLab: #408 Change-Id: I35f7ca282c6e49e669d849a140772600e501711a
-
The current registration expired max limit was set too low. The max limit as per RFC-3261 is ((2**32)-1). Since this is a user setting, it's best to give control to the user. However, a max limit set to 1 week should be reasonable. Gitlab: #532 Change-Id: I61b05de2adbbb177ac2e83d85e7f72ab42347554
-
- May 20, 2021
-
-
Sébastien Blin authored
Change-Id: If6ad1b33f7a6636ad72d86103b4d314792e315ff Gitlab: #419
-
- May 19, 2021
-
-
Sébastien Blin authored
Change-Id: I2a34d613f3bccd5f16c333a6a4fa2eed94dc28fa
-
- 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 19, 2021
-
-
- Remove icons and resize side panel tab bar. - Change icons and style for chatview header and combo box buttons. - Update chatview colors. Gitlab: #241 Change-Id: Ic5f4e0db5e1912c85cc4f658264371af8104cd8f
-
- Apr 07, 2021
- Mar 25, 2021
-
-
Ming Rui Zhang authored
The main reason for this change is to remove the misusage of QQuick one in ElidedTextLabel and useless QQuick one module import Change-Id: Ie296c0f7a90c6ec26ab85bcf3d8b75393463fbed
-
Ming Rui Zhang authored
Gitlab: #319 Change-Id: I39fe050d3b9d509f8709528e1c8fcf6acf7e7ca3
-
- Feb 15, 2021
-
-
Sébastien Blin authored
Change-Id: I6cd0f36b983e38d9ed03362358dc145f3a12a49b
-
- Feb 11, 2021
-
-
Nick Econopouly authored
Besides small grammar fixes, I think "Show typing indicator" should mirror the Android app, which says "Enable typing indicators". (The Android app also says "Send and receive typing indicators showing that a message is being typed") Change-Id: I83f5ded2278282de3528235c2215797ebf8fd89a
-
- Jan 15, 2021
-
-
Albert Babí Oller authored
- add configurable list of default moderators - add option for enabling local moderators - indicate when participant is locally muted on moderation overlay - small typo fixes Change-Id: I1669c903be3c3a3f2344f1d95d8b618e62b9d412
-
- Jan 04, 2021
-
-
Gitlab: #160 Change-Id: Id8125c56145cc661941f445c2f52b73fd983c97d
-