diff options
author | Alexander Larsson <alexl@redhat.com> | 2008-01-17 13:45:27 +0000 |
---|---|---|
committer | Alexander Larsson <alexl@src.gnome.org> | 2008-01-17 13:45:27 +0000 |
commit | dcd068fecdcf874399057bb9edbac9df5abfd7f0 (patch) | |
tree | cbc1fff12faa6729dda8ad8e178e4d18aad3d88e /data | |
parent | 74a104f8190a6d2c62a0be1d7bcd6a8043b8ca07 (diff) | |
download | nautilus-dcd068fecdcf874399057bb9edbac9df5abfd7f0.tar.gz |
Add GMount attribute to NautilusFile. (not implemented yet)
2008-01-17 Alexander Larsson <alexl@redhat.com>
* libnautilus-private/nautilus-file.[ch]:
* libnautilus-private/nautilus-file-attributes.h:
* libnautilus-private/nautilus-file-private.h:
Add GMount attribute to NautilusFile.
(not implemented yet)
* Makefile.am:
* configure.in:
* data/nautilus.xml.in:
* libnautilus-private/apps_nautilus_preferences.schemas.in:
* libnautilus-private/nautilus-autorun.[ch]:
* libnautilus-private/nautilus-global-preferences.c:
* libnautilus-private/nautilus-global-preferences.h:
* libnautilus-private/nautilus-program-choosing.c:
* src/Makefile.am:
* src/file-manager/fm-directory-view.c:
* src/nautilus-application.c:
* src/nautilus-autorun-software.c: Added.
* src/nautilus-file-management-properties.c:
* src/nautilus-file-management-properties.glade:
* src/nautilus-window-manage-views.c:
* src/nautilus-x-content-bar.[ch]: Added.
More work on autorun and x-content types from David Zeuthen
svn path=/trunk/; revision=13616
Diffstat (limited to 'data')
-rw-r--r-- | data/nautilus.xml.in | 59 |
1 files changed, 44 insertions, 15 deletions
diff --git a/data/nautilus.xml.in b/data/nautilus.xml.in index 5d6a312d7..0a32b2a06 100644 --- a/data/nautilus.xml.in +++ b/data/nautilus.xml.in @@ -13,11 +13,11 @@ <mime-type type="x-content/video-vcd"> <!-- http://en.wikipedia.org/wiki/Video_CD --> - <_comment>VCD Video</_comment> + <_comment>Video CD</_comment> </mime-type> <mime-type type="x-content/video-svcd"> <!-- http://en.wikipedia.org/wiki/Super_Video_CD --> - <_comment>SVCD Video</_comment> + <_comment>Super Video CD</_comment> </mime-type> <mime-type type="x-content/video-dvd"> <!-- http://en.wikipedia.org/wiki/DVD-Video --> @@ -34,26 +34,57 @@ <_comment>Compact Disc Audio</_comment> </mime-type> - <mime-type type="x-content/blank-media"> + <mime-type type="x-content/blank-cd"> <!-- http://en.wikipedia.org/wiki/Compact_Disc --> + <_comment>Blank CD Disc</_comment> + </mime-type> + + <mime-type type="x-content/blank-dvd"> <!-- http://en.wikipedia.org/wiki/DVD --> - <_comment>Blank Media</_comment> + <_comment>Blank DVD Disc</_comment> </mime-type> - <mime-type type="x-content/software-autostart"> - <!-- http://www.freedesktop.org/wiki/Specifications/autostart-spec --> - <_comment>Software</_comment> + <mime-type type="x-content/blank-bd"> + <!-- http://en.wikipedia.org/wiki/Blu-ray_Disc --> + <_comment>Blank Blu-Ray Disc</_comment> </mime-type> - <!-- TODO: + <mime-type type="x-content/blank-hddvd"> + <!-- http://en.wikipedia.org/wiki/HD_DVD --> + <_comment>Blank HD DVD Disc</_comment> + </mime-type> + + <mime-type type="x-content/audio-dvd"> + <!-- http://en.wikipedia.org/wiki/DVD-Audio --> + <_comment>DVD Audio</_comment> + </mime-type> + + <mime-type type="x-content/video-bluray"> + <!-- http://en.wikipedia.org/wiki/Blu-ray_Disc --> + <_comment>Blu-Ray Video</_comment> + </mime-type> - - Blu-Ray video : http://en.wikipedia.org/wiki/Blu-ray_Disc - - HD-DVD video : http://en.wikipedia.org/wiki/HD_DVD - - DVD-Audio : http://en.wikipedia.org/wiki/DVD-Audio + <mime-type type="x-content/video-hddvd"> + <!-- http://en.wikipedia.org/wiki/HD_DVD --> + <_comment>HD DVD Video</_comment> + </mime-type> - - Photo CD : http://en.wikipedia.org/wiki/Photo_CD - - Picture CD : http://en.wikipedia.org/wiki/Picture_CD + <mime-type type="x-content/image-picturecd"> + <!-- http://en.wikipedia.org/wiki/Picture_CD --> + <_comment>Picture CD</_comment> + </mime-type> + <mime-type type="x-content/audio-player"> + <!-- see fd.o hal spec --> + <_comment>Portable Audio Player</_comment> + </mime-type> + + <mime-type type="x-content/software"> + <!-- http://standards.freedesktop.org/autostart-spec/autostart-spec-latest.html --> + <_comment>Software</_comment> + </mime-type> + + <!-- TODO: - SACD : http://en.wikipedia.org/wiki/Super_Audio_CD - This might be dead and appear to be totally unsupported anyway @@ -62,8 +93,6 @@ - Enhanced DVD Movie (see link 1. below) - ?? - - music player (x-content/music-player) - - picture files - audio files - video files |