log finch/gntblist.c @ 19171:9f7587b86b0d

age author description
Sun, 22 Jul 2007 01:28:19 +0000 Eric Polino propagate from branch 'tmpbranch' (head e6743aa2d424749cd40350df703d079ef61fd5ce)
Sat, 07 Jul 2007 00:41:03 +0000 Sadrul Habib Chowdhury propagate from branch 'im.pidgin.pidgin' (head 007693114b23cd2711c1cb9030a148e2f63de8c8)
Fri, 06 Jul 2007 04:16:40 +0000 Eric Polino Added ability to show empty groups
Tue, 24 Jul 2007 21:44:24 +0000 Sadrul Habib Chowdhury Insert a newline in the tooltip.
Mon, 23 Jul 2007 20:54:16 +0000 Sadrul Habib Chowdhury Add an 'auto-join' checkbox in the 'Add Chat' dialog, thanks to fmoo's
Sat, 21 Jul 2007 06:22:15 +0000 Sadrul Habib Chowdhury Memory leak fix.
Sat, 21 Jul 2007 06:15:26 +0000 Sadrul Habib Chowdhury We don't need dynamic things here.
Fri, 20 Jul 2007 21:41:05 +0000 Sadrul Habib Chowdhury Fix a crash Eric found. These parameters were in reverse order.
Sat, 14 Jul 2007 03:02:41 +0000 Sadrul Habib Chowdhury New feature: successful compilation.
Fri, 13 Jul 2007 10:50:43 +0000 Sadrul Habib Chowdhury I can pretty much swear this worked at some point. I am not sure when this
Wed, 11 Jul 2007 23:17:22 +0000 Richard Nelson Chats aren't shown if their account is offline, so a group of offline chats shouldn't be either
Fri, 06 Jul 2007 05:25:39 +0000 Sadrul Habib Chowdhury Minor changes to remove a couple of lines of duplication.
Fri, 06 Jul 2007 05:21:37 +0000 Sadrul Habib Chowdhury Plucked revision from im.pidgin.soc.2007.finchfeat to allow showing empty
Thu, 05 Jul 2007 06:54:18 +0000 Sadrul Habib Chowdhury Show a pimping cool unicode status emblem for buddies on mobile (thanks, elb).
Tue, 03 Jul 2007 15:56:24 +0000 Sadrul Habib Chowdhury Fix a bug where buddies from offline accounts were showing up.
Thu, 28 Jun 2007 18:52:26 +0000 Sadrul Habib Chowdhury If the action-windows are already there, then bring them to front when
Thu, 28 Jun 2007 01:09:51 +0000 Sadrul Habib Chowdhury Show better tooltips for contacts.
Wed, 27 Jun 2007 20:38:10 +0000 Sadrul Habib Chowdhury Use the new flags to make the tooltip look better.
Wed, 20 Jun 2007 18:23:49 +0000 Stu Tomlinson #include reorganizations to allow compiling with glib < 2.8 using the
Fri, 08 Jun 2007 12:43:57 +0000 Richard Nelson present existing conversation window if one exists
Fri, 08 Jun 2007 10:21:50 +0000 Richard Nelson propagate from branch 'im.pidgin.finch.workspaces' (head 76cfc9565a5cdde8d2e1f2efc3282b309a55a110)
Sat, 02 Jun 2007 21:23:34 +0000 Sadrul Habib Chowdhury Fix for the bug Alver reported:
Fri, 01 Jun 2007 23:39:11 +0000 Sadrul Habib Chowdhury Fix a crash exposed by nullprpl.
Sat, 26 May 2007 08:08:04 +0000 Sadrul Habib Chowdhury Show information about the user requesting authorization.
Fri, 25 May 2007 02:22:13 +0000 Sadrul Habib Chowdhury merge of '1c63ff450cd444f6f7b3d9caa86407fca3584491'
Fri, 25 May 2007 02:06:06 +0000 Richard Nelson It's valid for different types to be compared. In that case, use existing positions.
Thu, 24 May 2007 21:15:16 +0000 Sadrul Habib Chowdhury Use utility functions to get user info. Closes #964.
Wed, 23 May 2007 09:26:23 +0000 Richard Nelson Re-show the add buddy request dialog if something went wrong. It's easy to lose the buddy who just added you otherwise.
Sat, 19 May 2007 06:54:15 +0000 Richard Laager Death to more futuristic struct initialization. This should be the last.
Sun, 13 May 2007 00:21:15 +0000 Richard Nelson propagate from branch 'im.pidgin.pidgin' (head 6f6e8345100a2f026e20c28fa52592fadd9c8193)
Wed, 09 May 2007 04:08:01 +0000 Sadrul Habib Chowdhury Change a string, and make sure non-functional items are not added in the conversation window menu.
Mon, 07 May 2007 18:10:39 +0000 Sadrul Habib Chowdhury Show an error message when trying to add a buddy from an offline account.
Sun, 06 May 2007 21:55:07 +0000 Sadrul Habib Chowdhury When getting information, show "Information: Retrieving..." before the
Sun, 06 May 2007 21:40:29 +0000 Sadrul Habib Chowdhury Change a string.
Thu, 03 May 2007 15:05:13 +0000 Sadrul Habib Chowdhury Do not build the context menu if one is already being shown.
Wed, 02 May 2007 15:38:14 +0000 Sadrul Habib Chowdhury Fix context menu unusualness in the buddylist.
Wed, 02 May 2007 04:42:06 +0000 Sadrul Habib Chowdhury Fix this spectacularly braindead code. I must've been on the good stuff when I wrote this. Fixes #364.
Sat, 12 May 2007 23:58:11 +0000 Richard Nelson Let windows know when the workspace they are in is being hidden/shown
Sun, 29 Apr 2007 18:03:32 +0000 Sadrul Habib Chowdhury A rare crash fix for finch.
Sat, 28 Apr 2007 09:35:44 +0000 Sadrul Habib Chowdhury This makes it possible to rearrange chats and groups using the tag+attach system. Thanks a bunch to wabz for testing this. Fixes #379.
Fri, 27 Apr 2007 04:35:57 +0000 Sadrul Habib Chowdhury Never change the orders of chats or the groups.
Thu, 26 Apr 2007 12:25:49 +0000 Evan Schoenberg Added account, who, and conversation parameters to the request API calls, and updated all code to match. I can't compile the Perl module, so I'd appreciate it if someone who knows it would verify that this doesn't break Perl.
Wed, 25 Apr 2007 23:55:56 +0000 Sean Egan Works for me! Renames prefs: /core to /purple, /gaim/gtk to /pidgin, /gaim/gnt to /finch
Fri, 20 Apr 2007 06:21:52 +0000 Sadrul Habib Chowdhury Use 'alias' instead of 'rename' for non-group nodes. Thankfully, this does not introduce new strings.
Mon, 16 Apr 2007 02:07:49 +0000 Richard Laager Rename the Doxygen group from gntui to finch and define the finch group
Sat, 14 Apr 2007 13:20:05 +0000 Richard Nelson ...only for groups
Sat, 14 Apr 2007 12:39:33 +0000 Richard Nelson Remember the collapsed state of groups in the blist
Mon, 26 Mar 2007 04:10:39 +0000 Sadrul Habib Chowdhury Some define changes. This helps in generating the python bindings.
Wed, 21 Mar 2007 09:00:54 +0000 Richard Laager Re-sed the copyright notices so they don't all talk about Purple.
Mon, 19 Mar 2007 23:49:30 +0000 Richard Nelson Group autocomplete for buddy adding
Mon, 19 Mar 2007 07:01:17 +0000 Sean Egan sed -ie 's/gaim/purple/g'
Sun, 18 Mar 2007 19:38:15 +0000 Sean Egan renamed gaim-text to finch