Ronan Abhamon
491ceedda7
feat(ui/modules/Linphone/SmartSearchBar): handle enter pressed
2017-01-09 15:42:39 +01:00
Ronan Abhamon
83dfe7835c
feat(ui/modules/Linphone/SmartSearchBar): handle click on entries
2017-01-09 15:04:54 +01:00
Ronan Abhamon
95ce08e7f1
fix(ui/modules/Linphone/SmartSearchBar): handle correctly mouse hover header
2017-01-09 12:08:17 +01:00
Ronan Abhamon
d37c3b812c
feat(ui/modules/Linphone/SmartSearchBar): supports not registered sip addresses
2017-01-09 10:49:58 +01:00
Ronan Abhamon
39e83ddb58
fix(ui/modules/Linphone/Chat/IncomingMessage): index can be -1
2017-01-06 17:03:27 +01:00
Ronan Abhamon
34fbdac7e2
feat(ui/modules/Linphone/Chat/IncomingMessage): display avatar only for the first incoming message of a sequence
2017-01-06 16:44:23 +01:00
Ronan Abhamon
30d8de5149
feat(app): account settings & settings in progress.
2017-01-06 16:08:28 +01:00
Ronan Abhamon
3415e10027
fix(ui/modules/Linphone/Chat/Chat): add a workaround to this issue: https://bugreports.qt.io/browse/QTBUG-49989
2017-01-06 11:19:35 +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
e361a6a602
feat(app): many fixes and better cmake file
2017-01-06 09:23:43 +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
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
9813baf1d6
feat(app): add a ContactObserver component
2016-12-30 16:29:01 +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
a3f0062d73
feat(src/components/sip-addresses/SipAddressesModel): connect to contacts changes
2016-12-29 11:43:28 +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
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
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
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
05b99bf111
feat(app): smart search can display contacts & unregistered contacts (unstable)
2016-12-21 15:46:36 +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
265965dae2
fix(app): coding style & log app startup
2016-12-19 14:18:34 +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
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
30c2c8cd12
feat(ui/views/App/MainWindow/ContactEdit): use a custom transparent text input
2016-12-08 13:43:15 +01:00
Ronan Abhamon
f556fde80b
feat(views/App/MainWindow/ContactEdit): username can be edited
2016-12-08 11:43:51 +01:00
Ronan Abhamon
f4c56c99c3
feat(app): supports avatars
2016-12-06 16:09:21 +01:00
Ronan Abhamon
30c92d55fd
feat(ui/views/App/MainWindow/ContactEdit): view in progress
2016-12-05 15:09:59 +01:00
Ronan Abhamon
10c7ee4b0f
feat(app): calls views in progress
2016-12-02 17:11:41 +01:00
Ronan Abhamon
a7a5c96d37
feat(app): calls views in progress
2016-12-02 11:17:14 +01:00
Ronan Abhamon
e07748ba0b
feat(app): calls views in progress.
2016-12-01 17:11:16 +01:00
Ronan Abhamon
c3c64c7500
feat(ui/modules/Linphone/Contact/Avatar): uses the RoundedImage component
2016-12-01 14:56:20 +01:00
Ronan Abhamon
989bbc4edf
feat(app): use new compilations flags
2016-12-01 11:21:54 +01:00
Ronan Abhamon
1149e9ad8f
fix(ui/modules/Linphone/Chat/Chat): block at each scroll
2016-11-30 15:34:42 +01:00
Ronan Abhamon
b08682a3dd
feat(ui/modules/Linphone): supports scrollbar
2016-11-30 13:24:45 +01:00
Ronan Abhamon
a9d43492b0
feat(ui/modules/Linphone): load more entries dynamically
2016-11-30 10:53:39 +01:00
Ronan Abhamon
55a4e008f1
unstable
2016-11-29 16:34:10 +01:00
Ronan Abhamon
2a19553f02
fix(ui/scripts/Utils/utils): escape correclty special chars like &, \n, \t...
2016-11-29 14:23:48 +01:00
Ronan Abhamon
21120bd172
fix(ui/modules/Linphone/Chat/Chat): parent may be null in delegate
2016-11-29 09:26:45 +01:00
Ronan Abhamon
ffedd50e53
feat(ui/modules/Common/InvertedMouseArea): remove the limit instances of InvertedMouseArea
2016-11-28 17:31:42 +01:00
Ronan Abhamon
732b0a768e
feat(components/chat): remove properly end call event
2016-11-28 16:24:13 +01:00
Ronan Abhamon
85b3c81648
feat(components/chat): scaling on calls (incoming/outgoing, missed incoming/outgoing...)
2016-11-28 11:07:25 +01:00
Ronan Abhamon
0db134c8df
feat(components/chat): supports proxy
2016-11-28 10:33:17 +01:00
Ronan Abhamon
bcee4d9d19
unstable, supports calls in chat
2016-11-25 17:32:21 +01:00
Ronan Abhamon
4023649184
feat(components/chat): supports deletion of messages
2016-11-25 14:18:48 +01:00
Ronan Abhamon
0c7387f84f
feat(Linphone/Chat): format correcly sections
2016-11-24 17:26:04 +01:00