lp://staging/~jk-ozlabs/+junk/xchat-indicator-nick-change
Created by
Jeremy Kerr
and last modified
- Get this branch:
- bzr branch lp://staging/~jk-ozlabs/+junk/xchat-indicator-nick-change
Only
Jeremy Kerr
can upload to this branch. If you are
Jeremy Kerr
please log in for upload directions.
Related bugs
Bug #587902: PM alert remains in indicator if sender changes his nickname | Undecided | Fix Released |
Related blueprints
Branch information
- Owner:
- Jeremy Kerr
- Status:
- Development
Recent revisions
- 42. By Jeremy Kerr
-
Update indicator hash table on nick change
Hook-up and uncomment the nick-change notification, and properly update
the indicators hash table with the new nick. - 41. By Jeremy Kerr
-
Don't use alterable strings as hash table keys
GHashTable does not duplicate the strings used as keys. Instead, the
pointers are used directly.Becuase xchat may alter the strings we rely on (eg, when a window
'channel' changes), we need to g_strdup() the keys, and g_free() on
removal too. - 34. By Ken VanDine
-
Check if the window has_toplevel_focus instead of is_active. This handles determining when to create an indicator better as well as properly clearing the indicator/count better. (LP: #720098)
- 33. By Ken VanDine
-
Show GUI when selected from the indicator even if it has been hidden by the notification icon (LP: #586919)
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)