Commit graph

24 commits

Author SHA1 Message Date
Ronan Abhamon
5869fd7ffb fix(Timeline): update correctly the timeline when the last chat message of one chat room is removed 2018-06-18 16:41:47 +02:00
Ronan Abhamon
f1d1577aa0 feat(app): clean code => use forward declarations when possible, avoid include with relative paths, improve compile time... 2018-06-18 14:27:50 +02: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
Wescoeur
b0110fb4ad feat(src): update copyright date 2018-01-17 22:31:52 +01: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
Wescoeur
4f30465275 chore(CMakeLists.txt): old-style-cast is an error warn now 2017-07-16 22:49:05 +02:00
Sylvain Berfini
e0428071c6 Added EXIF orientation support for file transfer images' preview 2017-07-12 15:59:02 +02:00
Ghislain MARY
5a29621141 Fix crash when terminating a call. 2017-06-29 16:04:57 +02:00
Ronan Abhamon
97a100c79e feat(App): provide a MessagesCountNotifier component created by CoreManager 2017-06-29 12:39:08 +02:00
Ronan Abhamon
e04cdfd78a fix(App): clean imports and misc 2017-06-28 15:53:37 +02:00
Ronan Abhamon
aee5c08f86 fix(ChatModel): remove useless properties 2017-06-28 14:22:43 +02:00
Ronan Abhamon
102c8861b7 fix(App): little fixes 2017-06-28 14:18:21 +02:00
Ronan Abhamon
7aeba2757c fix(ChatProxyModel): use a unique ChatModel if many proxies use a same sip address 2017-06-28 13:58:26 +02:00
Wescoeur
a292d0ef0d fix(ChatModel): compute correctly composing when chat room is set 2017-06-26 20:17:06 +02:00
Ronan Abhamon
4971ff9d24 fix(Chat): better core on composing 2017-06-26 17:53:13 +02:00
Wescoeur
0829dd92fa feat(Chat): supports messages composing 2017-06-26 16:10:59 +02:00
Ronan Abhamon
8572347ba6 feat(App): remove reference on const var &foo = expr 2017-06-19 14:46:54 +02:00
Ronan Abhamon
60388a6f85 fix(src/components/chat/ChatProxyModel): use correcltly macros 2017-06-15 09:38:40 +02:00
Ronan Abhamon
fd80932d78 feat(components/chat/ChatProxyModel): wrap calls to parent model with macro 2017-06-15 09:31:26 +02:00
Ronan Abhamon
fe29b93aaf feat(app): remove linphone-desktop subfolder 2017-06-14 18:05:18 +02:00