aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/desktop-file
Commit message (Collapse)AuthorAgeFilesLines
* Add support for IE link files. Bug #330735.Christian Persch2006-03-132-44/+163
| | | | | | | | | 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-142-1/+9
| | | | | | | | | 2005-12-14 Christian Persch <chpe@cvs.gnome.org> * plugins/desktop-file/Makefile.am: A plugins/desktop-file/plugin.symbols: Only export necessary symbols.
* reviewed by: Christian Persch <chpe@gnome.org>Bastien Nocera2005-11-081-0/+3
| | | | | | | | | 2005-11-07 Bastien Nocera <hadess@hadess.net> reviewed by: Christian Persch <chpe@gnome.org> * plugins/desktop-file/plugin.cpp: Fix memleaks in the usage of g_key_file_get_string(). Fixes bug #320901.
* Clarify stringChristian Persch2005-10-191-1/+1
|
* Add "desktop-file" plugin, adapted from the "mozilla-desktop-file-plugin"Christian Persch2005-10-063-0/+461
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.