Commit graph

4382 commits

Author SHA1 Message Date
Julien Wadel
7fcc205fcf quickfix on time 2023-05-30 15:59:40 +02:00
Julien Wadel
8f76312f7d Fix empty times on picker by filling time string with 0 2023-05-30 15:47:53 +02:00
Julien Wadel
f5b59f5633 Fixes on chat/history/conferences section date timezone and conferences creation timezone:
- Remove timezone variable as it is not stored into database. Use it only when building the conference date (which is in UTC).
- Replace javascript managment on dates by Qt in C++ because of timezone complexity that can be different from C++ and QML.
- Remove the buggy autocheck on conference creation time.
2023-05-23 18:36:37 +02:00
Julien Wadel
92297632f4 Replace double click on avatar by a simple click for copying address into the SmartSearchBar. 2023-05-12 15:12:17 +02:00
Julien Wadel
fe4af7cc1c Fix displaying active speaker and video.
Fix borders of speaking participants.
Update SDK to 5.2.59
2023-05-12 11:57:55 +02:00
Julien Wadel
c4811f5fe1 Update SDK to 5.2.55 2023-05-04 15:46:22 +02:00
Julien Wadel
c42d720c81 Calling conference from history. 2023-05-04 15:45:21 +02:00
Julien Wadel
abfac176c1 Allow to select a Terminated chat room.
(cherry picked from commit a8184ccdca)
2023-04-18 10:39:18 +02:00
Julien Wadel
60ef6a659f Use custom font for chat compose area. 2023-04-13 07:23:00 -04:00
Julien Wadel
fd984d5d19 Section date timezone in chat. This fix a 1 day diff because of JS timezone convertion. 2023-04-13 07:15:44 -04:00
Julien Wadel
80bbcb0272 Send compose only if text is not empty 2023-04-11 15:14:58 +02:00
Julien Wadel
f6d2d3e9f1 Translated using Weblate 2023-04-11 13:03:36 +00:00
Julien Wadel
0dfd16fdd0 Update SDK to 5.2.50 (publish presence fix) 2023-04-11 14:39:23 +02:00
Julien Wadel
0d00704e44 Fix factor computation to detect non-standard size for a thumbnail. 2023-04-04 15:44:42 +02:00
Julien Wadel
33b77dcdce Set authinfo fort stun only if there is an username. It fixes the overwrite of AuthInfo that belongs to another item. 2023-04-04 15:33:28 +02:00
Julien Wadel
204ae3d5f9 Update record micro icon 2023-04-03 11:53:32 +02:00
Julien Wadel
66bab864b5 Second fix on peer address in conversation to use the participant. 2023-04-03 11:36:18 +02:00
Julien Wadel
180d9bc8df Code signing by specifying hash. 2023-03-31 15:27:07 +02:00
Julien Wadel
c5225c6ccc - Print logs into stout/stderr only if verbose is set.
- `--qt-logs-only` : print only logs from the application. It strips SDK logs from the output.
- Fix peer addresses in chat rooms (group/secure)
- Add an option to display the application debug logs.
2023-03-30 15:07:45 +02:00
Julien Wadel
982c54f6cf Incoming ephemerals weren't removed without reloading chat rooms (missing connection) 2023-03-29 17:52:39 +02:00
Julien Wadel
412d268628 Multiple files can be selected as attachement. 2023-03-29 17:32:44 +02:00
Julien Wadel
756ef8e4b3 Add debug logs for Camera behaviors. 2023-03-29 17:28:06 +02:00
Julien Wadel
c48c4d9bca Fix qml null values 2023-03-28 14:40:33 +02:00
Julien Wadel
9b097c313e Add debug logs on fullscreen. 2023-03-28 14:30:02 +02:00
Julien Wadel
60968d6f9d Add Czech language and fix japan translation. 2023-03-28 14:16:36 +02:00
Julien Wadel
20ce9205ab Added translation using Weblate (Czech) 2023-03-28 14:13:22 +02:00
Julien Wadel
8addc1375d Chat's BusyIndicator was white (on white). Update its color to be visible. 2023-03-28 13:19:07 +02:00
Julien Wadel
79ddf32b1d Update SDK to 5.2.42 2023-03-28 10:32:42 +02:00
Julien Wadel
39cb5db106 Chat : Stay at end. 2023-03-28 10:30:52 +02:00
Julien Wadel
4a1cfe0c91 Fix using only username in URI handlers. 2023-03-27 11:07:11 +02:00
Julien Wadel
02e0253241 Update SDK to 5.2.35 (ZLib vulnerability). 2023-03-16 17:01:14 +01:00
Julien Wadel
2b525dcdf1 Show file extension image instead of thumbnails if image's size factor is too low/high 2023-03-16 16:59:41 +01:00
Julien Wadel
ae451ceb5a Downgrade Qt back to 5.15.2 because of Qt commercial licence that break other GPL licences.
A new version is needed because of linux image.
2023-03-16 16:58:09 +01:00
Julien Wadel
275ff12a83 Update SDK to 5.2.32 2023-03-13 15:10:32 +01:00
Julien Wadel
24d85e2eb4 - Conference layout refreshing on creation.
- Crash and display of local conferences.
2023-03-13 15:09:22 +01:00
Julien Wadel
66982bd0c3 Show local accounts display name instead of username. 2023-03-07 13:42:56 +01:00
Julien Wadel
b13e88b523 Crash on chat rooms with the default account. 2023-03-07 10:44:17 +01:00
Julien Wadel
5a49cbcc35 - Some case of unwanted settings folders creation : When calling settings paths from SettingsModel, we checked on default in all cases. That lead to create folders to be writable.
=> Check for default only if path has not been overwritten in linphonerc.
- Replace black thumbnails that contains transparency by white color.
Thumbnails are in jpg where there is no transparency. By default, transparency is replaced by black color because not background color has been defined.
=> Set background image in white.
2023-03-01 11:07:15 +01:00
Julien Wadel
8054fa8f5b Update SDK to 5.2.28 (cleanup orphan NAT sections and race condition on MSTicker threads) 2023-02-28 15:51:04 +01:00
Julien Wadel
9377b1a059 Fix Contact edit on messing mouse focus (regression from Qt 5.15.12) 2023-02-28 15:42:01 +01:00
Julien Wadel
1c8385f060 Translated using Weblate
Currently translated at 100.0% (1024 of 1024 strings)
(French)

