diff options
author | Owen Taylor <otaylor@redhat.com> | 2003-07-16 21:16:39 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2003-07-16 21:16:39 +0000 |
commit | c80a3b3d3bda2ba1aba1beec8a096cd022a6e634 (patch) | |
tree | 91fb0fd69d9ce39bb44bdd2b3b833fcb2e771d04 /gtk/xdgmime | |
parent | 7e54248bc3c4890aabdde5da3a929bca425a6649 (diff) | |
download | gtk+-c80a3b3d3bda2ba1aba1beec8a096cd022a6e634.tar.gz |
auto-ize.
Wed Jul 16 16:50:31 2003 Owen Taylor <otaylor@redhat.com>
* configure.ac Makefile.am: auto-ize.
* xdgmime/: Add freedesktop.org MIME spec implementatin
by Jonathan Blandford.
* gtkfilesystem.[ch]: Add gtk_file_info_render_icon()
gtk_file_info_set/get_icon_type to do icon handling
based on MIME type. Add a simple icon caching system.
* gtkfilesystemgnomevfs.c: Implement ensure_types()
so that extending the set of types for a loaded
directory works. Set the MIME type to get the default
icon handling.
* gtkfilesystemunix.c: Look up the MIME type using
xdgmime.
* gtkfilechooserimpldefault.c: Display icons in the list.
* glib-interface-properties-0.3.patch: New revision
of interface properties patch.
Diffstat (limited to 'gtk/xdgmime')
-rw-r--r-- | gtk/xdgmime/.cvsignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk/xdgmime/.cvsignore b/gtk/xdgmime/.cvsignore new file mode 100644 index 0000000000..8fa867db56 --- /dev/null +++ b/gtk/xdgmime/.cvsignore @@ -0,0 +1,3 @@ +Makefile +Makefile.in +test-mime |