| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
svn path=/trunk/; revision=7406
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
2007-03-11 Christian Persch <chpe@gnome.org>
* *:
Correct FSF address. Bug #409075, patch by John Millikin.
svn path=/trunk/; revision=6952
|
|
|
|
| |
svn path=/trunk/; revision=6768
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
|
|
| |
2006-08-10 Christian Persch <chpe@cvs.gnome.org>
* plugins/desktop-file/plugin.cpp:
Fix crash on PPC due to differing pointer types.
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
| |
2005-12-14 Christian Persch <chpe@cvs.gnome.org>
* plugins/desktop-file/Makefile.am:
A plugins/desktop-file/plugin.symbols:
Only export necessary symbols.
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
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.
|