Commit Graph

117 Commits

Author SHA1 Message Date
Angela Mazzurco
05ca5b482c Create contacts cache 2017-06-21 16:30:48 +02:00
Angela Mazzurco
923c0c6da3 Open contact details on click the area 2017-06-21 15:57:27 +02:00
Angela Mazzurco
1b9a1f5087 Use AvatarOrColorHash 2017-06-21 15:27:01 +02:00
Angela Mazzurco
8adadd67c2 Merge remote-tracking branch 'g1o/qml_app_chat_aesthetic' into qml_app_chat_aesthetic 2017-06-21 15:24:06 +02:00
Angela Mazzurco
f56921b0e3 Set AvatarOrColorHash in components folder 2017-06-21 15:19:20 +02:00
Angela Mazzurco
ca3a0bd2d1 Merge remote-tracking branch g1o/qml_app_identity_avatar into qml_app_chat_aesthetic 2017-06-21 14:56:31 +02:00
Gioacchino Mazzurco
1d031910cb Created a dedicated component for avatar image 2017-06-20 17:16:27 +02:00
Gioacchino Mazzurco
8c62c2a326 Qml app: show contact avatar in details if available 2017-06-20 15:35:05 +02:00
Gioacchino Mazzurco
1f1e830f01 Added Qt SVG module dependency 2017-06-19 18:03:07 +02:00
Angela Mazzurco
88d170066c Change chat style sheet to a more apropiate name 2017-06-13 15:25:31 +02:00
Angela Mazzurco
9f26a0aec5 Change to Almman indent style 2017-06-13 15:24:36 +02:00
Angela Mazzurco
4b05555a5c Change version of QtQml to 2.3 2017-06-13 14:43:25 +02:00
Angela Mazzurco
0a9c29f0b9 Solve bug with undefined props in lastMessage object 2017-06-13 14:40:05 +02:00
Angela Mazzurco
dc02fe034e Add left margin to toolbar 2017-06-13 14:24:07 +02:00
Angela Mazzurco
ccc4afff4e Update search box background color 2017-06-12 18:18:17 +02:00
Angela Mazzurco
fbd4d3a913 Handle properly intro key to send message and shif+intro to new line on message composer 2017-06-12 17:54:53 +02:00
Angela Mazzurco
f8669b86e6 Delete mouse area action on user hash icon 2017-06-12 16:39:33 +02:00
Angela Mazzurco
912d26c47c Change unread text max width 2017-06-12 16:23:41 +02:00
Angela Mazzurco
8b0b366f69 Show user hash in chat view 2017-06-12 16:14:47 +02:00
Angela Mazzurco
fbb458f4c3 Delete lines to change toolbar text 2017-06-12 15:48:23 +02:00
Angela Mazzurco
cc94150345 Import ColorHash component on to ContactDetails view 2017-06-12 15:44:50 +02:00
Angela Mazzurco
ea8d03bc10 Change how do you put chat tittle saving chat name into variable on cache GXS info 2017-06-12 15:44:07 +02:00
Angela Mazzurco
ba72332ed8 Move ColorHash to components directory 2017-06-12 14:26:55 +02:00
Angela Mazzurco
12fef4bf8b Refactor to add message text area into a flickable 2017-06-10 16:02:09 +02:00
Angela Mazzurco
e2d430a82a Set msg field max width using row layout 2017-06-09 19:08:52 +02:00
Angela Mazzurco
ee0b347200 Set max width for text area 2017-06-09 19:00:15 +02:00
Angela Mazzurco
2809a9638a Change bubbles spacing from parent 2017-06-09 18:01:31 +02:00
Angela Mazzurco
80b4c839bb Refactor message composer to fit text size and wrap it 2017-06-09 17:58:52 +02:00
Angela Mazzurco
6e3de73501 Add new icons and icons features for future implementations 2017-06-09 16:36:38 +02:00
Angela Mazzurco
5acc8f6d8b Add new icons for new future features 2017-06-09 16:17:13 +02:00
Angela Mazzurco
3746e22b27 Give more space to time and message in the sended messages bubbles 2017-06-09 15:58:39 +02:00
Angela Mazzurco
c9f39af4c4 Change inferior panel color to white 2017-06-09 15:49:25 +02:00
Angela Mazzurco
1e234c2015 Delete junk code 2017-06-08 19:12:15 +02:00
Angela Mazzurco
f7c52da4bb Add new files to qml.qrc 2017-06-08 19:12:01 +02:00
Angela Mazzurco
1df60e85cb Style inferior panel and add icon buttons 2017-06-08 19:11:37 +02:00
Angela Mazzurco
66d63c29b3 Create custom button icon component 2017-06-08 19:08:41 +02:00
Angela Mazzurco
cb96b9fac6 Solve bug with defaultLabel undefined 2017-06-08 17:48:50 +02:00
Angela Mazzurco
78206c5a00 Refactor style sheet to be more structurated 2017-06-08 17:40:40 +02:00
Angela Mazzurco
81a8677226 Change recv time position to the top of the bubble 2017-06-08 17:12:23 +02:00
Angela Mazzurco
92bcd4cbfd Add text wrap behaivour on bubbles 2017-06-08 17:10:37 +02:00
Angela Mazzurco
4a90436e8e Change toolbar label on chat view opened with the name of remote 2017-06-08 16:21:33 +02:00
Angela Mazzurco
69ed518555 Use style singleton on chat bubbles 2017-06-08 15:16:50 +02:00
Angela Mazzurco
3793a2196a Add chat buble delegate 2017-06-07 18:58:11 +02:00
Angela Mazzurco
cac5093f37 Merge remote-tracking branch 'g1o/silent_initiate_distant_chat_api' into qml_app_chat_aesthetic 2017-06-07 16:04:44 +02:00
Angela Mazzurco
7c4ee55fcf Refactor chat cache to get remote GXS from GxsIdentityDelegate.qml instead from ChatView 2017-06-07 15:00:37 +02:00
Gioacchino Mazzurco
a0f59959a1 qml app: properly initialize object property 2017-06-07 12:30:34 +02:00
Gioacchino Mazzurco
ed52bbe76c qml app: add missing ChatCache.qml file in qrc 2017-06-07 12:29:14 +02:00
Angela Mazzurco
0742a44f73 Style search box 2017-06-06 18:05:24 +02:00
Angela Mazzurco
aaeb29a146 Change text aesthetic 2017-06-06 16:37:10 +02:00
Angela Mazzurco
f3c37886b4 Set msg preview text maximum length 2017-06-06 16:26:57 +02:00