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

age author description
Thu, 21 Jul 2011 03:16:51 +0000 Paul Aurich prefs: Avoid an atoi(NULL) when reading the prefs from disk
Mon, 23 Aug 2010 00:52:24 +0000 Elliott Sales de Andrade Kill off many dead assignments and any useless remaining variables.
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
Thu, 22 Jan 2009 19:46:18 +0000 Richard Laager propagate from branch 'im.pidgin.pidgin' (head c5b982597812ab3c0fd2dbca9be31f173fda67bb)
Thu, 15 Jan 2009 22:37:48 +0000 Gary Kramlich propagate from branch 'im.pidgin.pidgin' (head 42f77b0e8b8ebf5ff3c30d8f8022ac5d289631e8)
Tue, 06 Jan 2009 04:09:36 +0000 Gary Kramlich propagate from branch 'im.pidgin.pidgin' (head c6844c5e097e3d947d35507e2e93557dfe8e0aee)
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
Tue, 20 Jan 2009 04:45:56 +0000 Daniel Atallah Clean up merges from the last two (un)disapprovals.
Tue, 20 Jan 2009 04:39:54 +0000 Daniel Atallah merge of '346878a46ca5cbf1ddb7818cce123b5a936b803e'
Tue, 20 Jan 2009 04:38:22 +0000 Daniel Atallah merge of '8c4498cf31a819963d4ee74d433f2ed267d65b51'
Tue, 20 Jan 2009 04:37:23 +0000 Daniel Atallah disapproval of revision 'dd58d6e08f6bf88e8bdd13e3c8d0b73cc73bbab3'
Fri, 09 Jan 2009 03:57:07 +0000 Daniel Atallah merge of '3bdf5aad1c3d02b04ea918d996f6db99ecb40778'
Fri, 09 Jan 2009 03:56:09 +0000 Daniel Atallah merge of '9d07d82a935ade0bf3a9a387a0c8998d552c7be9'
Fri, 09 Jan 2009 03:55:52 +0000 Daniel Atallah disapproval of revision '59dabca54f8fec54f44c38eaaaafb29086c7ade7'
Sat, 03 Jan 2009 18:50:33 +0000 Daniel Atallah purple_prefs_disconnect_by_handle() wont actually remove anything with the
Tue, 20 Jan 2009 04:39:46 +0000 Daniel Atallah disapproval of revision 'd61c2fc82b19cd2629b498d903d7018d41a00108'
Fri, 09 Jan 2009 03:57:01 +0000 Daniel Atallah disapproval of revision 'c1eb11b61c6c6756eba2e3aa380e4e4e09db0914'
Sat, 03 Jan 2009 18:37:37 +0000 Daniel Atallah Rearrange prefs uninitialization now that it actually does something.
Thu, 01 Jan 2009 23:07:15 +0000 Daniel Atallah Fixes from the QuteCom folks for the core being reinitialized. References #7761
Tue, 25 Dec 2007 05:53:23 +0000 Mark Doliner Should be safe to get rid of this now
Sat, 15 Dec 2007 18:23:04 +0000 Will Thompson The debug message for purple_prefs_set_path when the pref in question is not
Mon, 22 Oct 2007 23:39:12 +0000 Daniel Atallah applied changes from 0cf87050ffb15aa5ff8817bfdf57efda048cefde
Sun, 21 Oct 2007 04:49:28 +0000 Luke Schierer applied changes from 29b2fc4762e2c5d03a7100c78f2a7b49237c5e80
Sun, 09 Sep 2007 22:45:45 +0000 Ka-Hing Cheung Probably Fixes 1649
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 03:59:44 +0000 Daniel Atallah Move purple_prefs_load() to purple_prefs_init() - there's been a TODO for this for a long time. I have no idea why this wasn't done sooner; it seems to work just fine and fixes some bugs where stuff isn't loaded before being used. Fixes #1848 (and I'm sure others). Yell at me if this breaks anything.
Sun, 22 Jul 2007 01:28:19 +0000 Eric Polino propagate from branch 'tmpbranch' (head e6743aa2d424749cd40350df703d079ef61fd5ce)
Wed, 11 Jul 2007 19:44:32 +0000 Sadrul Habib Chowdhury Update the way _get_children_names is used.
Wed, 11 Jul 2007 18:41:02 +0000 Sadrul Habib Chowdhury merge of '71460fdbdf27e2233f9157851787002b09ead2c6'
Tue, 10 Jul 2007 19:03:48 +0000 Eric Polino memleak fix
Wed, 11 Jul 2007 18:39:21 +0000 Sadrul Habib Chowdhury disapproval of revision '2d13603b37141a4e8eb8ce3358198dec9c9f7852'
Mon, 09 Jul 2007 21:29:08 +0000 Eric Polino Added a function to the prefs API to get a list of children names.
Wed, 11 Jul 2007 19:27:39 +0000 Sadrul Habib Chowdhury Return the complete paths of the child prefs.
Wed, 11 Jul 2007 18:37:54 +0000 Sadrul Habib Chowdhury Add purple_prefs_get_children_names in purple. And update Changelog.API
Sun, 17 Jun 2007 14:49:10 +0000 Stu Tomlinson Do not actually remove the debug timestamp pref, this is the *correct*
Sun, 17 Jun 2007 14:33:41 +0000 Stu Tomlinson disapproval of revision '8252394105eb4f981e17cec193e039dc94dfbde1'
Sun, 17 Jun 2007 07:46:04 +0000 Kevin Stange Based on my calculations, this comment made no sense. It is not necessary to
Sat, 19 May 2007 21:38:47 +0000 Richard Laager merge of '62e9d17cd37551991c5040ce6ca48e6d7578dde3'
Thu, 10 May 2007 01:33:20 +0000 Stu Tomlinson Force timestamps always on for debug log and debug window. Making this
Tue, 08 May 2007 03:18:55 +0000 Sadrul Habib Chowdhury Show the correct error message when setting value for a path-list.
Sat, 28 Apr 2007 03:22:34 +0000 Sadrul Habib Chowdhury Rename parents first, then rename/remove the dead children. Also, set the idle-setting to 'purple' if it was 'gaim' before migration.
Sat, 28 Apr 2007 00:15:10 +0000 Luke Schierer this patch from sadrul fixes the first crash I hit
Fri, 27 Apr 2007 04:17:20 +0000 Daniel Atallah missing newline
Thu, 26 Apr 2007 01:41:35 +0000 Sean Egan Fix GTK Plugin prefs
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
Mon, 23 Apr 2007 16:59:37 +0000 Richard Laager When initializing, the debug system is initialized before the prefs system, but
Thu, 19 Apr 2007 13:32:48 +0000 Daniel Atallah Fix use before initialization and use after freeing (This is still not being used, but I figured I'd fix the stuff that I noticed).
Thu, 19 Apr 2007 01:48:35 +0000 Richard Laager Revision aaa701a323aaa390e0b0b64480dd7522d132d323 by nwalp added a call to
Wed, 18 Apr 2007 22:56:12 +0000 Nathan Walp This lets you rename entire trees of prefs. This should help with the migration
Sat, 24 Mar 2007 23:11:15 +0000 Mark Doliner Trying to find a pref with the name NULL or a name that doesn't
Mon, 19 Mar 2007 07:01:17 +0000 Sean Egan sed -ie 's/gaim/purple/g'
Sat, 20 Jan 2007 02:32:10 +0000 Sean Egan Rename gtk/ and libgaim/ to pidgin/ and libpurple/