log pidgin/gtkblist.c @ 29615:97005a2e99d7

age author description
Sat, 20 Mar 2010 06:02:11 +0000 Kosta Arvanitis Use a small GtkButton instead of the custom "X" for close in various
Sun, 14 Mar 2010 19:02:11 +0000 Marcus Lundblad Added ability to set the mood on all mood-supporting accounts at once (the
Thu, 04 Mar 2010 23:02:56 +0000 Marcus Lundblad Enable setting mood message with the global mood selection UI, when the
Thu, 04 Mar 2010 22:14:03 +0000 Marcus Lundblad Added PurpleConnection flags to determine support for moods and mood messages.
Wed, 03 Mar 2010 22:08:27 +0000 Marcus Lundblad Allow a PRPL to have get_moods return NULL to disable mood setting.
Sun, 28 Feb 2010 22:30:02 +0000 Marcus Lundblad Remove a glib assertion warning regarding the mood setting UI.
Thu, 25 Feb 2010 22:47:28 +0000 Marcus Lundblad Allow unsetting mood in mood selector, works with XMPP... Oscar is not yet
Wed, 24 Feb 2010 04:59:47 +0000 Elliott Sales de Andrade Simplify: dest always equals src. No need to copy everything.
Thu, 18 Feb 2010 21:38:43 +0000 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 267f28808ab6eeda6b5d68f6433f2b3fcf230d4f)
Mon, 08 Feb 2010 21:50:15 +0000 Marcus Lundblad Resurrect the PRPL actions to show up in the account submenu
Sun, 07 Feb 2010 21:11:56 +0000 Marcus Lundblad Made it compile again.
Sun, 07 Feb 2010 19:31:56 +0000 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head b0098e2250f135d121960d8152e144e7e344125e)
Mon, 06 Apr 2009 05:19:40 +0000 Richard Laager propagate from branch 'im.pidgin.pidgin' (head a59a573e3b9b2eb42ff728ba9ff56095f5c9e0d0)
Mon, 01 Dec 2008 23:36:00 +0000 Richard Laager Propagated im.pidgin.pidgin to im.pidgin.cpw.rekkanoryo.icqxstatus and
Wed, 26 Nov 2008 22:44:08 +0000 Richard Laager Now that the "Set Mood" UI is in Pidgin, it can do whatever it likes to
Mon, 17 Nov 2008 19:09:53 +0000 Richard Laager propagate from branch 'im.pidgin.pidgin' (head d33b4d42bee23e1d64289f3e7c83b182ef0e5a91)
Mon, 17 Nov 2008 08:04:36 +0000 Richard Laager Remove some stray debugging printf()s.
Mon, 17 Nov 2008 07:30:43 +0000 Richard Laager Move the mood UI for ICQ into Pidgin. It still uses the new request API
Mon, 17 Nov 2008 00:43:59 +0000 Richard Laager Add a PURPLE_STATUS_MOOD primitive and change ICQ to use it.
Sun, 16 Nov 2008 19:17:27 +0000 Richard Laager Look at the mood status attribute on a buddy when picking the emblem.
Thu, 04 Feb 2010 05:30:35 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 9028ac0daaa1f7e565726fa39aca22ce7d3ecc49)
Fri, 11 Dec 2009 03:09:31 +0000 Paul Aurich Undo a bit of struct hiding per the comment directly above it because this breaks things.
Fri, 11 Dec 2009 02:32:08 +0000 Gary Kramlich a bunch more struct hiding fixes, but too much for me at the moment
Sat, 31 Oct 2009 17:52:54 +0000 John Bailey propagate from branch 'im.pidgin.pidgin' (head bc551a0f3f61b07c37e8677925b1aeae91e849be)
Sat, 03 Oct 2009 19:18:18 +0000 John Bailey Break the developer information out into its own dialog. I also bolded a few
Sat, 03 Oct 2009 18:05:08 +0000 John Bailey Split the "Debugging Information" and translator info into "Build Information"
Wed, 16 Sep 2009 15:41:33 +0000 John Bailey propagate from branch 'im.pidgin.pidgin' (head f881ba77d0fe70224a938185a5a3675b39520873)
Sun, 23 Aug 2009 16:57:51 +0000 John Bailey Hmm, I misread that check. Now we compile.
Sun, 23 Aug 2009 16:52:25 +0000 John Bailey This should pretty much finish off the GTK_CHECK_VERSION calls in Pidgin.
Sun, 23 Aug 2009 02:37:12 +0000 John Bailey propagate from branch 'im.pidgin.pidgin' (head 458e696572314f8fd2d259d40713ad955dd82581)
Sat, 22 Aug 2009 22:08:21 +0000 John Bailey Kill unneeded GLIB_CHECK_VERSION uses in Pidgin. Refs #10024.
Fri, 29 Jan 2010 03:56:00 +0000 Luoh Ren-Shan Search friends by email addresses in the buddylist.
Thu, 28 Jan 2010 21:44:16 +0000 Sadrul Habib Chowdhury We allow aliasing chats. So don't show an error message when we try to.
Mon, 26 Oct 2009 00:00:24 +0000 Paul Aurich pidgin: Bold usernames with unread messages in the buddy list again. Closes #10068.
Fri, 04 Sep 2009 21:44:58 +0000 Elliott Sales de Andrade No need to call this twice.
Wed, 26 Aug 2009 01:09:33 +0000 Elliott Sales de Andrade I think this was the optimization they wanted when this first broke.
Tue, 25 Aug 2009 06:16:23 +0000 Paul Aurich Fix the auto-personize stuff. Closes #9948.
Sat, 22 Aug 2009 19:35:02 +0000 Mark Doliner Make idle and offline buddy names and the idle time in the small list grey
Wed, 19 Aug 2009 00:37:01 +0000 Elliott Sales de Andrade propagate from branch 'im.pidgin.pidgin' (head dd712fa84e46b2d78adf28e914d3e1a5c18a5154)
Mon, 03 Aug 2009 00:46:28 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 1876e80a840aa8045b1a49c60049781e0d285558)
Sun, 02 Aug 2009 22:24:21 +0000 Paul Aurich I think this is a little better.
Tue, 18 Aug 2009 18:28:00 +0000 Stu Tomlinson Fix compiling with Gtk < 2.6.0, looks like someone accidentally pasted this
Sun, 16 Aug 2009 03:23:54 +0000 Paul Aurich Fix setting the alias on a metacontact when it's not expanded. This is a patch.
Sun, 02 Aug 2009 05:34:11 +0000 Paul Aurich Don't use pointers (even opaquely) once they're freed. Closes #9822.
Tue, 21 Jul 2009 23:45:49 +0000 Etan Reisner merge of '5a2bb37da0d5add24e122a13a827437ecae61ad3'
Mon, 20 Jul 2009 18:44:07 +0000 Paul Aurich Don't allow NULL sort method IDs and don't crash on them. Fixes #9658.
Sun, 19 Jul 2009 19:07:54 +0000 Paul Aurich Make OK default for Add Buddy, Add Chat, and Join Chat.
Sun, 19 Jul 2009 06:20:21 +0000 Elliott Sales de Andrade Prevent a crash if a plugin set a mini-dialog during load. If that plugin
Sun, 12 Jul 2009 17:59:23 +0000 Paul Aurich Fix a reversed assertion.
Sun, 12 Jul 2009 02:55:36 +0000 Paul Aurich Free the buddy list data some more at shutdown and some deprecations.
Fri, 10 Jul 2009 04:46:37 +0000 Etan Reisner Close up scope on some variables and more correctly handle the
Tue, 07 Jul 2009 19:35:38 +0000 Etan Reisner Apparently font_weight was only relatively recently added to pango, so use
Tue, 07 Jul 2009 15:50:45 +0000 Etan Reisner Close up scope on a variable and use PURPLE_BLIST_NODE_HAS_FLAG.
Sat, 04 Jul 2009 17:36:07 +0000 Etan Reisner merge of '91a5d80aa52d8c1ca101bfaa0dfc3f7a2feb99ec'
Thu, 25 Jun 2009 05:11:21 +0000 Etan Reisner De-emphasize the () around the collapsed group counts. I can't actually see
Thu, 25 Jun 2009 04:10:31 +0000 Etan Reisner Title Case some blist right-click menu items.
Wed, 01 Jul 2009 08:17:10 +0000 Sadrul Habib Chowdhury Show the 'Enable Accounts' menu when all accounts are disabled.
Fri, 05 Jun 2009 04:13:10 +0000 Elliott Sales de Andrade Patch to change around some logic that should fix missing buddies that are
Fri, 05 Jun 2009 02:58:26 +0000 Elliott Sales de Andrade Apply patch from Peter to handle the left and right arrow keys in the buddy
Sun, 31 May 2009 20:46:42 +0000 Paul Aurich Buddy List needs to take a reference to the loaded theme. Fixes #8798.