2009-08-13 |
Paul Aurich |
Clean up various file-scoped globals at uninit.
|
2009-05-16 |
Richard Laager |
A patch from Scott Wolchok to replace snprintf() with g_snprintf() and
|
2009-01-22 |
Richard Laager |
propagate from branch 'im.pidgin.pidgin' (head c5b982597812ab3c0fd2dbca9be31f173fda67bb)
|
2009-01-15 |
Gary Kramlich |
propagate from branch 'im.pidgin.pidgin' (head 42f77b0e8b8ebf5ff3c30d8f8022ac5d289631e8)
|
2009-01-06 |
Gary Kramlich |
propagate from branch 'im.pidgin.pidgin' (head c6844c5e097e3d947d35507e2e93557dfe8e0aee)
|
2009-01-06 |
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
|
2009-01-20 |
Daniel Atallah |
Clean up merges from the last two (un)disapprovals.
|
2009-01-20 |
Daniel Atallah |
merge of '346878a46ca5cbf1ddb7818cce123b5a936b803e'
|
2009-01-20 |
Daniel Atallah |
merge of '8c4498cf31a819963d4ee74d433f2ed267d65b51'
|
2009-01-09 |
Daniel Atallah |
merge of '3bdf5aad1c3d02b04ea918d996f6db99ecb40778'
|
2009-01-09 |
Daniel Atallah |
merge of '9d07d82a935ade0bf3a9a387a0c8998d552c7be9'
|
2009-01-20 |
Daniel Atallah |
disapproval of revision 'dd58d6e08f6bf88e8bdd13e3c8d0b73cc73bbab3'
|
2009-01-09 |
Daniel Atallah |
disapproval of revision '59dabca54f8fec54f44c38eaaaafb29086c7ade7'
|
2009-01-20 |
Daniel Atallah |
disapproval of revision 'd61c2fc82b19cd2629b498d903d7018d41a00108'
|
2009-01-09 |
Daniel Atallah |
disapproval of revision 'c1eb11b61c6c6756eba2e3aa380e4e4e09db0914'
|
2009-01-03 |
Daniel Atallah |
purple_prefs_disconnect_by_handle() wont actually remove anything with the
|
2009-01-03 |
Daniel Atallah |
Rearrange prefs uninitialization now that it actually does something.
|
2009-01-01 |
Daniel Atallah |
Fixes from the QuteCom folks for the core being reinitialized. References #7761
|
2007-12-25 |
Mark Doliner |
Should be safe to get rid of this now
|
2007-12-15 |
Will Thompson |
The debug message for purple_prefs_set_path when the pref in question is not
|
2007-10-22 |
Daniel Atallah |
applied changes from 0cf87050ffb15aa5ff8817bfdf57efda048cefde
|
2007-10-21 |
Luke Schierer |
applied changes from 29b2fc4762e2c5d03a7100c78f2a7b49237c5e80
|
2007-09-09 |
Ka-Hing Cheung |
Probably Fixes 1649
|
2007-09-08 |
John Bailey |
The FSF changed its address a while ago; our files were out of date.
|
2007-08-28 |
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.
|
2007-07-22 |
Eric Polino |
propagate from branch 'tmpbranch' (head e6743aa2d424749cd40350df703d079ef61fd5ce)
|
2007-07-11 |
Sadrul Habib Chowdhury |
Update the way _get_children_names is used.
|
2007-07-11 |
Sadrul Habib Chowdhury |
merge of '71460fdbdf27e2233f9157851787002b09ead2c6'
|
2007-07-10 |
Eric Polino |
memleak fix
|
2007-07-11 |
Sadrul Habib Chowdhury |
disapproval of revision '2d13603b37141a4e8eb8ce3358198dec9c9f7852'
|
2007-07-09 |
Eric Polino |
Added a function to the prefs API to get a list of children names.
|
2007-07-11 |
Sadrul Habib Chowdhury |
Return the complete paths of the child prefs.
|
2007-07-11 |
Sadrul Habib Chowdhury |
Add purple_prefs_get_children_names in purple. And update Changelog.API
|
2007-06-17 |
Stu Tomlinson |
Do not actually remove the debug timestamp pref, this is the *correct*
|
2007-06-17 |
Stu Tomlinson |
disapproval of revision '8252394105eb4f981e17cec193e039dc94dfbde1'
|
2007-06-17 |
Kevin Stange |
Based on my calculations, this comment made no sense. It is not necessary to
|
2007-05-19 |
Richard Laager |
merge of '62e9d17cd37551991c5040ce6ca48e6d7578dde3'
|
2007-05-10 |
Stu Tomlinson |
Force timestamps always on for debug log and debug window. Making this
|
2007-05-08 |
Sadrul Habib Chowdhury |
Show the correct error message when setting value for a path-list.
|
2007-04-28 |
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.
|
2007-04-28 |
Luke Schierer |
this patch from sadrul fixes the first crash I hit
|
2007-04-27 |
Daniel Atallah |
missing newline
|
2007-04-26 |
Sean Egan |
Fix GTK Plugin prefs
|
2007-04-25 |
Sean Egan |
Works for me! Renames prefs: /core to /purple, /gaim/gtk to /pidgin, /gaim/gnt to /finch
|
2007-04-23 |
Richard Laager |
When initializing, the debug system is initialized before the prefs system, but
|
2007-04-19 |
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).
|
2007-04-19 |
Richard Laager |
Revision aaa701a323aaa390e0b0b64480dd7522d132d323 by nwalp added a call to
|
2007-04-18 |
Nathan Walp |
This lets you rename entire trees of prefs. This should help with the migration
|
2007-03-24 |
Mark Doliner |
Trying to find a pref with the name NULL or a name that doesn't
|
2007-03-19 |
Sean Egan |
sed -ie 's/gaim/purple/g'
|
2007-01-20 |
Sean Egan |
Rename gtk/ and libgaim/ to pidgin/ and libpurple/
|