log libpurple/buddyicon.c @ 16659:df5fb079b1ad

age author description
Sun, 29 Apr 2007 19:46:53 +0000 Sadrul Habib Chowdhury This gets rid of a g_log error when uncache-ing a NULL file.
Sun, 29 Apr 2007 07:03:50 +0000 Richard Laager The GNOME coding guidelines recommend prefixing internal symbols with an underscore.
Sun, 29 Apr 2007 03:46:25 +0000 Richard Laager merge of '2c12ac5fe6f8c8bf07d7bdde347e65c66e4f2de5'
Sun, 29 Apr 2007 03:35:04 +0000 Richard Laager Add more error checking to the buddy icon migration code.
Sun, 29 Apr 2007 02:49:23 +0000 Richard Laager Fix a crash when removing a per-account icon. Here's my explanation:
Sun, 29 Apr 2007 01:17:40 +0000 Daniel Atallah merge of '2d00dcb7fc18b083ac949b5febda711ecfd52cdb'
Sun, 29 Apr 2007 01:08:25 +0000 Richard Laager merge of '833c9b8a7ffaa6f0c0f194a0c73d46d0ec0a64e2'
Sun, 29 Apr 2007 01:04:19 +0000 Richard Laager The OSCAR timestamp stuff.
Sun, 29 Apr 2007 01:10:48 +0000 Daniel Atallah merge of '8bc9a8784cf40932a34e08e80f0d6585812b985a'
Sun, 29 Apr 2007 01:10:33 +0000 Daniel Atallah Fix assertion when creating a new account.
Sun, 29 Apr 2007 00:09:27 +0000 Richard Laager 19:00:43 Ka-Hing Cheung (khc): rlaager: shouldn't we give g_free as the key free function for icon_data_cache?
Sat, 28 Apr 2007 18:00:06 +0000 Sadrul Habib Chowdhury Whitespace fix from patch in ticket #383
Sat, 28 Apr 2007 04:22:37 +0000 Richard Laager Make this yahoo hack compile.
Sat, 28 Apr 2007 04:00:54 +0000 Richard Laager In theory, this solves the massive pile of g_log errors that occur when
Sun, 29 Apr 2007 01:08:11 +0000 Richard Laager Fix a bug with the bugfix for empty icons. The logic was backwards here.
Sat, 28 Apr 2007 02:29:48 +0000 Richard Laager merge of '45acf7a629de79f67b489f696c7915cd9984f33e'
Sat, 28 Apr 2007 02:29:26 +0000 Richard Laager Minor whitespace tweak.
Sat, 28 Apr 2007 02:24:40 +0000 Richard Laager nosnilmot had a problem with empty icon files.
Sat, 28 Apr 2007 02:29:43 +0000 Richard Laager disapproval of revision 'cf51292b9bf12554eecb319a673f153ef5c6f0e4'
Fri, 27 Apr 2007 20:21:41 +0000 Daniel Atallah Prevent sprintf(%s, NULL) when the icon type isn't recognized.
Fri, 27 Apr 2007 04:35:59 +0000 Richard Laager I really shouldn't commit before compiling.
Fri, 27 Apr 2007 04:33:26 +0000 Richard Laager This is probably needed to compile.
Fri, 27 Apr 2007 04:29:05 +0000 Richard Laager Fix a small-but-serious bug with the code to ref the buddy icons at load.
Fri, 27 Apr 2007 04:28:41 +0000 Richard Laager Ref the filenames for account buddy icons on load.
Wed, 25 Apr 2007 23:29:46 +0000 Richard Laager Kill some compiler warnings and TODOs of mine.
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.
Wed, 25 Apr 2007 01:19:24 +0000 Richard Laager I'm stupid. If an icon doesn't exist, it's a good idea to create it when we want to fill it with data, not when we don't.
Wed, 25 Apr 2007 00:56:13 +0000 Richard Laager Move the prpl icon checksum code into the core, so we can delete the
Tue, 24 Apr 2007 20:23:50 +0000 Richard Laager Fix a bug with removing custom buddy icons.