- Oct 07, 2021
-
-
Ming Rui Zhang authored
Gitlab: #551 Change-Id: Iea2d90248a8c16cf96d9e97f72bdf98e0f6f13a0
-
Amin Bandali authored
FindPython3 sets a different variable than the old FindPythonInterp, namely it sets Python3_EXECUTABLE instead of PYTHON_EXECUTABLE. Change-Id: I423bf0b9eb68d9fea42f8f51b72154a01449f095
-
Amin Bandali authored
Change-Id: Ic67188880997ee447bb12b53ee4c9455c1182200
-
Amin Bandali authored
This reverts commit a2e8238b. Reason for revert: breaks build on systems that symlink /usr/bin/python to Python 2 rather than Python 3 -- for example, Ubuntu 18.04. Change-Id: Ia58fb4d9b337e65d0a7118ecbaa7e22e4b4619c2
-
- Oct 06, 2021
-
-
Ming Rui Zhang authored
Change-Id: I8448d3eb3b277be60b6223cfe1b3956c9cbc20fd
-
Ming Rui Zhang authored
Gitlab: #550 Change-Id: I713af229a3f90ca9d6b3e526ae3c710e7f573c66
-
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
-
+ Change name to ChatviewHeader as no webview + Avoid anchors hell and use a RowLayout Change-Id: Iff4bbeabc70cfa496a7a208ee5da0c9ea1b6ff08
-
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
-
- Oct 04, 2021
-
-
Jenkins authored
Change-Id: I066e96e2cbe00751673d24e470c1e93442533152
-
- Oct 01, 2021
-
-
Sébastien Blin authored
Change-Id: I61bc0ed71d79bdd268d19d7dccadb44350766b26 GitLab: #519
-
Sébastien Blin authored
Change-Id: Ia637a958c0379af432561e568bfc5b818278d713 GitLab: #542
-
Python 3 is required to generate the resources.qrc file. Change-Id: Ifb82097183715e6a1a1008a1bb58272afd8019ec
-
- Sep 28, 2021
-
-
Ming Rui Zhang authored
1. Logic fix - use file url instead of folder url 2. Add informative dialog like it used to have Gitlab: #540 Change-Id: I73e8335e65d7048294f88988991888ab244b3144
-
Amin Bandali authored
Change-Id: Ic3e2ea7200325983b508fe24a332e445b820acfb
-
- Sep 21, 2021
-
-
Sébastien Blin authored
Change-Id: I2eddb949a8d8e33186cef201ccbdf065c7fcf4db
-
Andreas Traczyk authored
Change-Id: Iab7e5b9f7f8128bed25b75256eb228588704fa5a
-
- Sep 20, 2021
-
-
Jenkins authored
Change-Id: I5142f5176ad250a8c9bc8881149b8bb54c749a81
-
- Sep 16, 2021
-
-
Sébastien Blin authored
This breaks messages with %Num inside. .arg() is useful for l20n but here we don't care as the two arguments will always be in the same order. GitLab: #529 Change-Id: I018bdecdf51d30be887ab4a50ef54401f2f34235
-
Sébastien Blin authored
GitLab: #527 Change-Id: I88ccd32f044fe352400c7971ef41c52277a33c84
-
- 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
-
Use QThreadpool to queue the start and stop of the audio device preview. Gitlab: #522 Change-Id: I476e754628e0d1e00475c0ead7f1421579683ada
-
- Sep 13, 2021
-
-
Jenkins authored
Change-Id: I1667374590a4e88f34ff6ebed214047dda1d6e5e
-
- Sep 07, 2021
-
-
Ming Rui Zhang authored
1. Use correct model for calling revokeDevice 2. Fix RevokeDevicePasswordDialog background color Change-Id: I0056bcde8012d76a9010c6ba95f93a8cb8bffc2e
-
- Sep 06, 2021
-
-
Jenkins authored
Change-Id: I3477ee2540a8ef8864334ccfd472adbc8e015934
-
- Sep 03, 2021
-
-
Sébastien Blin authored
Change-Id: I2471d3e72db309c65dceeade262904cd48055904
-
- Aug 31, 2021
-
-
Ming Rui Zhang authored
Change-Id: I0e02cd89039ff8573c1b8ab974d19976151b4c38
-
- Aug 30, 2021
-
-
Jenkins authored
Change-Id: I5b7f816cc8358a084e79fb21d54400a407d0cedb
-
Andreas Traczyk authored
Prevents out of date monikers visible within the incoming and outgoing call views. Change-Id: Ic5154b1aa694d31e2504c55cdb5f1a1eaa99cfa2
-
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
1. Remove deviceModel from AccountAdapter 2. Use QSortFilterProxyModel to make sure that current device is always on top and the rest are in alphabetical order 3. Elide device name properly in DeviceItemDelegate Change-Id: Ic66a11fb4a4a8cca65916653e0981b15c939bce6
-
Ming Rui Zhang authored
Gitlab: #492 Change-Id: I8bab7bc1cd1f5bdbf7c6c54e615a21690dad1585
-
Ming Rui Zhang authored
Change-Id: Ie0e704090bf00002d6db9327396485fb32061a98
-
Ming Rui Zhang authored
Gitlab: #509 Change-Id: Iaaffd774c673a18029104977b0248705f8826118
-
First I added glib to cmake this fixed the glib.h not found error. Then I got build errors from the missing GIO include as seen in the linked issue. After adding the #include <gio/gio.h> the linker failed to find the gio library. After adding the gio check to cmake all build issues were solved. GitLab: #504 Change-Id: Iac537e10261f2e9dfa61029c4591e000851a378c
-
- Aug 26, 2021
-
-
Ming Rui Zhang authored
Gitlab: #492 Change-Id: I2d7f42d30adc51394e066ece776db4e0a2ffe96f
-
- Aug 25, 2021
-
-
Sébastien Blin authored
Seems bugguy on some distributions... Change-Id: I985d64cc36445ce2b68fe091ad060601071a3e04
-