- Feb 05, 2015
- Feb 01, 2015
-
-
- Jan 28, 2015
-
-
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
- Dec 20, 2014
-
-
- Oct 30, 2014
-
-
Fixes ODB file association being missing in dolphin See https://bugzilla.redhat.com/1158778 https://bugs.freedesktop.org/show_bug.cgi?id=85645
-
- Oct 24, 2014
-
-
Bastien Nocera authored
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.
-
- Oct 21, 2014
-
-
Bastien Nocera authored
-
Bastien Nocera authored
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
-
- Sep 10, 2014
-
-
Ville Skyttä authored
-
Ville Skyttä authored
http://www.quicklz.com/
-
- Sep 08, 2014
-
-
And support more globs. https://bugs.freedesktop.org/show_bug.cgi?id=83545
-
- Sep 02, 2014
-
-
Ville Skyttä authored
/smil is obsoleted by /smil+xml.
-
- Aug 12, 2014
- Aug 05, 2014
-
-
Bastien Nocera authored
-
Bastien Nocera authored
-
Bastien Nocera authored
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
-
Bastien Nocera authored
-
- Jul 22, 2014
-
-
Bastien Nocera authored
-
Bastien Nocera authored
s/.net/.com/
-
- Jul 19, 2014
-
-
Ville Skyttä authored
-
Ville Skyttä authored
-
Ville Skyttä authored
-
Ville Skyttä authored
-
- Jun 27, 2014
-
-
Bastien Nocera authored
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.
-
Bastien Nocera authored
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.
-
Bastien Nocera authored
-
Bastien Nocera authored
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.
-
Bastien Nocera authored
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.
-
- Jun 25, 2014
-
-
Bastien Nocera authored
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
-
Bastien Nocera authored
-
- Jun 23, 2014
-
-
Bastien Nocera authored
"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
-
- May 23, 2014
-
-
Ville Skyttä authored
-
Ville Skyttä authored
-
Ville Skyttä authored
-
- Apr 15, 2014
-
-
Bastien Nocera authored
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.
-
Bastien Nocera authored
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.
-