Ronan Abhamon
|
593055be5d
|
fix(CoreManager): avoid in getChatModelFromSipAddress when migration chat room is used
|
2018-02-27 10:49:14 +01:00 |
|
François Grisez
|
61ce19b9fb
|
Adjusts Linphone Qt's code to fit the new API of Liblinphone
|
2018-02-06 13:54:13 +01:00 |
|
Ghislain MARY
|
82289b2d1e
|
Create and start linphone core separately.
|
2018-02-05 17:08:28 +01:00 |
|
Ronan Abhamon
|
a4b9bdb6f0
|
fix(SipAddressesModel): do not fetch all chat messages to construct history, ONLY THE LAST...
|
2018-02-02 15:47:06 +01:00 |
|
Ronan Abhamon
|
9d665702e7
|
fix(components): use linphone::CallStateReferred instead of linphone::CallStateRefered
|
2018-01-03 10:41:28 +01:00 |
|
Benjamin Reis
|
10a8544ce7
|
fix(Settings model) use none deprecated apip to fix build
|
2017-10-13 10:21:33 +02:00 |
|
Sylvain Berfini
|
e834b879f9
|
Prepared audio mute button in incall view
|
2017-09-18 10:59:42 +02:00 |
|
nicolas
|
c7db013481
|
fix(CallModel): deal with auto-answer only when call state is incoming
|
2017-09-07 14:23:53 +02:00 |
|
nicolas
|
fe9575d18f
|
fix(AccountSettingModel): show complete sip-address (with display name) in address editor
|
2017-09-07 14:11:39 +02:00 |
|
Ronan Abhamon
|
d862ff120b
|
feat(app): deal with sip address like: sip:toto
|
2017-09-07 13:43:35 +02:00 |
|
nicolas
|
12c06a0324
|
fix(CoreManager): avoid memory leak on ChatModel and use correct sip address key*
|
2017-09-07 12:26:49 +02:00 |
|
Ronan Abhamon
|
20d06c589d
|
feat(app): use static inline
|
2017-08-25 10:47:31 +02:00 |
|
Ronan Abhamon
|
81e3f3ed2c
|
fix(Chat): better code for limit file size
|
2017-08-23 10:07:26 +02:00 |
|
Ronan Abhamon
|
bcada5de4b
|
feat(Chat): disable file size limitation (close #66)
|
2017-08-23 10:01:41 +02:00 |
|
Ronan Abhamon
|
1d2dbfb774
|
feat(Chat): detect correctly mime types for file messages
|
2017-08-18 11:02:49 +02:00 |
|
Sylvain Berfini
|
b9c5c8fc96
|
Fix grammatical error
|
2017-08-17 10:12:05 +02:00 |
|
Ronan Abhamon
|
5cb47b0eea
|
fix(CallModel): coding style
|
2017-08-16 17:54:18 +02:00 |
|
Ronan Abhamon
|
5cd97cb5c6
|
feat(Settings): provide an option to disable the RLS URI
|
2017-08-16 17:48:23 +02:00 |
|
Ronan Abhamon
|
2de3d84029
|
fix(SipAddressesModel): avoid a crash when a sip address observer is destroyed
|
2017-08-16 11:29:02 +02:00 |
|
Ronan Abhamon
|
8bf34d85ca
|
feat(Call): display correctly forced display name and only sip uri in description
|
2017-08-09 14:14:38 +02:00 |
|
Ronan Abhamon
|
d7be2afbb7
|
fix(ConferenceAddMOdel): check valid sip address in addToConference
|
2017-08-09 13:50:07 +02:00 |
|
Ronan Abhamon
|
c515eec481
|
fix(app): test correctly valid sip addresses at many points
|
2017-08-09 12:48:44 +02:00 |
|
Ronan Abhamon
|
3ddcdd2278
|
feat(VcardModel): remove interpretSipAddress function, use the SipAddressesModel class instead
|
2017-08-09 12:43:22 +02:00 |
|
Ronan Abhamon
|
060702e3ed
|
fix(app): repare build
|
2017-08-09 12:36:21 +02:00 |
|
Ronan Abhamon
|
091227e83b
|
feat(SipAddressesView): do not display wrong default sip address
|
2017-08-09 12:31:27 +02:00 |
|
Ronan Abhamon
|
ef3cbf5044
|
feat(MessagesCountNotifier): use a blink in sys tray icon on GNU/Linux
|
2017-08-08 12:10:43 +02:00 |
|
Ronan Abhamon
|
22c0987ec4
|
feat(app): add a message counter on sys tray icon (GNU/Linux)
|
2017-08-08 09:41:43 +02:00 |
|
Ronan Abhamon
|
20f5312496
|
feat(app): add static_cast for Clang
|
2017-08-07 15:35:53 +02:00 |
|
Ronan Abhamon
|
28d64620f3
|
fix(MessagesCountNotifier): avoid pure virtual call
|
2017-08-07 15:28:11 +02:00 |
|
Ronan Abhamon
|
97c57547e6
|
fix(CoreManager): MessagesCountNotifier included correctly under Mac OS
|
2017-08-07 15:13:04 +02:00 |
|
Ronan Abhamon
|
66a0748fef
|
feat(MessagesCountNotifier): refactoring
|
2017-08-07 14:58:54 +02:00 |
|
Ronan Abhamon
|
2a53b6d65c
|
feat(Call): add 2 sliders to set speaker/micro volume in media parameters popup
|
2017-08-07 12:24:45 +02:00 |
|
Wescoeur
|
d4e89205a0
|
fix(Conference): better code
|
2017-07-22 19:41:36 +02:00 |
|
Nicolas Follet
|
646f0fe3b9
|
feat(App): supports commands and conferences with id
|
2017-07-22 19:24:01 +02:00 |
|
Ronan Abhamon
|
9f6857ce7c
|
feat(SettingsModel): add a video mode supports for auto answer (close #44)
|
2017-07-21 13:18:47 +02:00 |
|
Ronan Abhamon
|
c103e18037
|
fix(Notifier): check correctly internalWindow...
|
2017-07-21 12:55:16 +02:00 |
|
Ronan Abhamon
|
1a31ab06d7
|
fix(SettingsSipAccountsEdit): detect correctly sip addresses
|
2017-07-19 16:00:55 +02:00 |
|
Ronan Abhamon
|
ff985c090c
|
feat(AccountSettingsModel): addOrUpdateProxyConfig load nom xml config file before create config
|
2017-07-19 15:47:09 +02:00 |
|
Ronan Abhamon
|
1fb8e3e7a7
|
fix(AccountSettingsModel): test if identity address of proxy config is valid
|
2017-07-19 15:20:28 +02:00 |
|
Ronan Abhamon
|
55b07cb119
|
fix(tests/self-test): fix test for mac os
|
2017-07-19 10:41:08 +02:00 |
|
Ronan Abhamon
|
c7509acd9b
|
feat(tests/MainViewTest): add a showManageAccountsPopup method
|
2017-07-18 13:40:36 +02:00 |
|
Wescoeur
|
2987cdd5ef
|
fix(MessagesCountNotifier): remove unused var warning
|
2017-07-16 22:51:52 +02:00 |
|
Wescoeur
|
4f30465275
|
chore(CMakeLists.txt): old-style-cast is an error warn now
|
2017-07-16 22:49:05 +02:00 |
|
Wescoeur
|
8d46bcb1ae
|
feat(Colors): do not override if config is null
|
2017-07-16 22:22:11 +02:00 |
|
Wescoeur
|
8c83d32da5
|
feat(MessagesCountNotifier): limit counter to 99
|
2017-07-16 22:11:26 +02:00 |
|
Sylvain Berfini
|
e0428071c6
|
Added EXIF orientation support for file transfer images' preview
|
2017-07-12 15:59:02 +02:00 |
|
Ghislain MARY
|
39cc76d46b
|
Fix crashes when starting the application if no linphonerc file exists yet.
|
2017-07-04 17:56:42 +02:00 |
|
Ghislain MARY
|
3893e2882f
|
Implement display of unread messages count on the application icon in the dock on Mac OS X.
|
2017-06-30 15:18:13 +02:00 |
|
Ghislain MARY
|
5a29621141
|
Fix crash when terminating a call.
|
2017-06-29 16:04:57 +02:00 |
|
Ghislain MARY
|
a5301bd410
|
Fix build on Mac OS X.
|
2017-06-29 15:58:13 +02:00 |
|