aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/desktop-file/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Remove gecko-only desktop-file plugin.Xan Lopez2009-02-281-37/+0
| | | | svn path=/trunk/; revision=8824
* Allow building with xulrunner 1.9. Patch by Alexander Sack; part of bug #503657Christian Persch2008-03-111-1/+6
| | | | svn path=/trunk/; revision=8094
* s/MOZILLA/GECKO/g for consistency with gge.Christian Persch2007-07-171-2/+2
| | | | | | | | | | | | | | | 2007-07-16 Christian Persch <chpe@gnome.org> * configure.ac: * doc/reference/Makefile.am: * embed/Makefile.am: * embed/mozilla/Makefile.am: * plugins/desktop-file/Makefile.am: * src/Makefile.am: s/MOZILLA/GECKO/g for consistency with gge. svn path=/trunk/; revision=7173
* Add support for IE link files. Bug #330735.Christian Persch2006-03-131-1/+2
| | | | | | | | | 2006-03-12 Christian Persch <chpe@cvs.gnome.org> * plugins/desktop-file/Makefile.am: * plugins/desktop-file/plugin.cpp: Add support for IE link files. Bug #330735.
* Add include subdirs for broken distros. Bug #321841. Add plugins.symbolsChristian Persch2005-12-311-1/+8
| | | | | | | | | 2005-12-30 Christian Persch <chpe@cvs.gnome.org> * plugins/desktop-file/Makefile.am: Add include subdirs for broken distros. Bug #321841. Add plugins.symbols to EXTRA_DIST.
* A plugins/desktop-file/plugin.symbols:Christian Persch2005-12-141-1/+5
| | | | | | | | | 2005-12-14 Christian Persch <chpe@cvs.gnome.org> * plugins/desktop-file/Makefile.am: A plugins/desktop-file/plugin.symbols: Only export necessary symbols.
* Add "desktop-file" plugin, adapted from the "mozilla-desktop-file-plugin"Christian Persch2005-10-061-0/+20
2005-10-06 Christian Persch <chpe@cvs.gnome.org> * Makefile.am: * configure.ac: * plugins/.cvsignore: * plugins/Makefile.am: * plugins/desktop-file/.cvsignore: * plugins/desktop-file/Makefile.am: * plugins/desktop-file/plugin.cpp: * po/POTFILES.in: Add "desktop-file" plugin, adapted from the "mozilla-desktop-file-plugin" written by Jorn Baayen <jbaayen@gnome.org>. For now only handle .desktop files from file:/// URIs, for security reasons.