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
c42d720c81
Calling conference from history.
2023-05-04 15:45:21 +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
0d00704e44
Fix factor computation to detect non-standard size for a thumbnail.
2023-04-04 15:44:42 +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
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
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
8addc1375d
Chat's BusyIndicator was white (on white). Update its color to be visible.
2023-03-28 13:19:07 +02:00
Julien Wadel
39cb5db106
Chat : Stay at end.
2023-03-28 10:30:52 +02: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
9377b1a059
Fix Contact edit on messing mouse focus (regression from Qt 5.15.12)
2023-02-28 15:42:01 +01:00
Julien Wadel
4721cf0e44
Display copy message on share click in reply message.
2023-02-21 15:45:06 +01:00
Julien Wadel
83172efc88
Remove unadmin feature to self because of not fully supported.
2023-02-15 16:27:52 +01:00
Julien Wadel
ad37fb0222
Deactivate action buttons and menus if chat room has been left.
2023-02-15 14:52:36 +01:00
Julien Wadel
bd6290cd19
- Fix display name with UTF32 emojis.
...
- Allow to change family fonts on avatar.
2023-02-07 09:00:11 +01:00
Julien Wadel
209ee49724
Display non-Ascii avatar
2023-02-06 15:27:19 +01:00
Julien Wadel
803e9f7d81
- Crash when editing contacts from chat.
...
- Contacts synchronization on creation.
- Contact menu in secure chats.
2023-02-02 10:59:33 +01:00
Julien Wadel
5d1e3bc18f
- Remove blank page in callwindows.
...
- Add a wait step while connecting the call.
- Rewrite CallModel::getStatus() for variable debugging.
- Split status call handler in call list to manage core and call signals. This avoid to use call data before any set from callbacks (core cbs are before call cbs).
- Destroy call notification when model is destroyed (fix blank notification).
- Fix status enums in incall menu for camera activation.
2023-02-01 12:05:40 +01:00
Julien Wadel
007219f6ee
Mac : Fix recordings error that prevent to display the page.
2023-01-30 15:35:08 +01:00
Julien Wadel
04a1324139
Display hidden scrollbars in settings.
...
Add more feedback on quit reason.
Fix window title based on the application name.
2023-01-30 14:11:37 +01:00
Julien Wadel
b393b5d0e0
Do js check on value in array by doing type coercion (fix error hidden bubble on Qt5.12.12)
2023-01-30 14:07:11 +01:00
Julien Wadel
b52b1ff16f
Remove qml keyword that was introduced in Qt 5.15
2023-01-20 09:56:03 +01:00
Julien Wadel
5dc002197d
Display media captures files (recordings)
2023-01-17 17:05:19 +01:00
Julien Wadel
165ef1a46a
Close window when the call end and there is no error.
...
Fix call windows behaviours when choosing a call to be displayed (outgoing, paused, waiting room)
Fix a crash on stopping call when video was active.
2023-01-16 12:15:25 +01:00
Julien Wadel
aad4879afc
Hide Active speaker in mini views.
...
Better fix on refreshing layout when Qt doesn't do it.
2023-01-16 12:15:23 +01:00
Julien Wadel
bce687d3d8
Remove recording button on conference (because of being not fully implemented by SDK)
2023-01-16 12:14:17 +01:00
Julien Wadel
0ba33ad146
Make preview movable
2023-01-16 11:59:49 +01:00
Julien Wadel
a52890bdea
Fix a crash at startup for using uninitialized settings model.
...
Update SDK to 5.2.8
2023-01-09 10:44:33 +01:00
Julien Wadel
51658c0443
Fix volume gauge in multimedia parameters while being in call.
...
Add customization UI when deactivating video/conference/update checker.
2022-12-22 16:27:06 +01:00
Julien Wadel
c6df2a1868
Increase max image size on GUI.
...
More customization on about, update checker and video.
(SDK) Fix a crash when starting a core on an account that don't have a contact address.
Fix typo in Readme
2022-12-21 15:19:31 +01:00
Julien Wadel
156ac7ffc2
QML Reindentation
2022-12-15 10:38:08 +01:00
Julien Wadel
070820225d
Fix layout on delivery icon that was behind menu button.
2022-12-15 10:37:51 +01:00
Julien Wadel
8f3052632a
System languages based on QLocale and not name.
2022-12-15 09:29:44 +01:00
Julien Wadel
0c70e20888
Hide participants in cancelled ICS.
2022-12-14 13:31:32 +01:00
Julien Wadel
7dc596c616
Capitalize chat section dates.
...
Update SDK.
2022-12-12 16:56:05 +01:00
Julien Wadel
8df33fc546
Implement RFC3987 for parsing IRI (NonASCII characters in URL) to allow chat redirections on URL.
...
Move QML code into C++ in order to have an updated API that take account of unicode formats.
Fix images display that comes from URL in chats.
2022-12-09 15:26:25 +01:00
Julien Wadel
1849bd08e4
Short term design choice on meetings list : display all for all accounts. As of 5.2.0 SDK and on cancel, there are no more more links between conference info and current account.
...
Fix translations on cancelled meetings.
2022-12-07 11:25:10 +01:00
Julien Wadel
19e59ae021
Fix typo on camera switch in audio-only.
2022-12-06 17:32:22 +01:00
Julien Wadel
d1027f401d
Fix reply message shortcut:
...
- move to a better location where the message is supposed to be.
- avoid to refresh view when loading chat items.
2022-12-06 17:31:53 +01:00
Julien Wadel
6f673554e4
Display all participants count in ICS (all = SDK participants + organizer)
2022-12-05 15:13:10 +01:00
Julien Wadel
e7767224a0
Fix time zones with QDateTime fromMSecsSinceEpoch/toMSecsSinceEpoch.
...
Overwrite locale display for qml date to avoid taking account of timezone when using only dates.
2022-12-05 14:38:59 +01:00
Julien Wadel
1b8b57664c
Hide remove participant button for 'me' in conference.
2022-12-01 17:39:50 +01:00
Julien Wadel
985f77c815
Disable camera button if paused.
2022-12-01 17:16:48 +01:00