History log of /external/bluetooth/glib/gio/xdgmime/xdgmimecache.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
f8cfff06863ae0d860446abc3e348ca7628ea87c 09-Jan-2009 Matthias Clasen <matthiasc@src.gnome.org> Don't assume filenames are UTF-8.

* xdgmime/xdgmimecache.c:
* xdgmime/xdgmimeglob.c: Don't assume filenames are UTF-8.

svn path=/trunk/; revision=7784
/external/bluetooth/glib/gio/xdgmime/xdgmimecache.c
a8c88cae768e4ea41d21a495096e5ef72490db96 10-Oct-2008 Matthias Clasen <matthiasc@src.gnome.org> Bug 555711 – Wrong fallback order of mimetype icons

* gcontenttype.c: Don't prefer generic icons over
default mimetype icons.

* xdgmime/xdgmimecache.c (xdg_mime_cache_get_icon):
* xdgmime/xdgmime.c (xdg_mime_get_icon): Don't fall back
to generic icons.
Patch by Krysztof Kosiński


svn path=/trunk/; revision=7587
/external/bluetooth/glib/gio/xdgmime/xdgmimecache.c
761424465aaad736916b029383483b6ac419d831 22-Jun-2008 Johan Dahlin <jdahlin@async.com.br> Include "config.h" instead of <config.h> Command used: find -name

2008-06-21 Johan Dahlin <jdahlin@async.com.br>

* *.[ch]: Include "config.h" instead of <config.h>
Command used:
find -name \*.[ch]|xargs perl -p -i -e 's/^#include <config.h>/#include "config.h"/g'
Rubberstamped by Mitch


svn path=/trunk/; revision=7092
/external/bluetooth/glib/gio/xdgmime/xdgmimecache.c
2bd31c9e6c6159a5ef0a92ea567b48649256ab43 09-Jun-2008 Matthias Clasen <matthiasc@src.gnome.org> Sync with upstream

svn path=/trunk/; revision=6975
/external/bluetooth/glib/gio/xdgmime/xdgmimecache.c
07ad3555eda826224afbb306b136aa1c281ad0f5 16-Apr-2008 Matthias Clasen <mclasen@redhat.com> Partically revert the last commit after realizing that

2008-04-16 Matthias Clasen <mclasen@redhat.com>

Partically revert the last commit after realizing that
xdg_mime_media_type_equal doesn't have to init at all.

* xdgmime/xdgmime.h:
* xdgmime/xdgmime.c: Get rid of _xdg_mime_media_type_equal

* xdgmime/xdgmimecache.c: Use xdg_mime_media_type_equal

svn path=/trunk/; revision=6857
/external/bluetooth/glib/gio/xdgmime/xdgmimecache.c
101521f6e4e7e8abaddb9ee31ed2dba57b3089b5 16-Apr-2008 Matthias Clasen <mclasen@redhat.com> Avoid possible memory corruption in xdgmime, fd.o bug 12512, reported by

2008-04-16 Matthias Clasen <mclasen@redhat.com>

Avoid possible memory corruption in xdgmime, fd.o bug 12512,
reported by Joe Shaw and Federico Mena Quintero.

* xdgmime/xdgmime.c(_xdg_mime_media_type_equal): Implement.
(xdg_mime_media_type_equal): Turn into a wrapper around the
_-prefixed version.

* xdgmime/xdgmimecache.c: Use the _-prefixed versions of comparison
functions throughout.


svn path=/trunk/; revision=6854
/external/bluetooth/glib/gio/xdgmime/xdgmimecache.c
5241d96b2188f285dfd60a4b85f9d1cdf7ccb124 06-Mar-2008 Alexander Larsson <alexl@redhat.com> Fix sparse warnings (#519489)

2008-03-06 Alexander Larsson <alexl@redhat.com>

* gdesktopappinfo.c:
* gfilemonitor.c:
* gthemedicon.c:
* gunionvolumemonitor.c:
* gunixmounts.c:
* tests/g-file.c:
* tests/live-g-file.c:
* xdgmime/xdgmimecache.c:
Fix sparse warnings (#519489)


svn path=/trunk/; revision=6632
/external/bluetooth/glib/gio/xdgmime/xdgmimecache.c
e064f28435e4edeac7e3128f80af3ecfc5e09bb9 29-Jan-2008 Alexander Larsson <alexl@redhat.com> Use list_parents, not get_parents from xdgmime, because the later doesn't

2008-01-29 Alexander Larsson <alexl@redhat.com>

* gcontenttype.c:
(_g_unix_content_type_get_parents):
Use list_parents, not get_parents from xdgmime, because
the later doesn't use the cache.

* xdgmime/xdgmimecache.c:
(_xdg_mime_cache_list_mime_parents):
Don't list the same type as parent multiple times.


svn path=/trunk/; revision=6407
/external/bluetooth/glib/gio/xdgmime/xdgmimecache.c
3781343738de4abddf56982325a77bd70a98cd26 26-Nov-2007 Alexander Larsson <alexl@redhat.com> gio/ docs/reference/gio Merged gio-standalone into glib.

2007-11-26 Alexander Larsson <alexl@redhat.com>

* Makefile.am:
* configure.in:
* gio-2.0-uninstalled.pc.in:
* gio-2.0.pc.in:
* gio-unix-2.0-uninstalled.pc.in:
* gio-unix-2.0.pc.in:
* gio/
* docs/reference/gio
Merged gio-standalone into glib.

* glib/glibintl.h:
* glib/gutils.c:
Export glib_gettext so that gio can use it
Add P_ (using same domain for now)
Add I_ as g_intern_static_string


svn path=/trunk/; revision=5941
/external/bluetooth/glib/gio/xdgmime/xdgmimecache.c