Commit Graph

31 Commits

Author SHA1 Message Date
Gioacchino Mazzurco
9ba7b5cf47 qml-app properly initialize ChatView.gxsInfo
Use proper Qml empty object notation instead of string to inistalize
property of type var as it is an object not a string, thus fixing the
assiciated warning
2017-10-08 11:44:51 +02:00
Angela Mazzurco
bbd139ae0e Disable keyboard close when emojimenu button is pushed 2017-09-07 18:33:57 +02:00
Angela Mazzurco
d9804928dc Set emoji menu under inferior panel on android mode 2017-09-07 18:13:57 +02:00
Angela Mazzurco
cfe44be128 Fix close android keyboard when emoji menu is shown 2017-09-06 20:23:33 +02:00
Angela Mazzurco
c6f562b5e6 Fix reset text area with a preedit text message 2017-07-31 15:34:29 +02:00
Angela Mazzurco
905b1d6556 Refactor button names 2017-07-22 14:44:12 +02:00
Angela Mazzurco
8ebd0f770f Solve crash bug with toolbar loader when pop push a chat view, loading AvatarOrColorHash from toolbar 2017-07-04 17:20:42 +02:00
Angela Mazzurco
80cc1b4520 Call toolbar change state when pop stackview 2017-07-04 15:51:03 +02:00
Angela Mazzurco
0a17cbefec Support for preedit text on predictive keyboards 2017-07-03 17:03:03 +02:00
Angela Mazzurco
161bd4c227 Increase font size 2017-07-01 18:03:55 +02:00
Angela Mazzurco
6ea85de4ba Disable rich text on message field and span tag when emoji is inserted 2017-07-01 17:25:25 +02:00
Angela Mazzurco
f975f340a4 Hide emoji picker when a message is sent 2017-07-01 17:02:00 +02:00
Angela Mazzurco
e1498603be Use emoji picker on chat view 2017-07-01 15:36:55 +02:00
Angela Mazzurco
1b9a1f5087 Use AvatarOrColorHash 2017-06-21 15:27:01 +02:00
Angela Mazzurco
9f26a0aec5 Change to Almman indent style 2017-06-13 15:24:36 +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
8b0b366f69 Show user hash in chat view 2017-06-12 16:14:47 +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
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
1df60e85cb Style inferior panel and add icon buttons 2017-06-08 19:11: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
3793a2196a Add chat buble delegate 2017-06-07 18:58:11 +02:00
Angela Mazzurco
464c16b825 Implement last message cache when a message is received 2017-06-03 17:58:53 +02:00
Gioacchino Mazzurco
2c4cbd529a Update to QtQuick 2.7
Since we already depends on Qt 5.7 for QtQuick Controls 2 there is no
  point in using older QtQuick version
2017-04-18 11:53:14 +02:00
Gioacchino Mazzurco
d2598dd437 Implemented certificate link handling
Move content of qml directory to parent directory src
Message notification take care of plurar/singular
Fix compilation of service for non-android linux
AddTrustedNode.qml show node details for confirmation before adding
Added TrustedNodeDetails.qml to show nodes details
TrustedNodesView.qml show node details on click
Qml app added minimal infrastructure to delegate link handling
Removed unused icons
2017-04-13 16:47:27 +02:00