log pidgin/gtkstatusbox.c @ 31802:ca94413ccd0e

age author description
Sat, 08 Jan 2011 15:07:58 +0000 John Bailey disapproval of revision '412a518af798eaeeea99651705fd9d549596b966'
Sat, 08 Jan 2011 06:39:45 +0000 masca It just don't makes sense to set a status message when changing to Offline. This was bugging me since long time ago.
Mon, 23 Aug 2010 00:53:55 +0000 Elliott Sales de Andrade I think this is marginally better to read.
Mon, 23 Aug 2010 00:52:24 +0000 Elliott Sales de Andrade Kill off many dead assignments and any useless remaining variables.
Sat, 06 Feb 2010 06:32:21 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 8a0b15ca6f7e80f487af0b74bda066a717062d0f)
Thu, 04 Feb 2010 05:30:35 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 9028ac0daaa1f7e565726fa39aca22ce7d3ecc49)
Sat, 31 Oct 2009 17:52:54 +0000 John Bailey propagate from branch 'im.pidgin.pidgin' (head bc551a0f3f61b07c37e8677925b1aeae91e849be)
Sun, 23 Aug 2009 05:04:15 +0000 John Bailey Start of killing off unneeded GTK_CHECK_VERSION checks in pidgin. Refs #10024
Fri, 05 Feb 2010 14:38:53 +0000 Sadrul Habib Chowdhury Refresh the statusbox correctly.
Sat, 16 Jan 2010 23:14:41 +0000 Gabriel Schulhof Patch from Gabriel Schulhof to correctly size the GtkIMHtml entry in the
Fri, 30 Oct 2009 01:41:49 +0000 Sadrul Habib Chowdhury Disable 'Remove' when no icon set.
Tue, 27 Oct 2009 07:51:46 +0000 Ka-Hing Cheung don't remember the message if we switch to a saved status (transient
Tue, 27 Oct 2009 07:42:02 +0000 Ka-Hing Cheung try not to artificially hide and then unhide the imhtml when status
Mon, 26 Oct 2009 07:35:18 +0000 Ka-Hing Cheung colapses 2 ifs together
Mon, 26 Oct 2009 06:53:35 +0000 Ka-Hing Cheung I don't think the comment made sense, this is probably what it meant
Mon, 26 Oct 2009 01:11:53 +0000 Ka-Hing Cheung only need to loop over active accounts once for this
Sun, 25 Oct 2009 23:45:02 +0000 Ka-Hing Cheung strncmp -> g_str_equal
Sun, 25 Oct 2009 23:39:45 +0000 Ka-Hing Cheung mostly comment changes, changed a str && !strcmp to purple_strequal
Sun, 25 Oct 2009 23:04:19 +0000 Ka-Hing Cheung there's no reason for message_changed to use g_utf8_collate, and also
Sun, 25 Oct 2009 22:18:08 +0000 Ka-Hing Cheung break early if we found the right saved status, and rewrote the exit logic
Mon, 03 Aug 2009 18:30:22 +0000 Paul Aurich statusbox: Avoid an assertion failure from ""
Mon, 22 Jun 2009 04:17:03 +0000 Paul Aurich Draw the user's buddy icon (in the status box) with curves, to match the buddy list icons.
Mon, 22 Jun 2009 03:41:21 +0000 Paul Aurich Leave the icon always on the right (regardless of language direction).
Sun, 21 Jun 2009 16:40:15 +0000 Richard Laager propagate from branch 'im.pidgin.pidgin.2.5.7' (head 81e7f59e74715d44dac9e40e7b43ff377c8b474c)
Sat, 16 May 2009 20:11:04 +0000 Richard Laager Use GTK_STOCK_ADD for the Select Buddy Icon option.
Sat, 16 May 2009 20:07:59 +0000 Richard Laager A patch from nops to add a "Select Buddy Icon" (my term, the original patch
Wed, 06 May 2009 18:37:40 +0000 Paul Aurich Don't leak image refs in gtkstatusbox and assertion failure in nullprpl
Wed, 06 May 2009 06:40:24 +0000 Paul Aurich Look up the old image before we store the new one in the hash table.
Sun, 03 May 2009 23:58:14 +0000 Daniel Atallah Don't set the statusbox imhtml to be editable twice.
Sun, 03 May 2009 23:49:25 +0000 Daniel Atallah Avoid overwriting the PRIMARY clipboard when we select-on-focus the status text for easy editing. Fixes #8781.
Mon, 27 Apr 2009 17:34:57 +0000 Sadrul Habib Chowdhury Use a all the icons hbons had created for 'connecting' animation.
Mon, 27 Apr 2009 17:29:26 +0000 Sadrul Habib Chowdhury Don't expose the parent class.
Mon, 27 Apr 2009 17:26:57 +0000 Sadrul Habib Chowdhury Use stock-ids for connecting/typing animations in the statusbox.
Mon, 27 Apr 2009 04:50:44 +0000 Elliott Sales de Andrade We probably shouldn't have to set the pixbuf and the stock-id, but anyway,
Sun, 26 Apr 2009 22:54:17 +0000 Paul Aurich I like icons in my statusbox.
Thu, 23 Apr 2009 05:30:36 +0000 Sadrul Habib Chowdhury Reduce code duplication.
Thu, 23 Apr 2009 05:08:06 +0000 Sadrul Habib Chowdhury Use stock-id in the status editor window too.
Thu, 23 Apr 2009 03:55:35 +0000 Sadrul Habib Chowdhury Use stock id everywhere!
Thu, 23 Apr 2009 03:38:44 +0000 Sadrul Habib Chowdhury Use stock id where possible.
Sat, 18 Apr 2009 22:39:56 +0000 Elliott Sales de Andrade Oops, I must have been tired. I only replaced the first occurrence of these
Sat, 18 Apr 2009 07:31:32 +0000 Elliott Sales de Andrade Use g_object_ref/unref instead of the deprecated versions.
Fri, 10 Apr 2009 06:32:57 +0000 foss A patch from Arunan Balasubramaniam to use timeouts in seconds instead of
Wed, 06 May 2009 18:58:47 +0000 Paul Aurich Fix the crash/leaks in statusbox
Wed, 28 Jan 2009 10:06:56 +0000 Mark Doliner Increment display_lines here so that, for fonts where pixels_inside_wrap()
Wed, 28 Jan 2009 09:59:55 +0000 Mark Doliner Change the logic for breaking out of the while look to match the if
Wed, 28 Jan 2009 09:57:19 +0000 Mark Doliner Fix a bug that's bothered me for a while. When pressing shift+enter in
Mon, 26 Jan 2009 06:44:00 +0000 Mark Doliner Remove trailing whitespace
Fri, 24 Oct 2008 04:06:25 +0000 Daniel Atallah gtk_widget_set_tooltip_text() is GTK+ >= 2.12
Wed, 22 Oct 2008 15:23:17 +0000 Sadrul Habib Chowdhury More strings for translation.
Thu, 02 Oct 2008 01:02:44 +0000 Sadrul Habib Chowdhury Unbreak ABI.
Thu, 11 Sep 2008 21:15:01 +0000 Richard Laager Remove the preference for keeping the status message, and keep it always.
Thu, 11 Sep 2008 21:12:24 +0000 Richard Laager disapproval of revision 'fedd8495d3e49df957ae842bc5fa289452d048f8'
Wed, 10 Sep 2008 19:20:30 +0000 Richard Laager Provide a preference to allow users to keep their status message when
Thu, 21 Aug 2008 23:45:39 +0000 Hylke Bons Throbber test.
Thu, 17 Jul 2008 04:49:35 +0000 Daniel Atallah disapproval of revision '3d39da6c8014095cac3a0741bf6fc26219e7aff8'
Thu, 17 Jul 2008 04:38:07 +0000 Daniel Atallah Fix a double free when connecting to the sender of a bonjour file fails. Also plug a small leak. Fixes #5971.
Tue, 03 Jun 2008 00:09:11 +0000 Sadrul Habib Chowdhury Don't include 'Listening to music' in the per-account statusbox.
Sun, 01 Jun 2008 21:34:50 +0000 Elliott Sales de Andrade Arrow keys in status menu should skip separator lines. Closes #1360.
Thu, 08 May 2008 03:20:28 +0000 Sadrul Habib Chowdhury Patch from QuLogic to fix tab-navigation in the statusbox. And a few
Sat, 26 Apr 2008 06:19:34 +0000 Sadrul Habib Chowdhury Reset typing timeout if arrow keys are pressed when editing status
Wed, 23 Apr 2008 10:22:38 +0000 Sadrul Habib Chowdhury Give a name to the statusbox button so that it can be accessible by
Tue, 22 Apr 2008 05:32:08 +0000 Sadrul Habib Chowdhury Ignore token_status_account on account-specific status boxes. This should
Sat, 15 Mar 2008 18:36:04 +0000 Will Thompson Danny Baumann pointed out that the status box menu should have the appropriate
Wed, 23 Jan 2008 04:45:04 +0000 Sadrul Habib Chowdhury Fix some small leaks when destroying a statusbox.
Mon, 14 Jan 2008 04:09:03 +0000 Richard Laager merge of '464169ffadabb173b3052074b132f38025b2e88d'
Sat, 12 Jan 2008 19:42:02 +0000 Sadrul Habib Chowdhury Destroy the icon box only when there's one. This gets rid of a runtime warning for statusboxes without a buddy-icon selector (e.g., for an IRC account).
Sat, 12 Jan 2008 14:44:12 +0000 Sadrul Habib Chowdhury It turns out the tree-models need to be unref'ed.
Sun, 13 Jan 2008 21:04:47 +0000 Richard Laager Part of a large patch from o_sukhodolsky to fix some build warnings.
Thu, 03 Jan 2008 04:57:40 +0000 Richard Laager Probe for -Wstrict-prototypes to get some more warnings. I then cleaned up
Sat, 29 Dec 2007 21:50:23 +0000 Sadrul Habib Chowdhury Show the prpl icon in the account-specific statusboxes to avoid ambiguity.
Fri, 21 Dec 2007 14:19:29 +0000 Sadrul Habib Chowdhury Make some more event handlers return appropriate gboolean values. This turns
Sat, 17 Nov 2007 00:12:30 +0000 Richard Laager This merge has the effect of reverting the hinting code from trunk.
Sat, 10 Nov 2007 04:52:20 +0000 Ka-Hing Cheung propagate from branch 'im.pidgin.pidgin.next.minor' (head 0c9637482b845cc65e95a26e144697391c51133f)
Sun, 28 Oct 2007 01:05:17 +0000 Gabriel Schulhof Patch from Gabriel Schulhof to transiate yet another window.
Thu, 08 Nov 2007 08:32:10 +0000 Mark Doliner In an email to the Pidgin devel mailing list on 3 Nov 2007, Ethan
Fri, 16 Nov 2007 23:30:03 +0000 Richard Laager disapproval of revision 'c484d979c4fda4433a9633ff8b69bd8a395c9479'
Sun, 14 Oct 2007 00:26:00 +0000 Richard Laager disapproval of revision '0e5385979f58d6ee74f668bb9b5dfd1ae3b6043f'
Wed, 10 Oct 2007 22:57:51 +0000 Gabriel Schulhof Removed request stuff - now on pidgin-request-ui-hint
Sat, 06 Oct 2007 15:55:47 +0000 Gabriel Schulhof propagate from branch 'im.pidgin.pidgin' (head 1757e82b3ed17d8ad45db9d2c62f0187a8bee93d)
Tue, 30 Oct 2007 03:24:07 +0000 Daniel Atallah Fix some leaks caused by GdkPixbufLoaders not being disposed of.
Sat, 22 Sep 2007 16:19:34 +0000 Gabriel Schulhof Updated hinting to be less invasive
Sat, 22 Sep 2007 09:48:07 +0000 Gabriel Schulhof propagate from branch 'im.pidgin.pidgin' (head 025faf23aaac403798451974c320c4de6df470d5)
Fri, 19 Oct 2007 17:53:35 +0000 Luke Schierer applied changes from 1bdf4754abed6b49eec400ecf415a9d557bc9834
Sun, 16 Sep 2007 01:05:22 +0000 Sean Egan remove gpl boilerplate from doxygen docs
Wed, 12 Sep 2007 19:11:38 +0000 Gabriel Schulhof propagate from branch 'im.pidgin.pidgin' (head 483b6435074838149d6e95b836d4a2d9263f265d)
Sun, 19 Aug 2007 13:40:34 +0000 Gabriel Schulhof propagate from branch 'im.pidgin.pidgin' (head 671cfe949215447db0da7081a7e1501693ab4f98)
Thu, 16 Aug 2007 21:36:17 +0000 Gabriel Schulhof Added hints to gtkstatusbox.c
Sat, 08 Sep 2007 03:09:35 +0000 John Bailey The FSF changed its address a while ago; our files were out of date.
Tue, 28 Aug 2007 22:40:51 +0000 Sean Egan Allow you to click on statusbox again and keep it open.
Fri, 24 Aug 2007 00:32:02 +0000 Sean Egan Bring up statusbox menu on button-down instead of button-up. Fixes #1437
Sat, 18 Aug 2007 05:57:52 +0000 Sadrul Habib Chowdhury Select the correct item in the dropdown when using a transient status.
Sat, 28 Jul 2007 05:35:20 +0000 Sean Egan disapproval of revision '947b20b6fc725a1f22dd7b7b23ebbaee89f0cfed'
Sun, 24 Jun 2007 17:52:00 +0000 Nathan Walp prevent recursive insanity when we don't have an idleaway status
Thu, 21 Jun 2007 19:25:55 +0000 Sean Egan Add UNAVAILABLE to statusbox defaults (as it's probably used more than invisible is) and rename it to 'do not disturb,' which I think it a better name for it. Agreed?
Wed, 20 Jun 2007 18:23:49 +0000 Stu Tomlinson #include reorganizations to allow compiling with glib < 2.8 using the
Tue, 19 Jun 2007 19:23:25 +0000 Sadrul Habib Chowdhury Close all delete-confirmation dialogs for it when a status is deleted.
Tue, 19 Jun 2007 18:31:46 +0000 Sadrul Habib Chowdhury Let non-delete keys operate.
Tue, 19 Jun 2007 17:17:57 +0000 Ka-Hing Cheung explicit merge of 'f2eb358baf2c72cb37b6b9bcb4c036e44e0bcc2b'
Sat, 16 Jun 2007 19:44:59 +0000 Richard Laager Re-fix the DBus list handling code by killing const GList* / const GSList*
Sun, 17 Jun 2007 18:03:03 +0000 Ka-Hing Cheung fixes #590 by allowing one to use the delete key to delete transient status,
Sat, 16 Jun 2007 19:00:35 +0000 Richard Laager disapproval of revision '1411afd7660760db59966c3a9f18e2adab8eb27e'
Thu, 07 Jun 2007 04:22:42 +0000 Richard Laager Mark the return type const for the following functions. I noticed this
Thu, 31 May 2007 20:22:43 +0000 Sean Egan Maintain aspect ratio on global icon selector. Fixes #454
Fri, 18 May 2007 12:48:03 +0000 Sadrul Habib Chowdhury Fix #1100.
Fri, 11 May 2007 15:41:51 +0000 Daniel Atallah disapproval of revision '105009e066f1bcaefb0af3bd1e17b7860bf12a57'
Fri, 11 May 2007 15:07:13 +0000 Daniel Atallah Fix a crash when something requests the blist status icon before the UI node has been rendered. The ticker plugin was doing this. Fixes #642.
Tue, 01 May 2007 19:32:22 +0000 Sadrul Habib Chowdhury I believe this fixes #439.
Mon, 30 Apr 2007 00:36:30 +0000 Kevin Stange Make the icon show up when you change the global buddy icon pref, even if all the accounts have per-account icons.
Sun, 29 Apr 2007 23:50:23 +0000 Sadrul Habib Chowdhury Do not unset use-global-buddyicon for accounts when removing the global icon. I think this was added here accidentally anyway.
Sun, 29 Apr 2007 16:29:22 +0000 Mark Doliner This seems to fix a problem with the global status selector, and some
Sun, 29 Apr 2007 08:13:21 +0000 Mark Doliner Only attempt to ref the statusbox icon image if it's actually set
Sun, 29 Apr 2007 03:49:09 +0000 Stu Tomlinson Fedora bug/patch https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=234399
Sat, 28 Apr 2007 03:19:52 +0000 Richard Laager This is Sadrul's status-rescale.patch from ticket #314. Luke said it
Fri, 27 Apr 2007 02:14:44 +0000 Sean Egan propagate from branch 'im.pidgin.rlaager.gaim_migration' (head dcc40d46afbe3f87cc674e4fb1526ac722bc35cb)
Wed, 25 Apr 2007 22:24:15 +0000 Richard Laager merge of 'd28268688d1a93e76907a1ef18ed186bf31fabf3'
Wed, 25 Apr 2007 21:50:03 +0000 Richard Laager propagate from branch 'im.pidgin.pidgin' (head ace53c6cc80b256fff29f021ab5b80805deb253b)
Thu, 26 Apr 2007 02:32:03 +0000 Sean Egan Remove ifdef 0 block
Wed, 25 Apr 2007 18:40:34 +0000 Sean Egan fixes #280
Wed, 25 Apr 2007 22:23:29 +0000 Richard Laager Change the imgstore and by extension, then the buddy icon code to take over
Wed, 25 Apr 2007 21:48:56 +0000 Richard Laager Updates for the account buddy icon stuff. This doesn't yet work fully (and maybe not even partly), but it compiles.