Commit graph

197 commits

Author SHA1 Message Date
Julien Wadel
1d217faf4d Add a settings to change URL of version check
Add an option to Form to overwrite max width of cell
2021-11-03 16:57:39 +01:00
Julien Wadel
a638ce0b77 Fix tunnel build and Mac deployment on generic dmg 2021-11-03 16:57:26 +01:00
Julien Wadel
f68bda71d6 Fix remote provisioning check 2021-11-03 16:57:19 +01:00
Julien Wadel
456f7e3193 Using mipmap can crash on Mac : add an option to deactivate it with 'mipmap_enabled' in [ui] section. 2021-11-03 16:57:11 +01:00
Julien Wadel
809abc653b - Add Vendor and copyright ranges
- Color customization on tray event count
- Allow the use of a custom URL for remote provisioning(first stage dev)
- Fix assistant to come back to home if no more items
- Update icon generation to inkscape 1.1
2021-11-03 16:57:02 +01:00
Julien Wadel
2feff509ae Replace color description if different (usually coming from loading) 2021-11-03 16:56:41 +01:00
Julien Wadel
b433b2ccb0 Fix bad call on invoke method 2021-11-03 16:56:23 +01:00
Julien Wadel
9b42af7b45 Images and color customization overhaul 2021-11-03 16:56:09 +01:00
Julien Wadel
82b44c644c Fix : keep fullscreen mode on timeout notification.
- Come back to fullscreen when clicking on fullscreen icon in call.
2021-11-03 16:55:56 +01:00
Julien Wadel
cdcbc09795 - Fix crash when quitting the application by stopping core before destructors and by adding a check in ChatRoomModel destructor. 2021-11-03 16:55:47 +01:00
Julien Wadel
8393d6a56b - Use MIME based on executable name for CLI/URI handlers
- Rework CLI/URI execution
2021-11-03 16:55:39 +01:00
Julien Wadel
36b406aaf3 Fix tunnel crash 2021-11-03 16:55:32 +01:00
Julien Wadel
4814eed85d - Add a manual update check
- Add option to enable check updates
- Fix crash on quit
2021-11-03 16:55:24 +01:00
Julien Wadel
88a1263d2a - Add Tunnel support if available.
- Add tunnel special options for developer.
- Use of CPP for linphone enums to string.
- Replace let colors with better quality.
- Fix developer settings view.
2021-11-03 16:55:16 +01:00
Julien Wadel
176b46ce9f - Remove 'app' section and keep 'ui'
- Allow to make a variable in readonly (only for enabling chats yet)
- Rename chatEnabled to standardChatEnabled
2021-11-03 16:55:06 +01:00
Julien Wadel
331e621c8e - Remove 'app' section and keep 'ui'
- Allow to make a variable in readonly (only for enabling chats yet)
- Rename chatEnabled to standardChatEnabled
2021-11-03 16:54:59 +01:00
Julien Wadel
49327b7311 - Add an option to enable standard and secure chats feature ('app' section)
- Fix history buttons that should not appear if chat room mode is not activated
- Allow to use a secure chat room to be used when calling (set by context : encrypted call/secure chat enabled)
- Replace a warning log by info while creating a chat room.
- Fix missing qml variables.
- Change Contact Edit and SIP Addresses selections to start a standard chat or a secure one.
- Simplify encryption activation on call parameters with enableEncryption()
2021-11-03 16:54:45 +01:00
Julien Wadel
4909c9cc98 - Add load sip address model time debug.
- Add copy text banner
2021-11-03 16:54:32 +01:00
Julien Wadel
eb34285abe Optimize loading chats on startup 2021-10-20 15:03:17 +02:00
Julien Wadel
59c2ba9f11 * UTF8 fixes and display names behavior:
- Avoid to replace display if empty on address books search
- Propagate change when display name is set in callModel
- Add a way to update addresses when data model change outside of ChatRoomModel
- While calling and one participant, get display name from call remote address
- Update display names after adding a call log
- Fix UTF8 when compute display name
- Replace JS display name functions by CPP

