| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-01-09 Diego Escalante Urrelo <diegoe@svn.gnome.org>
* src/ephy-history-window.c:
* src/ephy-main.c:
* src/bookmarks/ephy-bookmarks-editor.c:
* src/ephy-tab.c:
* src/ephy-encoding-menu.c:
* src/ephy-window.c:
* data/glade/form-signing-dialog.glade:
* data/glade/prefs-dialog.glade:
Changes "..." for the ellipsis character "…". Bug #324380. Patch by
Diego Escalante Urrelo.
svn path=/trunk/; revision=6810
|
|
|
|
|
|
|
|
|
|
|
| |
2007-01-09 Diego Escalante Urrelo <diegoe@svn.gnome.org>
* data/about.ini:
Added myself as a Contributor. :).
svn path=/trunk/; revision=6809
|
|
|
|
|
|
|
|
|
|
| |
2007-01-09 Christian Persch <chpe@svn.gnome.org>
* configure.ac:
Post-release version bump.
svn path=/trunk/; revision=6808
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-01-09 Christian Persch <chpe@svn.gnome.org>
=== Release 2.17.5 ===
* NEWS:
* configure.ac:
* data/default-prefs-common.js:
* doc/reference/tmpl/ephy-embed.sgml:
svn path=/trunk/; revision=6806
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-01-08 Diego Escalante Urrelo <diegoe@svn.gnome.org>
* src/ephy-python-extension.c:
* src/epiphany.override:
Fixes a problem at link time on Darwin, bug #387233. Patch by paul.
svn path=/trunk/; revision=6805
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-01-08 Diego Escalante Urrelo <diegoe@svn.gnome.org>
* embed/mozilla/EphyAboutModule.cpp:
Fixes the escaping in the error message "The page %s was not fully
loaded yet when the browser crashed..." by changing the
g_strdup_printf into a g_markup_printf_escaped. Bug #374627. Patch by
Diego Escalante Urrelo.
svn path=/trunk/; revision=6801
|
|
|
|
|
|
|
|
|
|
|
| |
2007-01-08 Diego Escalante Urrelo <diegoe@svn.gnome.org>
* embed/mozilla/EphyAboutModule.cpp:
Fixes the menu path of the service unavailable error message.
svn path=/trunk/; revision=6800
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-01-08 Diego Escalante Urrelo <diegoe@svn.gnome.org>
* src/popup-commands.c: (background_download_completed)
Check the result of ephy_file_launch_desktop_file () so if it fails we
try an alternative naming of the background capplet: gnome-background.
This is seen in fedora. Bug #387206, which is actually caused by
bugzilla.redhat.com #201867.
svn path=/trunk/; revision=6798
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-01-08 Diego Escalante Urrelo <diegoe@svn.gnome.org>
* src/bookmarks/ephy-bookmarks-editor.c:
* lib/widgets/ephy-node-view.c:
Workaround/semi-fix for bug #351814. The real cause of the problem is
the user_data that is never set on a GtkTreeIter, so the Ephy
implementation of the tree makes it to have a stamp of 0 being that
way an invalid iter. Patch by Diego Escalante Urrelo.
svn path=/trunk/; revision=6796
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-01-08 Luca Ferretti <elle.uca@libero.it>
* data/epiphany.pc.in:
Added "icondir" variable ( == $datadir/$package/icons ).
The purpose is allow extensions to install custom themeable icons
in this directory, so they can use named icons without add a new
icon search path.
svn path=/trunk/; revision=6794
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-01-08 Diego Escalante Urrelo <diegoe@svn.gnome.org>
* data/glade/form-signing-dialog.glade:
* data/glade/prefs-dialog.glade:
Removed the hardcoded invisible char, note that this might readd
itself to the file if someone edits it. It has been suggested that we
move over to glade-3. Patch by Vitali Ischenko. Bug #393910.
svn path=/trunk/; revision=6793
|
|
|
|
| |
svn path=/trunk/; revision=6790
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-01-03 Diego Escalante Urrelo <diegoe@svn.gnome.org>
* embed/ephy-favicon-cache.c: (icon_is_obsolete),
(remove_obsolete_icons):
* embed/ephy-history.c: (page_is_obsolete),
(remove_obsolete_pages):
Avoid use of localtime by computing expiry in seconds instead of days.
Patch by Chris Wilson.
svn path=/trunk/; revision=6786
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-01-03 Diego Escalante Urrelo <diegoe@svn.gnome.org>
* embed/ephy-favicon-cache.c: (ephy_favicon_cache_init):
* embed/ephy-history.c: (ephy_history_init):
* lib/Makefile.am:
* lib/ephy-glib-compat.h:
* src/bookmarks/ephy-bookmarks.c: (ephy_bookmarks_save_delayed):
* src/ephy-dbus.c: (session_filter_func), (system_filter_func):
* src/ephy-extensions-manager.c: (reload_cb):
* src/ephy-session.c: (confirm_shutdown_cb):
Utilize GLib's new g_timeout_add_seconds to reduce context switches
and improve CPU/power efficiency. Patch by Chris Wilson.
svn path=/trunk/; revision=6783
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-01-03 Diego Escalante Urrelo <diegoe@svn.gnome.org>
* data/glade/prefs-dialog.glade:
Corrects the expand of the Privacy tab in the Preferences window.
Patch by Baptiste Mille-Mathias.
svn path=/trunk/; revision=6782
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-01-03 Diego Escalante Urrelo <diegoe@svn.gnome.org>
* data/mime-types-permissions.xml:
Added text/csv as a safe type (note that the alias
text/x-comma-separate-values is also present). Patch by Gaëtan
Podevijn.
svn path=/trunk/; revision=6779
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-01-02 Diego Escalante Urrelo <diegoe@svn.gnome.org>
* src/ephy-history-window.c: (ephy_history_window_update_menu):
Disables "Add Bookmark" in the File menu when bookmarks are locked
down.
* src/bookmarks/ephy-bookmark-properties.c: (ephy_bookmark_properties_constructor):
Makes the topics pane insensitive and the rest of entries
non-editables (but sensitive so we can select the text)
when bookmarks are locked down.
* src/bookmarks/ephy-bookmarks-ui.c: (ephy_bookmarks_ui_add_bookmark):
Don't allow the add bookmark ui to appear if it's locked down.
svn path=/trunk/; revision=6778
|
|
|
|
|
|
|
|
|
|
| |
2006-12-31 Christian Persch <chpe@svn.gnome.org>
* src/ephy-main.c: (main):
Make sure to init gthread as first call to glib.
svn path=/trunk/; revision=6775
|
|
|
|
| |
svn path=/trunk/; revision=6770
|
|
|
|
|
|
|
|
|
|
|
| |
2006-12-30 Diego Escalante Urrelo <diegoe@cvs.gnome.org>
* src/ephy-statusbar.c:
Removed uneeded #include <gtk/gtkframe.h>.
svn path=/trunk/; revision=6769
|
|
|
|
| |
svn path=/trunk/; revision=6768
|
|
|
|
|
|
|
|
|
| |
2006-12-25 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-statusbar.c: (ephy_statusbar_class_init):
Only use the statusbar size-allocate hack on gtk <= 2.10 now that gtk
bug #372452 is fixed.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-12-19 Luca Ferretti <elle.uca@libero.it>
* data/ui/epiphany-ui.xml:
Invert MoveToolItem and RemoveToolItem order, matchingh
same feature for panel applets.
* lib/egg/egg-editable-toolbar.c:
(egg_editable_toolbar_set_ui_manager):
* lib/ephy-stock-icons.c: (ephy_stock_icons_init):
* lib/ephy-stock-icons.h:
Remove STOCK_DRAG_MODE and STOCK_VIEW_SOURCE.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-12-19 Luca Ferretti <elle.uca@libero.it>
* data/icons/16x16/actions/Makefile.am:
* data/icons/16x16/actions/location-entry.png:
* data/icons/22x22/actions/Makefile.am:
* data/icons/22x22/actions/location-entry.png:
* data/icons/24x24/actions/location-entry.png:
* data/icons/32x32/actions/Makefile.am:
* data/icons/32x32/actions/location-entry.png:
* data/icons/32x32/actions/location-entry.svg:
* data/icons/scalable/actions/Makefile.am:
* data/icons/scalable/actions/location-entry.svg:
Add Tango style location-entry named icon.
|
|
|
|
|
|
|
|
| |
2006-12-18 Christian Persch <chpe@cvs.gnome.org>
* configure.ac:
Post-release version bump.
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-12-18 Christian Persch <chpe@cvs.gnome.org>
=== Release 2.17.4 ===
* autogen.sh:
* configure.ac:
* src/Makefile.am:
Link with -lxpcomglue_s on trunk.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-12-18 Christian Persch <chpe@cvs.gnome.org>
* lib/widgets/ephy-location-entry.c:
(ephy_location_entry_set_completion):
* lib/widgets/ephy-location-entry.h:
* src/ephy-completion-model.c:
(ephy_completion_model_get_column_type), (init_favicon_col),
(ephy_completion_model_get_value):
* src/ephy-completion-model.h:
* src/ephy-location-action.c: (connect_proxy):
Show favicons in location entry drop-down. Bug #112748, patch by Diego
Escalante Urrelo.
|
|
|
|
|
|
|
|
| |
2006-12-17 Christian Persch <chpe@cvs.gnome.org>
* data/epiphany-bookmarks-html.xsl:
Fix bookmarks export to HTML. Bug #345925, patch by Stefan Stuhr.
|
|
|
|
|
|
|
|
| |
2006-12-17 Christian Persch <chpe@cvs.gnome.org>
* configure.ac:
Bump version to 2.17.4.
|
|
|
|
|
|
|
|
|
| |
2006-12-17 Christian Persch <chpe@cvs.gnome.org>
* src/bookmarks/ephy-bookmarks-editor.c: (cmd_bookmarks_export):
Fix file name extension when exporting bookmarks. Bug #358986, patch
by Diego Escalante Urrelo.
|
|
|
|
|
|
|
|
| |
2006-12-17 Christian Persch <chpe@cvs.gnome.org>
* src/bookmarks/ephy-topic-action.c: (button_deactivate_cb):
Fix a signal leak. Bug #363837, patch by John Millikin.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-12-17 Eric Butler <eric@extremeboredom.net>
* src/ephy-embed.h:
Add search_link entry to _EphyEmbedIface
* src/ephy-embed.c:
Add ge-search-link signal
* embed/mozilla/EphyBrowser.cs:
Fire ge-search-link signal for opensearch tags
|
|
|
|
|
|
|
|
| |
2006-12-17 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-history-window.c: (cmd_delete):
Fix a mem leak. Bug #373549, patch by Diego Escalante Urrelo.
|
|
|
|
|
|
|
|
|
| |
2006-12-17 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-notebook.c: (ephy_notebook_init), (sync_label):
Limit tab tooltip length. Bug #324052, patch by Diego Escalante
Urrelo.
|
|
|
|
|
|
|
|
|
|
| |
2006-12-17 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-notebook.c: (notebook_drag_data_received_cb),
(ephy_notebook_init), (build_tab_label):
Allow to drag plaintext to tabbar. Bug #339339, patch by
Michael Hofmann.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-12-17 Christian Persch <chpe@cvs.gnome.org>
* lib/widgets/ephy-location-entry.c:
(ephy_location_entry_set_completion):
* lib/widgets/ephy-location-entry.h:
* src/ephy-completion-model.c:
(ephy_completion_model_get_column_type),
(ephy_completion_model_get_value):
* src/ephy-completion-model.h:
* src/ephy-location-action.c: (connect_proxy):
List title and URL in location entry drop-down. Bug #169550,
patch by Diego Escalante Urrelo.
|
|
|
|
|
|
|
|
|
|
| |
2006-12-17 Christian Persch <chpe@cvs.gnome.org>
* lib/widgets/ephy-location-entry.c:
(ephy_location_entry_style_set):
Fix secure location bar colouring with dark themes. Bug #347343,
patch by Diego Escalante Urrelo.
|
|
|
|
|
|
|
|
|
|
| |
2006-12-17 Christian Persch <chpe@cvs.gnome.org>
* data/Makefile.am:
* src/Makefile.am:
* src/window-commands.c: (window_cmd_help_about):
Load about data from file.
|
|
|
|
|
|
|
|
|
| |
2006-12-17 Jean-François Rameau <jframeau@cvs.gnome.org>
* embed/ephy-adblock-manager.c:
* embed/ephy-adblock-manager.h:
Add a signal so one can react after some rules have been edited.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-12-17 Björn Lindqvist <bjourne@gmail.com>
* embed/ephy-encodings.c
* embed/ephy-favicon-cache.c
* embed/ephy-history.c
* embed/mozilla/GlobalHistory.cpp
* lib/ephy-state.c
* lib/widgets/ephy-node-view.c
* src/ephy-tab.c
* src/bookmarks/ephy-bookmarks.c
Refactor lots of code by using the function
ephy_node_set_property_XXX() instead of
ephy_node_set_property(). Also, add emacs mode headers to touched
files. Bug #381546.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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-12-14 Chhristian Persch <chpe@cvs.gnome.org>
* data/default-prefs-common.js:
Don't warn before launching rtsp and mms[h] handlers.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-12-14 Luca Ferretti <elle.uca@libero.it>
* data/icons/32x32/actions/Makefile.am:
* data/icons/32x32/actions/bookmark-view.png:
* data/icons/32x32/actions/bookmark-view.svg:
* data/icons/32x32/actions/history-view.png:
* data/icons/32x32/actions/history-view.svg:
* data/icons/scalable/actions/Makefile.am:
* data/icons/scalable/actions/bookmark-view.svg:
* data/icons/scalable/actions/history-view.svg:
Add "bookmark-view" and "history-view" at 32 pixels
and 48 pixels scalable. From Andreas Nilsson.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-12-14 Luca Ferretti <elle.uca@libero.it>
* src/ephy-window.c:
Remove the proxy icon from View->Page Source menu entry.
* lib/ephy-stock-icons.h:
Keep STOCK_VIEW_SOURCE by now, but use "text-html" instead
deprecated "stock_view-html-source".
|
|
|
|
|
|
|
|
| |
2006-12-14 Luca Ferretti <elle.uca@libero.it>
* data/icons/16x16/actions/Makefile.am:
Fix a typo in previous commit.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-12-14 Luca Ferretti <elle.uca@libero.it>
* data/icons/16x16/actions/Makefile.am:
* data/icons/16x16/actions/bookmark-view.png:
* data/icons/16x16/actions/bookmark-view.xcf:
* data/icons/16x16/actions/download.xcf:
* data/icons/16x16/actions/epiphany-download.xcf.bz2:
* data/icons/16x16/status/Makefile.am:
* data/icons/16x16/status/popup-hidden.xcf:
* data/icons/16x16/status/popup-hidden.xcf.bz2:
* data/icons/22x22/actions/Makefile.am:
* data/icons/22x22/actions/bookmark-view.png:
* data/icons/22x22/actions/bookmark-view.xcf:
* data/icons/22x22/actions/download.xcf:
* data/icons/22x22/actions/epiphany-download.xcf.bz2:
* data/icons/22x22/status/Makefile.am:
* data/icons/22x22/status/popup-hidden.xcf:
* data/icons/22x22/status/popup-hidden.xcf.bz2:
* data/icons/24x24/actions/Makefile.am:
* data/icons/24x24/actions/README:
* data/icons/24x24/actions/bookmark-view.png:
* data/icons/24x24/actions/web-bookmarks.png:
* data/icons/32x32/actions/Makefile.am:
* data/icons/32x32/actions/download.svg:
* data/icons/32x32/actions/epiphany-download.svg:
* data/icons/scalable/status/Makefile.am:
Add new "bookmark-view" icon from Andreas Nilsson, replacing
"web-bookmarks". Move images source from xcf.bz2 to xcf and
use the same name of the named icon, including them in dist.
* lib/ephy-stock-icons.h:
Use "bookmark-view" named icon for EPHY_STOCK_BOOKMARKS.
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-12-13 Christian Persch <chpe@cvs.gnome.org>
* data/icons/16x16/actions/Makefile.am:
* data/icons/22x22/actions/Makefile.am:
* data/icons/24x24/actions/Makefile.am:
* data/icons/32x32/actions/Makefile.am:
* data/icons/32x32/status/Makefile.am:
Dist the icon sources.
|
|
|
|
|
|
|
|
|
| |
2006-12-13 Luca Ferretti <elle.uca@libero.it>
* data/icons/16x16/actions/history-view.svg:
* data/icons/22x22/actions/history-view.svg:
Add image sources too.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-12-13 Luca Ferretti <elle.uca@libero.it>
* data/icons/16x16/actions/Makefile.am:
* data/icons/16x16/actions/history-view.png:
* data/icons/22x22/actions/Makefile.am:
* data/icons/22x22/actions/history-view.png:
* data/icons/24x24/actions/Makefile.am:
* data/icons/24x24/actions/history-view.png:
* data/icons/24x24/actions/web-history.png:
Updated icon for history from Andreas Nilsson.
* lib/ephy-stock-icons.h:
Use "history-view" as named icon.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-12-11 Christian Persch <chpe@cvs.gnome.org>
* data/icons/16x16/Makefile.am:
* data/icons/16x16/actions/Makefile.am:
* data/icons/16x16/status/Makefile.am:
* data/icons/22x22/Makefile.am:
* data/icons/22x22/actions/Makefile.am:
* data/icons/22x22/status/Makefile.am:
* data/icons/24x24/Makefile.am:
* data/icons/24x24/actions/Makefile.am:
* data/icons/24x24/status/Makefile.am:
* data/icons/32x32/Makefile.am:
* data/icons/32x32/actions/Makefile.am:
* data/icons/32x32/status/Makefile.am:
* data/icons/Makefile.am:
* data/icons/scalable/Makefile.am:
* data/icons/scalable/actions/Makefile.am:
* data/icons/scalable/status/Makefile.am:
Remove unnecessary rules.
|
|
|
|
|
|
|
|
|
| |
2006-12-08 Christian Persch <chpe@cvs.gnome.org>
* lib/ephy-stock-icons.c: (ephy_stock_icons_init):
* src/ephy-main.c: (main):
Move code around.
|
|
|
|
|
|
|
|
|
|
|
| |
2006-12-08 Luca Ferretti <elle.uca@libero.it>
* data/icons/16x16/actions/Makefile.am:
* data/icons/22x22/actions/Makefile.am:
* data/icons/32x32/actions/Makefile.am:
* data/icons/scalable/actions/Makefile.am:
s/epiphany-download/download\
|
|
|
|
|
|
|
|
| |
2006-12-08 Luca Ferretti <elle.uca@libero.it>
* data/art/epiphany-bookmarks.png:
Restore this, still used in bookmarks .desktop file.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-12-08 Luca Ferretti <elle.uca@libero.it>
* data/art/Makefile.am:
* data/art/epiphany-bookmarks.png:
* data/art/epiphany-download.png:
* data/art/epiphany-entry.png:
* data/art/epiphany-history.png:
* data/art/epiphany-popup-hidden.png:
* data/art/epiphany-popup-hidden.svg:
Remove old stock icons
* data/icons/16x16/actions/download.png:
* data/icons/16x16/actions/epiphany-download.png:
* data/icons/22x22/actions/download.png:
* data/icons/22x22/actions/epiphany-download.png:
* data/icons/24x24/actions/Makefile.am:
* data/icons/24x24/actions/download.png:
* data/icons/24x24/actions/epiphany-download.png:
* data/icons/24x24/actions/location-entry.png:
* data/icons/24x24/actions/web-bookmarks.png:
* data/icons/24x24/actions/web-history.png:
* data/icons/32x32/actions/download.png:
* data/icons/32x32/actions/epiphany-download.png:
* data/icons/scalable/actions/download.svg:
* data/icons/scalable/actions/epiphany-download.svg:
Move old stock icons here and rename "epiphany-download"
to "download"
* lib/ephy-stock-icons.c: (ephy_stock_icons_init):
Use gtk_icon_source_set_icon_name for EPHY_STOCK*
* lib/ephy-stock-icons.h:
Update named icons to installed icons.
* src/ephy-main.c: (main):
Call gtk_icon_theme_append_search_path to add custom Ephy
directory for themed icons.
This should complete the icon theme support to Epiphany.
Of course there is still some work to do, as well as
provide fresh icons at all sizes and define the names.
|
|
|
|
|
|
|
|
| |
2006-12-08 Luca Ferretti <elle.uca@libero.it>
* data/icons/.cvsignore:
* data/icons/*/.cvsignore:
Silent cvs.
|
|
|
|
|
|
|
|
|
|
| |
2006-12-05 Wouter Bolsterlee <wbolster@cvs.gnome.org>
* src/ephy-link.c: (ephy_link_flags_from_current_event):
Ctrl-middle click on a bookmarm should open a new tab.
Fixes bug #334463, (trivial) patch by Diego Escalante
Urrelo).
|
|
|
|
|
|
|
|
|
|
|
| |
2006-12-05 Luca Ferretti <elle.uca@libero.it>
* configure.ac:
* data/icons/<size>/Makefile.am:
* data/icons/<size>/status/popup-hidden.*:
* data/icons/<size>/status/Makefile.am:
Add "popup-hidden" named icon.
|
|
|
|
|
|
|
|
| |
2006-12-04 Christian Persch <chpe@cvs.gnome.org>
* configure.ac:
Post-release version bump.
|
|
|
|
|
|
| |
2006-12-04 Christian Persch <chpe@cvs.gnome.org>
=== Release 2.17.3 ===
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-12-04 Christian Persch <chpe@cvs.gnome.org>
* configure.ac:
Version 2.17.3.
* embed/mozilla/GtkNSSDialogs.cpp:
Use NULL for gtk_label_new instead of "".
* lib/ephy-print-utils.c:
(ephy_print_utils_page_setup_new_from_key_file):
Fix possible invalid free.
* lib/widgets/ephy-spinner.c: (ephy_spinner_images_unref),
(ephy_spinner_images_load), (ephy_spinner_load_images),
(ephy_spinner_expose), (bump_spinner_frame_cb),
(ephy_spinner_start), (ephy_spinner_stop):
Fix compliance with icon theme spec by skipping the first frame in the
animation when in spinning mode. Bug #382207.
Try the "process-working" icon first and fall back to "gnome-spinner"
when it's not available.
* m4/gecko.m4:
Updated.
2006-12-04 Luca Ferretti <elle.uca@libero.it>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-12-04 Luca Ferretti <elle.uca@libero.it>
* configure.in:
* data/Makefile.am:
* data/icons/*/epiphany-download*:
* data/icons/*Makefile.am*:
Initial commit to provide Epiphany icons as themed icons.
Files will be installed under $prefix/share/epiphany/icons/hicolor/
as per http://wayofthemonkey.com/index.php?date=2006-11-15&month=11&year=2006
By now only epiphany-download is available, but currently unused
in the UI. More icons are code changes will come.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-12-03 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-statusbar.c: (ephy_statusbar_size_allocate),
(ephy_statusbar_class_init), (create_caret_indicator),
(create_icon_frame), (create_statusbar_progress),
(ephy_statusbar_init), (ephy_statusbar_set_popups_state),
(sync_visibility), (ephy_statusbar_add_widget),
(ephy_statusbar_remove_widget),
(ephy_statusbar_get_security_frame):
* src/ephy-statusbar.h:
Make progressbar smaller. Bug #368759.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-12-02 Christian Persch <chpe@cvs.gnome.org>
* data/epiphany-pango.schemas:
Add "si" to locales always using pango. Patch by harshula@gmail.com,
bug #361538.
2006-12-01 Christian Persch <chpe@cvs.gnome.org>
* embed/ephy-embed-find.c: (ephy_embed_find_find_again):
* embed/ephy-embed-find.h:
* embed/mozilla/EphyFind.cpp:
* embed/mozilla/EphyFind.h:
* embed/mozilla/mozilla-embed-find.cpp:
* src/ephy-find-toolbar.c: (ephy_find_toolbar_find_next),
(ephy_find_toolbar_find_previous):
Another mozilla API change.
* m4/gecko.m4:
Add -lxpcomglue_s to EXTRA_LIBS on trunk.
2006-12-01 Christian Persch <chpe@cvs.gnome.org>
* data/mime-types-permissions.xml:
Add text/google-video-pointer and variant.
2006-12-01 Christian Persch <chpe@cvs.gnome.org>
* data/mime-types-permissions.xml:
Add flv mime types. Bug #381099.
2006-11-17 Benjamin Berg <benjamin@sipsolutions.net>
* lib/widgets/ephy-spinner.c: (ephy_spinner_start):
Lower the priority of the spinner animation so that the animation
does not stop page loading. Fixes bug #374623.
2006-11-13 Wouter Bolsterlee <wbolster@cvs.gnome.org>
* data/epiphany-fonts.schemas:
* data/generate-font-schemas.py:
Change default font sizes to match other popular
browsers. Bug #346026 (patch by Diego Escalante Urrelo).
2006-11-12 Jean-François Rameau <jframeau@cvs.gnome.org>
* src/ephy-navigation-action.c: (activate_by_history_index):
* src/ephy-shell.c: (ephy_shell_new_tab_full):
Remove a double call to history copy when middle-clicking on back/forward buttons.
Fix bug #362882.
2006-11-12 Ryan Lortie <desrt@desrt.ca>
* src/ephy-notebook.c (build_tab_label): Remove redundant
gtk_button_set_relief call. Fixes bug #372760.
2006-11-10 Wouter Bolsterlee <wbolster@cvs.gnome.org>
* autogen.sh: Add useful warning when gnome-autogen.sh
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-12-01 Christian Persch <chpe@cvs.gnome.org>
* embed/ephy-embed-find.c: (ephy_embed_find_find_again):
* embed/ephy-embed-find.h:
* embed/mozilla/EphyFind.cpp:
* embed/mozilla/EphyFind.h:
* embed/mozilla/mozilla-embed-find.cpp:
* src/ephy-find-toolbar.c: (ephy_find_toolbar_find_next),
(ephy_find_toolbar_find_previous):
Another mozilla API change.
* m4/gecko.m4:
Add -lxpcomglue_s to EXTRA_LIBS on trunk.
|
|
|
|
|
|
|
|
| |
2006-12-01 Christian Persch <chpe@cvs.gnome.org>
* data/mime-types-permissions.xml:
Add text/google-video-pointer and variant.
|
|
|
|
|
|
|
|
| |
2006-12-01 Christian Persch <chpe@cvs.gnome.org>
* data/mime-types-permissions.xml:
Add flv mime types. Bug #381099.
|
|
|
|
|
|
|
|
| |
2006-11-17 Benjamin Berg <benjamin@sipsolutions.net>
* lib/widgets/ephy-spinner.c: (ephy_spinner_start):
Lower the priority of the spinner animation so that the animation
does not stop page loading. Fixes bug #374623.
|
|
|
|
|
|
|
|
|
|
| |
2006-11-13 Wouter Bolsterlee <wbolster@cvs.gnome.org>
* data/epiphany-fonts.schemas:
* data/generate-font-schemas.py:
Change default font sizes to match other popular
browsers. Bug #346026 (patch by Diego Escalante Urrelo).
|
|
|
|
|
|
|
|
|
|
| |
2006-11-12 Jean-François Rameau <jframeau@cvs.gnome.org>
* src/ephy-navigation-action.c: (activate_by_history_index):
* src/ephy-shell.c: (ephy_shell_new_tab_full):
Remove a double call to history copy when middle-clicking on back/forward buttons.
Fix bug #362882.
|
|
|
|
|
|
|
| |
2006-11-12 Ryan Lortie <desrt@desrt.ca>
* src/ephy-notebook.c (build_tab_label): Remove redundant
gtk_button_set_relief call. Fixes bug #372760.
|
|
|
|
|
|
|
| |
2006-11-10 Wouter Bolsterlee <wbolster@cvs.gnome.org>
* autogen.sh: Add useful warning when gnome-autogen.sh
couldn't be found.
|
|
|
|
|
|
|
|
|
| |
2006-11-10 Wouter Bolsterlee <wbolster@cvs.gnome.org>
* src/ephy-lockdown.c: (update_window):
Also disable the "Open Image" context menu action if the
desktop wide "disable save to disk" lockdown key is
enabled. Reported on IRC by Gerald E Butler.
|
|
|
|
|
|
|
|
| |
2006-11-10 Wouter Bolsterlee <wbolster@cvs.gnome.org>
* src/ephy-window.c:
Add some more F5 shortcuts to handle all the MSIE
"refresh page" bindings. Fixes bug #372906.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-11-06 Christian Persch <chpe@cvs.gnome.org>
* ChangeLog-20061106:
* Makefile.am:
Split ChangeLog.
* configure.ac:
Post-release version bump.
|
|
|
|
|
|
|
|
|
|
| |
2006-11-06 Christian Persch <chpe@cvs.gnome.org>
=== Release 2.17.2 ===
* configure.ac:
* data/default-prefs-common.js:
* src/ephy-notebook.c: (build_tab_label):
|
|
|
|
|
|
|
|
| |
2006-11-04 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/GeckoPrintService.cpp:
Fix printing of page ranges.
|
|
|
|
|
|
|
|
| |
2006-11-03 Christian Persch <chpe@cvs.gnome.org>
* lib/ephy-spell-check.c: (ephy_spell_check_check_word):
Remove debug spew.
|
|
|
|
|
|
|
|
| |
2006-10-24 Jean-François Rameau <jframeau@cvs.gnome.org>
* embed/mozilla/mozilla-embed.cpp: (impl_load):
Fix previous commit for gecko 1.8.0.x.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-10-22 Jean-François Rameau <jframeau@cvs.gnome.org>
* embed/ephy-embed.h:
* embed/ephy-embed.c:
* embed/mozilla/EphyBrowser.cpp:
* embed/mozilla/EphyBrowser.h:
* embed/mozilla/mozilla-embed.cpp:
* src/ephy-link.h:
* src/ephy-location-action.c: (action_activated_cb):
* src/ephy-shell.c: (ephy_shell_new_tab_full):
* src/ephy-shell.h:
* src/ephy-window.c: (ephy_window_open_link):
Get keyword search back by passing ALLOW_THIRD_PARTY_FIXUP flag to gecko.
Add a new load method to EphyEmbed to custom load behaviour and pass (optional) referrer.
Fix bug #350053.
|
|
|
|
|
|
|
|
| |
2006-10-18 Wouter Bolsterlee <wbolster@gnome.org>
* src/ephy-dbus.c: (ephy_dbus_shutdown):
Don't try to close shared dbus connections. This avoids
dbus warnings on quit. Fixes bug #358007.
|
|
|
|
|
|
|
| |
2006-10-18 Wouter Bolsterlee <wbolster@gnome.org>
* src/popup-commands.c: (background_download_completed):
Remove unused type variable.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-10-17 Christian Persch <chpe@cvs.gnome.org>
* lib/widgets/Makefile.am:
A lib/widgets/ephy-spinner-tool-item.c:
A lib/widgets/ephy-spinner-tool-item.h:
* lib/widgets/testspinner.c: (change_toolbar_style_cb),
(change_toolbar_icon_size_cb), (spin_toolbar_spinner_cb), (main):
* src/ephy-toolbar.c: (ephy_toolbar_update_spinner),
(ephy_toolbar_constructor):
Add EphySpinnerToolItem which encapsulates a spinner and automatically
adapts its size to toolbar style changes, and use it in EphyToolbar.
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-10-17 Christian Persch <chpe@cvs.gnome.org>
* lib/widgets/ephy-spinner.c: (ephy_spinner_images_load),
(ephy_spinner_cache_get_images), (ephy_spinner_get_type),
(ephy_spinner_init), (ephy_spinner_new):
* lib/widgets/ephy-spinner.h:
Fix a crash after failing to get the spinner animation or rest icons.
Derive EphySpinner from GtkWidget not GtkEventBox.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-10-15 Wouter Bolsterlee <wbolster@gnome.org>
* embed/mozilla/ContentHandler.cpp:
* embed/mozilla/MozDownload.cpp:
* lib/ephy-file-helpers.c: (ephy_file_browse_to):
* lib/ephy-file-helpers.h:
* src/popup-commands.c: (save_property_url_completed_cb),
(save_property_url):
Automatically open a Nautilus window after downloading
has finished. Fixes bug #138876, patch by Ed Catmur.
|
|
|
|
|
|
|
|
|
| |
2006-10-15 Wouter Bolsterlee <wbolster@gnome.org>
* src/bookmarks/ephy-bookmarks-editor.c:
(ephy_bookmarks_editor_construct):
Use full width for bookmarks search bar.
Fixes bug #349349, patch by Diego Escalante Urrelo.
|
|
|
|
|
|
|
|
| |
2006-10-15 Jean-François Rameau <jframeau@cvs.gnome.org>
* src/bookmarks/ephy-bookmarks.c: (update_has_smart_address):
Fix unprotected call to ephy_node_remove_child. Bug #362063.
|
|
|
|
|
|
|
|
| |
2006-10-15 Wouter Bolsterlee <wbolster@gnome.org>
* embed/mozilla/mozilla-embed-single.cpp:
Implement EphyPasswordManagerIface.add to add stored
passwords. Fixes bug #361606, patch by John Millikin.
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-10-08 Christian Persch <chpe@cvs.gnome.org>
* embed/Makefile.am:
* lib/Makefile.am:
* lib/egg/Makefile.am:
* src/Makefile.am:
* src/bookmarks/Makefile.am:
Fix a bug in the last commit.
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-10-08 Christian Persch <chpe@cvs.gnome.org>
* embed/Makefile.am:
* lib/Makefile.am:
* lib/egg/Makefile.am:
* src/Makefile.am:
* src/bookmarks/Makefile.am:
Make the enum/flags values not global.
|
|
|
|
|
|
|
|
| |
2006-10-06 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/AutoWindowModalState.cpp:
Revert part of the last change, we don't need the top window here.
|
|
|
|
|
|
|
|
| |
2006-10-06 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/AutoWindowModalState.cpp:
Use the top DOM window here, and adapt to gecko 1.8.1.
|
|
|
|
|
|
|
|
| |
2006-10-05 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/GeckoSpellCheckEngine.cpp:
Fix build with gecko 1.8.1.
|
|
|
|
|
|
|
|
|
| |
2006-10-02 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-history-window.c: (confirmation_dialog_construct),
(ephy_history_window_construct):
Add a window group for the history window.
|
|
|
|
|
|
|
|
|
|
| |
2006-10-01 Christian Persch <chpe@cvs.gnome.org>
* lib/widgets/ephy-spinner.c: (ephy_spinner_images_load),
(ephy_spinner_cache_get_images), (bump_spinner_frame_cb):
* lib/widgets/testspinner.c: (add_spinner), (main):
Fix compile warnings.
|
|
|
|
|
|
|
|
|
| |
2006-09-29 Christian Persch <chpe@cvs.gnome.org>
R embed/mozilla/AutoEventQueue.cpp:
R embed/mozilla/AutoEventQueue.h:
Remove unused code.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-09-29 Christian Persch <chpe@cvs.gnome.org>
* lib/widgets/ephy-spinner.c: (ephy_spinner_images_ref),
(ephy_spinner_images_unref), (ephy_spinner_cache_data_unload),
(ephy_spinner_images_load), (ephy_spinner_cache_get_images),
(ephy_spinner_load_images), (ephy_spinner_unload_images),
(ephy_spinner_init), (ephy_spinner_expose),
(bump_spinner_frame_cb), (ephy_spinner_start),
(ephy_spinner_remove_update_callback), (ephy_spinner_stop),
(ephy_spinner_size_request):
Simplify code and save some memory.
|
|
|
|
|
|
|
|
| |
2006-09-29 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/EventContext.cpp:
Add smb: to recognised web schemes. Bug #352733.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-09-29 Christian Persch <chpe@cvs.gnome.org>
* lib/widgets/ephy-spinner.c: (ephy_spinner_images_free),
(ephy_spinner_cache_data_unload), (scale_to_size),
(ephy_spinner_images_load), (ephy_spinner_cache_data_new),
(ephy_spinner_cache_data_free), (ephy_spinner_cache_get_images),
(ephy_spinner_cache_finalize), (ephy_spinner_cache_class_init),
(ephy_spinner_cache_ref), (ephy_spinner_init),
(ephy_spinner_set_size), (ephy_spinner_size_request):
* lib/widgets/testspinner.c:
Fix spinner with new g-i-t. Fixes bug #330415.
Fix a crash when failing to load some icon data, Gedit bug #357456.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-09-24 Jean-François Rameau <jframeau@cvs.gnome.org>
* src/ephy-window.c: (ephy_window_constructor):
* src/ephy-lockdown.c: (update_window):
* src/window-commands.c: (window_cmd_file_new_window), (window_cmd_file_new_tab):
* src/window-commands.h: (window_cmd_file_new_window), (window_cmd_file_new_tab):
* src/ephy-toolbar.c: (ephy_toolbar_set_window):
* src/ephy-home-action.c: (ephy_home_action_activate):
Add middle-click on New Tab/Window button to open URL on clipboard. Fix bug 149715.
Both New Tab and New Window actions are now EphyHomeAction.
|
|
|
|
|
|
|
|
|
|
|
| |
2006-09-23 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/GtkNSSClientAuthDialogs.h:
* embed/mozilla/GtkNSSKeyPairDialogs.h:
These header files were GPL v2-only while the implementation .cpp
files already were v2+. Thanks to crispin for agreeing to licence the
.h under v2+ too.
|
|
|
|
|
|
|
|
| |
2006-09-17 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/EphyFind.cpp:
Fix find direction.
|
|
|
|
|
|
|
|
| |
2006-09-16 Christian Persch <chpe@cvs.gnome.org>
* data/epiphany.schemas.in:
Default to printing background images.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-09-16 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/EphyContentPolicy.cpp:
* embed/mozilla/EphyContentPolicy.h:
* embed/mozilla/EphySidebar.cpp:
* embed/mozilla/EphySidebar.h:
* embed/mozilla/MozRegisterComponents.cpp:
Remove ill-conceived attempt at uninstalling the XPInstall handler,
and move category registration to the classes that are being
registered.
|
|
|
|
|
|
|
|
| |
2006-09-16 Christian Persch <chpe@cvs.gnome.org>
* data/default-prefs-common.js:
Activate about:config warning.
|
|
|
|
|
|
|
|
|
| |
2006-09-13 Jean-François Rameau <jframeau@cvs.gnome.org>
* src/ephy-link.c: (ephy_link_flags_from_current_event):
Check for GDK_BUTTON_RELEASE event type in case of a middle click.
Fix bug #347750.
|
|
|
|
|
|
|
|
|
| |
2006-09-13 Jean-François Rameau <jframeau@cvs.gnome.org>
* lib/widgets/ephy-location-entry.c: (ephy_location_entry_construct_contents),
(icon_button_press_event_cb):
Clicking favicon in the location bar selects URL. Fix bug #349557.
|
|
|
|
|
|
|
|
| |
2006-09-12 Christian Persch <chpe@cvs.gnome.org>
* m4/gecko.m4:
Prefer xulrunner over mozilla.
|
|
|
|
|
|
|
|
| |
2006-09-06 Christian Persch <chpe@cvs.gnome.org>
* *.c *.cpp:
Remove some unnecessary static data.
|
|
|
|
|
|
|
|
| |
2006-09-03 Christian Persch <chpe@cvs.gnome.org>
* configure.ac:
Set API version to 2.17.
|
|
|
|
|
|
|
|
|
|
| |
2006-09-03 Christian Persch <chpe@cvs.gnome.org>
* configure.ac:
Post-release version bump.
2006-09-03 Christian Persch <chpe@cvs.gnome.org>
|
|
|
|
|
|
|
|
| |
2006-09-03 Christian Persch <chpe@cvs.gnome.org>
* configure.ac:
Update API version for 2.16.
|
|
|
|
|
|
|
|
| |
2006-08-24 Christian Persch <chpe@cvs.gnome.org>
* data/mime-types-permissions.xml:
Add some more mime types. Fixes bug #352482.
|
|
|
|
|
|
|
|
| |
2006-08-22 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/GeckoFormSigningDialog.cpp:
Make this LGPL.
|
|
|
|
|
|
|
|
| |
2006-08-21 Christian Persch <chpe@cvs.gnome.org>
* configure.ac:
Post-release version bump.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-08-21 Christian Persch <chpe@cvs.gnome.org>
=== Release 2.15.92 ===
* NEWS:
* configure.ac:
Updated for 2.15.92.
* embed/mozilla/EphyAboutModule.cpp:
Use escaped URL for about:recover. Fixes bug #351296.
* src/ephy-window.c:
Remove shortcut for SendPage.
|
|
|
|
|
|
|
|
|
| |
2006-08-19 Christian Persch <chpe@cvs.gnome.org>
* data/glade/print.glade:
* embed/mozilla/GeckoPrintService.cpp:
Don't show the empty window that the print options tab is
|
|
|
|
|
|
|
|
| |
2006-08-21 Christian Persch <chpe@cvs.gnome.org>
* data/epiphany-pango.schemas:
Enable pango for Urdu locale.
|
|
|
|
|
|
|
|
| |
2006-08-19 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/EphyFind.cpp:
YAMAC.
|
|
|
|
|
|
|
|
| |
2006-08-18 Christian Persch <chpe@cvs.gnome.org>
* data/default-prefs-common.js:
Disable DOM storage for now.
|
|
|
|
|
|
|
|
|
| |
2006-08-17 Christian Persch <chpe@cvs.gnome.org>
* lib/ephy-print-utils.c:
Fix crash when reading the options file. Bug #351788.
Actually return the settings object.
|
|
|
|
|
|
|
|
| |
2006-08-17 Christian Persch <chpe@cvs.gnome.org>
* data/epiphany-pango.schemas:
Enable pango for Thai locale. Bug #339532.
|
|
|
|
|
|
|
| |
2006-08-15 Kjartan Maraas <kmaraas@gnome.org>
* NEWS: Fix a typo.
* configure.ac: Fix intltool req.
|
|
|
|
|
|
|
|
|
| |
2006-08-13 Christian Persch <chpe@cvs.gnome.org>
* lib/ephy-print-utils.c:
(ephy_print_utils_page_setup_new_from_key_file):
Don't crash on error. Bug #351187.
|
|
|
|
|
|
|
|
| |
2006-08-12 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/mozilla-embed-single.cpp:
nsIPassword.h is always available. Fixes bug #350997.
|
|
|
|
|
|
|
|
| |
2006-08-10 Christian Persch <chpe@cvs.gnome.org>
* plugins/desktop-file/plugin.cpp:
Fix crash on PPC due to differing pointer types.
|
|
|
|
|
|
|
|
| |
2006-08-10 Christian Persch <chpe@cvs.gnome.org>
* data/default-prefs-common.js:
Add missing semicolon. Bug #350711.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-08-09 Jean-François Rameau <jframeau@cvs.gnome.org>
* src/popup-commands.c: (background_download_completed):
* lib/ephy-file-helpers.h: (ephy_file_launch_desktop_file):
* lib/ephy-file-helpers.c: (ephy_file_launch_desktop_file):
ephy_file_launch_desktop_file accepts now a parameter. Fix #343321.
* src/ephy-window.c:
Remove CONF_DESKTOP_BG_PICTURE #define. No need.
|
|
|
|
|
|
|
|
| |
2006-08-08 Christian Persch <chpe@cvs.gnome.org>
* configure.ac:
Fix one AS_HELP_STRING.
|
|
|
|
|
|
|
|
|
|
|
| |
2006-08-08 Jean-François Rameau <jframeau@cvs.gnome.org>
* src/epiphany.defs:
* src/ephy-notebook.h:
* src/ephy-notebook.c:
* src/epiphany.override:
Expose notebook->priv->focused_pages to extensions. Fix bug #350187.
|
|
|
|
|
|
|
|
| |
2006-08-07 Christian Persch <chpe@cvs.gnome.org>
* configure.ac:
Post-release version bump.
|
|
|
|
|
|
|
|
| |
2006-08-07 Christian Persch <chpe@cvs.gnome.org>
=== Release 2.5.91 ===
* configure.ac:
|
|
|
|
|
|
|
|
|
| |
2006-08-07 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-window.c:
Don't allow closing the window if quit is locked down.
Patch by Diego Escalante Urrelo, bug #320091.
|
|
|
|
|
|
|
|
|
|
| |
2006-08-07 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-window.c:
* src/ephy-history-window.c:
Avoid accels on thin characters. Patch by
Crispin Flowerday, bug #331777.
|
|
|
|
|
|
|
|
|
|
| |
2006-08-07 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-window.c:
* src/window-commands.c:
* src/window-commands.h:
Add "delete text" command.
|
|
|
|
|
|
|
|
| |
2006-08-07 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-window.c:
Also recognise keypad keys for navigation. Bug #337089.
|
|
|
|
|
|
|
|
| |
2006-08-07 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/Makefile.am:
Fix the build.
|
|
|
|
|
|
|
|
| |
2006-08-07 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-tab.c:
Correctly mark mouse click events as consumed.
|
|
|
|
|
|
|
|
| |
2006-08-07 Christian Persch <chpe@cvs.gnome.org>
* lib/widgets/ephy-location-entry.c:
Improve the a11y theme check.
|
|
|
|
|
|
|
|
| |
2006-08-07 Christian Persch <chpe@cvs.gnome.org>
* lib/Makefile.am:
Use variables here, not configure substitutions.
|
|
|
|
|
|
|
|
| |
2006-08-07 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/mozilla-notifiers.cpp:
Simply CallGetService to get the pref branch.
|
|
|
|
|
|
|
|
|
| |
2006-08-07 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/mozilla-embed-single.cpp:
Use AutoJSContextStack on window open.
Disable XPrint.
|
|
|
|
|
|
|
|
| |
2006-08-07 Christian Persch <chpe@cvs.gnome.org>
* data/default-prefs-common.js:
Set printer name setting.
|
|
|
|
|
|
|
|
| |
2006-08-07 Christian Persch <chpe@cvs.gnome.org>
* doc/reference/Makefile.am:
Try to fix the docs build with gecko trunk.
|
|
|
|
|
|
|
|
| |
2006-08-07 Christian Persch <chpe@cvs.gnome.org>
* src/languages.h:
Remove suprious entry.
|
|
|
|
|
|
|
|
| |
2006-08-07 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-toolbar-editor.c:(ephy_toolbar_editor_response):
Make sure to destroy the dialogue in all cases.
|
|
|
|
|
|
|
|
|
|
| |
2006-08-07 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/mozilla-embed-single.cpp:
R embed/mozilla/MozillaPrivate.cpp:
R embed/mozilla/MozillaPrivate.h:
Remove unused files.
|
|
|
|
|
|
|
|
| |
2006-08-07 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/EventContext.cpp:
Don't start search on <embed> and <object> elements.
|
|
|
|
|
|
|
|
| |
2006-08-07 Christian Persch <chpe@cvs.gnome.org>
* data/default-prefs-common.js:
Don't leak the UI language.
|
|
|
|
|
|
|
|
| |
2006-08-07 Christian Persch <chpe@cvs.gnome.org>
* data/mime-types-permissions.xml:
Add more mime types.
|
|
|
|
|
|
|
|
| |
2006-08-07 Christian Persch <chpe@cvs.gnome.org>
* data/epiphany.schemas.in:
Document the print_frames key.
|
|
|
|
|
|
|
|
| |
2006-08-07 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/MozDownload.cpp:
Decrease maximum progress update to 0.5s
|
|
|
|
|
|
|
|
| |
2006-08-05 Christian Persch <chpe@cvs.gnome.org>
* lib/Makefile.am:
Fix the build.
|
|
|
|
|
|
|
|
|
| |
2006-08-05 Christian Persch <chpe@cvs.gnome.org>
* embed/ephy-embed-shell.c: (ephy_embed_shell_set_page_setup),
(ephy_embed_shell_set_print_settings):
Fix the build.
|
|
|
|
|
|
|
|
| |
2006-08-05 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-window.c:
Remove accel for ViewToolbar. Bug #328783.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-08-05 Christian Persch <chpe@cvs.gnome.org>
* embed/ephy-embed-shell.c: (ephy_embed_shell_set_page_setup),
(ephy_embed_shell_get_page_setup),
(ephy_embed_shell_set_print_settings),
(ephy_embed_shell_get_print_settings):
A lib/ephy-print-utils.c:
A lib/ephy-print-utils.h:
* lib/ephy-string.c: (ephy_string_flags_from_string),
(ephy_string_flags_to_string), (ephy_string_enum_from_string),
(ephy_string_enum_to_string):
* lib/ephy-string.h:
Persist print settings and page setup.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-07-26 Luca Ferretti <elle.uca@libero.it>
* lib/ephy-stock-icons.c:
* lib/ephy-stock-icons.h:
* src/ephy-window.c:
Define STOCK_NEW_WINDOW with named icon "window-new" and use it
in File -> New Window. Use "tab-new", "bookmark-new" and
"mail-forward" named icons from Icon Naming Standard for related
actions. A first step to fix bug # 348350
|
|
|
|
|
|
|
|
| |
2006-07-24 Jean-François Rameau <jframeau@cvs.gnome.org>
* lib/ephy-spell-check.c: (ephy_spell_check_init):
Set default dictionary based on applicable locale names.
|
|
|
|
|
|
|
|
| |
2006-07-24 Christian Persch <chpe@cvs.gnome.org>
* data/glade/certificate-dialogs.glade:
Make this a vbox, not a table.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-07-24 Christian Persch <chpe@cvs.gnome.org>
* lib/ephy-password-dialog.c:
Fix default activation.
* data/glade/form-signing-dialog.glade:
* embed/mozilla/GeckoFormSigningDialog.cpp:
Fix content packing options.
|
|
|
|
|
|
|
|
| |
2006-07-24 Christian Persch <chpe@cvs.gnome.org>
* data/glade/certificate-dialogs.glade:
Fix spacings, and don't use dummy text.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-07-24 Christian Persch <chpe@cvs.gnome.org>
* data/ui/epiphany-ui.xml:
* src/ephy-statusbar.c: (ephy_statusbar_class_init),
(padlock_button_press_cb), (create_statusbar_security_icon):
* src/ephy-statusbar.h:
* src/ephy-window.c: (ephy_window_constructor):
* src/window-commands.c: (window_cmd_view_page_security_info),
(window_cmd_help_about):
* src/window-commands.h:
Add page security info dialogue from Certificates extension.
|
|
|
|
|
|
|
|
| |
2006-07-23 Jean-François Rameau <jframeau@cvs.gnome.org>
* embed/mozilla/Makefile.am:
Missing GeckoFormSigningDialog entries.
|
|
|
|
|
|
|
|
| |
2006-07-22 Christian Persch <chpe@cvs.gnome.org>
* src/bookmarks/ephy-bookmarks-editor.c: (cmd_bookmarks_export):
Add accel. Bug #337913.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-07-22 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/GtkNSSDialogs.cpp:
* embed/mozilla/GtkNSSDialogs.h:
* embed/mozilla/MozRegisterComponents.cpp:
Implement nsIDOMCryptoDialogs, nsITokenDialogs and
nsITokenPasswordDialogs. Bug #312869.
* embed/mozilla/EphyUtils.cpp:
* embed/mozilla/EphyUtils.h:
Add a helper function to get the DOM window off the native
call context, to work around unavailable parent window
in nsIDOMCryptoDialogs
( https://bugzilla.mozilla.org/show_bug.cgi?id=341914).
|
|
|
|
|
|
|
|
| |
2006-07-23 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-main.c: (main):
No need to double-init gnome-vfs.
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-07-22 Christian Persch <chpe@cvs.gnome.org>
* data/glade/Makefile.am:
* data/glade/form-signing-dialog.glade:
* embed/mozilla/GeckoFormSigningDialog.cpp:
* embed/mozilla/GeckoFormSigningDialog.h:
* embed/mozilla/MozRegisterComponents.cpp:
Implement nsIFormSigningDialog. Bug #312869.
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-07-21 Christian Persch <chpe@cvs.gnome.org>
* data/epiphany.schemas.in:
* data/glade/prefs-dialog.glade:
* embed/mozilla/mozilla-notifiers.cpp:
* lib/ephy-prefs.h:
* src/prefs-dialog.c:
Add a way to turn off password remembering. Bug #332374.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-07-21 Christian Persch <chpe@cvs.gnome.org>
* data/epiphany.schemas.in:
* data/glade/print.glade:
* embed/mozilla/GeckoPrintService.cpp:
* embed/mozilla/GeckoPrintService.h:
* lib/ephy-gui.c: (ephy_gui_message_dialog_get_content_box),
(ephy_gui_message_dialog_set_wrap_mode), (checkbutton_toggled_cb),
(ephy_gui_connect_checkbutton_to_gconf):
* lib/ephy-gui.h:
Add our options in a custom tab in the print dialogue.
|
|
|
|
|
|
|
|
|
|
|
| |
2006-07-20 Christian Persch <chpe@cvs.gnome.org>
* lib/widgets/ephy-location-entry.c: (entry_key_press_cb),
(entry_activate_after_cb), (action_activated_after_cb),
(ephy_location_entry_reset_internal), (ephy_location_entry_reset):
When resetting the entry also emit user-changed, to restore the original
URI in the tab's property. Bug #345934.
|
|
|
|
|
|
|
|
| |
2006-07-18 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/EphyPromptService.cpp:
Force label wrapping.
|
|
|
|
|
|
|
|
| |
2006-07-10 Christian Persch <chpe@cvs.gnome.org>
* configure.ac:
Post-release version bump.
|
|
|
|
|
|
|
|
| |
2006-07-10 Christian Persch <chpe@cvs.gnome.org>
=== Release 2.15.4 ===
* configure.ac:
|
|
|
|
|
|
|
|
|
|
| |
2006-07-10 Christian Persch <chpe@cvs.gnome.org>
* lib/widgets/ephy-node-view.c:
(ephy_node_view_selection_changed_cb), (ephy_node_view_remove):
Work around bug #346662 by not changing selection while removing the
nodes. Fixes crash with gtk 2.10.
|
|
|
|
|
|
|
|
|
|
| |
2006-07-10 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-window.c: (settings_change_notify),
(ephy_window_key_press_event):
Fix for empty menubar accel setting.
Don't activate insensitive actions, bug #347022.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-07-10 Christian Persch <chpe@cvs.gnome.org>
* lib/widgets/ephy-location-entry.c: (entry_key_press_cb),
(entry_key_press_after_cb), (entry_activate_after_cb),
(match_selected_cb), (action_activated_after_cb),
(ephy_location_entry_construct_contents),
(ephy_location_entry_set_completion):
* src/ephy-location-action.c: (action_activated_cb):
Fix middle-click and ctrl-enter in the location entry autocompletion
drop-down. Bug #345934, based on a patch by johannes@sipsolutions.net.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-07-06 Jean-François Rameau <jframeau@cvs.gnome.org>
* embed/mozilla/MozDownload.cpp: (OnProgressChange64):
Don't hammer the cpu when downloading file with an unknown size.
Fix bug 346671.
* embed/ephy-embed-shell.c: (ephy_embed_shell_set_page_setup),
(ephy_embed_shell_set_print_settings):
Fix compiler warnings.
|
|
|
|
|
|
|
|
| |
2006-07-06 Christian Persch <chpe@cvs.gnome.org>
* src/window-commands.c:
Fix compiler warning.
|
|
|
|
|
|
|
|
|
| |
2006-07-06 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/EphyFind.cpp:
* embed/mozilla/EphyFind.h:
Guess what? Another mozilla API change!
|
|
|
|
|
|
|
|
|
| |
2006-07-06 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/AutoWindowModalState.cpp:
* embed/mozilla/AutoWindowModalState.h:
Fix the build.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-07-06 Christian Persch <chpe@cvs.gnome.org>
A embed/mozilla/AutoWindowModalState.cpp:
A embed/mozilla/AutoWindowModalState.h:
* embed/mozilla/ContentHandler.cpp:
* embed/mozilla/EphyPromptService.cpp:
* embed/mozilla/FilePicker.cpp:
* embed/mozilla/FilePicker.h:
* embed/mozilla/GtkNSSClientAuthDialogs.cpp:
* embed/mozilla/GtkNSSDialogs.cpp:
* embed/mozilla/GtkNSSKeyPairDialogs.cpp:
* embed/mozilla/GtkNSSSecurityWarningDialogs.cpp:
* embed/mozilla/Makefile.am:
Prevent DOM window closure while we display a modal dialogue on it.
|
|
|
|
|
|
|
|
|
| |
2006-07-01 Christian Persch <chpe@cvs.gnome.org>
* src/bookmarks/ephy-bookmark-action.c
(ephy_bookmark_action_sync_smart_url):
Don't cast to gboolean but check for != NULL instead.
|
|
|
|
|
|
|
|
| |
2006-07-01 Christian Persch <chpe@cvs.gnome.org>
* src/languages.h:
Add fur.
|
|
|
|
|
|
|
|
|
|
|
| |
2006-06-25 Jean-François Rameau <jframeau@cvs.gnome.org>
* src/epiphany.defs:
* src/epiphany.override:
* src/Makefile.am:
Add EphyFindToolbar type to Python binding.
Bug #345837.
|
|
|
|
|
|
|
|
|
| |
2006-06-23 Jean-François Rameau <jframeau@cvs.gnome.org>
* embed/mozilla/MozRegisterComponents.cpp: (mozilla_register_components):
Fix a warning from gecko "Bad contract id registed with the script namespace manager".
Only unregister xpinstall factory with gecko >= 1.9.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-06-22 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/GtkNSSClientAuthDialogs.cpp:
* embed/mozilla/GtkNSSDialogs.cpp:
* embed/mozilla/GtkNSSDialogs.h:
* embed/mozilla/GtkNSSKeyPairDialogs.cpp:
* embed/mozilla/MozRegisterComponents.cpp:
* lib/Makefile.am:
A lib/ephy-password-dialog.c:
A lib/ephy-password-dialog.h:
Implement nsITokenPasswordDialogs. Misc cleanups and mozilla string
simplification now that we depend on gecko 1.8.
|
|
|
|
|
|
|
|
| |
2006-06-22 Christian Persch <chpe@cvs.gnome.org>
* m4/gecko.m4:
Fix 'unknown gecko' error output.
|
|
|
|
|
|
|
|
|
|
| |
2006-06-21 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/GeckoPrintService.cpp:
* embed/mozilla/GeckoPrintSession.cpp:
* embed/mozilla/GeckoPrintSession.h:
Fix build with latest gtk printing changes.
|
|
|
|
|
|
|
|
| |
2006-06-19 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/EphyAboutModule.cpp:
Look! Yet Another Mozilla API Change!
|
|
|
|
|
|
|
|
| |
2006-06-18 Christian Persch <chpe@cvs.gnome.org>
* configure.ac:
Fix wrong test, bug #344848.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-06-18 Christian Persch <chpe@cvs.gnome.org>
* configure.ac:
* data/default-prefs-common.js:
* embed/Makefile.am:
* embed/ephy-embed-shell.c: (ephy_embed_shell_dispose),
(ephy_embed_shell_set_page_setup),
(ephy_embed_shell_get_page_setup),
(ephy_embed_shell_set_print_settings),
(ephy_embed_shell_get_print_settings):
* embed/ephy-embed-shell.h:
* embed/mozilla/EphyBrowser.cpp:
* embed/mozilla/EphyBrowser.h:
* embed/mozilla/EphyUtils.cpp:
* embed/mozilla/EphyUtils.h:
* embed/mozilla/Makefile.am:
A embed/mozilla/GeckoPrintService.cpp:
A embed/mozilla/GeckoPrintService.h:
A embed/mozilla/GeckoPrintSession.cpp:
A embed/mozilla/GeckoPrintSession.h:
* embed/mozilla/MozRegisterComponents.cpp:
R embed/mozilla/PrintingPromptService.cpp:
R embed/mozilla/PrintingPromptService.h:
* embed/mozilla/mozilla-embed-single.cpp:
R embed/print-dialog.c:
R embed/print-dialog.h:
* src/ephy-shell.c: (ephy_shell_dispose),
(ephy_shell_get_prefs_dialog):
* src/ephy-shell.h:
* src/epiphany.defs:
* src/window-commands.c: (page_setup_done_cb),
(window_cmd_file_print_setup):
Drop libgnomeprint[ui] and use gtk printing.
|
|
|
|
|
|
|
|
| |
2006-06-18 Christian Persch <chpe@cvs.gnome.org>
* embed/downloader-view.c: (status_icon_popup_menu_cb):
Fix context menu positioning.
|
|
|
|
|
|
|
|
| |
2006-06-16 Wouter Bolsterlee <uws+gnome@xs4all.nl>
* src/ephy-session.c: (session_command_autoresume):
Make the crash recovery dialog appear on the taskbar.
Fixes bug #345010.
|
|
|
|
|
|
|
|
| |
2006-06-16 Christian Persch <chpe@cvs.gnome.org>
* data/default-prefs-common.js:
Set the warn-entering-weak security warn pref to true.
|
|
|
|
|
|
|
|
| |
2006-06-14 Christian Persch <chpe@cvs.gnome.org>
* configure.ac:
Fix --disable-spell-checker configure option. Bug #344848.
|
|
|
|
|
|
|
|
| |
2006-06-10 Christian Persch <chpe@cvs.gnome.org>
* configure.ac:
Post-release version bump.
|
|
|
|
|
|
|
|
| |
2006-06-10 Christian Persch <chpe@cvs.gnome.org>
=== Release 2.15.3 ===
* configure.ac:
|
|
|
|
|
|
|
|
| |
2006-06-09 Christian Persch <chpe@cvs.gnome.org>
* configure.ac:
Remove accidentally commited code.
|
|
|
|
|
|
|
|
| |
2006-06-09hristian Persch <chpe@cvs.gnome.org>
* configure.ac:
Fix the build.
|
|
|
|
|
|
|
|
| |
2006-06-09 Christian Persch <chpe@cvs.gnome.org>
* configure.ac:
Fix configure output.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-06-09 Christian Persch <chpe@cvs.gnome.org>
* configure.ac:
Check for enchant, and output an overview of the configured
options on successful configure.
* data/default-prefs-common.js:
* embed/mozilla/GeckoSpellCheckEngine.cpp:
* embed/mozilla/GeckoSpellCheckEngine.h:
* embed/mozilla/Makefile.am:
* embed/mozilla/MozRegisterComponents.cpp:
* lib/Makefile.am:
* lib/ephy-spell-check.c:
* lib/ephy-spell-check.h:
Spell check support using the gecko 'spellchecker' extension.
No corrections context menu or language switching yet.
|
|
|
|
|
|
|
| |
2006-06-08 Wouter Bolsterlee <uws+gnome@xs4all.nl>
* configure.ac: Remove AM_GLIB_DEFINE_LOCALEDIR. Bug
#343825, patch by Christian Persch.
|
|
|
|
|
|
|
|
| |
2006-06-08 Wouter Bolsterlee <uws+gnome@xs4all.nl>
* src/ephy-shell.c: (ephy_shell_new_tab_full): copy
history over when opening link in new tab/win using
context menu. Fixes bug #340742, patch by René Stadler.
|
|
|
|
|
|
|
|
| |
2006-06-04 Christian Persch <chpe@cvs.gnome.org>
* src/bookmarks/ephy-bookmarks.c: (resolve_cb):
Don't crash on error from zeroconf bookmarks. Fixes bug #343922.
|
|
|
|
|
|
|
|
| |
2006-06-05 Wouter Bolsterlee <uws+gnome@xs4all.nl>
* lib/widgets/ephy-location-entry.c: (keyword_match):
Improve next-token logic for bookmark completion. Fixes
#339167 (hopefully for real this time).
|
|
|
|
|
|
|
|
| |
2006-06-04 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/EphySidebar.cpp:
The API change was reverted on 1.8 branch. Fixes bug #343592.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-06-01 Jean-François Rameau <jframeau@cvs.gnome.org>
* embed/ephy-embed-persist.h:
* embed/ephy-favicon-cache.c: (ephy_favicon_cache_download):
* embed/mozilla/EphySingle.cpp:
(Init, Detach, ExamineCookies, ExamineResponse, ExamineRequest, Observe):
* embed/mozilla/EphySingle.h:
* embed/mozilla/MozDownload.cpp: (InitiateMozillaDownload):
Don't set cookies from favicon downloads. Bug #337835.
|
|
|
|
|
|
|
|
| |
2006-05-30 Frederic Peters <fpeters@0d.be>
* src/pdm-dialog.c: (pdm_dialog_cookies_construct):
Allow cookie list to be sorted. (fixes #337845)
|
|
|
|
|
|
|
|
| |
2006-05-30 Frederic Peters <fpeters@0d.be>
* lib/egg/egg-editable-toolbar.c: (action_sensitive_cb)
Fix crash when moving zoom widget on toolbar (#338682)
|
|
|
|
|
|
|
|
|
| |
2006-05-29 Christian Persch <chpe@cvs.gnome.org>
* lib/ephy-file-helpers.c: (ephy_file_launch_application),
(launch_desktop_item):
Fix launching of desktop files.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-05-16 Jean-François Rameau <jframeau@cvs.gnome.org>
* lib/ephy-node.h:
* lib/ephy-node.c:
* src/epiphany.defs:
Add methods to EphyNode to set typed properties. This change improves the
Python API so it should be easy now to play with bookmarks.
Also clean up the code with unnecessary checks.
|
|
|
|
|
|
|
|
| |
2006-05-16 Christian Persch <chpe@cvs.gnome.org>
* configure.in:
Update intltool requirement to 0.35.
|
|
|
|
|
|
|
|
| |
2006-05-15 Christian Persch <chpe@cvs.gnome.org>
* configure.ac:
Post-release version bump.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-05-15 Christian Persch <chpe@cvs.gnome.org>
=== Release 2.15.2 ===
* NEWS:
2006-05-15 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/EphyHeaderSniffer.cpp:
* embed/mozilla/EphyUtils.cpp:
* embed/mozilla/FilePicker.cpp:
* embed/mozilla/GtkNSSClientAuthDialogs.cpp:
* embed/mozilla/GtkNSSDialogs.cpp:
* embed/mozilla/GtkNSSKeyPairDialogs.cpp:
* embed/mozilla/GtkNSSSecurityWarningDialogs.cpp:
* embed/mozilla/MozDownload.cpp:
* embed/mozilla/mozilla-embed-persist.cpp:
* embed/mozilla/mozilla-embed-single.cpp:
* embed/mozilla/mozilla-notifiers.cpp:
* embed/mozilla/mozilla-x509-cert.cpp:
Some castings.
|
|
|
|
|
|
|
|
|
|
| |
2006-05-14 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/EphyUtils.cpp:
* embed/mozilla/EphyUtils.h:
* embed/mozilla/EventContext.cpp:
Use nsAString::Equals.
|
|
|
|
|
|
|
|
|
|
| |
2006-05-14 Christian Persch <chpe@cvs.gnome.org>
* src/bookmarks/ephy-bookmarks.c: (resolve_cb),
(ephy_local_bookmarks_init), (ephy_local_bookmarks_stop):
Add https and ftp local bookmarks. Based on a patch by Celso Pinto,
bug #330679.
|
|
|
|
|
|
|
|
| |
2006-05-14 Christian Persch <chpe@cvs.gnome.org>
* doc/epiphany.1:
Manpage update from Victor Osadci.
|
|
|
|
|
|
|
|
| |
2006-05-12 Christian Persch <chpe@cvs.gnome.org>
* configure.ac:
Explicit error message about unsupported gecko versions.
|
|
|
|
|
|
|
|
| |
2006-05-12 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/EphySidebar.cpp:
The API is also changed on 1.8 branch, adapt the #ifdef accordingly.
|
|
|
|
|
|
|
|
|
| |
2006-05-12 Christian Persch <chpe@cvs.gnome.org>
* configure.ac:
* m4/gecko.m4:
Update gecko version checks to detect also gecko 1.8.1.
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-05-11 Christian Persch <chpe@cvs.gnome.org>
* data/Makefile.am:
* data/default-prefs-common.js:
R data/default-prefs-gecko-1-8.js:
R data/default-prefs-mozilla.js:
R data/default-prefs-toolkit.js:
Merge those into -common prefs.
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-05-11 Wouter Bolsterlee <uws+gnome@xs4all.nl>
* src/ephy-find-toolbar.c: (ephy_find_toolbar_find_next),
(ephy_find_toolbar_find_previous), (ephy_find_toolbar_open):
Display the find bar for "Find Next" and "Find Previous"
if it wasn't visible already. Entry focus is handlded
with care so that use cases like incremental search work
as expected. Fixes bug #333020.
|
|
|
|
|
|
|
|
|
|
| |
2006-05-11 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-find-toolbar.c: (entry_changed_cb),
(ephy_find_toolbar_set_embed):
Remove HAVE_TYPEAHEADFIND ifdefs, since we now always have that.
Fixes the find bar after the drop of gecko 1.7/non-toolkit.
|
|
|
|
|
|
|
|
| |
2006-05-11 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-notebook.c:
And revert it since it causes a gtk warning.
|
|
|
|
|
|
|
|
|
|
| |
2006-05-11 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-notebook.c: (notebook_drag_data_received_cb),
(ephy_notebook_init), (build_tab_label):
Allow text drags to notebook tab labels. Bug #339339, patch by Michael
Hofmann.
|
|
|
|
|
|
|
|
|
|
| |
2006-05-11 Christian Persch <chpe@cvs.gnome.org>
* src/bookmarks/ephy-bookmarks.c: (add_to_favorites), (resolve_cb),
(browse_cb):
Don't crash when adding zeroconf bookmarks while bookmarks are locked
down. Bug #341379.
|
|
|
|
|
|
|
|
|
|
| |
2006-05-10 Christian Persch <chpe@cvs.gnome.org>
* configure.ac:
* embed/mozilla/Makefile.am:
* embed/mozilla/mozilla-embed-single.cpp:
Drop non-toolkit gecko support too.
|
|
|
|
|
|
|
|
| |
2006-05-10 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/EphySidebar.cpp:
Another API change! Thank you, mozilla!
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-05-10 Christian Persch <chpe@cvs.gnome.org>
* configure.ac:
* data/glade/prefs-dialog.glade:
* embed/ephy-favicon-cache.c: (ephy_favicon_cache_get):
* embed/mozilla/AutoJSContextStack.cpp:
* embed/mozilla/ContentHandler.cpp:
* embed/mozilla/ContentHandler.h:
* embed/mozilla/EphyAboutModule.cpp:
* embed/mozilla/EphyAboutModule.h:
* embed/mozilla/EphyBrowser.cpp:
* embed/mozilla/EphyBrowser.h:
* embed/mozilla/EphyContentPolicy.cpp:
* embed/mozilla/EphyContentPolicy.h:
* embed/mozilla/EphyDirectoryProvider.cpp:
* embed/mozilla/EphyFind.cpp:
* embed/mozilla/EphyFind.h:
* embed/mozilla/EphyHeaderSniffer.cpp:
* embed/mozilla/EphyHeaderSniffer.h:
* embed/mozilla/EphyHistoryListener.cpp:
* embed/mozilla/EphyHistoryListener.h:
* embed/mozilla/EphyPromptService.cpp:
* embed/mozilla/EphySidebar.cpp:
* embed/mozilla/EphySidebar.h:
* embed/mozilla/EphySingle.cpp:
* embed/mozilla/EphySingle.h:
* embed/mozilla/EphyUtils.cpp:
* embed/mozilla/EphyUtils.h:
* embed/mozilla/EventContext.cpp:
* embed/mozilla/EventContext.h:
* embed/mozilla/FilePicker.cpp:
* embed/mozilla/FilePicker.h:
* embed/mozilla/GlobalHistory.cpp:
* embed/mozilla/GlobalHistory.h:
* embed/mozilla/GtkNSSClientAuthDialogs.cpp:
* embed/mozilla/GtkNSSDialogs.cpp:
* embed/mozilla/GtkNSSKeyPairDialogs.cpp:
* embed/mozilla/GtkNSSSecurityWarningDialogs.cpp:
* embed/mozilla/GtkNSSSecurityWarningDialogs.h:
* embed/mozilla/Makefile.am:
* embed/mozilla/MozDownload.cpp:
* embed/mozilla/MozDownload.h:
* embed/mozilla/MozRegisterComponents.cpp:
* embed/mozilla/MozRegisterComponents.h:
* embed/mozilla/MozillaPrivate.cpp:
* embed/mozilla/MozillaPrivate.h:
* embed/mozilla/PrintingPromptService.cpp:
* embed/mozilla/PrintingPromptService.h:
* embed/mozilla/mozilla-download.cpp:
* embed/mozilla/mozilla-download.h:
* embed/mozilla/mozilla-embed-event.cpp:
* embed/mozilla/mozilla-embed-event.h:
* embed/mozilla/mozilla-embed-find.cpp:
* embed/mozilla/mozilla-embed-find.h:
* embed/mozilla/mozilla-embed-persist.cpp:
* embed/mozilla/mozilla-embed-persist.h:
* embed/mozilla/mozilla-embed-single.cpp:
* embed/mozilla/mozilla-embed.cpp:
* embed/mozilla/mozilla-embed.h:
* embed/mozilla/mozilla-notifiers.cpp:
* embed/mozilla/mozilla-notifiers.h:
* embed/mozilla/mozilla-x509-cert.cpp:
* embed/mozilla/mozilla-x509-cert.h:
* lib/ephy-gui.c:
* lib/ephy-gui.h:
* lib/ephy-langs.c:
* m4/gecko.m4:
* src/ephy-window.c: (sync_tab_security):
* src/prefs-dialog.c: (prefs_dialog_init):
Drop support for gecko 1.7.
|
|
|
|
|
|
|
| |
2006-05-05 Wouter Bolsterlee <uws+gnome@xs4all.nl>
* data/ui/epiphany-ui.xml: Added a close item on the tab
right-click menu. Also reindented the XML file.
|
|
|
|
|
|
|
|
| |
2006-05-03 Takeshi AIHANA <takeshi.aihana@gmail.com>
* help/ja/ja.po:
Set translator-credit in Japanese translation.
Fixes bug #339527.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-04-25 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-tab.c: (ephy_tab_finalize), (ephy_tab_init),
(ephy_tab_get_zoom), (_ephy_tab_get_id):
* src/ephy-tab.h:
* src/ephy-tabs-menu.c: (notebook_page_added_cb),
(sync_active_tab):
Make sure each tab has its own unique ID, so accel paths don't
conflict between windows. Fixes bug #339548.
|
|
|
|
|
|
|
|
| |
2006-04-24 Christian Perhristian Persch <chpe@cvs.gnome.org>
* configure.ac:
Post-release version bump.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-04-24 Christian Persch <chpe@cvs.gnome.org>
=== Release 2.15.1 ===
* configure.ac:
* embed/mozilla/Makefile.am:
* embed/mozilla/mozilla-embed-single.cpp:
* src/window-commands.c: (window_cmd_help_about):
Update for 2.15.1.
* help/eu/eu.po:
* help/fi/fi.po:
* help/ja/ja.po:
Fix the build by adding bogus translator-credits strings.
|
|
|
|
|
|
|
|
| |
2006-04-20 Piers Cornwell <piers@gnome.org>
* data/glade/prefs-dialog.glade:
Fix duplicate accesskey. Bug 337912
|
|
|
|
|
|
|
|
| |
2006-04-20 Piers Cornwell <piers@gnome.org>
* src/bookmarks/ephy-bookmarks-editor.c:
Use header capitalisation. Bug #337915
|
|
|
|
|
|
|
|
|
| |
2006-04-19 Christian Persch <chpe@cvs.gnome.org>
* data/glade/prefs-dialog.glade:
* src/prefs-dialog.c:
Fix mnemonic activation of download path button. Bug #339139.
|
|
|
|
|
|
|
|
|
| |
2006-04-17 Chhristian Persch <chpe@cvs.gnome.org>
* m4/gecko.m4:
Also allow cairo-gtk2 builds.
Builds but segfaults on startup.
|
|
|
|
|
|
|
|
|
|
| |
2006-04-13 Christian Persch <chpe@cvs.gnome.org>
* configure.ac:
* embed/mozilla/GtkNSSDialogs.cpp:
Check for nsIMutableArray.h and include it if found. Fixes build with
gecko trunk.
|
|
|
|
|
|
|
|
| |
2006-04-15 Tommi Komulainen <tommi.komulainen@iki.fi>
* lib/widgets/ephy-location-entry.c (update_favicon): Replace
'stock-new' fallback favicon with more semantically correct
'text-html' It also looks better with Tango icon theme. Bug #337140
|
|
|
|
|
|
|
|
| |
2006-04-13 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-main.c:
Add -p as short option format for --private-instance.
|
|
|
|
|
|
|
|
| |
2006-04-12 Christian Persch <chpe@cvs.gnome.org>
* src/languages.h:
Add Esperanto (eo).
|
|
|
|
|
|
|
|
|
|
|
| |
2006-04-11 Crispin Flowerday <gnome@flowerday.cx>
* data/ui/epiphany-bookmark-editor-ui.xml:
* data/ui/epiphany-history-window-ui.xml:
* data/ui/epiphany-ui.xml:
Reorder the menu items everywhere to have new tab above
new window. Fixes bug #303417
|
|
|
|
|
|
|
|
|
|
| |
2006-04-10 Paul Drain <pd@cipherfunk.org>
* data/art/Makefile.am:
* data/bme-desktop.in.in:
* data/epiphany-desktop.in.in:
Install App-Friendly Theme Icons (GNOME Goal Two)
|
|
|
|
|
|
|
|
|
| |
2006-04-10 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-find-toolbar.c:
Don't set find next/prev insensitive since that's redundant with
the status indication, and breaks find while the document is loading.
|
|
|
|
|
|
|
|
| |
2006-04-10 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/mozilla-embed.cpp:
Emit document-change event on fastback restore. Fixes bug #312785.
|
|
|
|
|
|
|
|
| |
2006-04-09 Christian Persch <chpe@cvs.gnome.org>
* data/default-prefs-common.js:
Enable spatial nav extension.
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-04-09 Christian Persch <chpe@cvs.gnome.org>
* data/Makefile.am:
A data/epiphany-pango.schemas:
* lib/ephy-prefs.h:
* src/ephy-main.c: (main):
Enable pango for some indic languages, which depend on it for correct
rendering. Bug #335799.
|
|
|
|
|
|
|
|
|
|
| |
2006-04-03 Jean-François Rameau <jframeau@cvs.gnome.org>
* src/ephy-net-monitor.c:
Improve the current code (less complex) and add a timeouted call
to NetworkManager when requesting network status.
Bug 330479.
|
|
|
|
|
|
|
|
|
| |
2006-04-03 Christian Persch <chpe@cvs.gnome.org>
* src/bookmarks/ephy-bookmarks-editor.c:
(ephy_bookmarks_editor_construct):
Disable export when locked down. Bug #337028.
|
|
|
|
|
|
|
|
| |
2006-04-03 Christian Persch <chpe@cvs.gnome.org>
* embed/downloader-view.c:
Fix status icon reference count.
|