lp:~jk-ozlabs/+junk/xchat-indicator-nick-change

Created by Jeremy Kerr and last modified
Get this branch:
bzr branch lp:~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

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.

40. By Jeremy Kerr

Fix redundant whitespace

39. By Ken VanDine

bump check for libindicate to 0.6.90

38. By Ken VanDine

version bump 0.3.10
updated to handle indicate change

37. By Ken VanDine

quiet a bunch of the debug output

36. By Ken VanDine

0.3.9

35. By Ken VanDine

Don't use a pointer for a gboolean (LP: #742760)

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)
This branch contains Public information 
Everyone can see this information.

Subscribers