* Fix tooltips width and timeline unexistant object
* MSYS2 bzip2 may block the process execution when no arguments. Add help args and remove outputs from streams.
2021-10-18 19:26:20 +02:00
Julien Wadel
8d9c3d28df Fix crash on multiple end calls 2021-10-14 19:15:43 +02:00
Julien Wadel
e7335a82db Allow to remove items in filter timelines criteria 2021-10-14 17:50:21 +02:00
Julien Wadel
79dabf83bf Fix crash on endResetModel while searching a sip address (spotted on Qt 5.15.2). 2021-10-14 15:17:33 +02:00
Julien Wadel
ad1a7a11ec DTLS crash : Use writable location for ZRTP and DTLS certificates paths 2021-10-14 10:58:35 +02:00
Julien Wadel
54c972e573 - Fix unupdated participant in chat rooms (like admin status).
- Add log feedback on async admin set.
2021-10-13 15:24:40 +02:00
Julien Wadel
892ac2492c Fix a multithreaded crash when searching with MagicSearch 2021-10-13 10:04:45 +02:00
Julien Wadel
2d7aec88e2 Avoid to stop the application when the CLI parser cannot parse its arguments (like arguments that doesn't exist) 2021-10-12 16:22:04 +02:00
Julien Wadel
b4b0e05c97 Fix UTF8 on Subject, events and chat rooms (secure/group chat) 2021-10-12 14:57:29 +02:00
Julien Wadel
5397094d92 Fix persistent proxy on removing (message-expires let the contact exists for messages) and subject UTF8 chat rooms 2021-10-11 16:02:25 +00:00
Julien Wadel
eabe561dff Multi fixes:
- Contact update propagated through timelines and more robust display name showing by using cpp.
- ContactEdit : don't use the conference URI when adding the contact to friend on secure chat room
- Conference View : Resize record, add record file notification.
- Group Chat : timed invitation (30s) where it will hide if no response. It will be shown if the participant accept later.
- Hide/Show empty chats : set defaults to avoid differences from SDK value.
- Calls actions : Dynamic width on transfer menu to show all text, set texts to uppercase.
- Timeline : Add a tooltip (right-clic) to show the last time update.
- File Messages : add search shortcut on avatar like messages, remove conflicts between right-clic menu and thumbnails increase (on hovering mouse).
- Call : hold view with a correct symbol (#10073 instead of 2 differents symbols for 2 vertical bars)
- Languages : remove '-----' artifacts in language files
2021-10-08 21:06:20 +02:00
Julien Wadel
8118a1c722 Crash on quit 2021-10-08 20:54:10 +02:00
Julien Wadel
d7aaea5022 Fix forced timeline selection (eg. showing chat when already selected for contact)
Fix contact edit update
Fix source language (en) on bad auto-comment (.ts generated get unwanted '-----')
2021-10-06 20:57:29 +02:00
Julien Wadel
8cb167978e Fix contact shortcut in searchbar 2021-10-06 18:57:51 +02:00
Julien Wadel
b82f6fd13b Fix cli parsing 2021-10-06 18:32:27 +02:00
Julien Wadel
daa56cc77c Fix XCode build (having same file name between .cpp and .mm is a bad use case) and test in CI 2021-10-01 10:36:44 +02:00
Julien Wadel
0c31da57af Add UI settings : allow to change text messages font and size 2021-09-27 15:34:35 +02:00
Julien Wadel
a6fb5271de Fix ephemerals events when updating timeout 2021-09-24 17:06:22 +02:00
Julien Wadel
5c5bbbd343 Fix double popup on confirmation when reverting contact edition. 2021-09-24 15:07:58 +02:00
Julien Wadel
ee1c63fed3 Fix LDAP on multiple result from SIP attributes and debug mode options.
Fix Rings
2021-09-17 16:14:05 +02:00
Julien Wadel
d7668288cc Avoid reloading chat on single new event 2021-09-17 10:05:20 +02:00
Julien Wadel
99b9a7753c Upgrade search and message loading. More smart loading entries based on currently view.
Add a spinner while loading/searching.
2021-09-16 21:38:18 +02:00
Julien Wadel
ae08795274 Fix : Do not show received message notification for outgoing message 2021-09-14 14:40:44 +02:00
Julien Wadel
e44f98ab98 In timeline filter : simple room is one-one and groups are conference (groupEnabled) 2021-09-14 14:22:55 +02:00
Julien Wadel
31d06c899a Change defaut option to show empty chat rooms in timeline 2021-09-14 12:04:10 +02:00
Julien Wadel
da844225d2 - Fix OSX min version
- Fix IMDN display on multi-devices
- Remove chat area min limits when not showing ephemeral
- Update text on delivery menu for toggling
2021-09-09 18:02:43 +02:00
Julien Wadel
ad1af38d22 Fix authentification request when there are no proxy config related. 2021-09-07 16:25:20 +02:00
Julien Wadel
56b001eb0c Colors managment rework 2021-09-06 20:34:06 +02:00
Julien Wadel
db68516632 - Fix search from selecting secure or not contacts
- Fix last contacts based on group chat capability
- Fix security icons on search
2021-09-06 14:32:35 +02:00
Julien Wadel
abdc5d0058 Fix : show sender instead of chat room when receiving a message from a chat room and keep the chat room icon in this case 2021-09-03 22:30:42 +02:00
Julien Wadel
642ff41e24 Fix : creating a chat room from gruu for chat will be a simple global chat 2021-09-03 21:53:35 +02:00