- Change Summary:
-
remove the context menu stuff since I can't figure out how to make it work right now.
- Commits:
-
Summary ID b4ff7cf2ba0d72c264e03e79a8164315f7f93686 68eeeaad735f82d8c0859421d86a498ef003c033 - Diff:
-
Revision 2 (+808 -402)

grim got a fish trophy!

Create a Pidgin.ConversationMember widget
Review Request #3773 — Created Jan. 18, 2025 and submitted
This creates a widget for displaying Purple.ConversationMember's and is now used in Pidgin.Message and Pidgin.ConversationMemberList. Currently the context menu is broken and it's going to take a lot of work to fix it. See the comment in the code about it.
Verified that the displays looked the same in messages and the member list with and without badges. Also called in the turtles.
Summary | ID |
---|---|
928f1b33c58cd70ffd011a5123cbc29239053929 |
Description | From | Last Updated | ||
---|---|---|---|---|
If purple_conversation_member_get_name_for_display is called with self->conversation_member shouldn't that be checked here? Also you might need to check the G_GNUC_UNUSED attributes … |
![]() |
|||
PURPLE_IS_CONVERSATION_MEMBER(conversation_member) was already checked above. |
![]() |
|||
Is this check necessary? |
![]() |
|||
This check also seems unnecessary. |
![]() |
|||
There are no open issues |
- Change Summary:
-
Address issues
- Commits:
-
Summary ID 68eeeaad735f82d8c0859421d86a498ef003c033 456cd02f9b1c442cafa4ac9106cccfa06020ada4 - Diff:
-
Revision 3 (+818 -402)
- Change Summary:
-
rebase and address issue
- Commits:
-
Summary ID 456cd02f9b1c442cafa4ac9106cccfa06020ada4 928f1b33c58cd70ffd011a5123cbc29239053929 - Diff:
-
Revision 4 (+810 -402)