aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* === Release 1.8.4 ===Release184Christian Persch2006-02-055-1/+65
| | | | | | | | | | | | | | | | | | | 2006-02-05 Christian Persch <chpe@cvs.gnome.org> === Release 1.8.4 === * NEWS: Update for 1.8.4. * data/default-prefs-common.js: * data/default-prefs-toolkit.js: Activate the password manager, and deactivate blink. * src/ephy-find-toolbar.c: (ephy_find_toolbar_request_close): Fix crash on startup (infinite recursion).
* Helper class that pushes a null JS context on the stack, and pops it inChristian Persch2006-02-0311-5/+183
| | | | | | | | | | | | | | | | | | | | | | | | 2006-02-02 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/Makefile.am: * embed/mozilla/AutoJSContextStack.cpp: * embed/mozilla/AutoJSContextStack.h: Helper class that pushes a null JS context on the stack, and pops it in the destructor. * embed/mozilla/ContentHandler.cpp: * embed/mozilla/FilePicker.cpp: * embed/mozilla/GtkNSSClientAuthDialogs.cpp: * embed/mozilla/GtkNSSDialogs.cpp: * embed/mozilla/GtkNSSKeyPairDialogs.cpp: * embed/mozilla/GtkNSSSecurityWarningDialogs.cpp: * embed/mozilla/PrintingPromptService.cpp: Push a null JS context on the stack when we run a recursive mainloop. Fixes the epiphany equivalend of camino bug https://bugzilla.mozilla.org/show_bug.cgi?id=179307. Merged from HEAD.
* Fix the build. Bug #329662.Christian Persch2006-02-032-1/+9
| | | | | | | | 2006-02-02 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/GlobalHistory.cpp: Fix the build. Bug #329662.
* Updated russian translation to fix last glitch in bug 167407.Nickolay V. Shmyrev2006-01-312-2/+7
| | | | | * ru.po: Updated russian translation to fix last glitch in bug 167407.
* Truncate URI and title strings. Bug #329160.Christian Persch2006-01-312-5/+30
| | | | | | | | 2006-01-30 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/GlobalHistory.cpp: Truncate URI and title strings. Bug #329160.
* On suite, set wallet.caveat to false.Christian Persch2006-01-252-0/+9
| | | | | | | | 2006-01-25 Christian Persch <chpe@cvs.gnome.org> * data/default-prefs-mozilla.js: On suite, set wallet.caveat to false.
* Don't require a HTML document to activate typeaheadfind. Bug #326813.Christian Persch2006-01-132-18/+29
| | | | | | | | | 2006-01-13 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EventContext.cpp: Don't require a HTML document to activate typeaheadfind. Bug #326813.
* Translation updated.Priit Laes2006-01-122-15/+19
| | | | | | 2006-01-12 Priit Laes <plaes@cvs.gnome.org> * et.po: Translation updated.
* More mime types.Christian Persch2006-01-122-0/+8
| | | | | | | | 2006-01-11 Christian Persch <chpe@cvs.gnome.org> * data/mime-types-permissions.xml: More mime types.
* Exit ppv mode when clicking the window close button. Bug #326136.Christian Persch2006-01-082-1/+10
| | | | | | | | 2006-01-08 Christian Persch <chpe@cvs.gnome.org> * src/ephy-window.c: (ephy_window_delete_event): Exit ppv mode when clicking the window close button. Bug #326136.
* updated hindi to correct bug 313447Rajesh Ranjan2006-01-062-353/+367
|
* Typo fix.Stanislav Brabec2006-01-062-1/+5
|
* Fix warning when Ctrl-F while the find toolbar is already shown.Christian Persch2006-01-042-11/+9
| | | | | | | | | | 2006-01-04 Christian Persch <chpe@cvs.gnome.org> * src/ephy-find-toolbar.c: (set_focus_cb), (ephy_find_toolbar_grab_focus), (ephy_find_toolbar_open), (ephy_find_toolbar_close): Fix warning when Ctrl-F while the find toolbar is already shown.
* Updated French translation.Christophe Merlet2006-01-042-6/+10
|
* Don't ORBit ship generated files in tarball. Bug #319440.Frederic Crozat2006-01-032-1/+9
| | | | | | | | 2006-01-02 Frederic Crozat <fcrozat@mandriva.com> * src/Makefile.am: Don't ORBit ship generated files in tarball. Bug #319440.
* Merged from HEADChristian Persch2006-01-035-293/+644
|
* Put a marker in the environment to detect when we launch ourself as aChristian Persch2005-12-312-30/+50
| | | | | | | | | | | | 2005-12-30 Christian Persch <chpe@cvs.gnome.org> * lib/ephy-file-helpers.c: (ephy_file_helpers_init), (my_gdk_spawn_make_environment_for_screen), (make_spawn_environment_for_sn_context), (ephy_file_launch_application), (launch_desktop_item): Put a marker in the environment to detect when we launch ourself as a helper app. Fixes bug #324828.
* Updated Chinese (Taiwan) translation. New Chinese (Hong Kong) translation.Kwok-Koon Cheung2005-12-284-35/+3801
| | | | | | * zh_TW.po: Updated Chinese (Taiwan) translation. * zh_HK.po: New Chinese (Hong Kong) translation. * LINGUAS: Added zh_HK
* Updated French translation.Christophe Merlet2005-12-152-852/+873
|
* Updated Norwegian Nynorsk translation.Åsmund Skjæveland2005-12-052-10/+15
| | | | | | 2005-12-05 Åsmund Skjæveland <aasmunds@fys.uio.no> * nn.po: Updated Norwegian Nynorsk translation.
* Refactor find toolbar closing not to crash with auto-closing popups. UnsetChristian Persch2005-12-054-158/+48
| | | | | | | | | | | | | | | | | | | | | 2005-12-04 Christian Persch <chpe@cvs.gnome.org> * src/ephy-find-toolbar.c: (set_status), (clear_status), (tab_search_key_press_cb), (entry_key_press_event_cb), (entry_activate_cb), (set_focus_cb), (ephy_find_toolbar_set_window), (ephy_find_toolbar_init), (ephy_find_toolbar_class_init), (ephy_find_toolbar_set_embed), (ephy_find_toolbar_open), (ephy_find_toolbar_close), (ephy_find_toolbar_request_close): * src/ephy-find-toolbar.h: * src/ephy-window.c: (sync_tab_document_type), (find_toolbar_close_cb), (ephy_window_set_print_preview), (ephy_window_get_find_toolbar), (ephy_window_get_context_event): Refactor find toolbar closing not to crash with auto-closing popups. Unset the selection colour on close. Remove dead #ifdef FIND_WHILE_TYPING_IN_EMBED code. (Merged from HEAD.)
* Updated Norwegian Nynorsk translation.Åsmund Skjæveland2005-12-012-836/+377
| | | | | | 2005-12-01 Åsmund Skjæveland <aasmunds@fys.uio.no> * nn.po: Updated Norwegian Nynorsk translation.
* Post-release version bump.Christian Persch2005-11-282-1/+7
| | | | | | | | 2005-11-27 Christian Persch <chpe@cvs.gnome.org> * configure.ac: Post-release version bump.
* === Release 1.8.3 ===Release183Christian Persch2005-11-286-2/+49
| | | | | | | | | | | 2005-11-27 Christian Persch <chpe@cvs.gnome.org> === Release 1.8.3 === * Makefile.am: * NEWS: * embed/print-dialog.c: (ephy_print_setup_dialog_help_button_cb): * src/languages.h:
* Delay reloads when we get many change notifications in a short time. FixesChristian Persch2005-11-271-6/+20
| | | | | | | | | 2005-11-18 Christian Persch <chpe@cvs.gnome.org> * src/ephy-tab.c: Delay reloads when we get many change notifications in a short time. Fixes bug #319993.
* Fix build with gecko 1.7Christian Persch2005-11-261-1/+1
|
* Updated Spanish translation.Francisco Javier F. Serrador2005-11-201-124/+41
| | | | | | 2005-11-19 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es/es.po: Updated Spanish translation.
* Add chrome: and resource: to the safe list; otherwise forms and scrollbarsChristian Persch2005-11-192-77/+43
| | | | | | | | | 2005-11-18 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EphyContentPolicy.cpp: Add chrome: and resource: to the safe list; otherwise forms and scrollbars break. Fixes bug #316498.
* Delay reloads when we get many change notifications in a short time. FixesChristian Persch2005-11-192-17/+30
| | | | | | | | | 2005-11-18 Christian Persch <chpe@cvs.gnome.org> * src/ephy-tab.c: Delay reloads when we get many change notifications in a short time. Fixes bug #319993.
* Set the model's sort column only after filling it. Vastly improves delayChristian Persch2005-11-182-7/+26
| | | | | | | | | 2005-11-17 Christian Persch <chpe@cvs.gnome.org> * src/pdm-dialog.c: Set the model's sort column only after filling it. Vastly improves delay when opening the PDM dialogue when you have many cookies.
* Don't put the prefs/pdm dialogue over all windows. Make the add-languageChristian Persch2005-11-156-15/+32
| | | | | | | | | | | | | | 2005-11-15 Christian Persch <chpe@cvs.gnome.org> * data/glade/epiphany.glade: * data/glade/prefs-dialog.glade: * data/glade/print.glade: * src/pdm-dialog.c: (pdm_dialog_response_cb), (pdm_dialog_init): * src/prefs-dialog.c: (setup_add_language_dialog), (prefs_dialog_init): Don't put the prefs/pdm dialogue over all windows. Make the add-language dialogue modal to the prefs dialogue.
* Updated Bulgarian translation by Vladimir Petkov <vpetkov@i-space.org>Alexander Shopov2005-11-142-323/+328
| | | | | | | 2005-11-14 Alexander Shopov <ash@contact.bg> * bg.po: Updated Bulgarian translation by Vladimir Petkov <vpetkov@i-space.org>
* Allow compilation against xulrunner. Patch by Robert O'CallahanChristian Persch2005-11-082-2/+10
| | | | | | | | | 2005-11-07 Christian Persch <chpe@cvs.gnome.org> * configure.ac: Allow compilation against xulrunner. Patch by Robert O'Callahan <rocallahan@novell.com>.
* Scroll the view so the selected cert is visible. Fixes bug #320758.Christian Persch2005-11-062-1/+8
| | | | | | | | 2005-11-05 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/GtkNSSDialog.cpp: Scroll the view so the selected cert is visible. Fixes bug #320758.
* Use the history window as parent for the new-bookmark dialogue. Fixes bugChristian Persch2005-11-012-1/+8
| | | | | | | | | 2005-10-31 Christian Persch <chpe@cvs.gnome.org> * src/ephy-history-window.c: (cmd_bookmark_link): Use the history window as parent for the new-bookmark dialogue. Fixes bug #320329.
* Add another mime type.Christian Persch2005-10-232-0/+18
| | | | | | | | 2005-10-22 Christian Persch <chpe@cvs.gnome.org> * data/mime-types-permissions.xml: Add another mime type.
* Fixed a typoFunda Wang2005-10-222-302/+308
|
* Remove fullscreen and leave-fullscreen stock icons; they're available inChristian Persch2005-10-205-8/+3
| | | | | | | | | | | | | 2005-10-20 Christian Persch <chpe@cvs.gnome.org> * 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): * src/ephy-window.c: Remove fullscreen and leave-fullscreen stock icons; they're available in gtk+ since 2.8.
* Work around mozilla bugChristian Persch2005-10-152-1/+9
| | | | | | | | | 2005-10-14 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/mozilla-embed.cpp: Work around mozilla bug https://bugzilla.mozilla.org/show_bug.cgi?id=312241 .
* Translation updated by Ivar Smolin.Priit Laes2005-10-112-128/+19
| | | | | | 2005-10-10 Priit Laes <plaes@cvs.gnome.org> * et.po: Translation updated by Ivar Smolin.
* Updated vi.poNguyen Thai Ngoc Duy2005-10-082-36/+40
|
* Check that 'toplevel' with GTK_WIDGET_TOPLEVEL.Christian Persch2005-10-072-1/+10
| | | | | | | | 2005-10-06 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EphyUtils.cpp: Check that 'toplevel' with GTK_WIDGET_TOPLEVEL.
* Post-release version bump.Christian Persch2005-10-032-1/+7
| | | | | | | | 2005-10-03 Christian Persch <chpe@cvs.gnome.org> * configure.ac: Post-release version bump.
* === Release 1.8.2 ===Release182Christian Persch2005-10-032-0/+17
| | | | | | | | 2005-10-03 Christian Persch <chpe@cvs.gnome.org> === Release 1.8.2 === * NEWS:
* Use "position" property notification instead of size-allocate to monitorChristian Persch2005-10-033-6/+20
| | | | | | | | | | | | | | | | 2005-10-03 Christian Persch <chpe@cvs.gnome.org> * lib/ephy-state.c: (paned_sync_position_cb), (ephy_state_add_paned): Use "position" property notification instead of size-allocate to monitor the paned's position. * src/bookmarks/ephy-bookmarks-editor.c: (ephy_bookmarks_editor_construct): Use resize=FALSE with gtk_paned_pack1. Fixes growing size of the left pane of the bookmarks editor by repeated opening.
* Fix memory leak.Christian Persch2005-10-032-3/+15
| | | | | | | | | 2005-10-03 Christian Persch <chpe@cvs.gnome.org> * src/ephy-window.c: (setup_ui_manager), (ephy_window_dispose), (ephy_window_finalize): Fix memory leak.
* Make sure we don't unref NULL objects.Christian Persch2005-10-033-36/+60
| | | | | | | | | 2005-10-03 Christian Persch <chpe@cvs.gnome.org> * embed/ephy-embed-shell.c: (ephy_embed_shell_dispose): * src/ephy-shell.c: (ephy_shell_dispose): Make sure we don't unref NULL objects.
* Post-release version bump.Release181Christian Persch2005-10-032-1/+7
| | | | | | | | 2005-10-02 Christian Persch <chpe@cvs.gnome.org> * configure.ac: Post-release version bump.
* === Release 1.8.1 ===Christian Persch2005-10-032-0/+55
| | | | | | | | 2005-10-02 Christian Persch <chpe@cvs.gnome.org> === Release 1.8.1 === * NEWS:
* Add configure switch to disable zeroconf bookmarks, since they're almostChristian Persch2005-10-034-6/+61
| | | | | | | | | | | | | | | | | 2005-10-02 Christian Persch <chpe@cvs.gnome.org> * configure.ac: * src/bookmarks/ephy-bookmarks.c: (save_filter), (ephy_bookmarks_save), (update_bookmark_keywords), (bookmark_is_categorized), (ephy_bookmarks_init), (ephy_bookmarks_finalize), (ephy_bookmarks_get_topic_uri), (ephy_bookmarks_find_keyword): * src/epiphany.defs: Add configure switch to disable zeroconf bookmarks, since they're almost useless since just about nobody ships gnome-vfs with howl support enabled, and have also been reported to cause long delays on startup.
* Schedule a GC in finalize of EphyTab and EphyWindow, to work around bugChristian Persch2005-10-033-0/+24
| | | | | | | | | | 2005-10-02 Christian Persch <chpe@cvs.gnome.org> * src/ephy-tab.c: (ephy_tab_finalize): * src/ephy-window.c: (ephy_window_finalize): Schedule a GC in finalize of EphyTab and EphyWindow, to work around bug #317242.
* Use nsIDOMWindowInternal::Close to close tabs. Delay tabs destruction toChristian Persch2005-10-0315-153/+393
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2005-10-02 Christian Persch <chpe@cvs.gnome.org> * configure.ac: * embed/ephy-embed-shell.c: (ephy_embed_shell_dispose), (ephy_embed_shell_finalize), (ephy_embed_shell_class_init): * embed/ephy-embed.c: (ephy_embed_base_init), (ephy_embed_show_page_certificate), (ephy_embed_close): * embed/ephy-embed.h: * embed/mozilla/EphyBrowser.cpp: * embed/mozilla/EphyBrowser.h: * embed/mozilla/mozilla-embed.cpp: * src/ephy-notebook.c: (ephy_notebook_class_init), (close_button_clicked_cb): * src/ephy-notebook.h: * src/ephy-python.c: (ephy_python_init), (ephy_python_shutdown), (ephy_python_schedule_gc): * src/ephy-shell.c: (ephy_shell_class_init), (gnome_session_init), (ephy_shell_dispose), (ephy_shell_finalize): * src/ephy-tab.c: (ephy_tab_init): * src/ephy-window.c: (construct_confirm_close_dialog), (confirm_close_with_modified_forms), (embed_modal_alert_cb), (idle_tab_remove_cb), (schedule_tab_close), (embed_close_request_cb), (embed_destroy_browser_cb), (tab_added_cb), (tab_removed_cb), (tab_close_request_cb), (setup_notebook), (remove_true), (ephy_window_dispose), (cancel_handler), (ephy_window_init), (ephy_window_finalize): * src/window-commands.c: (event_with_shift), (window_cmd_view_reload), (window_cmd_file_close_window): Use nsIDOMWindowInternal::Close to close tabs. Delay tabs destruction to an idle handler, to avoid crashes when tabs are closed from signal handlers (blur, mousedown, keydown etc). Fixes bug #172878, bug #172879, bug #172882, bug #303254, bug #313425.
* Remove unused variable.Christian Persch2005-10-032-1/+6
| | | | | | | | 2005-10-02 Christian Persch <chpe@cvs.gnome.org> * embed/print-dialog.c: (ephy_print_do_print_idle_cb): Remove unused variable.
* Don't spin unmapped spinners. Slightly decrease the frequency. Might helpChristian Persch2005-10-022-4/+54
| | | | | | | | | | | 2005-10-01 Christian Persch <chpe@cvs.gnome.org> * lib/widgets/ephy-spinner.c: (ephy_spinner_init), (ephy_spinner_start), (ephy_spinner_stop), (ephy_spinner_map), (ephy_spinner_unmap), (ephy_spinner_class_init): Don't spin unmapped spinners. Slightly decrease the frequency. Might help with bug #315232.
* Reset the IM context before activating the entry.Christian Persch2005-10-014-6/+23
| | | | | | | | | | | | | 2005-10-01 Christian Persch <chpe@cvs.gnome.org> * lib/widgets/ephy-location-entry.c: (entry_key_press_cb): Reset the IM context before activating the entry. * lib/widgets/ephy-node-view.c: (ephy_node_view_key_press_cb): * src/ephy-find-toolbar.c: (tab_search_key_press_cb): Add GDK_ISO_Enter to recognised keyvals.
* Return error on failure.Christian Persch2005-09-302-6/+13
| | | | | | | | 2005-09-26 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EphyAboutModule.cpp: Return error on failure.
* Don't free const strings.Christian Persch2005-09-292-2/+6
| | | | | | | | 2005-09-28 Christian Persch <chpe@cvs.gnome.org> * src/window-commands.c: (window_cmd_file_bookmark_page): Don't free const strings.
* Add a function to get the tab's real title, and use it where appropriate.Christian Persch2005-09-287-30/+60
| | | | | | | | | | | | | | | | 2005-09-28 Christian Persch <chpe@cvs.gnome.org> * src/ephy-notebook.c: (sync_label): * src/ephy-tab.c: (ephy_tab_get_title_composite), (ephy_tab_get_title): * src/ephy-tab.h: * src/ephy-tabs-menu.c: (sync_tab_title): * src/ephy-window.c: (sync_tab_title): * src/window-commands.c: (window_cmd_file_send_to), (window_cmd_file_bookmark_page): Add a function to get the tab's real title, and use it where appropriate. Fixes bug #317418.
* Hide the filters combo if there's only the "All" filter.Christian Persch2005-09-283-6/+28
| | | | | | | | | 2005-09-28 Christian Persch <chpe@cvs.gnome.org> * configure.ac: * embed/mozilla/FilePicker.cpp: Hide the filters combo if there's only the "All" filter.
* Back out the fix for bug #158486 by re-enabling keyword: searches. FixesChristian Persch2005-09-282-2/+9
| | | | | | | | | 2005-09-27 Christian Persch <chpe@cvs.gnome.org> * data/default-prefs-common.js: Back out the fix for bug #158486 by re-enabling keyword: searches. Fixes bug #314974.
* Use the tab label's outer hbox for the size calculation instead of theChristian Persch2005-09-272-7/+16
| | | | | | | | | | | 2005-09-26 Christian Persch <chpe@cvs.gnome.org> * src/ephy-notebook.c: (tab_label_style_set_cb), (build_tab_label): Use the tab label's outer hbox for the size calculation instead of the label itself. Fixes size oscillations with the Tab States extension.
* Updated Swedish translation.Christian Rose2005-09-272-1338/+1704
| | | | | | 2005-09-26 Christian Rose <menthos@menthos.com> * sv.po: Updated Swedish translation.
* Added "ku" for KurdishErdal Ronahi2005-09-242-1/+5
|
* Added new Kurdish translation, however did not find configure.in to addErdal Ronahi2005-09-242-0/+3670
| | | | "ku" to ALL_LINGUAS
* Remove epiphany.m4 which I accidently added on the branchCrispin Flowerday2005-09-241-30/+0
|
* Add support for extension description files in the keyfile format, usingCrispin Flowerday2005-09-241-0/+30
| | | | | | | | | | | | | | | | | 2005-09-23 Crispin Flowerday <gnome@flowerday.cx> * data/Makefile.am: * data/epiphany.m4: * src/ephy-extensions-manager.c: (free_extension_info), (ephy_extensions_manager_load_xml_string), (ephy_extensions_manager_load_ini_string), (path_to_identifier), (ephy_extensions_manager_load_file), (load_extension), (load_file_from_monitor), (dir_changed_cb), (ephy_extensions_manager_load_dir): Add support for extension description files in the keyfile format, using the extension .ephy-extension. Also included is a m4 macro to help do the translation of these files.
* Don't use "cat >" as output command, it fails inpredicably. Instead, useChristian Persch2005-09-223-15/+48
| | | | | | | | | | | | | | 2005-09-21 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EphyUtils.cpp: * embed/print-dialog.c: (ephy_print_do_print_idle_cb): Don't use "cat >" as output command, it fails inpredicably. Instead, use the tempfile setting, and set "PostScript/default" as printer name. fflush before printing the temp file using gnome-print. If not using gecko 1.9, translate the paper name to the one mozilla expects (mozilla bug https://bugzilla.mozilla.org/show_bug.cgi?id=307404).
* Add EPHY_EMBED_STATE_RESTORING and conversion fromChristian Persch2005-09-203-1/+13
| | | | | | | | | | 2005-09-19 Christian Persch <chpe@cvs.gnome.org> * embed/ephy-embed.h: * embed/mozilla/mozilla-embed.cpp: Add EPHY_EMBED_STATE_RESTORING and conversion from GTK_MOZ_EMBED_FLAG_RESTORING.
* Add another mime alias.Christian Persch2005-09-202-0/+7
| | | | | | | | 2005-09-19 Christian Persch <chpe@cvs.gnome.org> * data/mime-types-permissions.xml: Add another mime alias.
* Make the methods to unset/release the context event semi-public.Christian Persch2005-09-193-15/+37
| | | | | | | | | | | 2005-09-19 Christian Persch <chpe@cvs.gnome.org> * src/ephy-window.c: (_ephy_window_set_context_event), (_ephy_window_unset_context_event), (embed_popup_deactivate_cb), (show_embed_popup), (ephy_window_dispose): * src/ephy-window.h: Make the methods to unset/release the context event semi-public.
* Spell checkNguyen Thai Ngoc Duy2005-09-191-1/+1
|
* Updated German translation.Hendrik Richter2005-09-172-61/+65
| | | | | | 2005-09-17 Hendrik Richter <hendi@gnome-de.org> * de.po: Updated German translation.
* Using google.com.vnNguyen Thai Ngoc Duy2005-09-171-3/+3
|
* Repair the previous b0rkage, see previous logRaphael Slinckx2005-09-173-70/+53
| | | | | | | | | | 2005-09-16 Raphael Slinckx <rslinckx@cvs.gnome.org> * src/bookmarks/ephy-bookmark-action.c: (bookmark_activate_with_flags), (open_in_tab_activate_cb), (open_in_window_activate_cb), (activate_cb): * src/bookmarks/ephy-bookmarks.c: (impl_resolve_address): Repair the previous b0rkage, see previous log
* vi.po: Updated Vietnamese translation.Clytie Siddall2005-09-162-23/+27
|
* If the search term is empty for a smart bookmark use the normal URLRaphael Slinckx2005-09-152-0/+24
| | | | | | | | 2005-09-15 Raphael Slinckx <rslinckx@cvs.gnome.org> * src/bookmarks/ephy-bookmarks.c: (impl_resolve_address): If the search term is empty for a smart bookmark use the normal URL instead of the smart url with the %s replaced by ""
* Don't focus the checkbox initially. Fixes bug #163371.Christian Persch2005-09-152-4/+16
| | | | | | | | 2005-09-15 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/GtkNSSDialog.cpp: Don't focus the checkbox initially. Fixes bug #163371.
* Make Close the default button.Christian Persch2005-09-152-0/+7
| | | | | | | | 2005-09-15 Christian Persch <chpe@cvs.gnome.org> * src/ephy-toolbar-editor.c: (ephy_toolbar_editor_construct): Make Close the default button.
* Added Entry for Bengali (bn) Translation updation:14/09Runa Bhattacharjee2005-09-141-0/+4
|
* Updated Bengali (bn) Translation:14/09Runa Bhattacharjee2005-09-141-1529/+1764
|
* Underscore checksNguyen Thai Ngoc Duy2005-09-111-3/+3
|
* Manually emit the "profile-change-net-teardown" notification; works aroundChristian Persch2005-09-092-0/+12
| | | | | | | | | 2005-09-09 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EphySingle.cpp: Manually emit the "profile-change-net-teardown" notification; works around bug https://bugzilla.mozilla.org/show_bug.cgi?id=292699.
* *** empty log message ***Ignacio Casal Quinteiro2005-09-072-706/+752
|
* Remove unused code.Christian Persch2005-09-072-2/+6
| | | | | | | | 2005-09-07 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EphyUtils.cpp: Remove unused code.
* Require pygtk 2.8. Fixes bug #314557.Christian Persch2005-09-071-0/+6
| | | | | | | | 2005-09-07 Christian Persch <chpe@cvs.gnome.org> * configure.ac: Require pygtk 2.8. Fixes bug #314557.
* Mozilla printing code is braindead. Bug #163255.Christian Persch2005-09-072-3/+43
| | | | | | | | 2005-09-07 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EphyUtils.cpp: Mozilla printing code is braindead. Bug #163255.
* Remove duplicate entries.Christian Persch2005-09-072-25/+6
| | | | | | | | 2005-09-07 Christian Persch <chpe@cvs.gnome.org> * src/languages.h: Remove duplicate entries.
* Only listen for trusted events.Christian Persch2005-09-073-50/+26
| | | | | | | | | 2005-09-07 Christian Persch <chpe@cvs.gnome.org> * configure.ac: * embed/mozilla/EphyBrowser.cpp: Only listen for trusted events.
* Updated mk translation, <arangelA@cvs.gnome.org>Ivan Stojmirov2005-09-061-1/+1
|
* Updated Basque translation.Inaki Larranaga2005-09-062-731/+1048
| | | | | | 2005-09-05 Inaki Larranaga <dooteo@euskalgnu.org> * eu.po: Updated Basque translation.
* Updated Italian translation.Alessio Frusciante2005-09-062-1042/+927
|
* ko.po updatedKang Jeong-Hee2005-09-062-5/+9
|
* Updated Turkish TranslationBaris Cicek2005-09-052-2/+7
|
* Translation updated by Ivar Smolin.Priit Laes2005-09-052-1/+5
| | | | | | 2005-09-04 Priit Laes <plaes@cvs.gnome.org> * et.po: Translation updated by Ivar Smolin.
* Updated mk translation, Arangel Angov <arangela@cvs.gnome.org>Ivan Stojmirov2005-09-041-26/+26
|
* Updated Serbian translation.Danilo Šegan2005-09-043-1532/+1838
|
* Post-release version bump.Christian Persch2005-09-042-1/+7
| | | | | | | | 2005-09-04 Christian Persch <chpe@cvs.gnome.org> * configure.ac: Post-release version bump.
* === Release 1.8.0 ===Release180Christian Persch2005-09-043-6/+26
| | | | | | | | | 2005-09-04 Christian Persch <chpe@cvs.gnome.org> === Release 1.8.0 === * NEWS: * configure.ac:
* Updated Turkish TranslationBaris Cicek2005-09-032-1277/+1572
|
* Updated Russian translationNickolay V. Shmyrev2005-09-012-1317/+1212
|
* Updated German translation.Hendrik Richter2005-08-312-37/+63
| | | | | | 2005-08-31 Hendrik Richter <hendi@gnome-de.org> * de.po: Updated German translation.
* Updated Macedonian Translation, Arangel Angov <arangela@cvs.gnome.org>Ivan Stojmirov2005-08-311-8/+8
|
* Updated Persian translation by Alireza KheirkhahanRoozbeh Pournader2005-08-312-1611/+2283
| | | | | | | | 2005-08-31 Roozbeh Pournader <roozbeh@farsiweb.info> * fa.po: Updated Persian translation by Alireza Kheirkhahan <kheirkhahan@gmail.com>, Meelad Zakaria <meelad@farsiweb.info>, and myself.
* Updated Lithuanian translation.Žygimantas Beručka2005-08-312-541/+425
| | | | | | 2005-08-31 Žygimantas Beručka <zygis@gnome.org> * lt.po: Updated Lithuanian translation.
* updated by rranjan@redhat.comRajesh Ranjan2005-08-311-343/+377
|
* Update Greek translationNikos Charonitakis2005-08-311-19/+19
|
* Updated Czech translation.Miloslav Trmac2005-08-302-191/+243
| | | | | | 2005-08-29 Miloslav Trmac <mitr@volny.cz> * cs.po: Updated Czech translation.
* Only include execinfo.h if it exists.Christian Persch2005-08-302-1/+9
| | | | | | | | 2005-08-29 Christian Persch <chpe@cvs.gnome.org> * lib/ephy-debug.c: Only include execinfo.h if it exists.
* Check for execinfo.h. Fixes bug #314776.Christian Persch2005-08-303-0/+14
| | | | | | | | | 2005-08-29 Christian Persch <chpe@cvs.gnome.org> * configure.ac: * lib/ephy-debug.c: (trap_handler): Check for execinfo.h. Fixes bug #314776.
* Updated Korean translation by Young-Ho Cha.Changwoo Ryu2005-08-302-1038/+916
| | | | | | 2005-08-30 Changwoo Ryu <cwryu@debian.org> * ko.po: Updated Korean translation by Young-Ho Cha.
* Updated German translation.Hendrik Richter2005-08-302-687/+901
| | | | | | 2005-08-29 Hendrik Richter <hendi@gnome-de.org> * de.po: Updated German translation.
* Merged from branchesChristian Persch2005-08-291-0/+133
|
* Simply gecko version check.Christian Persch2005-08-292-4/+7
| | | | | | | | 2005-08-28 Christian Persch <chpe@cvs.gnome.org> * configure.ac: Simply gecko version check.
* Fix configure.Christian Persch2005-08-292-3/+8
| | | | | | | | 2005-08-28 Christian Persch <chpe@cvs.gnome.org> * configure.ac: Fix configure.
* Remove unused variables.GNOME_2_12_BRANCHPOINTChristian Persch2005-08-292-3/+6
| | | | | | | | 2005-08-28 Christian Persch <chpe@cvs.gnome.org> * configure.ac: Remove unused variables.
* Post-release version bump.Christian Persch2005-08-282-1/+7
| | | | | | | | 2005-08-28 Christian Persch <chpe@cvs.gnome.org> * configure.ac: Post-release version bump.
* Post-release version bump.Christian Persch2005-08-281-1/+1
| | | | | | | | 2005-08-28 Christian Persch <chpe@cvs.gnome.org> * configure.ac: Post-release version bump.
* === Release 1.7.6 ===Release176Christian Persch2005-08-284-3/+49
| | | | | | | | | 2005-08-28 Christian Persch <chpe@cvs.gnome.org> === Release 1.7.6 === * NEWS: * src/Makefile.am:
* Update credits.Christian Persch2005-08-283-3/+9
| | | | | | | | 2005-08-28 Christian Persch <chpe@cvs.gnome.org> * src/window-commands.c: (window_cmd_help_about): Update credits.
* Set default prefs for warn-on-mixed-security pages. Part of bugChristian Persch2005-08-282-0/+10
| | | | | | | | 2005-08-28 Christian Persch <chpe@cvs.gnome.org> * data/default-prefs-common.js: Set default prefs for warn-on-mixed-security pages. Part of bug
* Add an "add-page" signal to the EphyHistory object that can be used toCrispin Flowerday2005-08-284-17/+68
| | | | | | | | | | | | | | | | 2005-08-28 Crispin Flowerday <gnome@flowerday.cx> * embed/ephy-history.c: (ephy_history_class_init), (internal_get_host), (ephy_history_get_host), (ephy_history_add_host), (ephy_history_add_page), (impl_add_page): * embed/ephy-history.h: * lib/ephy-marshal.list: Add an "add-page" signal to the EphyHistory object that can be used to block urls from appearing in the history. Also make the ephy_history_get_host() function not create the EphyNode if it doesn't already exist.
* Fix pointer grab lockup when gecko pops up a dialogue.Christian Persch2005-08-282-87/+220
| | | | | | | | | | | | 2005-08-28 Christian Persch <chpe@cvs.gnome.org> * src/ephy-notebook.c: (drag_stop), (grab_broken_event_cb), (grab_notify_cb), (toplevel_motion_notify_cb), (toplevel_button_release_cb), (drag_start), (motion_notify_cb), (move_tab_to_another_notebook), (button_release_cb), (button_press_cb): Fix pointer grab lockup when gecko pops up a dialogue.
* Add another workaround for the Gentoo header layout, and reference theCrispin Flowerday2005-08-283-0/+13
| | | | | | | | | | 2005-08-27 Crispin Flowerday <gnome@flowerday.cx> * configure.ac: * embed/mozilla/Makefile.am: Add another workaround for the Gentoo header layout, and reference the gentoo bug in the configure script
* The focus fix isn't needed anymore for gecko >= 1.8.Christian Persch2005-08-285-28/+23
| | | | | | | | | | | 2005-08-27 Christian Persch <chpe@cvs.gnome.org> * configure.ac: * embed/mozilla/EphyBrowser.cpp: * embed/mozilla/EphyBrowser.h: * embed/mozilla/mozilla-embed.cpp: The focus fix isn't needed anymore for gecko >= 1.8.
* Updated French translation.Christophe Merlet2005-08-282-1041/+916
|
* Updated Catalan translation by Xavi Conde.Jordi Mallach2005-08-272-1028/+1297
|
* Add in the dom directory to the includes used for the configure checks.Crispin Flowerday2005-08-272-0/+11
| | | | | | | | | | 2005-08-27 Crispin Flowerday <gnome@flowerday.cx> * configure.ac: Add in the dom directory to the includes used for the configure checks. This is to help Gentoo, which uses an odd header layout.
* Updated Indonesian translation.Mohammad DAMT2005-08-272-1/+5
| | | | | | 2005-08-27 Mohammad DAMT <mdamt@gnome.org> * id.po: Updated Indonesian translation.
* Updated Indonesian translation.Mohammad DAMT2005-08-271-1331/+1560
| | | | | | 2005-08-27 Mohammad DAMT <mdamt@gnome.org> * id.po: Updated Indonesian translation.
* vi.po: Updated Vietnamese translation.Clytie Siddall2005-08-272-64/+68
|
* Updated pt_BR translationRaphael Higino2005-08-271-0/+4
|
* Fix compile warnings.Christian Persch2005-08-262-1/+7
| | | | | | | | 2005-08-26 Christian Persch <chpe@cvs.gnome.org> * src/ephy-window.c: (ephy_window_delete_event): Fix compile warnings.
* Disable keyword searches by default. From bug #158486.Christian Persch2005-08-262-2/+8
| | | | | | | | 2005-08-26 Christian Persch <chpe@cvs.gnome.org> * data/default-prefs-common.js: Disable keyword searches by default. From bug #158486.
* add Punjabi (pa) by amanpreet Singh Brar AlamwaliaAmanpreet Singh Alam2005-08-261-806/+685
|
* Fix configure check for gecko 1.7.Christian Persch2005-08-252-1/+7
| | | | | | | | 2005-08-25 Christian Persch <chpe@cvs.gnome.org> * configure.ac: Fix configure check for gecko 1.7.
* Gecko API change.Christian Persch2005-08-252-0/+24
| | | | | | | | 2005-08-25 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/GlobalHistory.cpp: Gecko API change.
* Fix configure check for gecko >= 1.8.Christian Persch2005-08-252-10/+23
| | | | | | | | 2005-08-25 Christian Persch <chpe@cvs.gnome.org> * configure.ac: Fix configure check for gecko >= 1.8.
* Updated Welsh translation.Rhys Jones2005-08-252-1940/+1401
| | | | | | 2005-08-24 Rhys Jones <rhys@sucs.org> * cy.po: Updated Welsh translation.
* Updated Polish translation by GNOME PL Team.Artur Flinta2005-08-242-56/+62
| | | | | | 2005-08-24 Artur Flinta <aflinta@cvs.gnome.org> * pl.po: Updated Polish translation by GNOME PL Team.
* Updated Brazilian Portuguese translation from Afonso Celso MedinaEvandro Fernandes Giovanini2005-08-242-914/+797
| | | | | | | 2005-08-23 Evandro Fernandes Giovanini <evandrofg@ig.com.br> * pt_BR.po: Updated Brazilian Portuguese translation from Afonso Celso Medina <afmedina@uol.com.br>.
* Updtaed TranslationsAnkitkumar Rameshchandra Patel2005-08-232-181/+210
|
* Translation updated by Reinout van Schouwen.Vincent van Adrighem2005-08-232-49/+53
| | | | | | 2005-08-22 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated by Reinout van Schouwen.
* Don't use nsIURI::SetPassword, since it asserts when username is empty.Christian Persch2005-08-224-2/+19
| | | | | | | | | | 2005-08-22 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EphyBrowser.cpp: * embed/mozilla/mozilla-embed.cpp: Don't use nsIURI::SetPassword, since it asserts when username is empty. Use GetUsername, SetUserPass instead.
* Remove check for redirected URL. Fixes bug #313756.Christian Persch2005-08-222-9/+8
| | | | | | | | 2005-08-22 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/GlobalHistory.cpp: Remove check for redirected URL. Fixes bug #313756.
* Updated Romanian translationMugurel Tudor2005-08-222-1/+5
| | | | | | 2005-08-22 Mugurel Tudor <mugurelu@gnome.ro> * ro.po: Updated Romanian translation
* Fix the check for unchanged address to check if we even have a monitor atChristian Persch2005-08-222-8/+14
| | | | | | | | | | | | 2005-08-21 Christian Persch <chpe@cvs.gnome.org> * src/ephy-tab.c: (ephy_tab_update_file_monitor): Fix the check for unchanged address to check if we even have a monitor at all. Fixes auto-reload on a file:// URI loaded after a blank page. Also modify the 'is local' check to just check for file:// prefix on URI.
* Don't empty find entry on Ctrl-F.Christian Persch2005-08-212-1/+7
| | | | | | | | 2005-08-21 Christian Persch <chpe@cvs.gnome.org> * src/ephy-find-toolbar.c: (ephy_find_toolbar_open): Don't empty find entry on Ctrl-F.
* Translation updated by Ivar Smolin.Priit Laes2005-08-212-6/+10
| | | | | | 2005-08-21 Priit Laes <plaes@cvs.gnome.org> * et.po: Translation updated by Ivar Smolin.
* Post-release version bump.Christian Persch2005-08-212-1/+7
| | | | | | | | 2005-08-21 Christian Persch <chpe@cvs.gnome.org> * configure.ac: Post-release version bump.
* === Release 1.7.5 ===Release175Christian Persch2005-08-213-0/+70
| | | | | | | | 2005-08-21 Christian Persch <chpe@cvs.gnome.org> === Release 1.7.5 === * NEWS:
* Don't use ext handler for ftp://.Christian Persch2005-08-213-2/+9
| | | | | | | | | 2005-08-21 Christian Persch <chpe@cvs.gnome.org> * data/default-prefs-common.js: * embed/mozilla/mozilla-embed-single.cpp: Don't use ext handler for ftp://.
* Change a g_return_if_fail into a regular return.Christian Persch2005-08-212-1/+7
| | | | | | | | 2005-08-21 Christian Persch <chpe@cvs.gnome.org> * lib/ephy-file-helpers.c: (ephy_file_launch_handler): Change a g_return_if_fail into a regular return.
* Use class closure for delete event instead of signal handler.Christian Persch2005-08-212-6/+18
| | | | | | | | | 2005-08-21 Christian Persch <chpe@cvs.gnome.org> * src/ephy-window.c: (ephy_window_delete_event), (ephy_window_class_init), (ephy_window_init): Use class closure for delete event instead of signal handler.
* 2005-08-21 Christian Persch <chpe@cvs.gnome.org>Christian Persch2005-08-212-1/+8
| | | | | * src/bookmarks/ephy-topic-action.c: (ephy_topic_action_sync_label):
* Fix mem leak.Christian Persch2005-08-212-0/+8
| | | | | | | | 2005-08-21 Christian Persch <chpe@cvs.gnome.org> * src/ephy-tab.c: (ephy_tab_finalize): Fix mem leak.
* Updated Lithuanian translation by Justina Klingaitė.Žygimantas Beručka2005-08-192-455/+457
| | | | | | 2005-08-18 Žygimantas Beručka <zygis@gnome.org> * lt.po: Updated Lithuanian translation by Justina Klingaitė.
* Updated Greek translationNikos Charonitakis2005-08-182-25/+29
|
* Updated Traditional Chinese translation.Chao-Hsiung Liao2005-08-182-74/+81
| | | | | | 2005-08-18 Chao-Hsiung Liao <j_h_liau@yahoo.com.tw> * zh_TW.po: Updated Traditional Chinese translation.
* Updated Greek translationNikos Charonitakis2005-08-184-40/+48
|
* Updated Romanian translationMugurel Tudor2005-08-182-1/+5
| | | | | | 2005-08-18 Mugurel Tudor <mugurelu@gnome.ro> * ro.po: Updated Romanian translation
* Updated Greek translationNikos Charonitakis2005-08-182-78/+83
|
* Add EPHY_EMBED_PERSIST_FROM_CACHE, and try harder to get a cacheChristian Persch2005-08-184-11/+78
| | | | | | | | | | | | | | | | 2005-08-17 Christian Persch <chpe@cvs.gnome.org> * embed/ephy-embed-persist.h: * embed/mozilla/mozilla-embed-persist.cpp: Add EPHY_EMBED_PERSIST_FROM_CACHE, and try harder to get a cache descriptor for the source URL. * src/popup-commands.c: (save_property_url), (popup_cmd_set_image_as_background), (save_temp_source): Use EPHY_EMBED_PERSIST_FROM_CACHE to try to get the content from cache when saving background, images or links. Part of bug #168554.
* Better fix: reorder again and use priv->title for the set_loading_titleChristian Persch2005-08-182-9/+12
| | | | | | | | | 2005-08-17 Christian Persch <chpe@cvs.gnome.org> * src/ephy-tab.c: (ephy_tab_set_loading_title), Better fix: reorder again and use priv->title for the set_loading_title call after the set_title call.
* QI the element to check whether it's of some type, don't check the tag.Christian Persch2005-08-182-13/+35
| | | | | | | | | 2005-08-17 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EventContext.cpp: QI the element to check whether it's of some type, don't check the tag.
* fixed http://bugzilla.gnome.org/show_bug.cgi?id=167407Leonid Kanter2005-08-172-1/+5
|
* Use ephy_tab_set_title after ephy_tab_set_loading_title because set_titleChristian Persch2005-08-172-1/+11
| | | | | | | | | | 2005-08-17 Christian Persch <chpe@cvs.gnome.org> * src/ephy-tab.c: (ephy_tab_title_cb): Use ephy_tab_set_title after ephy_tab_set_loading_title because set_title consumes the char* argument! Fixes invalid UTF-8 warnings.
* Fix --disable-focus-fix and --disable-psm configure args.Christian Persch2005-08-172-2/+8
| | | | | | | | 2005-08-17 Christian Persch <chpe@cvs.gnome.org> * configure.ac: Fix --disable-focus-fix and --disable-psm configure args.
* Updated Ukrainian translation.Maxim Dziumanenko2005-08-175-2232/+3159
| | | | | | 2005-08-17 Maxim Dziumanenko <mvd@mylinux.ua> * Updated Ukrainian translation.
* Updated Traditional Chinese translation.Chao-Hsiung Liao2005-08-172-2023/+819
| | | | | | 2005-08-17 Chao-Hsiung Liao <j_h_liau@yahoo.com.tw> * zh_TW.po: Updated Traditional Chinese translation.
* Translation updated by Ivar Smolin.Priit Laes2005-08-172-92/+100
| | | | | | 2005-08-16 Priit Laes <plaes@cvs.gnome.org> * et.po: Translation updated by Ivar Smolin.
* Translation updated by Reinout van Schouwen.Vincent van Adrighem2005-08-172-44/+50
| | | | | | 2005-08-16 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated by Reinout van Schouwen.
* Another bug fixed with the find bar fixChristian Persch2005-08-161-1/+2
|
* Only activate link in typeahead mode, not in Ctrl-F find mode.Christian Persch2005-08-162-2/+26
| | | | | | | | | 2005-08-16 Christian Persch <chpe@cvs.gnome.org> * src/ephy-find-toolbar.c: (entry_activate_cb), (ephy_find_toolbar_open): Only activate link in typeahead mode, not in Ctrl-F find mode.
* Return TRUE if the event was consumed.Christian Persch2005-08-163-1/+15
| | | | | | | | | | | | 2005-08-16 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EphyFind.cpp: Return TRUE if the event was consumed. * embed/mozilla/mozilla-embed-single.cpp: More redundant code.
* Add another bug referenceChristian Persch2005-08-161-1/+1
|
* Activate the found link with a faked keypress event.Christian Persch2005-08-167-15/+167
| | | | | | | | | | | | | | | | | | | | | | | 2005-08-16 Christian Persch <chpe@cvs.gnome.org> * embed/ephy-embed-find.c: (ephy_embed_find_activate_link): * embed/ephy-embed-find.h: * embed/mozilla/EphyFind.cpp: * embed/mozilla/EphyFind.h: * embed/mozilla/mozilla-embed-find.cpp: Activate the found link with a faked keypress event. * src/ephy-find-toolbar.c: (tab_search_key_press_cb), (entry_key_press_event_cb), (entry_activate_cb), (ephy_find_toolbar_set_embed), (ephy_find_toolbar_open), (ephy_find_toolbar_close): On enter, activate the found link instead of finding the next occurrence. Always really give focus to the find bar, instead of faking keypresses in the find bar entry while focusing the embed. Fixes bug #307216, bug #311985, bug #312419.
* Added /el/figures/ephy-screenshot.png (Greek)Nikos Charonitakis2005-08-161-0/+4
|
* Added Greek ephy-screenshotNikos Charonitakis2005-08-161-0/+0
|
* Remove "-s" argument which hasn't been supported for ages.Christian Persch2005-08-165-10/+148
| | | | | | | | | | | | | | | | | | 2005-08-15 Christian Persch <chpe@cvs.gnome.org> * data/GNOME_Epiphany_Automation.server.in: Remove "-s" argument which hasn't been supported for ages. * data/mime-types-permissions.xml: Add more mime types. * lib/ephy-gui.c: (ephy_gui_menu_position_under_widget), (ephy_gui_menu_position_on_toolbar): * lib/ephy-gui.h: Improve menu positioning on toolbar buttons.
* Fixed a spelling error.Sigurd Gartmann2005-08-152-3/+7
| | | | | | 2005-08-14 Sigurd Gartmann <sigurdga@europe.yahoo-inc.com> * nn.po: Fixed a spelling error.
* Hungarian translation updated.Gabor Kelemen2005-08-152-221/+228
| | | | | | 2005-08-14 Gabor Kelemen <kelemeng@gnome.hu> * hu.po: Hungarian translation updated.
* Translation updated.Priit Laes2005-08-142-13/+24
| | | | | | 2005-08-14 Priit Laes <plaes@cvs.gnome.org> * et.po: Translation updated.
* Updated Romanian translationMugurel Tudor2005-08-142-1363/+1304
| | | | | | 2005-08-14 Mugurel Tudor <mugurelu@gnome.ro> * ro.po: Updated Romanian translation
* Updated Spanish translation.Francisco Javier F. Serrador2005-08-142-462/+709
| | | | | | 2005-08-13 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation.
* Check that we're not trying to open in Epiphany itself! Fixes bug #310023.PRE_GNOME_2_14_BRANCHPOINTChristian Persch2005-08-142-0/+20
| | | | | | | | | 2005-08-13 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/ContentHandler.cpp: Check that we're not trying to open in Epiphany itself! Fixes bug #310023.
* Updated Canadian English translation.Adam Weinberger2005-08-142-38/+43
| | | | | | 2005-08-13 Adam Weinberger <adamw@gnome.org> * en_CA.po: Updated Canadian English translation.
* Reject favicons that are < 12x12.Christian Persch2005-08-133-2/+21
| | | | | | | | 2005-08-13 Christian Persch <chpe@cvs.gnome.org> * embed/ephy-favicon-cache.c: (ephy_favicon_cache_get): Reject favicons that are < 12x12.
* Only allow http: favicons.Christian Persch2005-08-132-7/+12
| | | | | | | | | | | | 2005-08-13 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EphyBrowser.cpp: Only allow http: favicons. * embed/mozilla/mozilla-embed.cpp: Remove unnecessary casts.
* Don't display (guint64)-1 as filesize if it's not known yet. Part of bugChristian Persch2005-08-132-2/+13
| | | | | | | | | 2005-08-13 Christian Persch <chpe@cvs.gnome.org> * embed/downloader-view.c: (update_download_row): Don't display (guint64)-1 as filesize if it's not known yet. Part of bug #313215.
* Better gecko version check.Christian Persch2005-08-132-11/+27
| | | | | | | | 2005-08-13 Christian Persch <chpe@cvs.gnome.org> * configure.ac: Better gecko version check.
* Work around mozilla bugChristian Persch2005-08-132-2/+34
| | | | | | | | | | 2005-08-13 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/MozDownload.cpp: Work around mozilla bug https://bugzilla.mozilla.org/show_bug.cgi?id=304353 . Fixes bug #313215.
* More gcc4 fixes.Christian Persch2005-08-133-2/+9
| | | | | | | | | 2005-08-13 Christian Persch <chpe@cvs.gnome.org> * embed/ephy-favicon-cache.c: (ephy_favicon_cache_get): * lib/ephy-dnd.c: (ephy_dnd_drag_data_get): More gcc4 fixes.
* Updated Greek TranslationKostas Papadimas2005-08-132-31/+35
|
* Updated Finnish translationIlkka Tuohela2005-08-132-141/+190
|
* vi.po: Updated Vietnamese translation.Clytie Siddall2005-08-122-30/+35
|
* Updated Thai translation.Theppitak Karoonboonyanan2005-08-122-135/+181
| | | | | | 2005-08-12 Theppitak Karoonboonyanan <thep@linux.thai.net> * th.po: Updated Thai translation.
* Translation updated.Priit Laes2005-08-122-370/+207
| | | | | | 2005-08-12 Priit Laes <plaes@cvs.gnome.org> * et.po: Translation updated.
* Fixed wrong translation.Takeshi AIHANA2005-08-121-6/+5
| | | | | | 2005-08-12 Takeshi AIHANA <aihana@gnome.gr.jp> * ja.po: Fixed wrong translation.
* Updated Norwegian bokmål translation. Same.Terance Sola2005-08-123-122/+103
| | | | | | | 2005-08-12 Terance Sola <terance@lyse.net> * nb.po: Updated Norwegian bokmål translation. * no.po: Same.
* Updated Japanese translation for v1.4.7.Takeshi AIHANA2005-08-122-403/+396
| | | | | | 2005-08-12 Takeshi AIHANA <aihana@jcom.home.ne.jp> * ja.po: Updated Japanese translation for v1.4.7.
* Updated Albanian translation.Laurent Dhima2005-08-112-414/+411
| | | | | | 2005-08-11 Laurent Dhima <laurenti@alblinux.net> * sq.po: Updated Albanian translation.
* Updated Portuguese translation.Duarte Loreto2005-08-112-1293/+1560
| | | | | | 2005-08-11 Duarte Loreto <happyguy_pt@hotmail.com> * pt.po: Updated Portuguese translation.
* Updated Polish translation by GNOME PL Team.Artur Flinta2005-08-112-408/+457
| | | | | | 2005-08-11 Artur Flinta <aflinta@cvs.gnome.org> * pl.po: Updated Polish translation by GNOME PL Team.
* Translation updated by Reinout van Schouwen.Vincent van Adrighem2005-08-112-118/+166
| | | | | | 2005-08-11 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated by Reinout van Schouwen.
* Updated Simplified Chinese translationFunda Wang2005-08-112-300/+347
|
* Updated Greek translationNikos Charonitakis2005-08-112-438/+494
|
* Updated Norwegian Nynorsk translation.Sigurd Gartmann2005-08-112-1488/+2305
| | | | | | 2005-08-10 Sigurd Gartmann <sigurdga@europe.yahoo-inc.com> * nn.po: Updated Norwegian Nynorsk translation.
* Open new tabs with blank url bar if we're loading the homepage. Fixes bugChristian Persch2005-08-118-25/+68
| | | | | | | | | | | | | | | | | 2005-08-10 Christian Persch <chpe@cvs.gnome.org> * src/ephy-lockdown.c: (update_location_editable): * src/ephy-shell.c: (ephy_shell_new_tab_full): * src/ephy-tab.c: (ephy_tab_set_property), (ephy_tab_set_address), (ephy_tab_open_uri_cb), (ephy_tab_address_cb), (ensure_page_info), (ephy_tab_net_state_cb), (ephy_tab_init), (ephy_tab_get_address), (ephy_tab_get_typed_address), (ephy_tab_set_typed_address): * src/ephy-tab.h: * src/ephy-toolbar.c: (sync_user_input_cb): * src/epiphany.defs: Open new tabs with blank url bar if we're loading the homepage. Fixes bug #313012.
* Updated Spanish translation.Francisco Javier F. Serrador2005-08-112-90/+99
| | | | | | 2005-08-10 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation.
* Updated Slovak translation.Marcel Telka2005-08-112-15/+18
| | | | | | 2005-08-10 Marcel Telka <marcel@telka.sk> * sk.po: Updated Slovak translation.
* doneIvan Stojmirov2005-08-111-12/+12
|
* Gecko send several STATE_STOP, but only the final one (completed) is ofJean-François Rameau2005-08-113-3/+16
| | | | | | | | | | | | | | 2005-08-10 Jean-François Rameau <jframeau@cvs.gnome.org> * embed/mozilla/MozDownload.cpp (OnStateChange): Gecko send several STATE_STOP, but only the final one (completed) is of interest (STATE_STOP&STATE_IS_NETWORK). Fix crash with gecko 1.8 when downloading. * embed/mozilla/mozilla-embed.cpp: Fix compilation warning.
* Added Bulgarian translation by Rostislav Raykov <zbrox@i-space.org>Alexander Shopov2005-08-102-127/+157
| | | | | | | 2005-08-10 Alexander Shopov <ash@contact.bg> * bg.po: Added Bulgarian translation by Rostislav Raykov <zbrox@i-space.org>
* updated nepali translationPawan Chitrakar2005-08-102-1368/+1517
|
* Warn if nsIPassword.h isn't found.Christian Persch2005-08-102-2/+17
| | | | | | | | 2005-08-10 Christian Persch <chpe@cvs.gnome.org> * configure.ac: Warn if nsIPassword.h isn't found.
* Fix configure checks for focus workaround.Christian Persch2005-08-102-1/+11
| | | | | | | | 2005-08-10 Christian Persch <chpe@cvs.gnome.org> * configure.ac: Fix configure checks for focus workaround.
* Translation updated.Priit Laes2005-08-102-290/+493
| | | | | | 2005-08-10 Priit Laes <plaes@cvs.gnome.org> * et.po: Translation updated.
* Make a few properties to be writable (where there is appropriate code inCrispin Flowerday2005-08-102-3/+11
| | | | | | | | | | 2005-08-10 Crispin Flowerday <gnome@flowerday.cx> * src/ephy-tab.c (ephy_tab_class_init): Make a few properties to be writable (where there is appropriate code in the ephy_tab_set_property() function), and fix the 'icon' property to have the correct enum value.
* Fix a small grammar error in one of the download dialog string, withRaphael Slinckx2005-08-102-1/+8
| | | | | | | | | 2005-08-09 Raphael Slinckx <rslinckx@cvs.gnome.org> * embed/mozilla/ContentHandler.cpp: Fix a small grammar error in one of the download dialog string, with approval of i18n
* Make tab icon address setter public.Christian Persch2005-08-104-4/+24
| | | | | | | | | | 2005-08-09 Christian Persch <chpe@cvs.gnome.org> * src/ephy-tab.c: (ephy_tab_set_property): * src/ephy-tab.h: * src/epiphany.defs: Make tab icon address setter public.
* When opening the find bar with Ctrl+F, search for the item, and select theCrispin Flowerday2005-08-102-0/+17
| | | | | | | | | 2005-08-09 Crispin Flowerday <gnome@flowerday.cx> * src/ephy-find-toolbar.c (ephy_find_toolbar_open): When opening the find bar with Ctrl+F, search for the item, and select the text.
* fullIvan Stojmirov2005-08-091-385/+374
|
* Typo fixes.Release174Christian Persch2005-08-093-34/+12
| | | | | | | | | | | | 2005-08-09 Christian Persch <chpe@cvs.gnome.org> * NEWS: Typo fixes. * src/ephy-tab.c: (ephy_tab_net_state_cb): Removed favicon fallback code.
* Updated Norwegian bokmål translation. SameKjartan Maraas2005-08-093-16/+17
| | | | | | | 2005-08-09 Kjartan Maraas <kmaraas@gnome.org> * nb.po: Updated Norwegian bokmål translation. * no.po: Same
* Updated Norwegian bokmål translation. Same.Terance Sola2005-08-093-292/+343
| | | | | | | 2005-08-09 Terance Sola <terance@lyse.net> * nb.po: Updated Norwegian bokmål translation. * no.po: Same.
* vi.po: Updated Vietnamese translation.Clytie Siddall2005-08-092-291/+313
|
* Updated Slovak translation.Marcel Telka2005-08-092-153/+180
| | | | | | 2005-08-09 Marcel Telka <marcel@telka.sk> * sk.po: Updated Slovak translation.
* Updated Canadian English translation.Adam Weinberger2005-08-091-108/+132
| | | | | | 2005-08-08 Adam Weinberger <adamw@gnome.org> * en_CA.po: Updated Canadian English translation.
* Post-release version bump.Christian Persch2005-08-092-1/+7
| | | | | | | | 2005-08-08 Christian Persch <chpe@cvs.gnome.org> * configure.ac: Post-release version bump.
* === Release 1.7.4 ===Christian Persch2005-08-092-0/+64
| | | | | | | | 2005-08-08 Christian Persch <chpe@cvs.gnome.org> === Release 1.7.4 === * NEWS:
* Tiny string fix just before string freeze :)Christian Persch2005-08-097-10/+31
| | | | | | | | | 2005-08-08 Christian Persch <chpe@cvs.gnome.org> * src/bookmarks/ephy-bookmarks-editor.c: * src/ephy-toolbar.c: (ephy_toolbar_set_window): Tiny string fix just before string freeze :)
* Disable favicons from non-http URLs.Christian Persch2005-08-092-0/+10
| | | | | | | | 2005-08-08 Christian Persch <chpe@cvs.gnome.org> * embed/ephy-favicon-cache.c: (ephy_favicon_cache_get): Disable favicons from non-http URLs.
* Updated Spanish translation.Francisco Javier F. Serrador2005-08-092-33/+75
| | | | | | 2005-08-08 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation.
* Fix build with gecko trunk.Christian Persch2005-08-082-4/+10
| | | | | | | | 2005-08-08 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/ContentHandler.cpp: Fix build with gecko trunk.
* Change the download/open dialog strings to include the mime-type and fileRaphael Slinckx2005-08-082-19/+72
| | | | | | | | | 2005-08-08 Raphael Slinckx <rslinckx@cvs.gnome.org> * embed/mozilla/ContentHandler.cpp: Change the download/open dialog strings to include the mime-type and file name, bits of rewording too.
* Updated Canadian English translation.Adam Weinberger2005-08-082-37/+41
| | | | | | 2005-08-08 Adam Weinberger <adamw@gnome.org> * en_CA.po: Updated Canadian English translation.
* Updated Gujarati TranslationsAnkitkumar Rameshchandra Patel2005-08-082-178/+183
|
* remove debug printfsChristian Persch2005-08-081-2/+0
|
* Add way to clear the favicon cache. Also removes any extraneous files fromChristian Persch2005-08-084-12/+93
| | | | | | | | | | | | | | | | | | 2005-08-07 Christian Persch <chpe@cvs.gnome.org> * embed/ephy-favicon-cache.c: (icons_removed_cb), (remove_obsolete_icons), (delete_file), (ephy_favicon_cache_finalize), (ephy_favicon_cache_get), (ephy_favicon_cache_clear): * embed/ephy-favicon-cache.h: Add way to clear the favicon cache. Also removes any extraneous files from favicon cache directory. Fix a crash which I wonder why we never experienced it! * src/prefs-dialog.c: (prefs_clear_cache_button_clicked_cb): Also clear favicon cache when clearing the cache.
* Change the text on the 'unknown issuer' dialog. Fixes bug #151519Crispin Flowerday2005-08-082-1/+8
| | | | | | | | | 2005-08-07 Crispin Flowerday <gnome@flowerday.cx> * embed/mozilla/GtkNSSDialogs.cpp (ConfirmUnknownIssuer): Change the text on the 'unknown issuer' dialog. Fixes bug #151519
* Update cvsignoreCrispin Flowerday2005-08-081-0/+1
|
* Add switch to disable focus fix, and to disable PSM. Error out if PSMChristian Persch2005-08-086-12/+82
| | | | | | | | | | | | | | | | | | | 2005-08-07 Christian Persch <chpe@cvs.gnome.org> * configure.ac: Add switch to disable focus fix, and to disable PSM. Error out if PSM isn't found but --disable-psm not given. Should prevent accidental compilation without PSM. * lib/widgets/ephy-icon-entry.c: (ephy_icon_entry_get_entry): * lib/widgets/ephy-icon-entry.h: Add ephy_icon_entry_get_entry. * src/epiphany.defs: Updated python bindings.
* Updated Thai translation.Theppitak Karoonboonyanan2005-08-072-131/+121
| | | | | | 2005-08-07 Theppitak Karoonboonyanan <thep@linux.thai.net> * th.po: Updated Thai translation.
* fixed HIG compliance by pushing the verbs in the Comment in the .desktopGuilherme de S. Pastore2005-08-072-2/+7
| | | | | * pt_BR.po: fixed HIG compliance by pushing the verbs in the Comment in the .desktop file to the imperative form.
* Also block GtkMozEmbed's child focus-[in|out]-event handlers.Christian Persch2005-08-072-7/+27
| | | | | | | | 2005-08-07 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/mozilla-embed.cpp: (mozilla_embed_realize): Also block GtkMozEmbed's child focus-[in|out]-event handlers.
* Don't attach the scroll event listener twice.Crispin Flowerday2005-08-072-2/+6
| | | | | | | | 2005-08-06 Crispin Flowerday <gnome@flowerday.cx> * embed/mozilla/EphyBrowser.cpp (AttachListeners): Don't attach the scroll event listener twice.
* Updated Bulgarian translation by Rostislav Raykov <zbrox@i-space.org>Alexander Shopov2005-08-062-280/+249
| | | | | | | 2005-08-06 Alexander Shopov <ash@contact.bg> * bg.po: Updated Bulgarian translation by Rostislav Raykov <zbrox@i-space.org>
* Updated Czech translation.Miloslav Trmac2005-08-052-531/+538
| | | | | | 2005-08-05 Miloslav Trmac <mitr@volny.cz> * cs.po: Updated Czech translation.
* Translation updated by Reinout van Schouwen.Vincent van Adrighem2005-08-052-190/+189
| | | | | | 2002-10-04 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated by Reinout van Schouwen.
* Updated Spanish translation.Francisco Javier F. Serrador2005-08-042-196/+214
| | | | | | 2005-08-04 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation.