log finch/gntblist.c @ 25244:841eb21e96fe

age author description
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.
2008-01-22 Sadrul Habib Chowdhury Do not show a context menu for an unknown node.
2008-01-22 Sadrul Habib Chowdhury Add a buddy list manager for finch. This allows plugins to show the buddylist
2008-01-21 Sadrul Habib Chowdhury Add some accessor functions for PurpleBlistNode.
2008-01-05 Richard Laager merge of '418bc7dd4e063c50039bba0d51b489b568f9aaaa'
2008-01-03 Richard Laager Probe for -Wstrict-prototypes to get some more warnings. I then cleaned up
2008-01-04 Sadrul Habib Chowdhury Blink the buddies that signed on/off recently for six seconds.
2007-12-03 Richard Nelson Add color to the conversation window to indicate various message attributes
2007-11-30 Sadrul Habib Chowdhury Refactor the code a little bit.
2007-11-30 Sadrul Habib Chowdhury Update the changelogs. Correct the man page. Allow 'default' to mean the
2007-11-30 Richard Nelson Add support for colour in gnttreerows, and colourise the blist. Fixes #1490
2007-11-17 Richard Laager This merge has the effect of reverting the hinting code from trunk.
2007-11-16 Richard Laager merge of '1037fab539d2a95db4fc657f42420566f7e53440'
2007-11-16 Richard Laager merge of '00bf7296307f96f5c68d6e5edf219fb4a50bb947'
2007-11-16 Richard Laager disapproval of revision 'b6ee8d925e8e7670de77e6283963fa151ea0ed77'
2007-11-11 Sadrul Habib Chowdhury Cancel the typeahead search when escape is pressed.
2007-10-14 Richard Laager Re-namespace the #defines to all be PURPLE_REQUEST_UI_HINT_*. I see no
2007-11-16 Richard Laager disapproval of revision '4b2b98ecc70947f687d13c902b1b031247b49392'
2007-10-14 Gabriel Schulhof Converted string literal UI hints to #define-ed constants and fixed two cast-warnings in gtkblist.c
2007-10-14 Richard Laager propagate from branch 'org.maemo.garage.pidgin.pidgin.dialog-transience' (head 675607eb0ab04822a33c6d542694e94dbb731035)
2007-10-14 Richard Laager merge of '1bcf84e26d11f259b3c5ec663e3fecc2f01aed33'
2007-10-03 Sadrul Habib Chowdhury Add IDs to the menuitems in the buddylist menu so they can have acceletor keys.
2007-11-16 Richard Laager disapproval of revision 'c484d979c4fda4433a9633ff8b69bd8a395c9479'
2007-10-14 Richard Laager disapproval of revision '0e5385979f58d6ee74f668bb9b5dfd1ae3b6043f'
2007-10-10 Gabriel Schulhof Removed request stuff - now on pidgin-request-ui-hint
2007-10-06 Gabriel Schulhof New request in gntblist.c
2007-10-06 Gabriel Schulhof Compile
2007-10-06 Gabriel Schulhof propagate from branch 'im.pidgin.pidgin' (head 1757e82b3ed17d8ad45db9d2c62f0187a8bee93d)
2007-10-02 Sadrul Habib Chowdhury Add a 'Join Chat...' item in the buddylist menu.