Commit graph

17 commits

Author SHA1 Message Date
Ronan Abhamon
41aa40e1e2 feat(app):
- rename `Database` class to `Paths`
  - use linphone logger
  - better log format when the app is compiled in debug mode
  - use the log collection of linphone
2017-01-04 17:11:13 +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
25b6925977 fix(app): little fixes & coding style 2016-12-29 16:51:39 +01:00
Ronan Abhamon
8240c265e3 feat(app):
- better `SmartSearchBarModel`, it uses only `SipAddressesModel`
  - remove useless `UnregisteredSipAddresses[Proxy]Model`
  - little fixes
  - ...
2016-12-23 14:11:58 +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
12636b34b2 fix(app): coding style 2016-12-19 15:01:51 +01:00
Ronan Abhamon
59c0154f3a feat(ui/views/App/MainWindow/ContactEdit): support address edition (unstable) 2016-12-16 17:20:54 +01:00
Ronan Abhamon
534c5f0ab9 feat(src/components/contact/VcardModel): remove property photo if vcard is detached 2016-12-16 10:26:27 +01:00
Ronan Abhamon
53a8b2f472 feat(ui/views/App/MainWindow/ContactEdit): name must be given & interpretUrl is used 2016-12-15 17:12:39 +01:00
Ronan Abhamon
23f0c85483 fix(src/components/contact/ContactModel): chain vcardUpdated signal to contactUpdated 2016-12-15 15:15:04 +01:00
Ronan Abhamon
e61c6cd893 feat(app): many coding style changes 2016-12-15 14:56:51 +01:00
Ronan Abhamon
d308d0a347 feat(ui/views/App/MainWindow/ContactEdit): supports the add of new contacts 2016-12-15 14:26:50 +01:00
Ronan Abhamon
08fbc20c97 feat(app): many changes:
- use vcard of Contact in qml
- remove `sipAddress` attribute of Contact
- refactoring...
2016-12-14 13:20:35 +01:00
Ronan Abhamon
eec251eaed feat(src/components/contact/VcardModel): supports addresses 2016-12-13 17:05:26 +01:00
Ronan Abhamon
76def6d0f7 refactoring unstable 2016-12-13 16:33:56 +01:00