Commit graph

3266 commits

Author SHA1 Message Date
Ronan Abhamon
2a3680ec72 feat(ui/modules/Common/Form/ExclusiveButtons): supports left/right clicks 2017-01-05 14:42:21 +01:00
Ronan Abhamon
c153ce191d fix(app): set default role on data functions 2017-01-05 14:15:08 +01:00
Ronan Abhamon
7821bf168d fix(src/components/smart-search-bar/SmartSearchBarModel): use contact (if exists) username on search 2017-01-05 14:01:45 +01:00
Ronan Abhamon
735554d421 feat(src/components/chat/ChatModel): can send messages (but crash with wrapper/listener) 2017-01-05 13:33:19 +01:00
Ghislain MARY
71b59890a2 Update linphone submodule. 2017-01-05 11:47:06 +01:00
Ghislain MARY
9a71aaed98 Update linphone submodule. 2017-01-05 10:16:10 +01:00
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
Ghislain MARY
928087cde6 Update cmake-builder submodule. 2017-01-04 15:35:19 +01:00
Ghislain MARY
99ee695eba Update linphone submodule. 2017-01-04 14:50:43 +01:00
Ghislain MARY
b787e19957 Update linphone submodule. 2017-01-04 11:24:27 +01:00
Ghislain MARY
66eb9864d0 Update linphone submodule. 2017-01-04 10:37:29 +01:00
Ronan Abhamon
f0a4652c62 feat(app): handle properly new messages 2017-01-04 10:36:06 +01:00
Ghislain MARY
6a168c37f4 Update linphone submodule. 2017-01-04 10:16:34 +01:00
Ghislain MARY
846af182f1 Update linphone submodule. 2017-01-03 17:53:19 +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
Ghislain MARY
4962392f7b Update linphone submodule. 2017-01-03 16:47:51 +01:00
Ronan Abhamon
f181b6d659 feat(app):
- supports linphone cbs
  - handle received messages
  - `SipAddressesModel` refactoring
2017-01-03 15:44:02 +01:00
Ghislain MARY
1937bfb880 Update linphone submodule. 2017-01-03 15:07:59 +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
ed17343d16 unstable 2016-12-30 14:37:46 +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
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
5d5d4fa0e2 fix(ui/modules/Linphone/Contact/Contact): do not display presence if contact is not registered in app 2016-12-29 11:56:47 +01:00
Ronan Abhamon
0e6faf306f fix(ui/views/App/MainWindow/ContactEdit): missing unlockView call 2016-12-29 11:53:47 +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
b8780f7925 fix(ui/views/App/MainWindow/Conversation): set correctly avatar 2016-12-28 15:53:06 +01:00
Ronan Abhamon
dce2d1eb00 fix(ui/views/App/MainWindow/ContactEdit): set first sip address field on contact creation 2016-12-28 15:14:40 +01:00
Ronan Abhamon
a67cc3b8d3 feat(app):
- remove `SelectContact` component
  - remove `NewCall` view
  - fix styles & coding style if views
2016-12-28 14:57:56 +01:00
Ronan Abhamon
178eb0f2a5 feat(ui/modules/Linphone): refactoring & coding style 2016-12-28 14:47:31 +01:00
Ronan Abhamon
4248a6a7c4 fix(app): add missing contact_add.svg icon 2016-12-28 14:25:41 +01:00
Ronan Abhamon
a9970c33f9 feat(ui/modules/Common): refactoring & coding style 2016-12-28 14:23:52 +01:00
Ronan Abhamon
36a308b7f5 feat(ui/modules/Linphone/SmartSearchBar):
- it uses a style file
  - provide signals handlers
2016-12-28 13:42:54 +01:00
Ronan Abhamon
4634f4ceec feat(ui/modules/Common/SearchBox): supports headers 2016-12-28 11:11:41 +01:00
Ronan Abhamon
e017c5423a unstable (header of SmartSearch...) 2016-12-23 17:07:56 +01:00
Ronan Abhamon
7e13551cab feat(app): little fixes 2016-12-23 14:37:05 +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
c27e33a163 feat(ui/views/App/MainWindow/MainWindow): it uses a SmartSearchBarProxyModel component (unstable) 2016-12-22 11:07:24 +01:00
Ronan Abhamon
e6276c6212 feat(ui/views/App/MainWindow/MainWindow):
- add a lock feature of views
  - display a confirm dialog when lock is enabled and if the user try to change the view
  - `ContactEdit` use a lock on edition
2016-12-22 10:03:38 +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
François Grisez
7064872c65 Update linphone submodule (VideoTooblox H264 decoder refactoring) 2016-12-21 16:58:33 +01:00
Ronan Abhamon
05b99bf111 feat(app): smart search can display contacts & unregistered contacts (unstable) 2016-12-21 15:46:36 +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
Ghislain MARY
0d6bd8285f Update linphone submodule. 2016-12-20 17:37:59 +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
François Grisez
280075e765 Update liblinphone (VideoToolbox performance enhancements) 2016-12-20 17:16:37 +01:00
Ghislain MARY
7ef801f2bf Update linphone submodule. 2016-12-20 16:18:35 +01:00
Ghislain MARY
4d562a14e6 Update linphone submodule. 2016-12-20 12:39:13 +01:00