Wed, 23 Jan 2008 05:16:39 +0000 |
Sadrul Habib Chowdhury |
We need to store the img in the hashtable only after we have removed the old
|
Tue, 08 Jan 2008 22:01:22 +0000 |
Evan Schoenberg |
merge of '5d18b4aee9c05f592af532f9155aadb23ad11d4b'
|
Tue, 08 Jan 2008 03:02:08 +0000 |
Stu Tomlinson |
Apparently "nil" is an Objective-C thing
|
Tue, 08 Jan 2008 21:58:31 +0000 |
Evan Schoenberg |
If the UI sets a cache directory before purple_buddy_icons_init() is called
|
Tue, 08 Jan 2008 02:47:51 +0000 |
Evan Schoenberg |
There's nothing wrong with calling purple_buddy_icons_find() can not receiving an icon in return - it just means that no icon was found. We shouldn't attempt to call purple_buddy_icon_ref() on NULL, which will trigger a failed assertion.
|
Mon, 07 Jan 2008 23:20:40 +0000 |
Evan Schoenberg |
Remove spurious braces
|
Mon, 07 Jan 2008 09:14:39 +0000 |
Sadrul Habib Chowdhury |
compile
|
Mon, 07 Jan 2008 00:32:26 +0000 |
Evan Schoenberg |
If the cached buddy icon can't be loaded, delete the preferences which point to it. Among other things, this fixes OSCAR buddy icon retrieval when the cache has been removed - since previously the icon hash was kept around and was used to determine that (so far as the prpl could tell) no icon retrieval was needed, libpurple would never have an icon for the contact.
|
Fri, 04 Jan 2008 21:30:24 +0000 |
Daniel Atallah |
We can't rely on g_strerror() being set by g_file_test().
|
Mon, 17 Dec 2007 07:29:39 +0000 |
Sean Egan |
Patch from eperez to make writing to buddy icon files atomic. Fixes #3528.
|
Mon, 19 Nov 2007 07:44:51 +0000 |
Ka-Hing Cheung |
prpl->set_buddy_icon may keep a reference to PurpleStoredImage, move the
|
Sat, 03 Nov 2007 17:52:28 +0000 |
Nathan Walp |
replace most calls to strerror with calls to g_strerror. strerror will return
|
Sun, 21 Oct 2007 04:49:59 +0000 |
Luke Schierer |
applied changes from 3ae1e4b3dac8092886b4b8ab961d8d505433b4c4
|
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, 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
|
Mon, 04 Jun 2007 05:47:06 +0000 |
Richard Laager |
A patch from David Grohmann (dave1g) to log embedded images.
|
Wed, 09 May 2007 19:05:19 +0000 |
Richard Laager |
Patch from ticket #819 from vampire
|
Fri, 04 May 2007 04:51:19 +0000 |
Richard Laager |
Fix a reference counting bug.
|
Thu, 03 May 2007 23:23:44 +0000 |
Richard Laager |
merge of 'df3320af10ba54cf6129f203dedb82f35baf6800'
|
Thu, 03 May 2007 17:50:36 +0000 |
Evan Schoenberg |
Protect icon with ref/unref guards since it may be freed over the course of the while() loop. I thought this would fix #398, but something else is wrong, too.
|
Thu, 03 May 2007 17:43:07 +0000 |
Sadrul Habib Chowdhury |
Remove two warnings, one compile-time, one runtime. Plug two leaks, both runtime.
|
Thu, 03 May 2007 21:57:49 +0000 |
Richard Laager |
Rework purple_buddy_icons_find() to return a reference for the caller, which
|
Thu, 03 May 2007 07:55:32 +0000 |
Mark Doliner |
Change a few functions to free a linked list while iterating through
|
Mon, 30 Apr 2007 07:03:10 +0000 |
Mark Doliner |
Get rid of two harmless warnings:
|
Sun, 29 Apr 2007 23:34:04 +0000 |
Richard Laager |
Document the image-deleting signal.
|
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'
|