Translation: Linphone Desktop/Master
Translate-URL: https://weblate.linphone.org/projects/linphone-desktop/master/fr/
2023-02-24 10:48:49 +01:00
Vincent Laporte
d8ba17663a Translated using Weblate
Currently translated at 100.0% (1024 of 1024 strings)
(French)

Translation: Linphone Desktop/Master
Translate-URL: https://weblate.linphone.org/projects/linphone-desktop/master/fr/
2023-02-24 10:48:41 +01:00
Julien Wadel
fb14ac1704 Translated using Weblate
Currently translated at 100.0% (1024 of 1024 strings)
(French)

Translation: Linphone Desktop/Master
Translate-URL: https://weblate.linphone.org/projects/linphone-desktop/master/fr/

# Conflicts:
#	linphone-app/assets/languages/fr_FR.ts
2023-02-24 10:48:26 +01:00
Julien Wadel
703e380528 Translated using Weblate
Currently translated at 100.0% (1024 of 1024 strings)
(Russian)

Translation: Linphone Desktop/Master
Translate-URL: https://weblate.linphone.org/projects/linphone-desktop/master/ru/

# Conflicts:
#	linphone-app/assets/languages/ru.ts
2023-02-24 10:47:17 +01:00
稲凪 咲
99156ab35b Translated using Weblate
Currently translated at 64.1% (657 of 1024 strings)
(Japanese)

Translation: Linphone Desktop/Master
Translate-URL: https://weblate.linphone.org/projects/linphone-desktop/master/ja/
2023-02-24 10:45:16 +01:00
Julien Wadel
7e8bf1eaa1 Update SDK to 5.2.25 2023-02-24 10:17:23 +01:00
Julien Wadel
21965cc9a2 Unset URL handlers on exit( as specified by Qt).
Fix uppercase avatar initials.
2023-02-23 18:31:28 +01:00
Julien Wadel
073f159485 Update docker file to use Maintenance Tool from Qt.
Remove the fuse mandatory for CI.
Update CI to use Qt custom version and update application to Qt 5.15.12.
2023-02-23 18:31:28 +01:00
Julien Wadel
d2131a94de Icon transparency generations on icon.ico 2023-02-22 16:38:13 +01:00
Julien Wadel
4721cf0e44 Display copy message on share click in reply message. 2023-02-21 15:45:06 +01:00