Julien Wadel
faff2f40c1
- Allow all redirection on FileDownloader (can resolve bzip2 download and then, using h264 on Windows).
...
- Use https for downloading bzip2.
2022-03-31 17:31:16 +02:00
Julien Wadel
bc9f9f5ec1
Fix crashs on video call.
...
- do deleteLater on QObjects.
- Queued QQuickFramebufferObject updates.
- Clean Linphone SDK window ID on Camera deletion (Qml side, it cannot be done on C++ beacause of asynchroneous signals).
- Do cleaning synchronization between calls window and fullscreen.
- Avoid to rebuild all entries of ChatRoom when below minimum limits (keep this feature to avoid loading time when initiate the call).
2022-03-31 17:31:05 +02:00
Julien Wadel
97173e07c0
Fix syntax error
2022-03-31 17:30:58 +02:00
Julien Wadel
46d2554f0a
- Show logs in console if launched from it.
...
- Fix speaker icon in fullscreen.
- Remove MouseArea from OpacityMask.
- Fix crash on ZRTP and fix windows on SoundPlayer
- fix Wasapi buffer
2022-03-31 17:30:48 +02:00
Julien Wadel
1d4a06668a
Fix windows build on missing codecs
2022-03-31 17:30:36 +02:00
Julien Wadel
906c4d71cd
Fix high cpu on busyindicators.
2022-03-31 17:30:27 +02:00
Julien Wadel
d604494b45
Fix search results
2022-03-31 17:30:18 +02:00
Julien Wadel
657302711b
Fix multi-addresses on search bar
...
Fix hidding send button in chat
2022-03-31 17:30:10 +02:00
Julien Wadel
0618dfc69b
Fix translations
2022-03-18 13:17:11 +01:00
Julien Wadel
8d176f6044
Translated using Weblate
...
Currently translated at 100.0% (858 of 858 strings)
(French)
Translation: Linphone Desktop/Master
Translate-URL: https://weblate.linphone.org/projects/linphone-desktop/master/fr/
2022-03-18 13:13:19 +01:00
Julien Wadel
fa0894446b
Translated using Weblate
...
Currently translated at 100.0% (855 of 855 strings)
(French)
Translation: Linphone Desktop/Master
Translate-URL: https://weblate.linphone.org/projects/linphone-desktop/master/fr/
2022-03-18 13:10:10 +01:00
Julien Wadel
6fc7ef5074
- Add auto download mode and use 10Mb as default.
...
- Fix notification thumbnail display on receiving file
- Fix empty name on uploading files
- Fix readonly chat room when someone is leaving
- Remove downloaded file on ephemerals
- Reduce iteration on background
2022-03-18 13:07:20 +01:00
Julien Wadel
f9cdb59d3b
Avoid to create a chat room from default account when receiving a call.
2022-03-18 13:07:05 +01:00
Julien Wadel
69f91c3cc3
- Windows : convert cmd into powershell and build for x64 with msvc2019
...
- Fix Qt deploy on Windows where some files weren't deployed.
2022-03-18 13:06:55 +01:00
Julien Wadel
d840e72956
Fix showing call history button and timeline filter buttons from data context.
2022-03-18 13:06:47 +01:00
Julien Wadel
e7612e692a
Add a custom sign process
2022-03-18 13:06:36 +01:00
Julien Wadel
ce8099b7f0
Fix glitches on M1.
...
Fix leaks on SDK searches.
Switch off misleading wasapi errors.
2022-03-18 13:06:28 +01:00
Julien Wadel
96649a26e9
Fix multipart on basic chat rooms
2022-03-18 13:06:20 +01:00
Thibault Lemaire
03d69675be
Add support for OpenGL 4.1 & GLSL 4.10
2022-03-18 13:06:13 +01:00
Julien Wadel
7b8d89dc51
Fix ice candidates on Windows by keeping only up interfaces and by improving the IPV6 selection to take account on temporary addresses at best.
2022-03-18 13:05:55 +01:00
Julien Wadel
ebd033a3e6
On default build : Revert webview subscription and keep old sheets (avoid deployment issues) but keep a way to reactivate it.
2022-03-10 19:16:26 +01:00
Julien Wadel
839a1bc9b0
- Send multiple files in one message, with preview.
...
- Message preview manage huge heights.
- Chat design rework.
- Sort timelines by unread chat rooms.
- Fix thumbnails that weren't deleted.
- Play audio record on playback device instead of ringer device.
- Fix binding loops on scrollable areas.
- Change timeline filter to a minimal version.
- Fix record button hovering.
- Fix camera button in fullscreen.
2022-03-08 15:44:50 +01:00
Julien Wadel
7f77c7bb59
Optimisations on display chat room and on startup.
...
Minor update to LDAP API.
2022-03-08 15:44:41 +01:00
Julien Wadel
3ba5c4ec0b
Add debug log to know what chat room have no peer address
2022-03-08 15:44:34 +01:00
Julien Wadel
fc292bd788
Fix crash on smartsearchbar : internal addresses weren't match to the number of count because of self result.
2022-03-08 15:44:25 +01:00
Julien Wadel
92e483c855
Add debug feedback on missing colors.
...
Add contact URL.
Change unread message count design in chat.
Add page text about missing features when using third party SIP account.
Add Translation link for contribution in about.
Fix history view.
Add delay of 500ms on message search.
Fix unresponsive check update button in settings.
Fix wrong characters in record name.
# Conflicts:
# linphone-app/cmake_builder/linphone_package/CMakeLists.txt
2022-03-08 15:44:16 +01:00
Julien Wadel
479369bab0
Fix SIP settings :
...
- Deletion of account where registration has not been enabled.
- Crash on new account.
- Route error message on creation.
2022-03-08 15:44:09 +01:00
Julien Wadel
4682ace15d
Update LDAP API
2022-03-08 15:43:58 +01:00
Julien Wadel
1997f6aafe
- add CGU and private policy
...
- add clickable links to checkboxes if present
2022-03-08 15:43:46 +01:00
Julien Wadel
2627a113aa
Workaround for a Qt crash : Resolve a random Qt crash from using indicator on switch. This way, switch is not loaded.
...
https://bugreports.qt.io/browse/QTBUG-82285
2022-03-08 15:41:01 +01:00
Julien Wadel
f82fd4c6af
- do not show 'me' if not admin in group info
2022-03-08 15:40:52 +01:00
Julien Wadel
cd68d32685
Set log size to 50MB
2022-03-08 15:40:44 +01:00
Julien Wadel
33f382d80a
- Shortcut in Reply to message's origin.
...
- Avoid to load huge chat room at the start of a call.
- Asynchronous chat room load.
- Fix video freeze on network change.
2022-03-08 15:40:37 +01:00
Julien Wadel
4ca37adc60
Reset unread messages when going to bottom after 5s
2022-03-08 15:40:28 +01:00
Julien Wadel
c84103a0c2
Fix thumbnail shortcut to download and not to folder, if the message comes from group chat synchronization (aka file send from the same account on different device)
2022-03-08 15:40:20 +01:00
Julien Wadel
06b4a211a0
- Chat room loading optimization.
...
- Fix loading more chat entries when going to beginning.
- Fix right padding text in chat messages.
- Fix black screen videos.
2022-03-08 15:40:10 +01:00
Julien Wadel
1c11f85348
Fix some qml errors on contacts and chats
2022-03-08 15:40:03 +01:00
Julien Wadel
17d7fd816c
Fix hidden delivery status
2022-03-08 15:39:55 +01:00
Julien Wadel
07a45ec557
- change user agent for device name.
...
- add a settings to change device name (default is machine hostname)
- fix table layout : no more empty line at top (eg. in network protocol and ports settings)
2022-03-08 15:39:46 +01:00
Julien Wadel
fb4da2587e
Info group : show participant address on avatar click instead of all line, that allows address selection.
2022-03-08 15:39:37 +01:00
Julien Wadel
fa7925c4a2
Fix: Show composing in chat
2022-03-08 15:39:28 +01:00
Julien Wadel
3c1a2d4bda
Fix flicking, cursors and selection in messages.
...
- Avoid Flicking on messages.
- Use a different cursor when hovering on links in chat.
- Keep selection displayed on the first right click in a message.
2022-03-08 15:39:20 +01:00
Julien Wadel
1dcb27e14a
Update changelog
2022-03-08 15:39:12 +01:00
Julien Wadel
edce53b23e
- Enable CPIM on basic chat rooms.
...
- Fix layout on reply/vocal preview that could be ahead of chat.
- Add a volume monitor when recording a vocal message.
2022-03-08 15:39:05 +01:00
Julien Wadel
df28674ced
Unread message event and unread message reset rework.
2022-03-08 15:38:57 +01:00
Julien Wadel
2c4815460b
Fix crash on using peer address when not available
2022-03-08 15:38:44 +01:00
Julien Wadel
50f5ac696d
Fix new message notice that contains empty text.
2022-03-08 15:38:34 +01:00
Julien Wadel
4d9522f191
Fix scrolling with huge message.
2022-03-08 15:38:24 +01:00
Julien Wadel
f15fbf463c
- Fix forward title text
2022-03-08 15:38:16 +01:00
Julien Wadel
28f860815f
Fix crash on NULL chat rooms when building ChatRoomModel
2022-03-08 15:38:06 +01:00