- Change Summary:
-
use QuLogic's suggestion of adding and removing a single item from the position to make this all work.
- Summary:
-
Add a badges-changed signal to Purple.ConversationMemberAdd a badges-changed signal to Purple.ConversationMember and fix the items changed emissions
- Description:
-
~ This was added to try and get users sorted correctly in the conversation
~ member list, but there's some other issues up on the gtk side. ~ This was added to make sure badge change are notified in the list model.
~ + We now also pass 1 for removed and added to
g_list_model_items_changed
to notify when an item has changed. This feels weird, butGtkSortListModel
and probably others, early return if removed and added are 0. - Commits:
-
Summary ID 2c0ff53bab9ccf07bd344752154b34e10d8a0f9b 5f3226e167be552cf33fbf9a660cfc4b7eb82b0a
Add a badges-changed signal to Purple.ConversationMember and fix the items changed emissions
Review Request #3919 — Created March 21, 2025 and submitted
This was added to make sure badge change are notified in the list model.
We now also pass 1 for removed and added to
g_list_model_items_changed
to notify when an item has changed. This feels weird, butGtkSortListModel
and probably others, early return if removed and added are 0.
Ran the tests under valgrind and called in the turtles.