Commit graph

26 commits

Author SHA1 Message Date
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
a3f0062d73 feat(src/components/sip-addresses/SipAddressesModel): connect to contacts changes 2016-12-29 11:43:28 +01:00
Ronan Abhamon
178eb0f2a5 feat(ui/modules/Linphone): refactoring & coding style 2016-12-28 14:47:31 +01:00
Ronan Abhamon
01ba4d78eb feat(app):
- many fixes
  - method `setView` of `MainWindow` update the menus/buttons of the interface.
  - ...
2016-12-21 17:26:16 +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
338fe8c074 feat(ui/views/App/MainWindow/ContactEdit): use vcard of Contact (in progress) 2016-12-14 16:44:24 +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
abaa151930 feat(Linphone/Chat): use the right model from core 2016-11-24 16:03:01 +01:00
Ronan Abhamon
87ee80bb88 feat(Linphone/Timeline): display a shadow below tooltip 2016-11-23 10:16:02 +01:00
Ronan Abhamon
37c15e9f8b fix(app): many changes, expose locale and use it with dates, use qmlRegisterSingletonType instead of context properties 2016-11-22 17:28:31 +01:00
Ronan Abhamon
57813f0088 feat(components/contacts): set parent to ContactModel because qt can delete it in qml... 2016-11-22 14:21:13 +01:00
Ronan Abhamon
179cbeddf3 feat(Linphone/Contact/Contact): supports uri as contact attr 2016-11-22 12:10:19 +01:00
Ronan Abhamon
e6c4550305 not stable, crash with mapSipAddressToContact 2016-11-22 10:27:30 +01:00
Ronan Abhamon
8c723cdcde feat(app): provide a way to convert a sip address in contact ContactsListModel::mapSipAddressToContact (QML & C++ support) 2016-11-14 11:51:14 +01:00
Ronan Abhamon
224492284f feat(MainWindow/Conversation): use the final style 2016-11-03 15:46:03 +01:00
Ronan Abhamon
cc4e0252cc feat(Timeline): supports the selection of contact 2016-11-02 16:34:54 +01:00
Ronan Abhamon
e3eb67a9ef refactoring (in progress) 2016-11-02 09:25:45 +01:00
Ronan Abhamon
6e1cdc70de refactoring (in progress) 2016-10-31 13:53:47 +01:00
Ronan Abhamon
0813eda3b4 feat(Contact/Avatar): better _computeInitials function 2016-10-31 12:21:21 +01:00
Ronan Abhamon
8ca63e094c refactoring (in progress) 2016-10-31 10:53:30 +01:00
Ronan Abhamon
3944fec690 feat(app): create a Common module wich contains no linphone components 2016-10-13 17:00:59 +02:00
Ronan Abhamon
ba371b3f27 feat(app): use c++ models for contacts list (in progress) 2016-09-30 14:27:30 +02:00
Ronan Abhamon
dc38da1d6e feat(Contact): use style file 2016-09-29 14:31:16 +02:00
Ronan Abhamon
2509d01cb6 fix(app): fix all qml linphone components (style, indentation, ...) 2016-09-27 17:12:48 +02:00
Ronan Abhamon
805bdd718c fix(app): little fixes on style 2016-09-27 15:14:20 +02:00
Ronan Abhamon
b79724a9f5 feat(app): remove uncessary folders 2016-09-27 09:25:17 +02:00
Renamed from tests/ui/modules/Linphone/Timeline/Timeline.qml (Browse further)