log libpurple/savedstatuses.c @ 32827:4a34689eeb33 default tip

age author description
Sat, 01 Oct 2011 18:21:43 +0000 andrew victor Convert libpurple and protocol prpl's to use the purple_account_* accessor functions.
Thu, 17 Mar 2011 07:39:33 +0000 Mark Doliner Remove the _purple_oscar_convert(). It existed to migrate data from
Mon, 29 Mar 2010 23:35:35 +0000 Mark Doliner Remove a bunch of old references to prpl-oscar
Thu, 13 Aug 2009 03:26:27 +0000 Paul Aurich Clean up various file-scoped globals at uninit.
Sat, 16 May 2009 19:58:40 +0000 Richard Laager A patch from Scott Wolchok to replace snprintf() with g_snprintf() and
Tue, 28 Apr 2009 15:47:36 +0000 Paul Aurich Adjust some idle handling code to fix "wedging" idle reporting into never
Mon, 02 Mar 2009 04:18:40 +0000 Elliott Sales de Andrade propagate from branch 'im.pidgin.pidgin.next.minor' (head 7305b29db7bd00d3261f348c71674c93aa31b327)
Tue, 06 Jan 2009 03:39:51 +0000 Paul Aurich Patch from Paul Aurich to add purple_strequal to help readability and simplicity of code. Ie, don't need to negate the value of strcmp, since this does a strcmp and does the negation for us
Sun, 15 Feb 2009 07:19:59 +0000 Elliott Sales de Andrade Use g_direct_hash/equal instead of g_int_hash/equal for the hash table that
Fri, 25 Apr 2008 15:37:21 +0000 Daniel Atallah Avoiding emitting the "savedstatus-changed" signal twice when the savedstatus
Thu, 03 Jan 2008 04:57:40 +0000 Richard Laager Probe for -Wstrict-prototypes to get some more warnings. I then cleaned up
Thu, 06 Dec 2007 09:54:04 +0000 Sadrul Habib Chowdhury Save the normalized account name for pounces and custom statuses. References #2049.
Tue, 16 Oct 2007 06:27:16 +0000 Sadrul Habib Chowdhury deryni noticed that the documentation and code do not match for
Sun, 16 Sep 2007 01:05:22 +0000 Sean Egan remove gpl boilerplate from doxygen docs
Sat, 08 Sep 2007 03:09:35 +0000 John Bailey The FSF changed its address a while ago; our files were out of date.
Sat, 28 Jul 2007 05:37:02 +0000 Sean Egan Fixes #1905 'Better solution to 'Idleness Infinite Recursion''
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 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, 19 May 2007 21:38:47 +0000 Richard Laager merge of '62e9d17cd37551991c5040ce6ca48e6d7578dde3'
Sun, 29 Apr 2007 05:26:59 +0000 Mark Doliner Fix a typo in the documentation of a function
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
Wed, 18 Apr 2007 07:42:23 +0000 Mark Doliner When reading in substatuses from status.xml, ignore substatuses for
Mon, 19 Mar 2007 07:01:17 +0000 Sean Egan sed -ie 's/gaim/purple/g'
Wed, 21 Feb 2007 21:24:41 +0000 Sean Egan docklet update
Fri, 26 Jan 2007 04:10:22 +0000 Sadrul Habib Chowdhury Make sure the pounces, buddy-aliases, savedstatuses etc. saved before the aim/icq split works after the split. The util function _gaim_oscar_convert will be removed at a 'suitable' time in the future.
Sat, 20 Jan 2007 02:32:10 +0000 Sean Egan Rename gtk/ and libgaim/ to pidgin/ and libpurple/