Commit graph

165 commits

Author SHA1 Message Date
Ronan Abhamon
d2999acacd feat(SettingsWindow): disable video tab when video is not enabled at compile time 2018-04-16 11:51:00 +02:00
Ronan Abhamon
7f42542deb fix(CoreHandlers): do not display notification on call received when auto answer is enabled with no delay 2018-04-16 11:50:37 +02:00
Ronan Abhamon
a432a9d4e2 fix(app): coding style 2018-04-16 09:37:24 +02:00
Ghislain MARY
05133608d5 Fix crash when selecting SIP account. 2018-03-27 22:01:04 +02:00
Ghislain MARY
8a3582fcba Fix build with GCC 4.8.5. 2018-03-26 18:00:05 +02:00
Ronan Abhamon
4296ce51ed feat(codecs): disable downloadable codecs for the moment 2018-03-23 10:47:19 +01:00
Ronan Abhamon
23939aaa2a feat(core): supports H264 download
Co-authored-by: Danmei Chen <danmei.chen@belledonne-communications.com>
2018-03-23 10:43:48 +01:00
Ronan Abhamon
0976075b05 fix(FileExtractor): check ptr after open 2018-03-12 09:57:26 +01:00
Ronan Abhamon
70f4ee2abf fix(FileExtractor): many fixes 2018-03-12 09:34:22 +01:00
Ronan Abhamon
386f113082 feat(App): register FileExtractor 2018-03-09 14:40:12 +01:00
Ronan Abhamon
6198c54263 feat(FileExtractor): add impl 2018-03-09 14:19:53 +01:00
Ronan Abhamon
ccc6184234 feat(file): add a FileExtractor component (in progress) 2018-03-08 17:01:01 +01:00
Ronan Abhamon
732a5b7e5e feat(AbstractCodecsModel): add a todo for future is usable codec usage 2018-03-06 16:49:37 +01:00
Ronan Abhamon
53731a9187 fix(CallModel): emit securtyChanged when call encryption changed in core listener 2018-02-28 15:12:50 +01:00
Danmei Chen
986f5d9902 feat(SettingsSipAccountsEdit): give access to nat policy settings for one proxy config 2018-02-21 14:47:50 +01:00
Ronan Abhamon
8a84a26cfa fix(Camera): test video definition in notifyReceivedVideoSize, can be null if receiver disconnects at first frame received 2018-02-05 11:07:49 +01:00
Ronan Abhamon
3af9220a04 fix(CoreManager): use constrexpr instead of define on rc version name / current 2018-01-29 12:02:28 +01:00
Ronan Abhamon
0fb44e6017 fix(CoreManager): add TODO to remove hardcoded values and use constexpr instead of define 2018-01-29 11:35:18 +01:00
Ronan Abhamon
120dfc8ed6 feat(app): replace some static_cast to functional cast (for simple types like int) 2018-01-26 16:48:09 +01:00
Ronan Abhamon
0f09a0b549 feat(ChatModel): ignore CallStatusAcceptedElsewhere and CallStatusDeclinedElsewhere states 2018-01-26 16:06:15 +01:00
Ronan Abhamon
f72f40d080 fix(CoreManager): coding style 2018-01-26 15:59:54 +01:00
Ronan Abhamon
74639a7d3d feat(app): replace some define by constexpr (modern cpp syntax) 2018-01-26 15:40:52 +01:00
Danmei Chen
8bbc230925 migrate proxy config 2018-01-26 11:56:53 +01:00
Wescoeur
b0110fb4ad feat(src): update copyright date 2018-01-17 22:31:52 +01:00
Ronan Abhamon
af98291fac feat(CallModel): play dtmf when sendDtmf is called (close #108) 2018-01-17 14:33:18 +01:00
Ronan Abhamon
42d2a3033a fix(Call): saved videos/images/sounds avoid usage of : separator in filename (unsupported on windows) (close #115) 2018-01-16 11:20:40 +01:00
Simon Morlat
66b50d6676 add estimated bandwidth statistics 2017-11-01 09:35:38 +01:00
Benjamin Reis
7cf5d6bf84 Revert "fix(Settings model) use none deprecated apip to fix build"
This reverts commit 10a8544ce7.
2017-10-17 13:52:21 +02: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