log finch/gntblist.c @ 22346:561729870929

age author description
Thu, 28 Feb 2008 11:25:49 +0000 Richard Nelson Fix showing a contact's log, and don't access struct internals
Sun, 17 Feb 2008 17:14:29 +0000 Sadrul Habib Chowdhury Right-clicking on a widget should trigger the context-menu.
Sat, 02 Feb 2008 22:32:54 +0000 Richard Nelson fix unblocking
Sat, 02 Feb 2008 22:20:09 +0000 Richard Nelson Add a [X] Blocked item to the buddy context menu, and add a dialog to
Sat, 02 Feb 2008 03:51:19 +0000 Richard Nelson Add a finch log viewer. This is largely copied from Pidgin.
Sun, 27 Jan 2008 04:12:46 +0000 Sadrul Habib Chowdhury Update finch to not touch the internals of PurpleGroup.
Sun, 27 Jan 2008 04:06:39 +0000 Sadrul Habib Chowdhury Add accessor and update finch to not touch the internals of PurpleBuddy and PurpleChat.
Sat, 26 Jan 2008 22:33:08 +0000 Sadrul Habib Chowdhury We will probably eventually use purple_object_[get|set]_ui_data. Until then, this will do.
Sat, 26 Jan 2008 21:13:46 +0000 Sadrul Habib Chowdhury Add accessor and update finch to not touch the internals of PurpleConnection.
Sat, 26 Jan 2008 20:45:41 +0000 Sadrul Habib Chowdhury Update finch to not touch the internals of PurpleAccount. This also includes a change I made to reduce the Cyclomatic Complexity of one of the functions.
Sat, 26 Jan 2008 20:32:26 +0000 Sadrul Habib Chowdhury Add API so Finch doesn't need to touch the internals of PurpleBlistNode.
Thu, 24 Jan 2008 21:15:43 +0000 Sadrul Habib Chowdhury Pay attention to the 'show_offline' setting for the buddylist.
Wed, 23 Jan 2008 21:46:54 +0000 Sadrul Habib Chowdhury Init and uninit the buddylist managers at appropriate times.
Wed, 23 Jan 2008 01:33:56 +0000 Sadrul Habib Chowdhury Rework some of the code that deals with adding and removing blist nodes in the tree. There were some typoed code that just happened to work. This fixes those.
Tue, 22 Jan 2008 21:13:11 +0000 Sadrul Habib Chowdhury Remember the selected grouping option.