log finch/gntblist.c @ 32561:be0162cb27c4

age author description
2012-02-06 Elliott Sales de Andrade Add support for conversation-extended signals in Finch.
2011-10-31 andrew victor Finch: Use purple_blist_node_get_ui_data() and purple_blist_node_set_ui_data().
2011-10-31 andrew victor Add purple_contact_get_contact_size().
2011-09-03 Elliott Sales de Andrade Rename the _with_invite functions to their counterparts.
2011-09-01 masca Hide-a-PurpleMenuAction.
2011-08-26 andrew victor Use the new accessor functions.
2011-08-22 Mark Doliner I went through all our calls to purple_notify_user_info_add_pair() and
2011-03-20 Elliott Sales de Andrade Show invite message entry in Finch's Add Buddy dialog.
2011-01-04 Richard Laager Remove trailing whitespace
2010-04-23 Sadrul Habib Chowdhury Fix a crash caused by context menus for sametime buddies.
2010-04-18 Richard Laager Add an autojoin connection signal
2009-12-08 Paul Aurich Fix all the remaining files for which internal.h doesn't end up being the first include.
2009-11-20 Sadrul Habib Chowdhury Destroy the menu-actions created by plugins for the context menus.
2009-10-07 Sadrul Habib Chowdhury Add missing null sentinels, and help the compiler catch such errors.
2009-08-03 Paul Aurich Fix a crash at shutdown in Finch.
2009-07-18 Elliott Sales de Andrade Don't include an internal header in the public finch headers.
2009-06-21 Richard Laager propagate from branch 'im.pidgin.pidgin.2.5.7' (head 81e7f59e74715d44dac9e40e7b43ff377c8b474c)
2009-05-26 Sadrul Habib Chowdhury Remove a now-unnecessary binding for the buddylist.
2009-04-26 Paul Aurich Add a new signal which is emitted (after the account is connected) if the
2009-04-23 Sadrul Habib Chowdhury Use safe function.
2009-04-05 Sadrul Habib Chowdhury Save the world.
2009-03-07 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 303af74a38e7b313d4fb0be4d4054a16cb13d819)
2008-11-27 Richard Laager propagate from branch 'im.pidgin.pidgin' (head 4cc0bbe98be861a279e3b1fd97a3b4d491dec519)
2008-11-14 Richard Laager Update some casts (that the script didn't fix correctly) to GObject macros.
2008-11-01 Sadrul Habib Chowdhury Struct hiding for Finch. PurpleChat:alias and PurpleContact:totalsize are still used.
2009-04-30 Sadrul Habib Chowdhury *** Plucked rev 143e16e9 (sadrul@pidgin.im):
2009-04-28 Ethan Blanton applied changes from aa7ce93329f5ccbe74640a92b6656ae402d8eea8
2008-11-29 Paul Aurich The Add Buddy dialog should not blindly create a duplicate buddy in a group
2008-11-26 Sadrul Habib Chowdhury Properly escape the status message.
2008-10-21 Sadrul Habib Chowdhury Show when offline (because the plugin doesn't work no more).
2008-10-18 Sadrul Habib Chowdhury Instead of showing error message when trying to interactively add an
2008-10-06 Sadrul Habib Chowdhury Show a manually added new empty group even if the preference is not set.
2008-08-29 Sadrul Habib Chowdhury Update the tooltip if the status of the selected node changes.
2008-06-09 Sadrul Habib Chowdhury Fix an off-by-one bug in calculating column widths in trees.
2008-06-05 Sadrul Habib Chowdhury Added "View All Logs" menu in the buddylist to display a list of all IM
2008-06-04 Sadrul Habib Chowdhury Fix chat joining from the 'Join a chat' dialog. Thanks to w00b on IRC for
2008-05-04 Sadrul Habib Chowdhury Add a 'View log' option in the buddylist menu.
2008-05-04 Sadrul Habib Chowdhury Check to see if we are already in a room before attempting to join. If
2008-05-03 Sadrul Habib Chowdhury Setup tab-completion for groups in the 'Add Chat' dialog.
2008-04-30 Mark Doliner Change the string "screen name" to "username" everywhere. I think most
2008-04-29 Sadrul Habib Chowdhury Fine tune the edit-settings dialog (e.g., mark fields as masked or
2008-03-12 Sadrul Habib Chowdhury Move the tooltip to the left of the buddylist if there's not enough room to show it on the right.
2008-03-06 Sadrul Habib Chowdhury Make sure an existing conversation selected from the 'Send IM' dialog is given the focus.
2008-02-28 Richard Nelson Fix showing a contact's log, and don't access struct internals
2008-02-17 Sadrul Habib Chowdhury Right-clicking on a widget should trigger the context-menu.
2008-02-02 Richard Nelson fix unblocking
2008-02-02 Richard Nelson Add a [X] Blocked item to the buddy context menu, and add a dialog to
2008-02-02 Richard Nelson Add a finch log viewer. This is largely copied from Pidgin.
2008-01-27 Sadrul Habib Chowdhury Update finch to not touch the internals of PurpleGroup.
2008-01-27 Sadrul Habib Chowdhury Add accessor and update finch to not touch the internals of PurpleBuddy and PurpleChat.
2008-01-26 Sadrul Habib Chowdhury We will probably eventually use purple_object_[get|set]_ui_data. Until then, this will do.
2008-01-26 Sadrul Habib Chowdhury Add accessor and update finch to not touch the internals of PurpleConnection.
2008-01-26 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.
2008-01-26 Sadrul Habib Chowdhury Add API so Finch doesn't need to touch the internals of PurpleBlistNode.
2008-01-24 Sadrul Habib Chowdhury Pay attention to the 'show_offline' setting for the buddylist.
2008-01-23 Sadrul Habib Chowdhury Init and uninit the buddylist managers at appropriate times.
2008-01-23 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.
2008-01-22 Sadrul Habib Chowdhury Remember the selected grouping option.
2008-01-22 Sadrul Habib Chowdhury Reconstruct the 'Grouping' menu when a blist manager is un/installed.
2008-01-22 Sadrul Habib Chowdhury Mark some strings for translation.