1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00
qTox/src/model
Diadlo 2f9ba3c4d7
fix(group): Add second signal for titile changed
Fix #4800.

In old implementation after Core title change notification, Group
updates self name and emit signal, core as subscribed on this signal and try to
change title twice.

In new implementation was added new signal to Group:
  1. To notify core about user changes.
  2. To notify views about core changes.
2017-11-15 09:17:22 +03:00
..
about refactor: Improve interface 2017-10-11 08:51:32 +03:00
profile Merge pull request #4677 2017-11-01 12:51:53 +03:00
contact.cpp refactor(contact): Add Contact class 2017-08-06 13:55:02 +03:00
contact.h refactor(contact): Add Contact class 2017-08-06 13:55:02 +03:00
friend.cpp refactor: Remove deprecated methods to get id 2017-08-06 13:55:02 +03:00
friend.h refactor(core): rename corestructs to toxfile.cpp 2017-10-31 09:32:53 +01:00
group.cpp fix(group): Add second signal for titile changed 2017-11-15 09:17:22 +03:00
group.h fix(group): Add second signal for titile changed 2017-11-15 09:17:22 +03:00
groupinvite.cpp refactor: more rigorous types for GroupInvite 2017-09-17 19:54:06 +03:00
groupinvite.h refactor: register GroupInvite as meta-type 2017-09-17 19:54:06 +03:00
interface.h docs(interface): Add docs to interface macroses 2017-10-11 08:51:32 +03:00