Commit graph

15 commits

Author SHA1 Message Date
Ronan Abhamon
2ba712cc68 fix(app): replace all asString calls by asStringUriOnly calls 2017-01-06 10:40:05 +01:00
Ronan Abhamon
65e53dee1e fix(app):
- use `asStringUriOnly` instead of `asString` to parse calls in `SipAddressesModel`
  - `Contact` component uses only a `SipAddress` object now
2017-01-06 10:35:15 +01:00
Ronan Abhamon
f0a4652c62 feat(app): handle properly new messages 2017-01-04 10:36:06 +01:00
Ronan Abhamon
bd1b7e727e feat(app):
- supports message received notification
  - provide a way to test app focus
2017-01-03 16:57:50 +01:00
Ronan Abhamon
f181b6d659 feat(app):
- supports linphone cbs
  - handle received messages
  - `SipAddressesModel` refactoring
2017-01-03 15:44:02 +01:00
Ronan Abhamon
555bf66047 feat(app): remove all slots, use Q_INVOKABLE instead. 2016-12-30 16:57:22 +01:00
Ronan Abhamon
9813baf1d6 feat(app): add a ContactObserver component 2016-12-30 16:29:01 +01:00
Ronan Abhamon
4ce00a71f4 feat(app): handle correctly sip addresses changes (on contact, from history, ...) 2016-12-30 11:56:31 +01:00
Ronan Abhamon
a7f626e321 fix(src/components/sip-addresses/SipAddressesModel): ignore aborted calls 2016-12-29 16:21:30 +01:00
Ronan Abhamon
2c100ab000 feat(src/components/sip-addresses/SipAddressesModel): connect to contacts/chat changes 2016-12-29 15:52:16 +01:00
Ronan Abhamon
a3f0062d73 feat(src/components/sip-addresses/SipAddressesModel): connect to contacts changes 2016-12-29 11:43:28 +01:00
Ronan Abhamon
7e13551cab feat(app): little fixes 2016-12-23 14:37:05 +01:00
Ronan Abhamon
bed7cddf06 feat(app):
- avoid the usage of a lot of singletons, use methods in `CoreManager` instead
  - create a `UnregisteredSipAddressesProxyModel` model
  - unstable
2016-12-21 11:27:33 +01:00
Ronan Abhamon
e5d9bf20f7 feat(app):
- remove useless smart-search-bar from cpp
  - create a new `SipAddressesModel` component
  - create a `UnregisteredSipAddressesModel` (it uses the previous model)
  - `TimelineModel` uses too this model
  - many fixes and refactoring
  - `mapToSipAddress` moved from `ContactsListModel` to `SipAddressesModel`
  - ...
2016-12-20 17:20:01 +01:00
Ronan Abhamon
e69d7fcdf3 feat(app): add sip-addresses/* components 2016-12-20 09:39:17 +01:00