Commit Graph

1337 Commits

Author SHA1 Message Date
DenioD
3b80b98c0d prevent sending of empty memos from chatpage 2020-05-01 23:06:50 +02:00
DenioD
c7d0acac71 delete some debug outputs 2020-05-01 21:49:47 +02:00
DenioD
f515be1aa8 create a cid in addressbook but make it editable for the beginning 2020-05-01 21:40:45 +02:00
DenioD
a3e762a4ad add verified flag for Chatmessages 2020-05-01 20:19:29 +02:00
DenioD
5ee796dc0f set cid for outgoing memos 2020-05-01 19:46:38 +02:00
DenioD
3ad2b49520 merge 2020-05-01 19:38:07 +02:00
DenioD
6ddb6855d4 merge and ui update - for debug 2020-05-01 19:36:38 +02:00
Strider
7faf0f0b50 fix// added else 2020-05-01 19:34:23 +02:00
Strider
95638a25fd update// map read 2020-05-01 19:18:07 +02:00
strider
498fca3fd6 update// fixed wrong savings 2020-05-01 18:51:09 +02:00
Strider
93837c0bec Merge pull request #2 from DenioD/chat
Chat
2020-05-01 17:46:01 +02:00
DenioD
51c180af18 fix send of memos 2020-05-01 17:44:18 +02:00
DenioD
8998263989 fix broken sendmemo 2020-05-01 17:09:49 +02:00
Strider
d332443c04 Merge pull request #1 from DenioD/chat
Chat
2020-05-01 14:33:50 +02:00
DenioD
4f4ec7cd31 fix typo 2020-05-01 13:42:25 +02:00
DenioD
4afd49d0a7 read the cid from headermemo into qstring 2020-05-01 13:15:05 +02:00
DenioD
b9dab96b87 add txid and cid to chatmodel 2020-05-01 12:27:21 +02:00
DenioD
24d3a4e982 fix typo 2020-05-01 00:18:31 +02:00
DenioD
70302829b7 make Addressbook HushChat address changeable and show it earlier 2020-05-01 00:02:28 +02:00
DenioD
7194122449 change some gui elements, deactivate contact request for now 2020-04-30 22:58:35 +02:00
DenioD
623e5b6d2c change some gui elements 2020-04-30 21:45:54 +02:00
DenioD
ab1e525860 render incoming and outgoing memos in a chat conversation 2020-04-30 21:18:37 +02:00
DenioD
8f3bc21844 render only memos from selected nickname 2020-04-30 20:17:08 +02:00
DenioD
d0b88255f2 do not render any header memo on the chatgui - render a incoming contact request - work in progress 2020-04-30 00:08:50 +02:00
DenioD
bf7cb94168 add contact request flag to headermemo - work in progress 2020-04-29 22:54:27 +02:00
DenioD
45f3a80885 add contact request flag to headermemo - work in progress 2020-04-29 22:53:04 +02:00
DenioD
e263719206 fix gui element 2020-04-29 22:16:33 +02:00
DenioD
e3e537b1a4 do not render Headermemos 2020-04-29 22:07:19 +02:00
DenioD
1aa5a05589 take sendtoaddr,myaddr and cid from contact object 2020-04-29 18:20:53 +02:00
DenioD
dd48ab87eb create and add cid to Addressbook 2020-04-29 16:58:33 +02:00
DenioD
17cc83ab7b use quuid as cid in headermemo 2020-04-29 14:40:13 +02:00
DenioD
205bb29f4a show only memos from selcted contact - work in progress 2020-04-29 01:24:38 +02:00
DenioD
e9ae0e78c5 send Memo to selected Contact 2020-04-29 00:51:07 +02:00
DenioD
a5020cbe24 render HushChat Address in Addressbook 2020-04-28 23:01:11 +02:00
DenioD
9b0dc41e56 Merge branch 'chat' of https://github.com/DenioD/SilentDragonLite-1 into chat 2020-04-28 22:17:16 +02:00
Denio
af94066934 Merge pull request #11 from strider-paff-shell/chat
update// added rederfcuntion to contactlist (causes segfaul on compil…
2020-04-28 22:16:48 +02:00
DenioD
96ea7278d8 refresh contactlist on HushChat tab 2020-04-28 22:16:29 +02:00
DenioD
10ca28a449 Merge branch 'chat' of https://github.com/strider-paff-shell/SilentDragonLite-1 into chat 2020-04-28 22:07:54 +02:00
Strider
30edee0470 update// added rederfcuntion to contactlist (causes segfaul on compiling) 2020-04-28 22:05:40 +02:00
DenioD
08fdee2557 set amt 0 for HushChat Memo 2020-04-28 20:34:44 +02:00
DenioD
555ac40ec2 Add Headermemo, work in Progress 2020-04-28 20:32:31 +02:00
Denio
e681d3000d Merge pull request #10 from strider-paff-shell/chat
Addressbook refactored
2020-04-28 20:28:39 +02:00
Strider
2efec07e42 update// refactored addressbook with new storage format 2020-04-28 20:24:50 +02:00
Strider
ae08346bff Merge pull request #2 from DenioD/chat
Chat
2020-04-28 11:03:48 +02:00
DenioD
ec5057e4ce set amt to 0 for HushChat Memos 2020-04-27 23:12:43 +02:00
DenioD
21a3a90bb0 Merge branch 'chat' of https://github.com/DenioD/SilentDragonLite-1 into chat 2020-04-27 23:11:08 +02:00
DenioD
38a1d6966a add sending ability for HushChat tab 2020-04-27 23:10:42 +02:00
Denio
c40e7c33ea Merge pull request #3 from strider-paff-shell/chat
added Chatmessages with Timestamp
2020-04-27 22:08:18 +02:00
Strider
b79334a497 update// added chatmessages to chatwindow 2020-04-27 21:53:37 +02:00
Strider
a607a54a00 Merge pull request #1 from DenioD/chat
Chat
2020-04-27 21:07:58 +02:00