aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/desktop-file
Commit message (Collapse)AuthorAgeFilesLines
* Remove gecko-only desktop-file plugin.Xan Lopez2009-02-283-594/+0
| | | | svn path=/trunk/; revision=8824
* Do not do single includes in plugins/desktop-file/, bug #536090Diego Escalante Urrelo2008-06-041-3/+1
| | | | svn path=/trunk/; revision=8269
* Allow building with xulrunner 1.9. Patch by Alexander Sack; part of bug #503657Christian Persch2008-03-111-1/+6
| | | | svn path=/trunk/; revision=8094
* Include xpcom-config.h, not mozilla-config.hChristian Persch2007-09-131-1/+1
| | | | svn path=/trunk/; revision=7406
* 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
* Use C++ casts. Script from bmo#348748.Christian Persch2007-07-151-1/+1
| | | | | | | | | | | | | | | | | | | 2007-07-15 Christian Persch <chpe@gnome.org> * embed/mozilla/EphyBrowser.cpp: * embed/mozilla/EphyHeaderSniffer.cpp: * embed/mozilla/EphyHistoryListener.cpp: * embed/mozilla/EphyPromptService.cpp: * embed/mozilla/GeckoFormSigningDialog.cpp: * embed/mozilla/GeckoPrintService.cpp: * embed/mozilla/GeckoPrintSession.cpp: * embed/mozilla/mozilla-embed-event.cpp: * embed/mozilla/mozilla-embed.cpp: * plugins/desktop-file/plugin.cpp: Use C++ casts. Script from bmo#348748. svn path=/trunk/; revision=7166
* Correct FSF address. Bug #409075, patch by John Millikin.RELEASE_2_18_0GNOME_2_18_BRANCHPOINTChristian Persch2007-03-121-2/+2
| | | | | | | | | | 2007-03-11 Christian Persch <chpe@gnome.org> * *: Correct FSF address. Bug #409075, patch by John Millikin. svn path=/trunk/; revision=6952
* .cvsignore files are obsoleteChristian Persch2006-12-301-9/+0
| | | | svn path=/trunk/; revision=6768
* Use a define for the default window icon. Bug #385872.Christian Persch2006-12-151-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2006-12-15 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/ContentHandler.cpp: * embed/mozilla/GeckoPrintService.cpp: * embed/mozilla/GtkNSSClientAuthDialogs.cpp: * embed/mozilla/GtkNSSDialogs.cpp: * embed/mozilla/GtkNSSKeyPairDialogs.cpp: * embed/mozilla/GtkNSSSecurityWarningDialogs.cpp: * lib/ephy-file-chooser.c: (ephy_file_chooser_constructor): * lib/ephy-gui.c: (ephy_gui_check_location_writable): * lib/ephy-module.c: * lib/ephy-password-dialog.c: (ephy_password_dialog_constructor): * lib/ephy-spell-check.c: * lib/ephy-stock-icons.h: * lib/widgets/.cvsignore: * lib/widgets/ephy-spinner-tool-item.c: (ephy_spinner_tool_item_toolbar_reconfigured): * lib/widgets/testspinner.c: * plugins/desktop-file/plugin.cpp: * src/bookmarks/ephy-bookmarks.c: (redirect_cb): * src/ephy-history-window.c: (confirmation_dialog_construct): * src/ephy-main.c: (main): * src/ephy-session.c: (confirm_shutdown_cb), (session_command_autoresume): * src/ephy-shell.c: (ephy_shell_add_sidebar_cb): * src/ephy-toolbar-editor.c: (ephy_toolbar_editor_constructor): * src/ephy-window.c: (construct_confirm_close_dialog): * src/pdm-dialog.c: (pdm_dialog_init): * src/window-commands.c: (window_cmd_help_about): Use a define for the default window icon. Bug #385872. * lib/ephy-module.c: The symbol can be NULL even though the symbol lookup succeeded.
* Use UTF-8 copyright symbolChristian Persch2006-09-131-4/+4
|
* Fix crash on PPC due to differing pointer types.Christian Persch2006-08-111-1/+1
| | | | | | | | 2006-08-10 Christian Persch <chpe@cvs.gnome.org> * plugins/desktop-file/plugin.cpp: Fix crash on PPC due to differing pointer types.
* 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.