- Dec 02, 2021
-
-
Sébastien Blin authored
GitLab: #601 Change-Id: Ic60d035776c5a3ae9f1e6ee93b283c7c422d39f5
-
- Nov 17, 2021
-
-
- VideoSettings OK - PhotoBooth OK - Calls - mostly ok, have to test camera unplugin/replugin/multiplecameras -> seems to leak, client freezing in calls/conferences - Recording - OK Change-Id: I49362900979d48abf2507ab89fcb261808423445
-
- Nov 05, 2021
-
-
Ming Rui Zhang authored
Change-Id: Ie55660522b8eceaedcb3235d6d63f615a27e59c9
-
Ming Rui Zhang authored
Change-Id: I36ced4e4e15d1d047027c51b3136b676fcd2a2e7
-
- Nov 04, 2021
-
-
Sébastien Blin authored
Change-Id: Ide4b1336a13972a9291cb1e9e2bf881b32b97198 GitLab: #468
-
- Oct 28, 2021
-
-
Ming Rui Zhang authored
Avoid potential undefined access to child author property Change-Id: I3926243ff20cab9c66ac8c6e6b61e71fe46b8a63
-
Andreas Traczyk authored
rfc1738 3.10 describes the file URL form: file://<host>/<path> According to wikipedia, "file://path (i.e. two slashes, without a hostname) is never correct, but is often used." This reverts commit 4e6336d8. Change-Id: Ic3f7c48eb5faa1ec97347328a03c8fda94513faf
-
- Oct 27, 2021
-
-
Sébastien Blin authored
Change-Id: I90fcbc735f084ab37abfa3b466b97cf56c640247
-
Sébastien Blin authored
Change-Id: I3c9813e41f6c857d096d9d685d5902d3c4c361cd
-
- Oct 22, 2021
-
-
Sébastien Blin authored
file:// is enough for the scheme Change-Id: Ic1500155f9025b8f4c55252c0a5468c822d8c315
-
Sébastien Blin authored
Seems that Qt.openUrlExternally doesn't find symlinks. At least with MessagesAdapter::openUrl everything seems good Change-Id: I636822a7f2f7e9ef27f2faedb49987ea2cbba343
-
- Oct 21, 2021
-
-
Gitlab: #552 Change-Id: I0a4dc3b61a22aafb40d8a301033c59d2cc02bc79
-
- Oct 06, 2021
-
-
Ming Rui Zhang authored
Change-Id: I8448d3eb3b277be60b6223cfe1b3956c9cbc20fd
-
Ming Rui Zhang authored
1. GeneratedMessageDelegate, TextMessageDelegate and DataTransferMessageDelegate 2. DelegateChooser in MessageListView Change-Id: I5a3718f59e74b3499afc4abfa2826bab6cf442c8
-
+ fix multiline richtext + add SBS msg bubbles + limit timestamp visibility + render link previews + render data transfer interactions Gitlab: #467 Change-Id: I80b6db33d786180d479730213855b9816bea4793
-
Introduces a primitive QML ListView based chat view lacking features present in the previous web chat view, that will be added in subsequent commits(styling, preview/media/link/file-transfer message type support, etc.). Gitlab: #467 Change-Id: Iedc40f6172a6cdacc48cda6f4187053fbf226713
-
- Sep 14, 2021
-
-
Ming Rui Zhang authored
1. Remove redundant functions in AvAdapter 2. Add CurrentDevice for video device treatment Audio device treatment should be improved in the next stage 3. Add QSortFilterProxyModel to all video list models and manage them together to avoid redundant function calls 4. Video device call action should be responsive to device change as well Gitlab: #508 Change-Id: I3df949a08bc19042b73f033139cd6ab06925c0b6
-
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
-
Andreas Traczyk authored
Broken javascript caused the dialog component to fail. Change-Id: I049f651e2db16749dbdf8f6fe3ee61df05361986 Gitlab: #524
-
- Aug 30, 2021
-
-
Ming Rui Zhang authored
1. Line edit commits for all SettingsMaterialLineEdit 2. LinkDeviceDialog & NameRegistrationDialog refactor 3. Line edit commits for SettingSpinBox 4. Clean up for SettingsMaterialLineEdit, SettingSpinBox and SettingsComboBox Change-Id: I025735ca8d1241e31655e859ac9ce5431985ce0c
-
Ming Rui Zhang authored
Change-Id: Ie0e704090bf00002d6db9327396485fb32061a98
-
- Aug 23, 2021
-
-
Andreas Traczyk authored
Change-Id: I1623baee58bed8cd70900abc4085b49e54b50c4b
-
Andreas Traczyk authored
Change-Id: Ia80632cf2e217e8dd6844a6a8c0d0d8c0f6e1baf
-
Andreas Traczyk authored
Change-Id: Ia344d9f57a216f2d27ef40153af2d6bd787bfb77
-
Andreas Traczyk authored
Change-Id: I6e912c7a3dbba63f874b063770ba5c68a3f2de2f
-
Andreas Traczyk authored
Support Qt versions less than 5.15. This is not a good idea. Something is wrong with package deployment. Change-Id: Idc3daef154f7994f8e5ca089a3a0c6fe4d97dacf
-
- Aug 16, 2021
-
-
Ming Rui Zhang authored
materialLineEdit should be a rather simple component and any futher changes should be in another component such as UsernameLineEdit. Change-Id: I7d284c6fa87653468e64fd42874f8042a58d99cf
-
Ming Rui Zhang authored
Add enter key event handle for lineEdits in wizardview Gitlab: #470 Change-Id: I41948196742068cd0a03ff37efe93982410e91ce
-
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
-
Ming Rui Zhang authored
1. Remove the "Select file" button during the camera picture-taking process 2. Add missing cancel (x) button during the first step of the camera picture-taking process 3. Disable all interactive components when the account creation is unfinished Gitlab: #486 Change-Id: I91e279052aecdd9327f59e9a1377c344d9052323
-
- 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 05, 2021
- Aug 03, 2021
-
-
Andreas Traczyk authored
Change-Id: Id46bb3920e992101561fcb558fb4f8cb7571f6b1
-
- Jul 29, 2021
-
-
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 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
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
-
-
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 14, 2021
-
-
Andreas Traczyk authored
Replaces live updates to the avatar preview when editing the alias field on the profile page during account creation. Gitlab: #466 Change-Id: I93dd4611949ab0e76f9cea78f9d7aaa1949daa13
-
Andreas Traczyk authored
Throttle avatar image queries to the image provider when the component size changes. Gitlab: #466 Change-Id: Ie619671a593bcca75899f3d97c2af2071c427ab4
-