A basic context menu for PurpleContactInfo
Review Request #2592 — Created Aug. 29, 2023 and submitted
This is currently only displayed via the contact list and it takes a shortcut to just show the menu for the priority contact. The view profile option currently just logs the profile as we need to determine how we want the user interface to look/work for this yet.
Verified that
view profile
was disabled for an xmpp account.
Verified thatview profile
worked for a demo contact with a profile and one without.
Summary | ID |
---|---|
d6e07acb35848d039a3b4905ad2bbf04b9d1af31 |
Description | From | Last Updated |
---|---|---|
s/and display // |
QuLogic | |
Leaks account_id and contact_id. |
QuLogic | |
Leaks account_id and contact_id. |
QuLogic | |
It does now? |
QuLogic | |
contact is leaked? |
QuLogic | |
Ditto. |
QuLogic | |
Registration takes a ref, I think, so this new conversation leaks. |
QuLogic | |
section is leaked here, since g_menu_append_section is transfer none. |
QuLogic | |
We can leave out swapped, I think? |
QuLogic | |
account is leaked at the end here, and contact is leaked if the if conditions are not fulfilled. |
QuLogic | |
account is leaked at the end. |
QuLogic |
- Change Summary:
-
rebase and address issues.
- Commits:
-
Summary ID 79abea5e4b646b8ef5c1806294f7fca2b7d38f25 239b732c174c1f38d59fdfb71b3c2180a518477c - Diff:
-
Revision 2 (+988 -4)
- Change Summary:
-
rebased and addressed the additional issues.
- Commits:
-
Summary ID 239b732c174c1f38d59fdfb71b3c2180a518477c d6e07acb35848d039a3b4905ad2bbf04b9d1af31 - Diff:
-
Revision 3 (+996 -4)