| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
2005-02-02 Miloslav Trmac <mitr@volny.cz>
* cs.po: Updated Czech translation.
|
|
|
|
|
|
|
|
| |
2005-02-02 Christian Persch <chpe@cvs.gnome.org>
* data/epiphany-lockdown.schemas.in:
Revert the schema change too.
|
|
|
|
|
|
|
|
|
| |
2005-02-02 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-window.c: (sync_chromes_visibility), (setup_ui_manager),
(ephy_window_set_print_preview):
Revert the fix for bug #165550, it wasn't correct.
|
|
|
|
|
|
|
|
| |
2005-02-02 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/EventContext.cpp:
Don't copy params with the email address. Fixes bug #144469.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-02-02 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-automation.c:
(impl_ephy_automation_loadUrlWithStartupId):
* src/ephy-shell.c: (ephy_shell_new_window_cb),
(ephy_shell_new_tab_full), (ephy_shell_new_tab):
* src/ephy-shell.h:
Add chrome param to ephy_shell_new_tab_full, and use it
in ephy_shell_new_window_cb(). Fixes bug #165566.
|
|
|
|
|
|
|
|
|
| |
2005-02-02 Christian Persch <chpe@cvs.gnome.org>
* embed/ephy-embed-persist.c: (ephy_embed_persist_set_fc_parent),
(ephy_embed_persist_finalize):
Weak ref the parent window.
|
| |
|
|
|
|
|
|
| |
2005-02-02 Laurent Dhima <laurenti@alblinux.net>
* sq.po: Updated Albanian translation.
|
|
|
|
| |
* en_CA.po: Updated Canadian English translation.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-02-02 Christian Persch <chpe@cvs.gnome.org>
* idl/EphyAutomation.idl:
Define variants with startup ID.
* lib/ephy-gui.c: (ephy_gui_window_update_user_time):
* lib/ephy-gui.h:
* src/bookmarks/ephy-bookmarks.c: (redirect_cb):
* src/ephy-automation.c:
(impl_ephy_automation_loadUrlWithStartupId),
(impl_ephy_automation_loadurl), (impl_ephy_automation_addBookmark),
(impl_ephy_automation_importBookmarks),
(impl_ephy_automation_loadSessionWithStartupId),
(impl_ephy_automation_loadSession),
(impl_ephy_automation_openBookmarksEditorWithStartupId),
(impl_ephy_automation_openBookmarksEditor),
(ephy_automation_class_init):
* src/ephy-main.c: (get_startup_id), (main):
* src/ephy-session.c: (offer_to_resume), (ephy_session_autoresume),
(ephy_session_load):
* src/ephy-session.h:
* src/ephy-shell.c: (open_urls), (ephy_shell_startup),
(ephy_shell_new_tab_full), (ephy_shell_new_tab):
* src/ephy-shell.h:
Implement startup ID forwarding to the already-running ephy instance.
Part of bug #150085.
|
|
|
|
|
|
| |
2005-02-02 Žygimantas Beručka <uid0@akl.lt>
* lt.po: Updated Lithuanian translation.
|
|
|
|
|
|
|
|
|
|
|
| |
2005-02-01 Christian Persch <chpe@cvs.gnome.org>
* data/epiphany-lockdown.schemas.in:
* src/ephy-window.c: (sync_chromes_visibility), (setup_ui_manager),
(ephy_window_set_print_preview):
Remove the accel group from the window when hiding the menubar
in lockdown mode. From bug #165550.
|
|
|
|
|
|
|
|
| |
2005-02-01 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-shell.c: (toolbar_style_notifier):
Plug a mem leak.
|
|
|
|
|
|
|
|
|
| |
2005-02-01 Christian Persch <chpe@cvs.gnome.org>
* data/default-prefs-common.js:
* data/default-prefs-toolkit.js:
Back out the patch from bug #141963 since it caused bug #165811.
|
|
|
|
|
|
|
|
|
| |
2005-02-01 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-main.c: (main):
Don't assign to ephy_shell global variable, that's already done
in its constructor.
|
|
|
|
|
|
|
|
|
| |
2005-02-01 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-window.c: (update_print_actions):
Don't disable print preview if print setup is locked down.
Fixes bug #165552.
|
|
|
|
|
|
|
|
|
|
| |
2005-02-01 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-window.c: (ephy_window_key_press_event):
Don't show the menubar with F10 in lockdown mode.
Make sure we always chain up to GtkWindow's keypress handler.
Fixes bug #165550.
|
|
|
|
|
|
|
|
|
|
| |
2005-02-01 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-main.c: (main):
* src/ephy-shell.c: (ephy_shell_finalize):
Don't weak ref the shell when it's finalised already.
Fixes bug #165542.
|
|
|
|
|
|
|
|
|
| |
2005-02-01 Christian Persch <chpe@cvs.gnome.org>
* lib/widgets/ephy-location-entry.c: (entry_populate_popup_cb):
Set "Clear" context menu entry insensitive in lockdown mode.
Fixes bug #165540.
|
|
|
|
|
|
|
|
|
|
|
| |
2005-02-01 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-notebook.c: (motion_notify_cb),
(move_tab_to_another_notebook), (button_release_cb),
(ephy_notebook_finalize):
Ungrab the pointer when moving tab between notebooks.
Fixes bug #165797.
|
|
|
|
|
|
|
| |
2005-02-01 Kjartan Maraas <kmaraas@gnome.org>
* nb.po: Update
* no.po: Update
|
|
|
|
|
|
|
|
| |
2005-01-31 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/mozilla-embed.cpp:
Add title signal handler for XUL dialogues.
|
|
|
|
|
|
| |
2005-01-31 Christian Rose <menthos@menthos.com>
* sv.po: Updated Swedish translation.
|
|
|
|
|
|
| |
2005-01-31 Miloslav Trmac <mitr@volny.cz>
* cs.po: Updated Czech translation.
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-01-31 Christian Persch <chpe@cvs.gnome.org>
* src/Makefile.am:
* src/ephy-window.c: (ephy_window_get_type),
(ephy_window_link_iface_init), (ephy_window_open_link),
(ephy_window_init), (ephy_window_load_url):
Make EphyWindow implement EphyLink interface.
Make ephy-link.h public.
|
|
|
|
|
|
| |
2005-01-30 David Lodge <dave@cirt.net>
* en_GB.po: Updated British translation.
|
|
|
|
|
|
| |
2005-01-31 Changwoo Ryu <cwryu@debian.org>
* ko.po: Updated Korean translation.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-01-30 Christian Persch <chpe@cvs.gnome.org>
* embed/ephy-history.c: (ephy_history_new):
* lib/ephy-dialog.c:
* src/bookmarks/ephy-bookmarks.c: (ephy_bookmarks_new):
* src/ephy-link.c: (ephy_link_open):
* src/ephy-statusbar.c: (create_statusbar_security_icon):
* src/ephy-window.c:
* src/prefs-dialog.c: (get_download_button_label):
Some sparse fixes.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-01-30 Christian Persch <chpe@cvs.gnome.org>
* doc/reference/tmpl/ephy-embed.sgml:
* embed/ephy-embed-single.c: (ephy_embed_single_iface_init):
* embed/ephy-embed-single.h:
* embed/ephy-embed.c: (ephy_embed_base_init):
* embed/ephy-embed.h:
* embed/mozilla/mozilla-embed-single.cpp:
* embed/mozilla/mozilla-embed.cpp:
* embed/mozilla/mozilla-embed.h:
* lib/ephy-marshal.list:
* lib/ephy-prefs.h:
* src/ephy-shell.c: (ephy_shell_new_window_cb),
(impl_get_embed_single):
* src/ephy-tab.c: (ephy_tab_new_window_cb):
Move new-window signal to the embed single, and new window creation
from EphyTab to EphyShell.
|
|
|
|
|
|
| |
2005-01-30 Marcel Telka <marcel@telka.sk>
* sk.po: Updated Slovak translation.
|
| |
|
|
|
|
|
|
| |
2005-01-30 Francisco Javier F. Serrador <serrador@cvs.gnome.org>
* es.po: Updated Spanish translation.
|
|
|
|
|
|
| |
2005-01-29 Francisco Javier F. Serrador <serrador@cvs.gnome.org>
* es.po: Updated Spanish translation.
|
|
|
|
|
|
| |
2005-01-29 Žygimantas Beručka <uid0@akl.lt>
* lt.po: Updated Lithuanian translation.
|
| |
|
|
|
|
| |
* en_CA.po: Updated Canadian English translation.
|
|
|
|
|
|
|
|
| |
2005-01-28 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/mozilla-embed.cpp:
Refactored to elimiate code duplication.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-01-28 Christian Persch <chpe@cvs.gnome.org>
* doc/reference/tmpl/ephy-embed.sgml:
* embed/ephy-embed-persist.c: (ephy_embed_persist_init),
(ephy_embed_persist_finalize):
* embed/ephy-embed-shell.c: (ephy_embed_shell_finalize):
* embed/ephy-encodings.c: (ephy_encodings_finalize),
(ephy_encodings_init):
* embed/ephy-favicon-cache.c: (ephy_favicon_cache_finalize),
(favicon_download_completed_cb), (favicon_download_cancelled_cb),
(ephy_favicon_cache_download), (ephy_favicon_cache_get):
* embed/ephy-history.c: (ephy_history_set_enabled),
(ephy_history_save), (ephy_history_finalize),
(ephy_history_host_visited), (ephy_history_set_page_title),
(ephy_history_set_icon), (ephy_history_clear):
* embed/mozilla/ContentHandler.cpp:
* embed/mozilla/EphyBrowser.cpp:
* embed/mozilla/EphyContentPolicy.cpp:
* embed/mozilla/EphyHeaderSniffer.cpp:
* embed/mozilla/EphyHistoryListener.cpp:
* embed/mozilla/EphySidebar.cpp:
* embed/mozilla/EphySingle.cpp:
* embed/mozilla/FilePicker.cpp:
* embed/mozilla/GtkNSSClientAuthDialogs.cpp:
* embed/mozilla/GtkNSSKeyPairDialogs.cpp:
* embed/mozilla/MozDownload.cpp:
* embed/mozilla/PrintingPromptService.cpp:
* embed/mozilla/mozilla-download.cpp:
* embed/mozilla/mozilla-embed-event.cpp:
* lib/ephy-dbus.c: (session_filter_func), (system_filter_func),
(ephy_dbus_connect_to_system_bus),
(ephy_dbus_connect_to_session_bus), (path_message_func),
(ephy_dbus_startup), (ephy_dbus_shutdown), (ephy_dbus_init),
(ephy_dbus_finalize):
* lib/ephy-debug.h:
* lib/ephy-file-chooser.c: (ephy_file_chooser_finalize):
* lib/ephy-file-helpers.c: (ephy_file_helpers_shutdown):
* lib/ephy-langs.c: (load_iso_entries):
* lib/ephy-module.c: (ephy_module_load), (ephy_module_unload),
(ephy_module_new_object), (ephy_module_init),
(ephy_module_finalize):
* lib/ephy-node-db.c: (ephy_node_db_load_from_file),
(ephy_node_db_write_to_xml_valist):
* lib/ephy-shlib-loader.c: (ephy_shlib_loader_init),
(ephy_shlib_loader_finalize):
* lib/widgets/ephy-location-entry.c: (entry_style_set_cb),
(entry_realize_cb), (ephy_location_entry_construct_contents),
(ephy_location_entry_init):
* lib/widgets/ephy-spinner.c: (ephy_spinner_cache_load),
(ephy_spinner_cache_get_images), (ephy_spinner_cache_init),
(ephy_spinner_cache_finalize):
* lib/widgets/ephy-tree-model-node.c:
(ephy_tree_model_node_update_node):
* lib/widgets/ephy-tree-model-sort.c:
(each_property_get_data_binder):
* src/bookmarks/ephy-bookmark-action.c: (create_tool_item),
(connect_proxy), (ephy_bookmark_action_finalize):
* src/bookmarks/ephy-bookmark-properties.c:
(ephy_bookmark_properties_set_bookmark), (set_window_icon):
* src/bookmarks/ephy-bookmarks-editor.c:
(ephy_bookmarks_editor_update_menu), (provide_favicon):
* src/bookmarks/ephy-bookmarks-export.c:
(ephy_bookmarks_export_rdf), (ephy_bookmarks_export_mozilla):
* src/bookmarks/ephy-bookmarks-import.c: (ephy_bookmarks_import):
* src/bookmarks/ephy-bookmarks-menu.c:
(ephy_bookmarks_menu_rebuild), (do_update_cb),
(bookmarks_tree_changed_cb), (topics_added_cb),
(topics_removed_cb), (topic_child_changed_cb), (bookmark_added_cb),
(bookmark_removed_cb), (activate_cb),
(ephy_bookmarks_menu_finalize):
* src/bookmarks/ephy-bookmarks.c:
(ephy_bookmarks_get_toolbars_model), (ephy_bookmarks_save),
(ephy_bookmarks_finalize), (ephy_bookmarks_find_keyword),
(ephy_bookmarks_set_keyword), (ephy_bookmarks_unset_keyword):
* src/bookmarks/ephy-bookmarksbar-model.c: (save_changes_idle),
(load_toolbars), (ephy_bookmarksbar_model_init),
(ephy_bookmarksbar_model_dispose),
(ephy_bookmarksbar_model_finalize):
* src/bookmarks/ephy-bookmarksbar.c:
(ephy_bookmarksbar_action_request), (ephy_bookmarksbar_finalize):
* src/bookmarks/ephy-favorites-menu.c:
(ephy_favorites_menu_rebuild):
* src/bookmarks/ephy-new-bookmark.c: (ephy_new_bookmark_set_title):
* src/bookmarks/ephy-topic-action.c: (connect_proxy):
* src/bookmarks/ephy-topics-selector.c:
(ephy_topics_selector_set_bookmark):
* src/ephy-encoding-menu.c: (add_action):
* src/ephy-extensions-manager.c: (ephy_extensions_manager_load),
(ephy_extensions_manager_unload),
(ephy_extensions_manager_load_string), (get_loader_for_type),
(load_extension), (unload_extension), (sync_loaded_extensions),
(ephy_extensions_manager_load_dir), (ephy_extensions_manager_init),
(ephy_extensions_manager_startup),
(ephy_extensions_manager_finalize), (impl_attach_window),
(impl_detach_window), (impl_attach_tab), (impl_detach_tab):
* src/ephy-history-window.c: (setup_filters), (provide_favicon):
* src/ephy-link.c: (ephy_link_open):
* src/ephy-location-action.c: (user_changed_cb), (sync_address),
(ephy_location_action_set_address):
* src/ephy-navigation-action.c: (menu_activated_cb),
(connect_proxy):
* src/ephy-notebook.c: (ephy_notebook_finalize):
* src/ephy-session.c: (window_focus_in_event_cb),
(impl_attach_window), (impl_detach_window), (ephy_session_init),
(ephy_session_dispose), (ephy_session_finalize),
(ephy_session_autoresume), (ephy_session_close),
(ephy_session_save), (ephy_session_load),
(ephy_session_add_window), (ephy_session_remove_window):
* src/ephy-shell.c: (save_yourself_cb), (die_cb),
(ephy_shell_finalize), (ephy_shell_new_tab),
(ephy_shell_get_toolbars_model), (toolwindow_show_cb),
(toolwindow_hide_cb):
* src/ephy-tab.c: (popups_manager_add),
(popups_manager_add_window), (ephy_tab_get_popups_allowed),
(popups_manager_show_all), (popups_manager_hide_all),
(ephy_tab_finalize), (ephy_tab_address_cb),
(ephy_tab_zoom_changed_cb), (ephy_tab_new_window_cb),
(ephy_tab_visibility_cb), (ephy_tab_destroy_brsr_cb),
(ephy_tab_size_to_cb), (ephy_tab_dom_mouse_click_cb),
(ephy_tab_init):
* src/ephy-tabs-menu.c: (ephy_tabs_menu_update):
* src/ephy-toolbar.c: (sync_user_input_cb):
* src/ephy-toolbars-model.c: (save_changes_idle),
(ephy_toolbars_model_load):
* src/ephy-window.c: (ephy_window_destroy), (show_embed_popup),
(ephy_window_init), (ephy_window_finalize):
* src/pdm-dialog.c: (pdm_dialog_cookies_construct),
(cookie_added_cb), (cookie_changed_cb), (cookie_deleted_cb),
(cookies_cleared_cb), (pdm_dialog_passwords_construct),
(passwords_changed_cb):
* src/prefs-dialog.c: (fonts_language_changed_cb):
Add ; to all LOG statements, and adapt ephy-debug.h for
non-GNUC-varargs case.
|
|
|
|
|
|
|
|
| |
2005-01-28 Piers Cornwell <piers@gnome.org>
* data/epiphany-lockdown.schemas.in:
Add lock fullscreen key and improve key descriptions.
|
|
|
|
|
|
|
|
|
| |
2005-01-28 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-window.c: (update_actions_sensitivity):
Disable DownloadLinkAs and SetAsBackground if saving to disk
is disabled.
|
|
|
|
|
|
| |
2005-01-28 Miloslav Trmac <mitr@volny.cz>
* cs.po: Updated Czech translation.
|
|
|
|
|
|
|
|
|
|
| |
2005-01-27 Jean-François Rameau <jframeau@cvs.gnome.org>
* src/ephy-extensions-manager.c: (unload_extension):
Extension manager owns only one ref on extensions which
don't implement EphyExtension interface. Only their loader has
to unref them.
|
|
|
|
|
|
| |
2005-01-27 Žygimantas Beručka <uid0@aklt.lt>
* lt.po: Updated Lithuanian translation.
|
| |
|
|
|
|
|
|
| |
2005-01-26 Vincent van Adrighem <adrighem@gnome.org>
* nl.po: Translation updated by Reinout van Schouwen.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-01-26 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-fullscreen-popup.c:
(ephy_fullscreen_popup_update_visibility),
(ephy_fullscreen_popup_set_show_leave),
(ephy_fullscreen_popup_init):
* src/ephy-fullscreen-popup.h:
* src/ephy-toolbar.c: (ephy_toolbar_update_fixed_visibility),
(ephy_toolbar_set_show_leave_fullscreen):
* src/ephy-toolbar.h:
* src/ephy-window.c: (ephy_window_fullscreen),
(ephy_window_unfullscreen):
Don't show the Leave Fullscreen button in lockdown fullscreen mode.
Switch to fullscreen toolbar also in lockdown fullscreen mode.
Fixes bug #165256.
|
| |
|
|
|
|
|
|
|
|
|
| |
2005-01-26 Piers Cornwell <piers@gnome.org>
* help/C/epiphany.xml:
* help/C/epiphany-C.omf:
Update documentation.
|
|
|
|
|
|
| |
2005-01-25 Duarte Loreto <happyguy_pt@hotmail.com>
* pt.po: Updated Portuguese translation.
|
|
|
|
|
|
| |
2005-01-25 Francisco Javier Fernandez <cyphra@vir.tecknolabs.com>
* es.po: Updated Spanish translation.
|
|
|
|
| |
* en_CA.po: Updated Canadian English translation.
|
| |
|
| |
|
|
|
|
|
|
| |
2005-01-25 Hendrik Richter <hendrik@gnome-de.org>
* de.po: Updated German translation.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-01-24 Crispin Flowerday <gnome@flowerday.cx>
* embed/ephy-embed-shell.c: (impl_get_embed_single),
(ephy_embed_shell_get_embed_single), (ephy_embed_shell_class_init):
* embed/ephy-embed-shell.h:
* src/ephy-shell.c: (ephy_shell_class_init),
(ephy_shell_add_sidebar_cb), (impl_get_embed_single):
Add a alert when the user clicks on a sidebar link, telling
that the sidebar extension is required. Fixes bug #162685
|
|
|
|
|
|
|
|
|
| |
2005-01-24 Christian Persch,,, <chpe@cvs.gnome.org>
* embed/mozilla/mozilla-embed.cpp:
Fix "Go Up" not to omit the directory if the uri references
a file. Patch taken from galeon. Fixes equiv. of bug #165094.
|
|
|
|
|
|
|
|
|
| |
2005-01-24 Crispin Flowerday <gnome@flowerday.cx>
* embed/mozilla/EphySidebar.cpp (AddPanel):
Fix the g_signal_emit to pass an argument for the result,
otherwise things break.
|
|
|
|
|
|
|
|
|
| |
2005-01-24 Christian Persch,,, <chpe@cvs.gnome.org>
* data/default-prefs-common.js:
Default security.warn_submit_insecure.show_once to false.
Avoids us displaying the submit-insecure warning, ever.
|
|
|
|
|
|
|
|
| |
2005-01-24 Christian Persch,,, <chpe@cvs.gnome.org>
* src/bookmarks/ephy-bookmarks-editor.c: (import_bookmarks):
Better wording for the import-failed dialogue.
|
| |
|
|
|
|
|
|
| |
2005-01-24 Hendrik Richter <hendrik@gnome-de.org>
* de.po: Updated German translation.
|
|
|
|
|
|
|
|
| |
2005-01-24 Christian Persch,,, <chpe@cvs.gnome.org>
* configure.ac:
Post-release version bump.
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-01-24 Christian Persch <chpe@cvs.gnome.org>
=== Release 1.5.5 ===
* doc/reference/tmpl/ephy-cookie-manager.sgml:
* doc/reference/tmpl/ephy-embed.sgml:
* doc/reference/tmpl/ephy-password-manager.sgml:
* doc/reference/tmpl/ephy-tab.sgml:
* doc/reference/tmpl/epiphany-unused.sgml:
|
|
|
|
|
|
|
|
| |
2005-01-24 Christian Perhristian Persch <chpe@cvs.gnome.org>
* src/bookmarks/ephy-bookmarks-editor.c: (import_bookmarks):
Inform the user of failed bookmarks import.
|
| |
|
|
|
|
|
|
|
|
|
| |
2005-01-24 Christian Persch <chpe@cvs.gnome.org>
* NEWS:
* configure.ac:
Version 1.5.5.
|
|
|
|
|
|
|
|
|
| |
2005-01-24 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/EphyBrowser.cpp:
* embed/mozilla/MozRegisterComponents.cpp:
Work around a mozilla bug by diverting the contract ID of
|
|
|
|
|
|
|
|
| |
2005-01-24 Christian Persch,,, <chpe@cvs.gnome.org>
* data/bme.desktop.in:
Add more categories to bme.desktop.in. Fixes bug #162973.
|
|
|
|
|
|
|
| |
2005-01-24 Alexander Shopov <ash@contact.bg>
* bg.po: Updated Bulgarian translation by
Vladimir Petkov <vpetkov@i-space.org>
|
|
|
|
|
|
| |
2005-01-24 Frank Arnold <farnold@cvs.gnome.org>
* de.po: Fix for #164601
|
|
|
|
|
|
| |
2005-01-24 Frank Arnold <farnold@cvs.gnome.org>
* de.po: Fix for #164133
|
|
|
|
|
|
|
|
| |
2005-01-23 Christian Persch <chpe@cvs.gnome.org>
* src/pdm-dialog.c: (show_cookies_properties):
Ellipsize the value and path labels in the cookie content dialogue.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-01-23 Christian Persch <chpe@cvs.gnome.org>
* configure.ac:
Check for broken context event button.
* embed/ephy-embed-event.c: (ephy_embed_event_get_context),
(ephy_embed_event_get_button):
* embed/ephy-embed-event.h:
* embed/mozilla/mozilla-embed-event.cpp:
* embed/mozilla/mozilla-embed-event.h:
Change get_type to get_button, and don't store a nsCOMPtr in .priv.
* src/ephy-tab.c: (ephy_tab_dom_mouse_click_cb):
* src/ephy-window.c: (show_embed_popup), (tab_context_menu_cb),
(ephy_window_set_active_tab):
Adapted for above change.
* embed/mozilla/EphyBrowser.cpp:
* embed/mozilla/EphyBrowser.h:
Attach listener to oncontextmenu event.
* embed/mozilla/EventContext.cpp:
* embed/mozilla/EventContext.h:
Get event target coordinates also for 'mouse' context events.
* embed/mozilla/mozilla-embed.cpp:
Remove key-down handler, and context code from mouse-down handler.
|
|
|
|
|
|
|
|
|
| |
2005-01-23 Christian Persch <chpe@cvs.gnome.org>
* data/default-prefs-common.js:
* data/default-prefs-toolkit.js:
Set typeaheadfind.autostart to off. Fixes bug #141963.
|
|
|
|
|
|
|
|
| |
2005-01-23 Christian Persch <chpe@cvs.gnome.org>
* data/default-prefs-toolkit.js:
Default typeaheadfindsea to on. From bug #157435.
|
| |
|
|
|
|
|
|
|
|
|
| |
2005-01-22 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-tab.c: (ephy_tab_class_init), (ephy_tab_visibility_cb):
* src/ephy-window.c: (tab_added_cb):
Rename "visible" property.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-01-21 Jorn Baayen <jbaayen@gnome.org>
* lib/widgets/ephy-node-view.c: (ephy_node_view_add_column),
(ephy_node_view_enable_drag_source):
* lib/widgets/ephy-node-view.h:
* lib/widgets/ephy-tree-model-sort.c: (ephy_tree_model_sort_init),
(ephy_tree_model_sort_multi_row_draggable),
(ephy_tree_model_sort_set_base_drag_column_id),
(ephy_tree_model_sort_set_extra_drag_column_id),
(each_property_get_data_binder):
* lib/widgets/ephy-tree-model-sort.h:
* src/bookmarks/ephy-bookmark-action.c: (drag_data_get_cb):
* src/bookmarks/ephy-bookmarks-editor.c:
(ephy_bookmarks_editor_construct):
* src/bookmarks/ephy-topics-selector.c:
(ephy_topics_selector_constructor):
* src/ephy-encoding-dialog.c: (ephy_encoding_dialog_init):
* src/ephy-history-window.c: (ephy_history_window_construct):
Add proper _NETSCAPE_URL drag support, supplying the URL as well as
the title. As a side effect most data_columns in NodeViews have been
obsoleted. Fixes #163937.
|
|
|
|
|
|
| |
2005-01-21 Rhys Jones <rhys@sucs.org>
* cy.po: Updated Welsh translation.
|
| |
|
|
|
|
| |
* en_CA.po: Updated Canadian English translation.
|
|
|
|
|
|
| |
2005-01-20 Miloslav Trmac <mitr@volny.cz>
* cs.po: Updated Czech translation.
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-01-20 Jean-François Rameau <jframeau@cvs.gnome.org>
* src/bookmarks/ephy-bookmarks.h:
* src/bookmarks/Makefile.am:
* src/bookmarks/ephy-bookmarks.c: (ephy_bookmarks_get_type):
Make ephy-bookmarks.h's enum a named enum.
Auto-generate types for ephy-bookmarks.h's enum.
Make sure our enum type is registered.
|
|
|
|
|
|
| |
2005-01-20 Žygimantas Beručka <uid0@akl.lt>
* lt.po: Updated Lithuanian translation.
|
|
|
|
|
|
| |
2005-01-20 Frank Arnold <farnold@cvs.gnome.org>
* de.po: Updated German translation.
|
|
|
|
|
|
| |
2005-01-20 Francisco Javier F. Serrador <serrador@cvs.gnome.org>
* es.po: Updated Spanish translation.
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-01-20 Christian Persch <chpe@cvs.gnome.org>
* configure.ac:
* lib/ephy-stock-icons.c: (ephy_stock_icons_init):
* lib/ephy-stock-icons.h:
* src/ephy-fullscreen-popup.c: (ephy_fullscreen_popup_constructor):
* src/ephy-toolbar.c: (ephy_toolbar_constructor):
Use new leave-fullscreen icon from g-i-t. Fixes bug #164676.
|
|
|
|
|
|
|
|
| |
2005-01-20 Christian Persch <chpe@cvs.gnome.org>
* src/bookmarks/ephy-bookmarks-editor.c: (add_bookmarks_source):
Add a translator comment.
|
|
|
|
|
|
|
| |
2005-01-20 Alexander Shopov <ash@contact.bg>
* bg.po: Updated Bulgarian translation by
Vladimir Petkov <vpetkov@i-space.org>
|
|
|
|
|
|
|
|
| |
2005-01-19 Christian Persch <chpe@cvs.gnome.org>
* src/bookmarks/ephy-bookmarks-editor.c: (add_bookmarks_source):
Don't leak the path.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-01-19 Christian Persch <chpe@cvs.gnome.org>
* lib/ephy-file-helpers.c: (ephy_find_file_recursive):
* src/bookmarks/ephy-bookmarks-editor.c: (add_bookmarks_files),
(add_bookmarks_source), (import_dialog_response_cb),
(cmd_bookmarks_import):
* src/bookmarks/ephy-bookmarks-import.c: (ephy_bookmarks_import):
* src/bookmarks/ephy-bookmarks-import.h:
Show profile name for mozilla bookmarks, so we can distinguish between
different profiles. Don't show firefox bookmarks as mozilla bookmarks.
Fixes bug #143982.
|
|
|
|
|
|
|
|
| |
2005-01-19 Christian Persch <chpe@cvs.gnome.org>
* lib/ephy-langs.c:
More translator comments.
|
|
|
|
|
|
| |
2005-01-19 Frank Arnold <farnold@cvs.gnome.org>
* de.po: Fixed/added translations with context marker.
|
|
|
|
|
|
| |
2005-01-18 Frank Arnold <farnold@cvs.gnome.org>
* de.po: Updated German translation.
|
|
|
|
|
|
|
|
| |
2005-01-18 Christian Persch <chpe@cvs.gnome.org>
* lib/Makefile.am:
Add ephy-node.h enums to ephy-lib-type-builtins.[ch].
|
|
|
|
|
|
|
|
|
| |
2005-01-18 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/EphyHeaderSniffer.cpp:
Really make confirm-overwrite dialogue have a parent window.
Fixes bug #164189.
|
|
|
|
|
|
|
|
| |
2005-01-18 Christian Persch <chpe@cvs.gnome.org>
* lib/ephy-dialog.c: (ephy_dialog_set_size_group):
Fix mem leak. Fixes bug #164302.
|
|
|
|
|
|
| |
2005-01-18 Priit Laes <plaes@cvs.gnome.org>
* et.po: Translation updated by Ivar Smolin.
|
|
|
|
|
|
| |
2005-01-17 Christian Rose <menthos@menthos.com>
* sv.po: Updated Swedish translation.
|
|
|
|
|
|
| |
2005-01-17 Laurent Dhima <laurenti@alblinux.net>
* sq.po: Updated Albanian translation.
|
|
|
|
|
|
|
|
| |
2005-01-16 Jean-François rameau <jframeau@cvs.gnome.org>
* lib/ephy-node.h:
Remove useless ephy_node_get_property_time method.
|
|
|
|
|
|
| |
2005-01-16 Marcel Telka <marcel@telka.sk>
* sk.po: Updated Slovak translation.
|
|
|
|
|
|
|
|
|
|
|
| |
2005-01-16 Christian Persch <chpe@cvs.gnome.org>
* embed/Makefile.am:
* lib/Makefile.am:
* lib/egg/Makefile.am:
* src/Makefile.am:
Remove stamp files also on make clean.
|
|
|
|
|
|
| |
2005-01-16 Miloslav Trmac <mitr@volny.cz>
* cs.po: Updated Czech translation.
|
|
|
|
| |
* en_CA.po: Updated Canadian English translation.
|
|
|
|
| |
<aihana@gnome.gr.jp>
|
|
|
|
|
|
| |
2005-01-16 Francisco Javier F. Serrador <serrador@cvs.gnome.org>
* es.po: Updated Spanish translation.
|
|
|
|
|
|
|
|
| |
2005-01-15 Christian Persch <chpe@cvs.gnome.org>
* src/bookmarks/ephy-topic-action.c: (add_open_in_tabs_menu):
Unify more strings.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-01-15 Jean-François rameau <jframeau@cvs.gnome.org>
* embed/ephy-password-manager.h:
* embed/ephy-password-manager.c:
* src/pdm-dialog.c: (pdm_dialog_password_remove),
(pdm_dialog_fill_passwords_list)
Rename the password manager's methods to give better names
in the bindings.
ephy_password_manager_add -> ephy_password_manager_add_password
ephy_password_manager_remove -> ephy_password_manager_remove_password
ephy_password_manager_list -> ephy_password_manager_list_passwords
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-01-15 Christian Persch <chpe@cvs.gnome.org>
* src/bookmarks/ephy-bookmarks-editor.c:
(ephy_bookmarks_editor_update_menu):
* src/ephy-history-window.c: (ephy_history_window_update_menu):
* src/ephy-window.c:
Unify accels to Open in New _Window[s], and also change to
Open Link in New _Window. Fixes bug #164130.
|
|
|
|
|
|
|
|
|
| |
2005-01-15 Christian Persch <chpe@cvs.gnome.org>
* lib/ephy-node.c: (ephy_node_get_type):
* lib/ephy-node.h:
Add boxed type for EphyNode.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-01-15 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/GtkNSSClientAuthDialogs.cpp:
* embed/mozilla/GtkNSSDialogs.cpp:
Don't use <tt> in the strings. Fixes bug #163378.
* lib/ephy-gui.c: (ephy_gui_confirm_overwrite_file):
* src/bookmarks/ephy-bookmarks.c: (redirect_cb):
Fix button text and capitalisation in the confirm-redirect-update
dialogue. Fixes bug #164131.
* src/ephy-window.c: (confirm_close_with_modified_forms):
Fix primary text of confirm-close command not to have a period.
|
|
|
|
|
|
|
|
|
|
| |
2005-01-15 Crispin Flowerday <gnome@flowerday.cx>
* src/ephy-shell.c (ephy_shell_get_default):
* src/ephy-shell.h:
Add a function to get the default ephy_shell, this makes
it easier for bindings to get it.
|
|
|
|
|
|
| |
2005-01-15 Priit Laes <plaes@cvs.gnome.org>
* et.po: Translation updated by Ivar Smolin.
|
|
|
|
|
|
| |
2005-01-15 Francisco Javier F. Serrador <serrador@cvs.gnome.org>
* es.po: Updated Spanish translation.
|
|
|
|
|
|
| |
2005-01-14 Alexander Winston <alexander.winston@comcast.net>
* en_CA.po: Updated Canadian English translation.
|
|
|
|
|
|
|
|
|
|
| |
2005-01-15 Christian Persch <chpe@cvs.gnome.org>
* embed/ephy-cookie-manager.c: (ephy_cookie_copy):
* embed/ephy-cookie-manager.h:
* embed/mozilla/EphySingle.cpp:
Remove p3p info from EphyCookie.
|
|
|
|
| |
Updated German translation.
|
|
|
|
| |
* en_CA.po: Updated Canadian English translation.
|
|
|
|
|
|
|
|
| |
2005-01-14 Christian Persch <chpe@cvs.gnome.org>
* lib/widgets/ephy-zoom-control.c: (ephy_zoom_control_init):
Don't focus the combo on click.
|
| |
|
|
|
|
|
|
| |
2005-01-14 Laurent Dhima <laurenti@alblinux.net>
* sq.po: Updated Albanian translation.
|
|
|
|
| |
* en_CA.po: Updated Canadian English translation.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-01-14 Jorn Baayen <jbaayen@gnome.org>
* lib/widgets/ephy-location-entry.c:
(ephy_location_entry_construct_contents):
* lib/widgets/ephy-node-view.c: (motion_notify_cb):
* src/bookmarks/ephy-bookmark-action.c: (drag_motion_cb):
* src/bookmarks/ephy-bookmarks-editor.c:
* src/ephy-history-window.c:
Add GDK_ACTION_ASK, and prefer _NETSCAPE_URL over uri-list drag types.
This is to match the new Nautilus _NETSCAPE_URL DnD behaviour.
Fixes #163937.
|
|
|
|
|
|
|
|
|
| |
2005-01-14 Christian Persch <chpe@cvs.gnome.org>
* src/bookmarks/ephy-bookmark-action.c: (show_context_menu):
* src/bookmarks/ephy-topic-action.c: (show_context_menu):
Renamed Remove action on bookmarksbar context menu. Fixes bug #162132.
|
|
|
|
|
|
|
|
|
|
| |
2005-01-14 Christian Persch <chpe@cvs.gnome.org>
* embed/Makefile.am:
* lib/Makefile.am:
* src/Makefile.am:
Remove the type builtins .h files from INST_H_FILES again.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-01-14 Christian Persch <chpe@cvs.gnome.org>
* lib/widgets/ephy-location-entry.c:
(ephy_location_entry_set_tooltip), (ephy_location_entry_finalize),
(ephy_location_entry_class_init), (modify_background),
(entry_style_set_cb), (entry_realize_cb),
(ephy_location_entry_construct_contents),
(ephy_location_entry_init), (ephy_location_entry_set_favicon),
(ephy_location_entry_set_show_lock),
(ephy_location_entry_set_lock_stock),
(ephy_location_entry_set_lock_tooltip):
* lib/widgets/ephy-location-entry.h:
* src/ephy-fullscreen-popup.c: (ephy_fullscreen_popup_constructor):
* src/ephy-location-action.c: (sync_icon), (sync_lock_stock_id),
(sync_lock_tooltip), (sync_show_lock), (connect_proxy),
(ephy_location_action_set_property),
(ephy_location_action_get_property),
(ephy_location_action_class_init), (ephy_location_action_finalize):
* src/ephy-toolbar.c: (ephy_toolbar_set_security_state),
(ephy_toolbar_set_lock_visibility), (ephy_toolbar_constructor):
* src/ephy-toolbar.h:
* src/ephy-window.c: (sync_chromes_visibility):
Add favicon and lock icon to the entry. Fixes bug #116482 and bug #149506.
Change "Exit Fullscreen" to "Leave Fullscreen" as per HIG, part of bug #153270.
|
|
|
|
|
|
|
|
|
|
| |
2005-01-12 Christian Persch <chpe@cvs.gnome.org>
* embed/Makefile.am:
* lib/Makefile.am:
* src/Makefile.am:
Install ephy-*-type-builtins.h.
|
|
|
|
|
|
| |
2005-01-13 Žygimantas Beručka <uid0@akl.lt>
* lt.po: Updated Lithuanian translation.
|
|
|
|
|
|
| |
2005-01-12 Marcel Telka <marcel@telka.sk>
* sk.po: Updated Slovak translation.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-01-12 Christian Persch <chpe@cvs.gnome.org>
* data/ui/epiphany-ui.xml:
Add Toolbar toggle to document context menu in fullscreen mode.
* lib/egg/egg-editable-toolbar.c: (set_fixed_style),
(update_fixed), (egg_editable_toolbar_set_fixed):
* lib/egg/egg-editable-toolbar.h:
Changed to allow setting a toolbar as fixed, not just one item.
* lib/widgets/ephy-search-entry.h:
Add _ prefixed struct declarations.
* po/POTFILES.in:
Updated.
* src/Makefile.am:
A src/ephy-fullscreen-popup.c:
A src/ephy-fullscreen-popup.h:
* src/ephy-history-window.c:
* src/ephy-shell.c: (ephy_shell_new_tab):
A src/ephy-toolbar.c:
A src/ephy-toolbar.h:
* src/ephy-window.c: (destroy_fullscreen_popup),
(ephy_window_destroy), (exit_fullscreen_clicked_cb),
(get_toolbar_visibility), (sync_chromes_visibility),
(ephy_window_fullscreen), (ephy_window_unfullscreen),
(sync_tab_address), (sync_tab_icon), (sync_tab_navigation),
(sync_tab_security), (sync_tab_load_status), (sync_tab_zoom),
(show_embed_popup), (modal_alert_cb), (ephy_window_focus_in_event),
(ephy_window_focus_out_event), (ephy_window_init),
(ephy_window_activate_location):
R src/toolbar.c:
R src/toolbar.h:
* src/window-commands.c: (window_cmd_load_location):
Implemented in-toolbar exit button, and integrated status indicator in
the exit fullscreen popup. Moved toolbar.[ch] to ephy-toolbar.[ch] for
namespace correcness, and much-needed code cleanup.
|
|
|
|
|
|
|
|
| |
2005-01-12 Matthew Schick <matt@breakmygentoo.net>
* configure.ac:
Remove unnecessary line from DBUS configure check.
|
| |
|
|
|
|
|
|
| |
2005-01-12 Francisco Javier F. Serrador <serrador@cvs.gnome.org>
* es.po: Updated Spanish translation.
|
|
|
|
|
|
| |
2005-01-11 Rhys Jones <rhys@sucs.org>
* cy.po: Updated Welsh translation.
|
|
|
|
|
|
|
|
|
|
| |
2005-01-11 Tomasz Kłoczko <kloczek@pld.org.pl>
* src/Makefile.am:
Fxs parallel build ("make -j<N>").
Do not include full path to .la file in case when it is in current
directory (it breaks dependences framework generated by automake in
Makefile file).
|
|
|
|
|
|
|
|
| |
2005-01-11 Christian Persch <chpe@cvs.gnome.org>
* configure.ac:
Post-release version bump.
|
|
|
|
|
|
| |
2005-01-11 Christian Persch <chpe@cvs.gnome.org>
=== Release 1.5.4 ===
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-01-11 Christian Persch <chpe@cvs.gnome.org>
* embed/ephy-embed-single.c: (ephy_embed_single_iface_init):
* embed/ephy-embed-single.h:
Add "check-content" signal.
* embed/mozilla/EphyContentPolicy.cpp:
* embed/mozilla/EphyContentPolicy.h:
Emit from here.
* lib/ephy-marshal.list:
New marshal.
|
|
|
|
|
|
|
|
|
| |
2005-01-11 Christian Persch <chpe@cvs.gnome.org>
* embed/ephy-cookie-manager.h:
* embed/mozilla/EphySingle.cpp:
Use the enums instead of ints.
|
|
|
|
|
|
|
|
|
|
|
| |
2005-01-11 Christian Persch <chpe@cvs.gnome.org>
* src/Makefile.am:
* lib/Makefile.am:
* lib/egg/Makefile.am:
* embed/Makefile.am:
Fix [DIST]CLEANFILES so that make distcheck passes.
|
|
|
|
|
|
|
|
| |
2005-01-10 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/EventContext.cpp:
Use UnEscapeURIForUI instead of UnEscapeNonAsciiURI.
|
|
|
|
| |
* en_CA.po: Updated Canadian English translation.
|
|
|
|
|
|
|
| |
2005-01-11 Kjartan Maraas <kmaraas@gnome.org>
* nb.po: Update
* no.po: Update
|
| |
|
|
|
|
|
|
|
|
| |
2005-01-10 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/GtkNSSSecurityWarningDialogs.cpp:
Alerts should not have terminating periods in the primary text.
|
|
|
|
|
|
| |
2005-01-10 Miloslav Trmac <mitr@volny.cz>
* cs.po: Updated Czech translation.
|
|
|
|
|
|
|
|
| |
2005-01-10 Jean-François Rameau <jframeau@cvs.gnome.org>
* embed/print-dialog.c: (ephy_print_get_print_info):
Fix a mem leak.
|
| |
|
|
|
|
|
|
| |
2005-01-10 Francisco Javier Fernandez <cyphra@vir.tecknolabs.com>
* es.po: Updated spanish translation
|
|
|
|
|
|
|
|
| |
2005-01-10 Christian Persch <chpe@cvs.gnome.org>
* src/Makefile.am:
Add $(stamp_files) to MAINTAINERCLEANFILES.
|
|
|
|
| |
* en_CA.po: Updated Canadian English translation.
|
|
|
|
|
|
| |
2005-01-10 Žygimantas Beručka <uid0@akl.lt>
* lt.po: Updated Lithuanian translation.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-01-10 Christian Persch <chpe@cvs.gnome.org>
* data/epiphany.schemas.in:
* lib/ephy-prefs.h:
* src/Makefile.am:
* src/ephy-notebook.c: (tab_label_style_set_cb):
* src/ephy-shell.c: (ephy_shell_finalize),
(toolbar_style_notifier), (ephy_shell_get_toolbars_model):
A src/ephy-toolbar-editor.c:
A src/ephy-toolbar-editor.h:
* src/window-commands.c: (window_cmd_edit_toolbar):
Move toolbar editor dialogue into its own class, and implement a
toolbar style override there. Fixes bug #102520.
|
|
|
|
|
|
|
|
|
|
|
| |
2005-01-10 Christian Persch <chpe@cvs.gnome.org>
* lib/egg/egg-editable-toolbar.c: (toolbar_changed_cb),
(egg_editable_toolbar_construct):
* lib/egg/egg-toolbars-model.c: (parse_toolbars):
* lib/egg/egg-toolbars-model.h:
Rename toolbar model flags to be more in line with GtkToolbarStyle.
|
|
|
|
|
|
|
|
| |
2005-01-10 Christian Persch <chpe@cvs.gnome.org>
* configure.ac:
Fix dbus configure check to really default to off.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-01-10 Christian Persch <chpe@cvs.gnome.org>
* configure.ac:
* lib/Makefile.am:
A lib/ephy-dbus.c:
A lib/ephy-dbus.h:
* lib/ephy-marshal.list:
* src/Makefile.am:
* src/ephy-shell.c: (ephy_shell_finalize),
(ephy_shell_get_dbus_service):
* src/ephy-shell.h:
Add experimental dbus service, disabled by default. Configure with
--enable-dbus to enable.
|
|
|
|
|
|
|
|
| |
2005-01-09 Piers Cornwell <piers@gnome.org>
* data/epiphany.desktop.in
Add extra catagories. Fixes bug #162973.
|
|
|
|
| |
* en_CA.po: Updated Canadian English translation.
|
|
|
|
|
|
|
|
|
| |
2005-01-09 Christian Persch <chpe@cvs.gnome.org>
* configure.ac:
* embed/mozilla/GlobalHistory.cpp:
Don't check for nsIBrowserHistory.
|
|
|
|
|
|
|
|
| |
2005-01-09 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/GtkNSSSecurityWarningDialogs.cpp:
Add mnemonic to Send button.
|
|
|
|
|
|
|
|
| |
2005-01-09 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/GtkNSSSecurityWarningDialogs.cpp:
Set show-once to PR_FALSE if the GetBoolPref call fails.
|
| |
|
|
|
|
|
|
|
|
| |
2005-01-09 Crispin Flowerday <gnome@flowerday.cx>
* src/Makefile.am (epiphany_CPPFLAGS):
Remove some unneeded includes and defines
|
|
|
|
|
|
| |
2005-01-09 Christian Persch <chpe@cvs.gnome.org>
* POTFILES.in: Updated.
|
| |
|
|
|
|
|
|
|
|
| |
2005-01-09 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-window.c: (sync_tab_security):
Don't show the description for no-secure and broken sites.
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-01-09 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/GtkNSSSecurityWarningDialogs.cpp:
* embed/mozilla/GtkNSSSecurityWarningDialogs.h:
Set default response to ACCEPT in send-to-insecure dialogue,
only write back show_once pref when not shown by default,
and add the dialogue to its parent's window group
(note that there isn't a parent without a mozilla patch, currently).
|
| |
|
|
|
|
|
|
|
|
| |
2005-01-09 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/GtkNSSSecurityWarningDialogs.cpp:
Improve dialogue wording. Thanks to spark for his help.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-01-09 Christian Persch <chpe@cvs.gnome.org>
* data/default-prefs-common.js:
* embed/mozilla/GtkNSSSecurityWarningDialogs.cpp:
* embed/mozilla/GtkNSSSecurityWarningDialogs.h:
* embed/mozilla/Makefile.am:
* embed/mozilla/MozRegisterComponents.cpp:
Override the default security warning dialogues implementation with our own
class which follows HIG and our interface design. Fixes bug #163371.
Also show the entering-secure dialogue once, to inform about the
lock icon in the statusbar.
|
|
|
|
|
|
|
|
| |
2005-01-08 Christian Persch <chpe@cvs.gnome.org>
* embed/Makefile.am:
Also generate types for ephy-cookie-manager.h's enums.
|
|
|
|
|
|
|
|
|
|
|
| |
2005-01-08 Christian Persch <chpe@cvs.gnome.org>
* embed/Makefile.am:
* lib/Makefile.am:
* lib/egg/Makefile.am:
* src/Makefile.am:
More stamp magic.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-01-08 Christian Persch <chpe@cvs.gnome.org>
* embed/ephy-cookie-manager.h:
* embed/ephy-download.c:
* embed/ephy-download.h:
* embed/ephy-embed-dialog.c:
* embed/ephy-embed-dialog.h:
* embed/ephy-embed-persist.c:
* embed/ephy-embed-persist.h:
* embed/ephy-encodings.c:
* embed/ephy-encodings.h:
* embed/ephy-favicon-cache.c:
* embed/ephy-favicon-cache.h:
* embed/ephy-history.c:
* embed/ephy-history.h:
* embed/ephy-password-manager.h:
* embed/ephy-permission-manager.h:
* lib/ephy-file-chooser.c:
* lib/ephy-file-chooser.h:
* lib/ephy-node-db.c:
* lib/ephy-node-db.h:
* lib/ephy-node-filter.c:
* lib/ephy-node-filter.h:
* lib/ephy-node.c:
* lib/ephy-node.h:
* lib/widgets/ephy-node-view.c:
* lib/widgets/ephy-node-view.h:
* lib/widgets/ephy-search-entry.c:
* lib/widgets/ephy-search-entry.h:
* lib/widgets/ephy-spinner.c:
* lib/widgets/ephy-spinner.h:
* lib/widgets/ephy-tree-model-node.c:
* lib/widgets/ephy-tree-model-node.h:
* lib/widgets/ephy-tree-model-sort.c:
* lib/widgets/ephy-tree-model-sort.h:
* lib/widgets/ephy-zoom-action.c:
* lib/widgets/ephy-zoom-action.h:
* src/bookmarks/ephy-bookmark-properties.c:
* src/bookmarks/ephy-bookmark-properties.h:
* src/bookmarks/ephy-bookmarks-editor.c:
* src/bookmarks/ephy-bookmarks-editor.h:
* src/bookmarks/ephy-bookmarks.c:
* src/bookmarks/ephy-bookmarks.h:
* src/bookmarks/ephy-bookmarksbar-model.c:
* src/bookmarks/ephy-bookmarksbar-model.h:
* src/bookmarks/ephy-bookmarksbar.c:
* src/bookmarks/ephy-bookmarksbar.h:
* src/bookmarks/ephy-new-bookmark.c:
* src/bookmarks/ephy-new-bookmark.h:
* src/bookmarks/ephy-topics-selector.c:
* src/bookmarks/ephy-topics-selector.h:
* src/ephy-completion-model.c:
* src/ephy-completion-model.h:
* src/ephy-encoding-dialog.c:
* src/ephy-encoding-dialog.h:
* src/ephy-history-window.c:
* src/ephy-history-window.h:
Make all structs prefixed by _.
|
|
|
|
|
|
| |
2005-01-08 Laurent Dhima <laurenti@alblinux.net>
* sq.po: Updated Albanian translation.
|
|
|
|
|
|
| |
2005-01-08 Vincent van Adrighem <adrighem@gnome.org>
* nl.po: Translation updated by Reinout van Schouwen.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-01-08 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-notebook.c:
* src/ephy-notebook.h:
* src/ephy-session.c:
* src/ephy-session.h:
* src/ephy-statusbar.c:
* src/ephy-statusbar.h:
* src/ephy-toolbars-model.c:
* src/ephy-toolbars-model.h:
Prefix structs with _.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-01-08 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-shell.c:
* src/ephy-tabs-menu.c:
* src/ephy-window.c:
* src/ephy-window.h:
* src/pdm-dialog.c:
* src/prefs-dialog.c:
* src/window-commands.c:
Remove unused include from public header ephy-window.h.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-01-08 Christian Persch <chpe@cvs.gnome.org>
* data/ui/epiphany-toolbar.xml:
* lib/ephy-marshal.list:
* lib/ephy-signal-accumulator.c: (ephy_signal_accumulator_string):
* lib/ephy-signal-accumulator.h:
* lib/widgets/ephy-location-entry.c:
(ephy_location_entry_set_tooltip),
(ephy_location_entry_class_init), (editable_changed_cb),
(each_url_get_data_binder), (favicon_drag_data_get_cb),
(ephy_location_entry_construct_contents),
(ephy_location_entry_activate), (ephy_location_entry_get_entry),
(ephy_location_entry_get_image):
* lib/widgets/ephy-location-entry.h:
* src/Makefile.am:
* src/ephy-favicon-action.c:
* src/ephy-favicon-action.h:
* src/ephy-location-action.c: (sync_address), (sync_editable),
(sync_icon), (get_location_cb), (get_title_cb),
(remove_completion_actions), (add_completion_actions),
(connect_proxy), (disconnect_proxy),
(ephy_location_action_set_property),
(ephy_location_action_get_property),
(ephy_location_action_class_init), (ephy_location_action_init),
(ephy_location_action_finalize):
* src/ephy-window.c: (sync_tab_icon):
* src/toolbar.c: (toolbar_setup_actions), (toolbar_update_favicon):
* src/toolbar.h:
Unify the location and favicon actions.
* src/window-commands.c: (window_cmd_help_about):
Add translator comment to the translation-credits string.
|
|
|
|
|
|
|
| |
2005-01-08 Alexander Shopov <ash@contact.bg>
* bg.po: Updated Bulgarian translation by
Vladimir Petkov <vpetkov@i-space.org>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-01-07 Christian Persch <chpe@cvs.gnome.org>
* embed/Makefile.am:
* lib/Makefile.am:
* lib/egg/Makefile.am:
* src/Makefile.am:
Avoid unnecessary rebuilts of the generated enum .h files by using
stamp files.
|
|
|
|
|
|
|
|
|
|
| |
2005-01-07 Christian Persch <chpe@cvs.gnome.org>
* lib/egg/egg-toolbars-model.c: (egg_toolbars_model_get_type),
(egg_toolbars_model_get_item_type):
* lib/ephy-state.c: (ensure_states):
Make sure our flags/enum types are registered.
|
|
|
|
|
|
| |
2005-01-07 Francisco Javier F. Serrador <serrador@cvs.gnome.org>
* es.po: Updated Spanish translation.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-01-07 Christian Persch <chpe@cvs.gnome.org>
* lib/egg/egg-toolbars-model.c: (register_type):
* lib/ephy-state.c: (register_type):
* lib/ephy-state.h:
Add dummy functions to call some get_types funcs, otherwise
they don't get exported.
* src/Makefile.am:
Remove unused defines.
|
|
|
|
|
|
| |
2005-01-06 Žygimantas Beručka <uid0@akl.lt>
* lt.po: Updated Lithuanian translation.
|
|
|
|
|
|
| |
2005-01-06 Miloslav Trmac <mitr@volny.cz>
* cs.po: Updated Czech translation.
|
|
|
|
|
|
|
|
|
|
| |
2005-01-06 Christian Persch <chpe@cvs.gnome.org>
* lib/Makefile.am:
* lib/ephy-state.c:
* lib/ephy-state.h:
More auto-generated types.
|
|
|
|
|
|
|
|
|
|
| |
2005-01-06 Christian Persch <chpe@cvs.gnome.org>
* embed/Makefile.am:
* lib/egg/Makefile.am:
* src/Makefile.am:
Simplfiy the rule a bit.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-01-06 Christian Persch <chpe@cvs.gnome.org>
* configure.ac:
* embed/Makefile.am:
* embed/ephy-embed-event.c:
* embed/ephy-embed-event.h:
* embed/ephy-embed-persist.c:
* embed/ephy-embed-persist.h:
* embed/ephy-embed.c:
* embed/ephy-embed.h:
* embed/ephy-permission-manager.c:
* embed/ephy-permission-manager.h:
* lib/egg/Makefile.am:
* lib/egg/egg-toolbars-model.c:
* lib/egg/egg-toolbars-model.h:
* src/Makefile.am:
* src/ephy-link.c:
* src/ephy-link.h:
* src/ephy-navigation-action.c:
* src/ephy-shell.c: (ephy_shell_error_quark):
* src/ephy-shell.h:
* src/ephy-tab.c:
* src/ephy-tab.h:
* src/ephy-window.c:
Use glib-mkenums to generate the enum and flags get_type functions.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-01-06 Christian Persch <chpe@cvs.gnome.org>
* data/ui/epiphany-ui.xml:
Add placeholder group for tabs move actions.
* src/ephy-window.c: (show_notebook_popup_menu):
Activate the action before showing the context menu, so
extensions can sync their UI.
|
|
|
|
| |
* en_CA.po: Updated Canadian English translation.
|
|
|
|
|
|
|
|
| |
2005-01-06 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-go-action.c: (create_tool_item):
Don't focus the button on click.
|
|
|
|
|
|
|
|
|
| |
2005-01-06 Christian Persch <chpe@cvs.gnome.org>
* src/popup-commands.c: (background_download_completed):
Open the GNOME background properties capplet when setting the
background from an image. Fixes bug #161215.
|
|
|
|
|
|
|
|
| |
2005-01-06 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-window.c: (sync_tab_security):
Display open lock for low 'secure' sites too. Fixes bug #151709.
|
|
|
|
|
|
|
|
|
|
| |
2005-01-06 Christian Persch <chpe@cvs.gnome.org>
* data/ui/epiphany-ui.xml:
Don't add "Close" to the tab's context menu. When you're using keynav,
the tab is active so normal ways (File menu, Ctrl-W) work; when you're
mousing why not use the close button!
|
|
|
|
|
|
|
|
| |
2005-01-05 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-history-window.c:
Use "Add _Bookmark" not "_Bookmark Link".
|
|
|
|
|
|
|
|
| |
2005-01-05 Christian Persch <chpe@cvs.gnome.org>
* data/ui/epiphany-ui.xml:
Retain old menu item name for compatibility.
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-01-05 Christian Persch <chpe@cvs.gnome.org>
* data/ui/epiphany-ui.xml:
* src/ephy-notebook.c: (button_press_cb):
* src/ephy-window.c: (show_notebook_popup_menu),
(notebook_button_press_cb), (notebook_popup_menu_cb),
(setup_notebook):
Add context menu on notebook. Fixes bug #132989.
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-01-05 Christian Persch <chpe@cvs.gnome.org>
* data/Makefile.am:
Remove trailing whitespace.
* embed/mozilla/MozDownload.cpp:
Fix build with moz 1.7.
|
|
|
|
|
|
|
|
|
|
| |
2005-01-05 Christian Persch <chpe@cvs.gnome.org>
* configure.ac:
* embed/mozilla/MozDownload.cpp:
* embed/mozilla/MozDownload.h:
Only implement nsITransfer if possible.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-01-05 Crispin Flowerday <gnome@flowerday.cx>
* embed/ephy-embed-event.c: (ephy_embed_event_context_get_type):
* embed/ephy-embed-event.h:
* embed/ephy-embed-persist.c: (ephy_embed_persist_flags_get_type):
* embed/ephy-embed-persist.h:
* embed/ephy-embed.c: (ephy_embed_net_state_get_type),
(ephy_embed_ppv_navigation_get_type),
(ephy_embed_security_level_get_type),
(ephy_embed_document_type_get_type):
* embed/ephy-embed.h:
* embed/ephy-favicon-cache.c: (ephy_favicon_cache_download):
* embed/mozilla/EphyBrowser.cpp:
* embed/mozilla/EphyHeaderSniffer.cpp:
* embed/mozilla/EventContext.cpp:
* embed/mozilla/MozDownload.cpp:
* embed/mozilla/mozilla-embed-persist.cpp:
* embed/mozilla/mozilla-embed.cpp:
* src/ephy-shell.c: (ephy_shell_new_tab):
* src/ephy-tab.c: (ephy_tab_address_expire_get_type),
(ephy_tab_navigation_flags_get_type), (ephy_tab_set_property),
(ephy_tab_class_init), (ephy_tab_get_document_type),
(ephy_tab_address_cb), (update_net_state_message),
(build_progress_from_requests), (ensure_page_info),
(ephy_tab_net_state_cb), (ephy_tab_dom_mouse_click_cb),
(ephy_tab_init), (ephy_tab_update_navigation_flags),
(ephy_tab_set_location), (ephy_tab_get_security_level):
* src/ephy-tab.h:
* src/ephy-window.c: (sync_tab_document_type),
(sync_tab_navigation), (sync_tab_security), (sync_tab_zoom),
(update_popups_tooltips), (show_embed_popup):
* src/popup-commands.c: (popup_cmd_copy_link_address),
(save_property_url), (popup_cmd_set_image_as_background),
(save_temp_source):
* src/ppview-toolbar.c: (toolbar_cmd_ppv_goto_first),
(toolbar_cmd_ppv_goto_last), (toolbar_cmd_ppv_go_back),
(toolbar_cmd_ppv_go_forward):
* src/toolbar.c: (sync_user_input_cb):
* src/window-commands.c: (window_cmd_file_save_as),
(save_temp_source):
Consistently start enum names with EPHY_*.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-01-04 Christian Persch <chpe@cvs.gnome.org>
* src/bookmarks/ephy-bookmark-action.c: (create_tool_item):
* src/bookmarks/ephy-topic-action.c: (create_tool_item):
Don't focus the buttons on click.
* src/bookmarks/ephy-topic-action.c: (add_open_in_tabs_menu):
Use "Open in New Tabs" label for consistency.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-01-04 Christian Persch <chpe@cvs.gnome.org>
* lib/widgets/ephy-node-view.c:
* lib/widgets/ephy-node-view.h:
* src/bookmarks/ephy-bookmarks-editor.c:
(ephy_bookmarks_editor_update_menu):
* src/ephy-history-window.c: (ephy_history_window_update_menu):
Use ngettext to get the Open in New Tab[s]/Window[s] label.
2005-01-04 Christian Persch <chpe@cvs.gnome.org>
|
|
|
|
|
|
|
|
|
|
| |
2005-01-04 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-notebook.c: (close_button_clicked_cb),
(build_tab_label):
Better fix for bug #119461, just use gtk_button_set_focus_on_click().
Thanks to tko for pointing this out to me.
|
|
|
|
|
|
| |
2005-01-04 Marcel Telka <marcel@telka.sk>
* sk.po: Updated Slovak translation.
|
|
|
|
|
|
| |
2005-01-04 Laurent Dhima <laurenti@alblinux.net>
* sq.po: Updated Albanian translation.
|
|
|
|
| |
of ge-popup-blocked signal.
|
|
|
|
| |
* en_CA.po: Updated Canadian English translation.
|
|
|
|
|
|
|
|
|
| |
2005-01-03 Christian Persch <chpe@cvs.gnome.org>
* lib/ephy-state.c: (ephy_state_window_flags_get_type):
* lib/ephy-state.h:
Add type for flags.
|
|
|
|
|
|
|
|
|
| |
2005-01-03 Christian Persch <chpe@cvs.gnome.org>
* embed/ephy-embed-persist.c: (ephy_embed_persist_flags_get_type):
* embed/ephy-embed-persist.h:
Add type for flags.
|
|
|
|
|
|
|
|
| |
2005-01-03 Crispin Flowerday <gnome@flowerday.cx>
* lib/ephy-dialog.c:
* lib/ephy-dialog.h: Prefix class structs with '_'
so that the python code generator finds it.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-01-03 Crispin Flowerday <gnome@flowerday.cx>
* embed/ephy-embed-event.c:
* embed/ephy-embed-event.h:
* embed/ephy-embed-persist.c: (ephy_embed_persist_set_flags):
* embed/ephy-embed-persist.h:
* embed/ephy-embed.c: (ephy_embed_base_init),
(ephy_embed_get_security_level),
(ephy_embed_print_preview_navigate):
* embed/ephy-embed.h:
* embed/mozilla/EphyBrowser.cpp:
* embed/mozilla/EphyBrowser.h:
* embed/mozilla/EphyHeaderSniffer.cpp:
* embed/mozilla/MozDownload.cpp:
* embed/mozilla/mozilla-embed-event.cpp:
* embed/mozilla/mozilla-embed-persist.cpp:
* embed/mozilla/mozilla-embed.cpp:
* src/ephy-tab.c: (ephy_tab_address_expire_get_type),
(ephy_tab_navigation_flags_get_type), (ephy_tab_document_type_cb),
(update_net_state_message), (build_progress_from_requests),
(ephy_tab_net_state_cb), (ephy_tab_dom_mouse_click_cb),
(ephy_tab_security_change_cb), (ephy_tab_update_navigation_flags),
(ephy_tab_set_location), (ephy_tab_set_security_level):
* src/ephy-tab.h:
* src/ephy-window.c: (sync_tab_document_type),
(sync_tab_navigation), (sync_tab_security), (sync_tab_zoom),
(update_popups_tooltips), (show_embed_popup),
(ephy_window_class_init):
* src/popup-commands.c: (popup_cmd_copy_link_address):
Ensure that flags and enums start with 'Ephy'
|
|
|
|
|
|
|
|
| |
2005-01-03 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-tab.c: (ephy_tab_get_property), (ephy_tab_class_init):
Use new enum and flags types.
|
|
|
|
|
|
|
|
|
|
| |
2005-01-03 Christian Persch <chpe@cvs.gnome.org>
* lib/egg/egg-toolbars-model.c:
(egg_toolbars_model_flags_get_type):
* lib/egg/egg-toolbars-model.h:
Add type for flags.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-01-03 Crispin Flowerday <gnome@flowerday.cx>
* src/ephy-shell.c: (ephy_shell_error_get_type),
(ephy_shell_startup_flags_get_type), (ephy_new_tab_flags_get_type):
* src/ephy-shell.h:
* src/ephy-tab.c: (ephy_tab_address_expire_get_type),
(ephy_tab_navigation_flags_get_type):
* src/ephy-tab.h:
Add some more types for enums and flags
|
|
|
|
|
|
|
|
| |
2005-01-03 Christian Persch <chpe@cvs.gnome.org>
* embed/Makefile.am:
Make ephy-encodings.h not public anymore.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-01-03 Christian Persch <chpe@cvs.gnome.org>
* embed/ephy-permission-manager.c: (ephy_permission_get_type):
* embed/ephy-permission-manager.h:
Another enum type.
* lib/ephy-marshal.list:
Remove unused marshal.
* src/ephy-tab.c: (ephy_tab_class_init):
Use enum for security level type.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-01-03 Christian Persch <chpe@cvs.gnome.org>
* embed/ephy-embed-event.c: (ephy_embed_event_context_get_type),
(ephy_embed_event_type_get_type):
* embed/ephy-embed-event.h:
* embed/ephy-embed.c: (ephy_embed_net_state_get_type),
(ephy_embed_ppv_navigation_get_type),
(ephy_embed_security_level_get_type), (ephy_embed_base_init):
* embed/ephy-embed.h:
* embed/mozilla/mozilla-embed.cpp:
* lib/ephy-marshal.list:
* src/ephy-tab.c: (update_net_state_message),
(build_progress_from_requests), (ephy_tab_net_state_cb):
Add types for some enums and flags.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-01-03 Christian Persch <chpe@cvs.gnome.org>
* data/epiphany-1.6.pc.in:
Add loader directory to the .pc file.
* src/ephy-extensions-manager.c: (sanitise_type),
(get_loader_for_type), (ephy_extensions_manager_finalize):
Load new loaders with the sblib loader.
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-01-03 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-window.h:
Remove ephy_window_print().
* embed/ephy-encodings.h:
Remove unused enum.
|
| |
|
|
|
|
|
|
| |
2005-01-02 Miloslav Trmac <mitr@volny.cz>
* cs.po: Updated Czech translation.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-01-01 Crispin Flowerday <gnome@flowerday.cx>
* embed/ephy-embed-single.c: (ephy_embed_single_iface_init):
* embed/ephy-embed-single.h:
* embed/mozilla/EphySidebar.cpp:
* embed/mozilla/EphySidebar.h:
* embed/mozilla/Makefile.am:
* embed/mozilla/MozRegisterComponents.cpp:
Add an "add-sidebar" signal on the EphyEmbedSingle interface,
it gets emitted when a user clicks on a link that wants
to add a url to the sidebar.
|
|
|
|
|
|
|
|
|
|
| |
2005-01-01 Christian Persch <chpe@cvs.gnome.org>
* configure.ac:
* embed/mozilla/GlobalHistory.cpp:
* embed/mozilla/GlobalHistory.h:
We don't need to implement nsIBrowserHistory.
|
|
|
|
|
|
|
|
|
|
| |
2005-01-01 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-notebook.c: (close_button_clicked_cb),
(build_tab_label):
* src/ephy-tab.c: (ephy_tab_grab_focus), (ephy_tab_class_init):
Grab focus on the active tab before removing a tab. Fixes bug #119461.
|
| |
|
|
|
|
|
|
|
|
| |
2004-12-31 Christian Persch <chpe@cvs.gnome.org>
* src/bookmarks/ephy-topics-selector.c: (ephy_topics_selector_constructor):
Set selection mode to BROWSE. Fixes bug #162331.
|
| |
|
|
|
|
|
|
|
|
| |
2004-12-31 Christian Persch <chpe@cvs.gnome.org>
* src/bookmarks/ephy-bookmarks-editor.c: (delete_topic_dialog_construct):
Save a strdup.
|
|
|
|
|
|
|
|
|
| |
2004-12-31 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-notebook.c: (tab_label_style_set_cb):
Use approximate_digit_width, and use a smaller number of chars.
From bug #153725.
|
|
|
|
|
|
|
|
| |
2004-12-31 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/EphyBrowser.h:
Fix compilation in the !HAVE_MOZILLA_PSM case.
|
|
|
|
|
|
| |
2004-12-31 Marcel Telka <marcel@telka.sk>
* sk.po: Updated Slovak translation.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-12-31 Christian Persch <chpe@cvs.gnome.org>
* embed/ephy-embed-shell.c: (ephy_embed_shell_finalize),
(ephy_embed_shell_get_encodings):
* embed/ephy-embed-shell.h:
* embed/mozilla/ContentHandler.cpp:
* embed/mozilla/ContentHandler.h:
* lib/ephy-file-helpers.c: (ephy_file_helpers_shutdown),
(ephy_file_delete_on_exit), (load_mime_from_xml),
(ephy_file_check_mime):
* lib/ephy-file-helpers.h:
Move mime permission checks to ephy-file-helpers.
* src/popup-commands.c: (image_open_uri),
(save_source_completed_cb), (popup_cmd_open_image):
Only open the image if its mime type is 'safe'.
|
|
|
|
|
|
|
|
|
|
|
| |
2004-12-31 Christian Persch <chpe@cvs.gnome.org>
* src/popup-commands.c: (image_open_uri),
(save_source_completed_cb), (save_temp_source),
(popup_cmd_open_image):
Make "Open Image" open the image in the default application.
Fixes bug #138396.
|
|
|
|
|
|
|
|
|
|
|
| |
2004-12-31 Christian Persch <chpe@cvs.gnome.org>
* embed/downloader-view.c: (progress_cell_data_func):
* embed/ephy-encodings.c:
* src/bookmarks/ephy-bookmarks.c: (ephy_bookmarks_init):
* src/prefs-dialog.c: (get_name_for_lang_code):
Add translator's comments to contextualised strings.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-12-31 Christian Persch <chpe@cvs.gnome.org>
* data/Makefile.am:
R data/conspiracy.xhtml:
R data/epiphany.html:
R embed/mozilla/EphyAboutRedirector.cpp:
R embed/mozilla/EphyAboutRedirector.h:
* embed/mozilla/Makefile.am:
* embed/mozilla/MozRegisterComponents.cpp:
Remove about: redirections.
|
|
|
|
|
|
|
|
|
| |
2004-12-30 Christian Persch <chpe@cvs.gnome.org>
* src/window-commands.c: (window_cmd_file_send_to):
Use gnome_vfs_url_show() for Send To, not ephy_embed_load_url() which
shows that annoying confirmation dialogue. Fixes bug #162532.
|
|
|
|
|
|
| |
2004-12-29 Vincent van Adrighem <adrighem@gnome.org>
* nl.po: Translation updated by Reinout van Schouwen.
|
|
|
|
|
|
|
|
| |
2004-12-28 Christian Perschristian Persch <chpe@cvs.gnome.org>
* src/ephy-extensions-manager.c: (sync_loaded_extensions):
Free the gconf value. Thanks to jfr for noticing this.
|
|
|
|
|
|
| |
2004-12-28 Marcel Telka <marcel@telka.sk>
* sk.po: Updated Slovak translation.
|
|
|
|
|
|
| |
2004-12-27 Žygimantas Beručka <uid0@akl.lt>
* lt.po: Updated Lithuanian translation.
|
|
|
|
|
|
|
|
| |
2004-12-27 Kjartan Maraas <kmaraas@gnome.org>
* nb.po: Update
2004-12-27 Miloslav Trmac <mitr@volny.cz>
|