summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 1.4Release-1-4Bastien Nocera2015-02-052-1/+28
|
* Add text/x-genie mime type for Genie source codeAl Thomas2015-02-053-0/+19
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=20783
* Fix warning when compiling without fdatasync supportBastien Nocera2015-02-051-1/+3
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=74872
* Associate *.qmltypes and *.qmlproject files with the text/x-qml mime typeDavid Faure2015-02-011-0/+2
| | | | https://git.reviewboard.kde.org/r/122330/
* Make application/pgp-encrypted a subclass of text/plainAlex Henrie2015-01-281-0/+1
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=87018
* New mimetype for SCons scripts as subclass of x-python.Carnë Draug2015-01-285-0/+2124
| | | | | | | | | | | Scons is a build-system whose recipes/build rules are python scripts. As such its files are also valid python scripts (why it is subclassing x-python). The configuration files are pretty much always named "SConstruct". In addition, "SConscript" files can also exist to extend an existing SConstruct file. They can be named anything but by convention they are named SConscript or SConscript.build_name. https://bugs.freedesktop.org/show_bug.cgi?id=87920
* Use IANA registered text/markdown for MarkdownVille Skyttä2014-12-212-2/+3
| | | | http://www.iana.org/assignments/media-types/text/markdown
* Add magic for ODB filesCaolán McNamara2014-10-301-0/+7
| | | | | | | Fixes ODB file association being missing in dolphin See https://bugzilla.redhat.com/1158778 https://bugs.freedesktop.org/show_bug.cgi?id=85645
* Rename "Microsoft icon" to "Windows icon"Bastien Nocera2014-10-241-1/+1
| | | | | | The cursors are from "Windows" and MacOS X icons also use the OS name, not the vendor's name. This also makes the name match with gdk-pixbuf's naming.
* Updated translationsBastien Nocera2014-10-2167-1140/+1148
|
* Add image/x-tiff-multipage mime-typeBastien Nocera2014-10-211-0/+6
| | | | | | | | It's a fake mime-type that can be used by applications using a simple image loader (such as gdk-pixbuf) to find other applications capable of opening multi-page TIFF images. See https://bugzilla.gnome.org/show_bug.cgi?id=335959
* Add support for zlib archives, RFC 6713Ville Skyttä2014-09-103-0/+7
|
* Add qpress archive supportVille Skyttä2014-09-103-0/+10
| | | | http://www.quicklz.com/
* Add Nintendo 64 ROM magicFayvel Victor2014-09-085-0/+13
| | | | | | And support more globs. https://bugs.freedesktop.org/show_bug.cgi?id=83545
* Flip application/smil+xml and application/smil type/aliasVille Skyttä2014-09-031-2/+2
| | | | /smil is obsoleted by /smil+xml.
* Make application/x-wais-source a subclass of text/plainAlex Henrie2014-08-121-0/+1
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=82511
* po: Add more languages to LINGUASBastien Nocera2014-08-051-0/+8
|
* po: Add missing filesBastien Nocera2014-08-059-0/+25218
|
* Remove obsolete application/x-gmc-link mime-typeBastien Nocera2014-08-051-7/+0
| | | | | | | | application/x-gmc-link was added to nautilus from gmc, then to gnome-mime-data, then to shared-mime-info. It's an internal type to gmc, and should be re-added there if necessary. https://bugs.freedesktop.org/show_bug.cgi?id=82172
* po: Add missing LINGUASBastien Nocera2014-08-051-0/+1
|
* Updated translations from TransifexBastien Nocera2014-07-2258-71851/+79133
|
* build: Update Transifex configurationBastien Nocera2014-07-221-1/+1
| | | | s/.net/.com/
* video/vnd.vivo: Use IANA registered /vnd.vivo as type and /vivo as aliasVille Skyttä2014-07-191-2/+2
|
* application/x-docbook+xml: Add *.dbk globVille Skyttä2014-07-191-0/+1
|
* Use our spec as DocBook test caseVille Skyttä2014-07-191-0/+1
|
* spec: s/brackeds/brackets/ spelling fixVille Skyttä2014-07-191-1/+1
|
* Add "-n" option to update-mime-databaseBastien Nocera2014-06-272-3/+14
| | | | | | | | When "-n" is passed, the cache will only be updated if $MIME_DIR/packages or one of the files in that directory is newer than $MIME_DIR/version. This is useful for package pre- and post-installation scripts.
* Skip mime database update if packages are older than cacheBastien Nocera2014-06-271-0/+61
| | | | | | | | | Check for the mtime of the version file, the last one to be created when updating the database to see against the mtime of the newest packages file. If one of the files inside the packages directory is newer than the version file, really update the database.
* Fix PageMaker testBastien Nocera2014-06-271-1/+1
|
* Remove the Apple iOS PNG variantBastien Nocera2014-06-273-10/+0
| | | | | | | | This added a stat and magic check for each and every PNG file around. This is particularly a problem for the icon cache, as each PNG file in a theme would end up being checked for which one of the variants it was.
* Add support for Adobe PageMakerDavid Tardon2014-06-273-0/+11
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=80591
* More OTF font mime-type changesBastien Nocera2014-06-271-1/+1
| | | | | | To fix the test suite, remove the magic from the OTF font, and make OTF a sub-class of TTF fonts. It's basically the same format, extended with more features.
* Disable fdatasync() usage if PKGSYSTEM_ENABLE_FSYNC is setBastien Nocera2014-06-251-0/+14
| | | | | | | If the PKGSYSTEM_ENABLE_FSYNC envvar is set to a non-zero value, the fdatasync() call will be skipped, at the expense of data integrity. https://bugs.freedesktop.org/show_bug.cgi?id=70366
* Split out fdatasync() usageBastien Nocera2014-06-251-14/+24
|
* Add another magic for OTF fontsBastien Nocera2014-06-231-0/+1
| | | | | | | | | "Version 1.0" as magic, as per: http://www.microsoft.com/typography/otspec/otff.htm It matches what we use for TTF fonts, but they should be differentiated by suffix already. https://bugs.freedesktop.org/show_bug.cgi?id=80276
* Add deb test caseVille Skyttä2014-05-232-0/+2
|
* Use IANA registered application/vnd.debian.binary-package for Debian packagesVille Skyttä2014-05-231-1/+3
|
* Fix application/x-partial-download generic-icon validityVille Skyttä2014-05-231-1/+1
|
* Add mime-type for partially downloaded filesBastien Nocera2014-04-161-0/+7
| | | | | | Add application/x-partial-download mime-type for partially downloaded files so that thumbnailers do not attempt to thumbnail them before they are finished downloading.
* Add glob for low-resolution videos from GoProBastien Nocera2014-04-151-0/+1
| | | | | GoPro cameras will capture both the full resolution video as well as a lower-resolution video (*.lrv). Recognise that as an MP4 video as well.
* 1.3Release-1-3Bastien Nocera2014-04-082-1/+24
|
* Add missing *.jsm test case fileBastien Nocera2014-04-021-0/+498
| | | | Was missing from the earlier commit.
* Remove *.CSSL glob for CSS filesBastien Nocera2014-04-021-1/+0
| | | | | | | | | | It was probably meant to be *.CSS1 (one, not "L") which got badly transposed when the KDE and GNOME databases were merged more than 10 years ago. As nobody seems to have missed *.CSS1 and *.CSSL is wrong, remove it. https://bugs.freedesktop.org/show_bug.cgi?id=76940
* JavaScript and CSS are not subclasses of text/x-csrcGordon P. Hemsley2014-04-014-2/+591
| | | | | | and add test files for CSS. https://bugs.freedesktop.org/show_bug.cgi?id=73648
* Add magic and glob patterns for compressed x-spss-sav filesBen Pfaff2014-04-011-0/+2
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=71632
* Add *.jsm glob for JavascriptBastien Nocera2014-04-012-0/+3
| | | | | | As used in Gecko/Firefox related projects. https://bugs.freedesktop.org/show_bug.cgi?id=75031
* Store MEDIA/SUBTYPE.xml files in lowercaseBastien Nocera2014-03-311-2/+7
| | | | | | | | | | | | | RFC 2045 says that MIME type names (e.g. text/plain) are case-insensitive. Most are written by convention in lowercase, although there are a few exceptions currently in the freedesktop.org.xml database. Store the separate mime files as lower-case to make them easily findable (eg. the synonymous application/vnd.*macroEnabled* and *macroenabled* mime-type should have the same filename). https://bugs.freedesktop.org/show_bug.cgi?id=62473
* Add JSON mime-typeGordon P. Hemsley2014-03-314-0/+46
| | | | | | As application/json. https://bugs.freedesktop.org/show_bug.cgi?id=73646
* Add application/x-riff mime-typeBastien Nocera2014-03-311-0/+3
| | | | | | | And make it steal audio/x-riff magic. RIFF is a container format, not an audio format, so any type of data could be contained in RIFF. See also http://en.wikipedia.org/wiki/Resource_Interchange_File_Format
* Remove image/x-webp aliasBastien Nocera2014-03-311-1/+0
| | | | | It was only defined for a couple of weeks, and only within shared-mime-info, no need to keep it.