- Aug 16, 2021
-
-
Ming Rui Zhang authored
StandardKey.MoveToNextLine, StandardKey.MoveToPreviousLine and StandardKey.InsertParagraphSeparator maybe confusing and better to be replaced by direct key comparisons Change-Id: I13361a43437214b9368d01a97b2e542f57835964
-
- Aug 13, 2021
-
-
Change-Id: Ib8a1cf6fe3ba90c973c89e4806cfd3d6da1aa390
-
Andreas Traczyk authored
Change-Id: I2e11054cdbc73b3b196c4d9559836afe2e90a69b
-
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
-
- Aug 12, 2021
-
-
Andreas Traczyk authored
A button component should have implicit dimensions based on it's content item. This patch provides implicit dimensioning around the content item so that non-fixed size buttons can be made by not specifying the preferredWidth property. Change-Id: Idc30eb1d9a33d8dd4b416e1060b45593b4fc4cba
-
- Aug 09, 2021
-
-
Andreas Traczyk authored
depends on: https://review.jami.net/c/ring-lrc/+/18979 Change-Id: Ic29e5a6f6eced04a095dd097352c37ca0b253eda
-
- Aug 05, 2021
-
-
Gitlab: #470 Change-Id: I2ec5c4a4b490895ea32fef64baf1e7c5b85cf9d5
-
- Aug 03, 2021
-
-
Andreas Traczyk authored
Change-Id: I88e37cac4bce5ba2b66ea7d35d54da84df7ecb86
-
- Aug 02, 2021
-
-
Andreas Traczyk authored
Read-only conversation has: - a lock icon in the smartlist item - no message send bar in the chat view - no call actions available from the chat view header - no call actions available from the smartlist context menu - no double click to call Change-Id: I0497b94038b450f0a0a22fc007de1281b7b2214d Gitlab: #475
-
- Jul 29, 2021
-
-
Ming Rui Zhang authored
Change-Id: I220038edeb4dc83d85d8e4048168c97c2a992940
-
- Jul 28, 2021
-
-
Andreas Traczyk authored
Change-Id: I85a070e8ea44b108fa75d69a8c6f544e8e2c8581
-
- Jul 21, 2021
-
-
Andreas Traczyk authored
gen-resources.py should be used to generate resources.qrc and JamiResources.qml. Steps to add an image resource: - add the resource file to the appropriate path under resources/ - run gen-resources.py - use the newly available resource Note: only icons and images will be represented by Qml properties. The resource file generation may be made to run during CMake configuration in a subsequent commit. Some unused components were also removed during the refactor. Gitlab: #477 Change-Id: I8e7f13d465031666be2bbadd5f29f9afc94d210d
-
- Jul 20, 2021
-
-
Ming Rui Zhang authored
If the account is initially disabled, the presense indicator will still show the green color since the initial value is missed. Change-Id: Ic580e485d4a73867789ef3774045a6939acbae4a
-
Ming Rui Zhang authored
1. Adjust QML main setup 2. Add resources.qrc for test and Qt Creator display 3. Change LRCInstance and ScreenInfo to QML Singletons 4. Move QML type registration entirely to qmlregister Change-Id: I5c8a854173a2ec1f85ffa971707af262fa344505
-
- Jul 19, 2021
-
-
Sébastien Blin authored
This follow changes from lrc fixing getBestId. Change-Id: I6ef298dfbcac9095cd5557c7b1d3caf42c0c3f3e
-
- Jul 15, 2021
-
-
Ming Rui Zhang authored
Change-Id: If0f4c70e4ebec83af1b99da35a8c2d428a2d68c7
-
- Jul 14, 2021
-
-
Andreas Traczyk authored
Wrap avatars in a Loader to avoid constantly querying the image provider for remote video participants. Change-Id: Ieca2457416dfd4c33fc3a960a1e36643ea1f11ef
-
Andreas Traczyk authored
Throttle avatar image queries to the image provider when the component size changes. Gitlab: #466 Change-Id: Ie619671a593bcca75899f3d97c2af2071c427ab4
-
Andreas Traczyk authored
Gitlab: #466 Change-Id: Id7bd241c3c88dfba90505dd399127d5ceedbf028
-
- Jul 13, 2021
-
-
Andreas Traczyk authored
Also uses behavior instead of states and suppresses the animation during conversation load. Change-Id: I7082fc7b04660236641b9aa0745356f5b09cdc52
-
- 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
-
-
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
-
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
-
-
Andreas Traczyk authored
Only save the draft if it changes and filter for index on data changed signals before updating the avatar. Change-Id: Ia23a35b512249e4b7953e3a2cef2cedbda386e65
-
Ming Rui Zhang authored
1. Add --single-process 2. Rename the httpUserAgent to jami-qt Change-Id: I6de29ee89176b453f12ce225acf926dd1b819c18
-
Andreas Traczyk authored
Removes profile type filter entirely. Treats swarm and non-swarm differently when accessing role data. depends on https://review.jami.net/c/ring-lrc/+/18656 for changes to helper function names in conversation::Info Change-Id: Ife69d4c70072ea524fed873136fd9ec39632d6d8
-
- Jun 30, 2021
-
-
Ming Rui Zhang authored
Change-Id: Ic2943f1df82fa531f46b9e8814d421f874e6a697
-
- Jun 29, 2021
-
-
Change-Id: I18e50cc29ce4183a1d3c89f1e30f9ddb61248278
-
Change-Id: Ib3e01a0af51736727b8056ed9eaa8ce9170c2d6c GitLab: #438
-
Change-Id: I33717f148b837475a4f4874f327ed86de6f441cf
-
- 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
-
Change-Id: I074ae0ddc502524b9a1553770fb27b19ddca4e7b
-
Change-Id: Ic035092605e0f995f082c5859c1e58aabcc89a90
-
- Jun 22, 2021
-
-
Change-Id: I08e45afe465bb1073319131adf94c41feff53357 GitLab: #462
-
- Jun 21, 2021
-
-
Andreas Traczyk authored
PENDING profile is no longer a valid filter criteria. isReqeust is now used instead and the profile type is restricted to account types and tracked as a separate property. Change-Id: I4848e32f005ea7a6a8b5f2fa25d40b7e1e4d63b8
-
- Jun 18, 2021
-
-
Ming Rui Zhang authored
Gitlab: #455 Change-Id: Ib61d6e671d894608dc13b3583f935ebc98453504
-
- Jun 16, 2021
-
-
Interactive scroll areas with long lists should have a scroll bar to grab in order to accelerate the scroll process. Gitlab: #457 Change-Id: I24fe7d4f4f3cdda13432a6ac713bbe5bee5132f7
-
- Jun 11, 2021
-
-
Change-Id: I83161997e655cbb626f6577cedb53d3b67786c7f
-