aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Updated Albanian translationLaurent Dhima2004-07-021-0/+4
| | | | * sq.po: Updated Albanian translation
* UpdatedLaurent Dhima2004-07-021-151/+170
|
* Updated Czech translation.Miloslav Trmac2004-07-022-152/+176
| | | | | | 2004-07-02 Miloslav Trmac <mitr@volny.cz> * cs.po: Updated Czech translation.
* s/Off-Line/Offline/Christian Persch2004-07-022-1/+7
| | | | | | | | 2004-07-01 Christian Persch <chpe@cvs.gnome.org> * src/ephy-window.c: s/Off-Line/Offline/
* Change position to popups and offline menus.Marco Pesenti Gritti2004-07-022-4/+11
| | | | | | | | 2004-07-01 Marco Pesenti Gritti <marco@gnome.org> * data/ui/epiphany-ui.xml: Change position to popups and offline menus.
* Do not show the icon for smartbookmarksMarco Pesenti Gritti2004-07-012-1/+11
| | | | | | | | | 2004-07-01 Marco Pesenti Gritti <marco@gnome.org> * src/bookmarks/ephy-bookmark-action.c: (ephy_bookmark_action_sync_smart_url): Do not show the icon for smartbookmarks
* *** empty log message ***Marco Pesenti Gritti2004-07-011-4/+6
|
* Do not allow dragging out of edit mode on ITEMS_ONLY toolbars.Marco Pesenti Gritti2004-07-012-3/+10
| | | | | | | | 2004-07-01 Marco Pesenti Gritti <marco@gnome.org> * lib/egg/egg-editable-toolbar.c: (toolbar_drag_motion_cb): Do not allow dragging out of edit mode on ITEMS_ONLY toolbars.
* No need to show the default icon for bookmarks menu.Marco Pesenti Gritti2004-07-012-8/+18
| | | | | | | | | 2004-07-01 Marco Pesenti Gritti <marco@gnome.org> * src/bookmarks/ephy-bookmark-action.c: (ephy_bookmark_action_sync_icon): No need to show the default icon for bookmarks menu.
* Allow to drag bookmarks around also when not in edit mode. Use the defaultMarco Pesenti Gritti2004-07-012-16/+124
| | | | | | | | | | | | | | | 2004-07-01 Marco Pesenti Gritti <marco@gnome.org> * src/bookmarks/ephy-bookmark-action.c: (create_tool_item), (favicon_cache_changed_cb), (ephy_bookmark_action_sync_icon), (stop_drag_check), (drag_data_get_cb), (drag_data_delete_cb), (drag_motion_cb), (button_press_cb), (button_release_cb), (connect_proxy), (ephy_bookmark_action_init): Allow to drag bookmarks around also when not in edit mode. Use the default bookmark icon when there is not a specific one, it acts as a separator. Put some space between the icon and the text.
* Popup blocking support. View -> Popup Windows.Adam Hooper2004-07-0119-23/+861
|
* Use a new window for "Open in Tabs"Marco Pesenti Gritti2004-07-013-13/+33
| | | | | | | | | | 2004-06-30 Marco Pesenti Gritti <marco@gnome.org> * src/bookmarks/ephy-bookmarksbar.c: (open_in_tabs_cb): * src/bookmarks/ephy-topic-action.c: (append_bookmarks_menu), (open_in_tabs_activate_cb), (build_bookmarks_menu): Use a new window for "Open in Tabs"
* Be a bit smarter about double extensions.Xan Lopez2004-07-012-2/+61
| | | | | | * embed/mozilla/MozDownload.cpp: Be a bit smarter about double extensions.
* Change tabs sizing again. Now we use a width of 20 (estimated) chars.Marco Pesenti Gritti2004-07-012-6/+11
| | | | | | | | | 2004-06-30 Marco Pesenti Gritti <marco@gnome.org> * src/ephy-notebook.c: Change tabs sizing again. Now we use a width of 20 (estimated) chars.
* Update for 1.3.1.Christian Persch2004-06-302-0/+88
| | | | | | | | 2004-06-29 Christian Persch <chpe@cvs.gnome.org> * NEWS: Update for 1.3.1.
* Updated Serbian translation.Danilo Šegan2004-06-293-664/+702
|
* Set sane_state to TRUE from user changes, otherwise broken prefs willChristian Persch2004-06-292-0/+16
| | | | | | | | | | 2004-06-29 Christian Persch <chpe@cvs.gnome.org> * lib/ephy-dialog.c: (togglebutton_clicked_cb), (radiobutton_clicked_cb), (spinbutton_timeout_cb), (changed_cb): Set sane_state to TRUE from user changes, otherwise broken prefs will never get overwritten.
* Translation updated.Laurent Dhima2004-06-292-200/+178
| | | | | | 2004-06-29 Laurent Dhima <laurenti@alblinux.net> * sq.po: Translation updated.
* Translation updated by Reinout van Schouwen.Vincent van Adrighem2004-06-292-464/+485
| | | | | | 2004-06-29 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated by Reinout van Schouwen.
* Translation updated.Laurent Dhima2004-06-282-395/+433
| | | | | | 2004-06-28 Laurent Dhima <laurenti@alblinux.net> * sq.po: Translation updated.
* Updated Czech translation.Miloslav Trmac2004-06-282-146/+159
| | | | | | 2004-06-28 Miloslav Trmac <mitr@volny.cz> * cs.po: Updated Czech translation.
* EphySingle needs to implement nsISupportsWeakReference.Christian Persch2004-06-274-12/+30
| | | | | | | | | | | | 2004-06-27 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EphySingle.cpp: * embed/mozilla/EphySingle.h: * embed/mozilla/mozilla-embed-single.cpp: EphySingle needs to implement nsISupportsWeakReference. 2004-06-26 Christian Persch <chpe@cvs.gnome.org>
* Implement File->Work Off-Line command and backend. No DBUS/HAL/whateverChristian Persch2004-06-279-33/+191
| | | | | | | | | | | | | | | | | | | | 2004-06-26 Christian Persch <chpe@cvs.gnome.org> * data/ui/epiphany-ui.xml: * embed/ephy-embed-single.c: (ephy_embed_single_iface_init), (ephy_embed_single_set_offline_mode), (ephy_embed_single_get_offline_mode): * embed/ephy-embed-single.h: * embed/mozilla/EphySingle.cpp: * embed/mozilla/mozilla-embed-single.cpp: * src/ephy-window.c: (network_status_changed), (ephy_window_init), (ephy_window_finalize): * src/window-commands.c: (window_cmd_file_save_as), (window_cmd_file_work_offline): * src/window-commands.h: Implement File->Work Off-Line command and backend. No DBUS/HAL/whatever integration yet.
* Preserve hierarchy in the xbel importer too. Use mime sniffing toMarco Pesenti Gritti2004-06-262-51/+45
| | | | | | | | | | 2004-06-26 Marco Pesenti Gritti <marco@gnome.org> * src/bookmarks/ephy-bookmarks-import.c: (ephy_bookmarks_import), (xbel_parse_folder), (xbel_parse_xbel): Preserve hierarchy in the xbel importer too. Use mime sniffing to determine the file mime type.
* Move PrintInfo to print-dialog since it's no more use by embed api.Marco Pesenti Gritti2004-06-264-37/+46
| | | | | | | | | | | 2004-06-25 Marco Pesenti Gritti <marco@gnome.org> * embed/ephy-embed.h: * embed/mozilla/MozillaPrivate.h: * embed/print-dialog.h: Move PrintInfo to print-dialog since it's no more use by embed api.
* Fix typo in the printer nameMarco Pesenti Gritti2004-06-252-1/+7
| | | | | | | | 2004-06-25 Marco Pesenti Gritti <marco@gnome.org> * embed/MozillaPrivate.cpp: Fix typo in the printer name
* Remove preview flagMarco Pesenti Gritti2004-06-257-7/+13
| | | | | | | | 2004-06-25 Marco Pesenti Gritti <marco@gnome.org> * embed/MozillaPrivate.cpp: Remove preview flag
* Updated Czech translation.Miloslav Trmac2004-06-252-211/+221
| | | | | | 2004-06-25 Miloslav Trmac <mitr@volny.cz> * cs.po: Updated Czech translation.
* Simplify print code. Now there is only one case to deal with, the mozillaMarco Pesenti Gritti2004-06-2512-180/+83
| | | | | | | | | | | | | | | | | | | | | | | | 2004-06-25 Marco Pesenti Gritti <marco@gnome.org> * embed/ephy-embed.c: (ephy_embed_print), (ephy_embed_set_print_preview_mode): * embed/ephy-embed.h: * embed/mozilla/EphyBrowser.cpp: * embed/mozilla/EphyBrowser.h: * embed/mozilla/PrintingPromptService.cpp: * embed/mozilla/mozilla-embed.cpp: * embed/print-dialog.c: (ephy_print_dialog_response_cb), (ephy_print_dialog_new): * embed/print-dialog.h: * src/ephy-window.c: (ephy_window_delete_event_cb), (ephy_window_finalize), (update_embed_dialogs), (ephy_window_find): * src/ppview-toolbar.c: (toolbar_cmd_ppv_close): * src/window-commands.c: (window_cmd_file_print_preview), (window_cmd_file_print): Simplify print code. Now there is only one case to deal with, the mozilla prompt dialog. This should help with xprint.
* Added src/bookmarks/ephy-topics-selector.c.Christian Persch2004-06-242-0/+5
| | | | | | 2004-06-24 Christian Persch <chpe@cvs.gnome.org> * POTFILES.in: Added src/bookmarks/ephy-topics-selector.c.
* Use guint consistently for node idsMarco Pesenti Gritti2004-06-2410-22/+42
| | | | | | | | | | | | | | | | | | | | | | 2004-06-24 Marco Pesenti Gritti <marco@gnome.org> * lib/ephy-node.c: (ephy_node_new_with_id), (ephy_node_get_id), (child_changed), (write_parent): * lib/ephy-node.h: * src/bookmarks/ephy-bookmark-action.c: (bookmarks_child_changed_cb): * src/bookmarks/ephy-bookmark-properties.c: (toolbar_checkbox_changed_cb), (build_ui): * src/bookmarks/ephy-bookmarks-editor.c: (cmd_show_in_bookmarks_bar), (ephy_bookmarks_editor_update_menu): * src/bookmarks/ephy-bookmarks-menu.c: (create_menu), (topic_child_changed_cb): * src/bookmarks/ephy-new-bookmark.c: * src/bookmarks/ephy-new-bookmark.h: * src/bookmarks/ephy-topic-action.c: (ephy_topic_action_set_topic_id), (topic_child_changed_cb): Use guint consistently for node ids
* Implement open in tabs from toolbar topicsMarco Pesenti Gritti2004-06-245-24/+120
| | | | | | | | | | | | | | | | 2004-06-24 Marco Pesenti Gritti <marco@gnome.org> * src/bookmarks/ephy-bookmarksbar.c: (open_in_tabs_cb), (go_location_cb), (ephy_bookmarksbar_action_request): * src/bookmarks/ephy-topic-action.c: (append_bookmarks_menu), (open_in_tabs_activate_cb), (build_bookmarks_menu), (build_topics_menu), (build_menu), (ephy_topic_action_set_topic_id), (ephy_topic_action_set_property), (ephy_topic_action_class_init): * src/bookmarks/ephy-topic-action.h: * src/ephy-window.c: (ephy_window_load_in_tabs): Implement open in tabs from toolbar topics
* Removed unused array, and added a few missing statics.Christian Persch2004-06-242-10/+9
| | | | | | | | 2004-06-24 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/mozilla-embed-single.cpp: Removed unused array, and added a few missing statics.
* Use g_signal_connect_after to connect to the toolbar_added signal,Christian Persch2004-06-243-4/+14
| | | | | | | | | | | | 2004-06-23 Christian Persch <chpe@cvs.gnome.org> * src/bookmarks/ephy-bookmarksbar.c: (ephy_bookmarksbar_set_window): * src/toolbar.c: (toolbar_realize): Use g_signal_connect_after to connect to the toolbar_added signal, otherwise the toolbar isn't created yet and we crash when trying to set the drag dests on a newly added toolbar.
* Commit ChangeLog tooChristian Persch2004-06-241-0/+14
|
* Make the permission type a string instead of an enum, that way we canChristian Persch2004-06-245-70/+48
| | | | | | | | | | | | | | | | 2004-06-23 Christian Persch <chpe@cvs.gnome.org> * doc/reference/tmpl/ephy-permission-manager.sgml: * embed/ephy-permission-manager.c: (ephy_permission_info_new), (ephy_permission_info_copy), (ephy_permission_manager_add), (ephy_permission_manager_remove), (ephy_permission_manager_test), (ephy_permission_manager_list): * embed/ephy-permission-manager.h: * embed/mozilla/EphySingle.cpp: * embed/mozilla/mozilla-embed-single.cpp: Make the permission type a string instead of an enum, that way we can support more than just the hardcoded 3 types.
* Simply use gtk_container_get_children().Christian Persch2004-06-242-11/+8
| | | | | | | | 2004-06-23 Christian Persch <chpe@cvs.gnome.org> * src/ephy-window.c: (ephy_window_get_tabs): Simply use gtk_container_get_children().
* Make the "Exit Fullscreen" button toggle the action instead of doing toChristian Persch2004-06-242-1/+19
| | | | | | | | | | 2004-06-23 Christian Persch <chpe@cvs.gnome.org> * src/ephy-window.c: (exit_fullscreen_button_clicked_cb), (get_chromes_visibility), (ephy_window_state_event_cb): Make the "Exit Fullscreen" button toggle the action instead of doing to work itself. Fixes bug #144785.
* Add EphyWindow API to open multiple uris in tabs, use it for dnd on theMarco Pesenti Gritti2004-06-244-49/+72
| | | | | | | | | | | | 2004-06-23 Marco Pesenti Gritti <marco@gnome.org> * src/ephy-notebook.c: (notebook_drag_data_received_cb): * src/ephy-window.c: (ephy_window_set_zoom), (ephy_window_load_in_tabs): * src/ephy-window.h: Add EphyWindow API to open multiple uris in tabs, use it for dnd on the notebook.
* Move check for javascript after the http[s] checks.Christian Persch2004-06-232-8/+11
| | | | | | | | 2004-06-23 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/GlobalHistory.cpp: Move check for javascript after the http[s] checks.
* "/" in a topic title is now a submenu in the bookmarks menu.Marco Pesenti Gritti2004-06-233-37/+94
| | | | | | | | | | | | 2004-06-23 Marco Pesenti Gritti <marco@gnome.org> * src/bookmarks/ephy-bookmarks-import.c: (folders_list_to_topic_name): * src/bookmarks/ephy-bookmarks-menu.c: (create_menu), (ensure_folder), (create_submenu), (ephy_bookmarks_menu_rebuild): "/" in a topic title is now a submenu in the bookmarks menu.
* Keep the whole hierarchy of folders in the topic name, separated by |.Marco Pesenti Gritti2004-06-222-22/+47
| | | | | | | | | | 2004-06-22 Marco Pesenti Gritti <marco@gnome.org> * src/bookmarks/ephy-bookmarks-import.c: (folders_list_to_topic_name), (ephy_bookmarks_import_mozilla): Keep the whole hierarchy of folders in the topic name, separated by |. Mozilla importer only for now.
* Drop some unused code.Marco Pesenti Gritti2004-06-222-28/+19
| | | | | | | | | | 2004-06-22 Marco Pesenti Gritti <marco@gnome.org> * src/bookmarks/ephy-bookmarks-import.c: (bookmark_add), (xbel_parse_bookmark), (ephy_bookmarks_import_mozilla), (parse_rdf_item): Drop some unused code.
* Factor out the helper to select a treeview row by column and use it alsoMarco Pesenti Gritti2004-06-2213-59/+133
| | | | | | | | | | | | | | | | | | | | | | | | 2004-06-21 Marco Pesenti Gritti <marco@gnome.org> * lib/ephy-gui.c: (ephy_gui_help), (ephy_gui_select_row_by_key): * lib/widgets/ephy-node-view.c: (ephy_node_view_key_press_cb): * src/bookmarks/ephy-topics-selector.c: (topic_key_pressed): Factor out the helper to select a treeview row by column and use it also in the topic selector. * lib/ephy-gui.h: * src/bookmarks/ephy-bookmarks-editor.c: * src/bookmarks/ephy-new-bookmark.c: * src/ephy-history-window.c: * src/pdm-dialog.c: * src/ppview-toolbar.c: * src/prefs-dialog.c: * src/window-commands.c: * embed/downloader-view.c: Remove braindead gtk.h inclusion and deal with fallout headers.
* Add a New topic button to the new bookmark dialog.Marco Pesenti Gritti2004-06-224-0/+101
| | | | | | | | | | | | | 2004-06-21 Marco Pesenti Gritti <marco@gnome.org> * src/bookmarks/ephy-new-bookmark.c: (response_cb), (ephy_new_bookmark_construct): * src/bookmarks/ephy-topics-selector.c: (renderer_edited_cb), (renderer_editing_canceled_cb), (ephy_topics_build_ui), (ephy_topics_selector_new), (ephy_topics_selector_new_topic): * src/bookmarks/ephy-topics-selector.h: Add a New topic button to the new bookmark dialog.
* Check for empty attributes before adding the item when parsing theChristian Persch2004-06-212-8/+19
| | | | | | | | | | 2004-06-21 Christian Persch <chpe@cvs.gnome.org> * lib/egg/egg-toolbars-model.c: (egg_toolbars_model_get_flags), (parse_item_list), (parse_toolbars): Check for empty attributes before adding the item when parsing the toolbars file. Should fix bug #144698.
* Allow importing from Epiphany bookmarks format (RDF), fixes bug #144699.Christian Persch2004-06-212-0/+11
| | | | | | | | | 2004-06-21 Christian Persch <chpe@cvs.gnome.org> * src/bookmarks/ephy-bookmarks-import.c: (ephy_bookmarks_import): Allow importing from Epiphany bookmarks format (RDF), fixes bug #144699.
* Whoops. Um. Fixed the build.Adam Hooper2004-06-212-0/+18
|
* Implement popup-blocking signals. Part of bug #111930.Adam Hooper2004-06-216-8/+108
|
* Updated Serbian translation.Danilo Šegan2004-06-213-819/+800
|
* Updated British English translationGareth Owen2004-06-212-348/+356
|
* Remove implementation of ::HidePage again, it's really not used anyway inChristian Persch2004-06-202-14/+9
| | | | | | | | | | 2004-06-20 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/GlobalHistory.cpp: Remove implementation of ::HidePage again, it's really not used anyway in mozilla (history load listener is the only place, and it's not build, not even updated for API changes).
* Implement GlobalHistory2::HidePage, fixes bug #142143.Christian Persch2004-06-202-3/+27
| | | | | | | | 2004-06-20 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/GlobalHistory.cpp: Implement GlobalHistory2::HidePage, fixes bug #142143.
* Make tab labels 1/n-th of the window width (n = number of tabs), with aChristian Persch2004-06-202-63/+70
| | | | | | | | | | | | 2004-06-20 Christian Persch <chpe@cvs.gnome.org> * src/ephy-notebook.c: (sync_label), (tab_label_style_set_cb), (build_tab_label), (ephy_notebook_add_tab): * src/ephy-window.c: (ephy_window_get_tabs): Make tab labels 1/n-th of the window width (n = number of tabs), with a minimum size so they don't get too tiny. Make the tooltip cover the label + favicon, not just the label.
* Append tabs at the end instead of grouping them near the current one.Marco Pesenti Gritti2004-06-207-53/+26
| | | | | | | | | | | | | | | | | 2004-06-19 Marco Pesenti Gritti <marco@gnome.org> * src/ephy-notebook.c: (ephy_notebook_move_tab), (move_tab), (ephy_notebook_switch_page_cb), (ephy_notebook_init), (ephy_notebook_finalize), (ephy_notebook_add_tab), (ephy_notebook_remove_tab): * src/ephy-notebook.h: * src/ephy-shell.c: (ephy_shell_new_tab): * src/ephy-shell.h: * src/ephy-tab.c: (ephy_tab_new_window_cb): * src/ephy-window.c: (ephy_window_add_tab): Append tabs at the end instead of grouping them near the current one.
* Updated Greek translationNikos Charonitakis2004-06-192-284/+294
|
* Update from new winstripe theme of FirefoxMarco Pesenti Gritti2004-06-192-0/+6
| | | | | | | | 2004-06-19 Marco Pesenti Gritti <marco@gnome.org> * data/art/epiphany-tab-loading.gif: Update from new winstripe theme of Firefox
* Updated Canadian English translation.Alexander Winston2004-06-182-348/+357
| | | | | | 2004-06-17 Alexander Winston <alexander.winston@comcast.net> * en_CA.po: Updated Canadian English translation.
* Escape strings before using the with markup in labels. Patch by CrispinChristian Persch2004-06-183-10/+18
| | | | | | | | | | 2004-06-17 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/GtkNSSClientAuthDialogs.cpp: * embed/mozilla/GtkNSSDialogs.cpp: Escape strings before using the with markup in labels. Patch by Crispin Flowerday.
* Translation updated by Mətin Əmirov.Metin Amiroff2004-06-172-514/+335
| | | | | | 2004-06-17 Metin Amiroff <metin@karegen.com> * az.po: Translation updated by Mətin Əmirov.
* Updated Bulgarian translation by Vladimir "Kaladan" PetkovAlexander Shopov2004-06-172-3749/+3746
| | | | | | | 2004-06-17 Alexander Shopov <ash@contact.bg> * bg.po: Updated Bulgarian translation by Vladimir "Kaladan" Petkov <vpetkov@i-space.org>
* Set data for close-button on the tab label.Christian Persch2004-06-172-0/+7
| | | | | | | | 2004-06-16 Christian Persch <chpe@cvs.gnome.org> * src/ephy-notebook.c: (build_tab_label): Set data for close-button on the tab label.
* Go back to construction the toolbar when the model is set, fixes bugChristian Persch2004-06-166-116/+159
| | | | | | | | | | | | | | | | | | | | | | | | | | 2004-06-16 Christian Persch <chpe@cvs.gnome.org> * lib/egg/egg-editable-toolbar.c: (egg_editable_toolbar_disconnect_model), (egg_editable_toolbar_deconstruct), (egg_editable_toolbar_set_model), (egg_editable_toolbar_class_init), (egg_editable_toolbar_finalize), (egg_editable_toolbar_new), (egg_editable_toolbar_new_with_model), (egg_editable_toolbar_set_fixed): * lib/egg/egg-editable-toolbar.h: * lib/egg/egg-toolbars-model.c: (egg_toolbars_model_get_flags), (parse_toolbars): * src/bookmarks/ephy-bookmarksbar.c: (ephy_bookmarksbar_set_window), (ephy_bookmarksbar_class_init): * src/ephy-window.c: (ephy_window_fullscreen), (ephy_window_unfullscreen), (ephy_window_init): * src/toolbar.c: (toolbar_style_changed_cb), (parent_set_cb), (toolbar_init), (toolbar_finalize), (toolbar_new): Go back to construction the toolbar when the model is set, fixes bug #144191. 2004-06-15 Marco Pesenti Gritti <marco@gnome.org>
* Updated Czech translation.Miloslav Trmac2004-06-162-348/+357
| | | | | | 2004-06-16 Miloslav Trmac <mitr@volny.cz> * cs.po: Updated Czech translation.
* Updated Polish translation by GNOME PL Team.Artur Flinta2004-06-162-389/+385
| | | | | | 2004-06-16 Artur Flinta <aflinta@cvs.gnome.org> * pl.po: Updated Polish translation by GNOME PL Team.
* *** empty log message ***Marco Pesenti Gritti2004-06-151-0/+1
|
* Use GenericName. See #144284 for the hig change. Fix bug #140625.Marco Pesenti Gritti2004-06-153-2/+12
| | | | | | | | | | 2004-06-15 Marco Pesenti Gritti <marco@gnome.org> * data/bme.desktop.in: * data/epiphany.desktop.in: Use GenericName. See #144284 for the hig change. Fix bug #140625.
* Work around mozilla bug #246392 which goes back to the original urls whenChristian Persch2004-06-154-1/+75
| | | | | | | | | | | 2004-06-15 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EphyBrowser.cpp: * embed/mozilla/EphyBrowser.h: * embed/mozilla/mozilla-embed.cpp: Work around mozilla bug #246392 which goes back to the original urls when reloading a frameset. Fixes bug #115800.
* Updated Brazilian Portuguese translation done by Estêvão SamuelGustavo Maciel Dias Vieira2004-06-152-385/+376
| | | | | | | 2004-06-14 Gustavo Maciel Dias Vieira <gustavo@sagui.org> * pt_BR.po: Updated Brazilian Portuguese translation done by Estêvão Samuel Procópio <tevaum@ig.com.br>.
* Use g_markup_print_escaed().Christian Persch2004-06-152-4/+8
| | | | | | | | 2004-06-14 Christian Persch <chpe@cvs.gnome.org> * src/bookmarks/ephy-new-bookmark.c: (duplicate_dialog_construct): Use g_markup_print_escaed().
* Escape strings before using them with markup in labels.Christian Persch2004-06-153-6/+12
| | | | | | | | | 2004-06-14 Christian Persch <chpe@cvs.gnome.org> * src/bookmarks/ephy-new-bookmark.c: (duplicate_dialog_construct): * src/bookmarks/ephy-topic-action.c: (build_topics_menu): Escape strings before using them with markup in labels.
* Get rid of EmbedReloadFlags, and use a gboolean force parameter inChristian Persch2004-06-146-19/+22
| | | | | | | | | | | | | | 2004-06-14 Christian Persch <chpe@cvs.gnome.org> * embed/ephy-embed.c: (ephy_embed_reload): * embed/ephy-embed.h: * embed/mozilla/mozilla-embed.cpp: * src/prefs-dialog.c: * src/window-commands.c: (window_cmd_view_reload): Get rid of EmbedReloadFlags, and use a gboolean force parameter in ephy_embed_reload() instead, since we only had two states anyway - EMBED_RELOAD_NORMAL, and EMBED_RELOAD_FORCE.
* Added src/bookmarks/ephy-bookmarksbar-model.c. Updated Slovak translation.Marcel Telka2004-06-133-489/+333
| | | | | | | 2004-06-13 Marcel Telka <marcel@telka.sk> * POTFILES.in: Added src/bookmarks/ephy-bookmarksbar-model.c. * sk.po: Updated Slovak translation.
* Add GNOME_COMMON_INITMarco Pesenti Gritti2004-06-132-0/+8
| | | | | | | | 2004-06-13 Marco Pesenti Gritti <marco@gnome.org> * configure.in: Add GNOME_COMMON_INIT
* Add a way to open new windows passing features and uri. Something like jsMarco Pesenti Gritti2004-06-138-5/+68
| | | | | | | | | | | | | | | | 2004-06-12 Marco Pesenti Gritti <marco@gnome.org> * embed/ephy-embed-single.c: (ephy_embed_single_open_window): * embed/ephy-embed-single.h: * embed/ephy-embed.h: * embed/mozilla/EphyBrowser.cpp: * embed/mozilla/EphyBrowser.h: * embed/mozilla/EventContext.cpp: * embed/mozilla/mozilla-embed-single.cpp: Add a way to open new windows passing features and uri. Something like js window.open. It's necessary for popup blocker.
* Allow items to be dragged from toolbar editor also when in items onlyMarco Pesenti Gritti2004-06-133-2/+15
| | | | | | | | | | | | | 2004-06-12 Marco Pesenti Gritti <marco@gnome.org> * lib/egg/egg-editable-toolbar.c: (toolbar_drag_motion_cb): Allow items to be dragged from toolbar editor also when in items only mode. * lib/egg/egg-toolbars-model.c: (egg_toolbars_model_add_separator): The type should be the same as tool items.
* Put proper property IDs on propertiesAdam Hooper2004-06-122-2/+9
|
* Make spinner not use a visible window, and fix coordinates accordingly.Christian Persch2004-06-122-6/+15
| | | | | | | | | | 2004-06-12 Christian Persch <chpe@cvs.gnome.org> * lib/widgets/ephy-spinner.c: (ephy_spinner_new), (ephy_spinner_init), (ephy_spinner_expose): Make spinner not use a visible window, and fix coordinates accordingly. Patch by Crispin Flowerday, fixes bug #134686.
* Save the toolbars models from dispose, not from finalize, since you cannotChristian Persch2004-06-124-12/+43
| | | | | | | | | | | | | | | | 2004-06-11 Christian Persch <chpe@cvs.gnome.org> * src/bookmarks/ephy-bookmarks.c: (ephy_bookmarks_finalize): * src/bookmarks/ephy-bookmarksbar-model.c: (ephy_bookmarksbar_model_dispose), (ephy_bookmarksbar_model_finalize), (ephy_bookmarksbar_model_class_init): * src/ephy-toolbars-model.c: (ephy_toolbars_model_dispose), (ephy_toolbars_model_finalize), (ephy_toolbars_model_class_init): Save the toolbars models from dispose, not from finalize, since you cannot emit signals from the latter (the get_item_* signals are emitted while saving).
* Do not put ACLOCAL flags in the Makefile, it should not be necessaryMarco Pesenti Gritti2004-06-112-3/+8
| | | | | | | | | | 2004-06-11 Marco Pesenti Gritti <marco@gnome.org> * configure.in: Do not put ACLOCAL flags in the Makefile, it should not be necessary anymore with recent gnome-common.
* Merging bookmarksbar-separation branch.Christian Persch2004-06-1130-1156/+1121
| | | | | | 2004-06-10 Christian Persch <chpe@cvs.gnome.org> Merging bookmarksbar-separation branch.
* Updated German translation.Christian Neumair2004-06-102-148/+138
|
* Disable xpinstall by default. Fixes bug #144035.Christian Persch2004-06-102-0/+9
| | | | | | | | 2004-06-09 Christian Persch <chpe@cvs.gnome.org> * data/default-prefs.js: Disable xpinstall by default. Fixes bug #144035.
* s/get_item_name/get_item_dataMarco Pesenti Gritti2004-06-105-26/+57
| | | | | | | | | | | | | | | | | | | 2004-06-09 Marco Pesenti Gritti <marco@gnome.org> * lib/egg/egg-editable-toolbar.c: (drag_data_get_cb), (set_item_drag_source): * lib/egg/egg-toolbars-model.c: (egg_toolbars_model_to_xml), (impl_get_item_id), (impl_get_item_data), (egg_toolbars_model_class_init), (egg_toolbars_model_get_item_data): * lib/egg/egg-toolbars-model.h: * src/ephy-toolbars-model.c: (impl_get_item_data), (impl_get_item_id), (ephy_toolbars_model_class_init): s/get_item_name/get_item_data Do not assume data isnt changing, use the id and convert later instead.
* 2004-06-09 Christian Persch <chpe@cvs.gnome.org>Christian Persch2004-06-101-20/+34
| | | | | | | | | | | | | | | | | | | | | * lib/egg/egg-editable-toolbar.c: (drag_data_get_cb), (set_item_drag_source), (create_item_from_action), (create_item), (drag_data_received_cb), (egg_editable_toolbar_set_edit_mode): * lib/egg/egg-toolbar-editor.c: (model_has_action): * lib/egg/egg-toolbars-model.c: (egg_toolbars_model_to_xml), (toolbars_item_new), (free_item_node), (egg_toolbars_model_add_separator), (impl_add_item), (parse_item_list), (egg_toolbars_model_load), (impl_get_item_name), (egg_toolbars_model_class_init), (egg_toolbars_model_init), (egg_toolbars_model_item_nth), (egg_toolbars_model_get_item_id), (egg_toolbars_model_get_item_name): * lib/egg/egg-toolbars-model.h: * src/bookmarks/ephy-bookmarksbar-model.c: (get_toolbar_and_item_pos), (item_added_cb), (impl_get_item_name), (ephy_bookmarksbar_model_class_init): * src/toolbar.c: (toolbar_get_type), (toolbar_added_cb), (ephy_toolbar_realize), (ephy_toolbar_unrealize), (toolbar_class_init):
* Retain custom types when moving items aroundMarco Pesenti Gritti2004-06-096-70/+76
| | | | | | | | | | | | | | | 2004-06-09 Marco Pesenti Gritti <marco@gnome.org> * lib/egg/egg-editable-toolbar.c: (drag_data_get_cb), (set_item_drag_source), (create_item_from_action), (create_item), (drag_data_received_cb), (egg_editable_toolbar_set_edit_mode): * lib/egg/egg-toolbar-editor.c: (model_has_action): * lib/egg/egg-toolbars-model.c: (egg_toolbars_model_item_nth): * lib/egg/egg-toolbars-model.h: * src/ephy-toolbars-model.c: (get_toolbar_and_item_pos), (ephy_toolbars_model_class_init), (item_added): Retain custom types when moving items around
* Separation of bookmarks and normal toolbars.Christian Persch2004-06-095-0/+1127
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2004-06-08 Christian Persch <chpe@cvs.gnome.org> Separation of bookmarks and normal toolbars. * lib/egg/egg-editable-toolbar.c: (find_action), (create_item), (egg_editable_toolbar_construct), (egg_editable_toolbar_realize), (egg_editable_toolbar_unrealize), (egg_editable_toolbar_set_model), (egg_editable_toolbar_set_merge), (egg_editable_toolbar_set_property), (egg_editable_toolbar_get_property), (egg_editable_toolbar_class_init), (egg_editable_toolbar_init), (egg_editable_toolbar_set_edit_mode): * lib/egg/egg-editable-toolbar.h: * lib/egg/egg-toolbars-model.c: (egg_toolbars_model_load), (egg_toolbars_model_init): Only construct the toolbar on realize. When setting a different model, unrealize the toolbar. Connect to model only while realized, fixes crashes when setting flags on the toolbars model. * data/ui/epiphany-bookmarksbar.xml: * data/ui/epiphany-fs-toolbar.xml: * data/ui/epiphany-toolbar.xml: Separated. Fix root name to be "toolbars" which is the name we save the model with. * src/bookmarks/ephy-bookmarksbar-model.c: (ephy_bookmarksbar_model_get_type), (get_toolbar_and_item_pos), (get_toolbar_pos), (ephy_bookmarksbar_model_get_action_name), (ephy_bookmarksbar_model_get_node), (ephy_bookmarksbar_model_add_bookmark), (ephy_bookmarksbar_model_remove_bookmark), (ephy_bookmarksbar_model_has_bookmark), (save_changes_idle), (save_changes), (update_flags_and_save_changes), (bookmark_destroy_cb), (item_added_cb), (impl_add_item), (impl_get_item_id), (impl_get_item_type), (load_toolbars), (ephy_bookmarksbar_model_init), (ephy_bookmarksbar_model_finalize), (ephy_bookmarksbar_model_set_property), (ephy_bookmarksbar_model_get_property), (ephy_bookmarksbar_model_class_init), (ephy_bookmarksbar_model_new): * src/bookmarks/ephy-bookmarksbar-model.h: * src/ephy-toolbars-model.c: (save_changes_idle), (save_changes), (update_flags_and_save_changes), (get_toolbar_pos), (load_toolbars), (ephy_toolbars_model_init), (ephy_toolbars_model_finalize), (ephy_toolbars_model_class_init), (ephy_toolbars_model_new): * src/ephy-toolbars-model.h: Split toolbars model in bookmarks and non-bookmarks parts. * src/bookmarks/ephy-bookmarksbar.c: (ephy_bookmarksbar_get_type), (go_location_cb), (bookmark_destroy_cb), (ephy_bookmarksbar_action_request), (toolbar_added_cb), (ephy_bookmarksbar_set_window), (ephy_bookmarksbar_realize), (ephy_bookmarksbar_unrealize), (ephy_bookmarksbar_init), (ephy_bookmarksbar_finalize), (ephy_bookmarksbar_set_property), (ephy_bookmarksbar_get_property), (ephy_bookmarksbar_class_init), (ephy_bookmarksbar_new): * src/bookmarks/ephy-bookmarksbar.h: * src/toolbar.c: (go_location_cb), (toolbar_set_property), (toolbar_get_property), (toolbar_class_init), (toolbar_set_window), (toolbar_init), (toolbar_new), (toolbar_set_location), (toolbar_update_navigation_actions): * src/toolbar.h: * src/ephy-window.c: (get_chromes_visibility), (sync_chromes_visibility), (ephy_window_fullscreen), (ephy_window_unfullscreen), (action_request_forward_cb), (ephy_window_init), (ephy_window_get_toolbar), (ephy_window_get_bookmarksbar): * src/ephy-window.h: * src/window-commands.c: (window_cmd_view_fullscreen), (toolbar_editor_destroy_cb), (toolbar_editor_response_cb), (window_cmd_edit_toolbar): Split toolbars in bookmarks and non-bookmarks toolbars. * src/bookmarks/ephy-bookmarks.c: (ephy_bookmarks_init_defaults), (ephy_bookmarks_get_toolbars_model), (ephy_bookmarks_set_property), (ephy_bookmarks_get_property), (ephy_bookmarks_class_init), (ephy_bookmarks_finalize): * src/bookmarks/ephy-bookmarks.h: * src/ephy-shell.c: (ephy_shell_get_toolbars_model): * src/ephy-shell.h: Made bookmarksbar toolbars model a service of EphyBookmarks. * src/bookmarks/ephy-bookmark-properties.c: (ephy_bookmark_properties_set_property), (toolbar_checkbox_changed_cb), (build_ui), (ephy_bookmark_properties_init): * src/bookmarks/ephy-bookmarks-editor.c: (cmd_show_in_bookmarks_bar), (ephy_bookmarks_editor_update_menu), (toolbar_items_changed_cb), (ephy_bookmarks_editor_init): Adapt to changes above. * data/ui/Makefile.am: * src/Makefile.am: * src/bookmarks/Makefile.am: Makefile changes.
* Fix CSS background detection, based on a galeon patch by CrispinChristian Persch2004-06-092-53/+73
| | | | | | | | | 2004-06-08 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EventContext.cpp: Fix CSS background detection, based on a galeon patch by Crispin Flowerday. Fixed bug #143602.
* Adjust comment about mozilla bug #232057, which was WONTFIXed.Christian Persch2004-06-092-4/+10
| | | | | | | | | 2004-06-08 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EphyBrowser.cpp: Adjust comment about mozilla bug #232057, which was WONTFIXed.
* Do not hide clipboard items for the input context (Bug #139040)Marco Pesenti Gritti2004-06-082-9/+10
| | | | | | | | | 2004-06-08 Marco Pesenti Gritti <marco@gnome.org> * src/ephy-window.c: (show_embed_popup): Do not hide clipboard items for the input context (Bug #139040)
* *** empty log message ***Marco Pesenti Gritti2004-06-081-0/+5
|
* Move external protocols prefs defaults in the javascript file and addMarco Pesenti Gritti2004-06-082-12/+11
| | | | | | | | | | 2004-06-08 Marco Pesenti Gritti <marco@gnome.org> * data/default-prefs.js: * embed/mozilla/mozilla-embed-single.cpp: Move external protocols prefs defaults in the javascript file and add webcal (Bug #143899)
* Fix setting default filename in the !modeSave case.Christian Persch2004-06-073-31/+32
| | | | | | | | 2004-06-07 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/FilePicker.cpp: Fix setting default filename in the !modeSave case.
* Don't allow ::SetDefaultString unless we're in modeSave.Christian Persch2004-06-072-1/+11
| | | | | | | | 2004-06-07 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/FilePicker.cpp: Don't allow ::SetDefaultString unless we're in modeSave.
* Also load extensions from /home/users/rossRoss Burton2004-06-072-0/+12
|
* Use ephy-file-chooser convenience constructor instead of duplicating codeChristian Persch2004-06-072-49/+52
| | | | | | | | | 2004-06-07 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/FilePicker: Use ephy-file-chooser convenience constructor instead of duplicating code here.
* Simplified mozilla version checks with new MOZILLA_IS_VERSION4 macro.Christian Persch2004-06-073-3/+14
| | | | | | | | | 2004-06-06 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/GtkNSSKeyPairDialogs.cpp: * embed/mozilla/mozilla-version.h: Simplified mozilla version checks with new MOZILLA_IS_VERSION4 macro.
* Updated Greek translation.Nikos Charonitakis2004-06-062-446/+156
|
* 2004-06-06 Updated ja.po. T.Aihana <aihana@gnome.gr.jp>Updated ja.po. T.Aihana2004-06-062-299/+125
|
* Add help/es/Makefile to AC_OUTPUT.Christian Persch2004-06-062-0/+7
| | | | | | | | 2004-06-05 Christian Persch <chpe@cvs.gnome.org> * configure.in: Add help/es/Makefile to AC_OUTPUT.
* Added Spanish docsFrancisco Javier F. Serrador2004-06-051-0/+4
| | | | | | 2004-06-05 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * epiphany.xml: Added Spanish docs
* Added Spansih docsFrancisco Javier F. Serrador2004-06-051-1/+1
| | | | | | 2004-06-05 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * epiphany.xml: Added Spansih docs
* Spanish figuresFrancisco Javier F. Serrador2004-06-054-0/+0
| | | | | | 2004-06-05 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * epiphany.xml: Spanish figures
* Updated Albanian translationLaurent Dhima2004-06-051-0/+4
| | | | * sq.po: Updated Albanian translation
* UpdatedLaurent Dhima2004-06-051-106/+98
|
* Spanish manual translation (finished)Francisco Javier F. Serrador2004-06-051-408/+481
| | | | | | 2004-06-05 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * epiphany.xml: Spanish manual translation (finished)
* Updated Simplified Chinese translationFunda Wang2004-06-052-299/+125
|
* Fix bug reporting addressChristian Persch2004-06-051-1/+2
|
* merge mozilla-embed-strings branchMarco Pesenti Gritti2004-06-0435-956/+1146
|
* Fixed some strings in the Danish translation.Ole Laursen2004-06-032-82/+31
| | | | | | 2004-06-02 Ole Laursen <olau@hardworking.dk> * da.po: Fixed some strings in the Danish translation.
* Move the "Exit Fullscreen" popup to the right in RTL locale. Fixes bugChristian Persch2004-06-032-6/+22
| | | | | | | | | 2004-06-02 Christian Persch <chpe@cvs.gnome.org> * src/ephy-window.c: (update_exit_fullscreen_popup_position): Move the "Exit Fullscreen" popup to the right in RTL locale. Fixes bug #140828.
* Commit changelog for previous change -- OOPS!Adam Hooper2004-06-021-0/+8
|
* Update from libeggAdam Hooper2004-06-011-21/+11
|
* Changed the translation of Downloads.Ole Laursen2004-05-312-3/+8
| | | | | | 2004-05-31 Ole Laursen <olau@hardworking.dk> * da.po: Changed the translation of Downloads.
* Post-release version bump.Christian Persch2004-05-312-1/+7
| | | | | | | | 2004-05-31 Christian Persch <chpe@cvs.gnome.org> * configure.in: Post-release version bump.
* Release 1.3.0Release130Christian Persch2004-05-3170-38101/+45949
|
* Updating NEWSChristian Persch2004-05-311-14/+0
|
* Updated Lithuanian translation.Žygimantas Beručka2004-05-312-201/+234
| | | | | | 2004-05-31 Žygimantas Beručka <uid0@akl.lt> * lt.po: Updated Lithuanian translation.
* Updated Spanish translationFrancisco Javier F. Serrador2004-05-301-178/+207
| | | | | | 2004-05-30 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation
* Updating NEWSChristian Persch2004-05-301-0/+2
|
* Fix reload logic not to use forced reload by default. Patch by C. J. N.Christian Persch2004-05-302-2/+9
| | | | | | | | | 2004-05-29 Christian Persch <chpe@cvs.gnome.org> * src/window-commands.c: (window_cmd_view_reload): Fix reload logic not to use forced reload by default. Patch by C. J. N. Breame, fixes bug #143365
* Updated Danish translation.Ole Laursen2004-05-302-648/+673
| | | | | | 2004-05-29 Ole Laursen <olau@hardworking.dk> * da.po: Updated Danish translation.
* Updated Spanish helpFrancisco Javier F. Serrador2004-05-291-71/+73
| | | | | | 2004-05-29 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * epiphany.xml: Updated Spanish help
* Revert varargs change, it doesn't work for LOG("Message") withoutChristian Persch2004-05-292-11/+7
| | | | | | | | | 2004-05-29 Christian Persch <chpe@cvs.gnome.org> * lib/ephy-debug.h: Revert varargs change, it doesn't work for LOG("Message") without arguments.
* Updating NEWSChristian Persch2004-05-291-4/+9
|
* Use ISO style variable argument macros. Patch by Brian Cameron, part ofChristian Persch2004-05-292-0/+19
| | | | | | | | | 2004-05-29 Christian Persch <chpe@cvs.gnome.org> * lib/ephy-debug.h: Use ISO style variable argument macros. Patch by Brian Cameron, part of bug #141319.
* Add check for 'mkdtemp', since solaris doesn't have it.Christian Persch2004-05-293-0/+21
| | | | | | | | | | | | 2004-05-29 Christian Persch <chpe@cvs.gnome.org> * configure.in: Add check for 'mkdtemp', since solaris doesn't have it. * lib/ephy-file-helpers.c: (ephy_file_tmp_dir): Error out if we don't have mkdtemp.
* Don't return a value in void function, part of bug #141319.Christian Persch2004-05-292-1/+7
| | | | | | | | 2004-05-29 Christian Persch <chpe@cvs.gnome.org> * lib/ephy-dialog.c: (ephy_dialog_construct): Don't return a value in void function, part of bug #141319.
* Don't return a value in void function, part of bug #141319.Christian Persch2004-05-292-1/+7
| | | | | | | | 2004-05-29 Christian Persch <chpe@cvs.gnome.org> * embed/ephy-embed.c: (ephy_embed_print_preview_navigate): Don't return a value in void function, part of bug #141319.
* Depend on glib >= 2.4.1 because of the fix for bug #112222.Christian Persch2004-05-292-1/+7
| | | | | | | | 2004-05-29 Christian Persch <chpe@cvs.gnome.org> * configure.in: Depend on glib >= 2.4.1 because of the fix for bug #112222.
* Fix for mozilla API change (ported from galeon).Christian Persch2004-05-292-1/+21
| | | | | | | | 2004-05-29 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/GtkNSSKeyPairDialogs.cpp: Fix for mozilla API change (ported from galeon).
* Increase mozilla snapshot level for 1.8a2/trunk.Christian Persch2004-05-292-2/+8
| | | | | | | | 2004-05-29 Christian Persch <chpe@cvs.gnome.org> * configure.in: Increase mozilla snapshot level for 1.8a2/trunk.
* Update for 1.3.0.Christian Persch2004-05-292-2/+205
| | | | | | | | 2004-05-29 Christian Persch <chpe@cvs.gnome.org> * NEWS: Update for 1.3.0.
* Added "tk" to ALL_LINGUAS. Added Turkmen translation by Gurban MühemmetChristian Rose2004-05-294-1/+3504
| | | | | | | | 2004-05-29 Christian Rose <menthos@menthos.com> * configure.in: Added "tk" to ALL_LINGUAS. * po/tk.po: Added Turkmen translation by Gurban Mühemmet Tewekgeli <gmtavakkoli@yahoo.com>.
* Include "config.h".Christian Persch2004-05-291-0/+4
| | | | | | | | 2004-05-28 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/MozDownload.h: Include "config.h".
* Always include "config.h" !Christian Persch2004-05-292-0/+10
| | | | | | | | 2004-05-28 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/ContentHandler.h: Always include "config.h" !
* Fix snapshot check for mozilla >= 1.7rc2 .Christian Persch2004-05-292-1/+7
| | | | | | | | 2004-05-28 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/ContentHandler.h: Fix snapshot check for mozilla >= 1.7rc2 .
* Fix some spellings in Thai translation.Theppitak Karoonboonyanan2004-05-252-33/+32
|
* Remove unused field in structXan Lopez2004-05-254-1/+15
| | | | | | | | | | | * embed/downloader-view.c: (update_status_icon): Remove unused field in struct * embed/mozilla/GtkNSSClientAuthDialogs.cpp: * embed/mozilla/GtkNSSDialogs.cpp: Fix build with 1.8a2
* Added "th" (Thai) to ALL_LINGUAS. Added Thai translation by IsriyaPaisa Seeluangsawat2004-05-244-1/+3338
| | | | | | | | 2004-05-23 Paisa Seeluangsawat <paisa@users.sf.net> * configure.in: Added "th" (Thai) to ALL_LINGUAS. * po/th.po: Added Thai translation by Isriya Paireepairit <isriyapaireepairit@hotmail.com>.
* Updated Bulgarian translation by Vladimir Petkov <vpetkov@i-space.org>Alexander Shopov2004-05-242-279/+283
| | | | | | | | 2004-05-23 Alexander Shopov <ash@contact.bg> * bg.po: Updated Bulgarian translation by Vladimir Petkov <vpetkov@i-space.org> Fixed a slight misspelling in ChangeLog.
* remove Makefile.in errounously committedMarco Pesenti Gritti2004-05-231-357/+0
|
* Fix some headers fallouts with mozilla headMarco Pesenti Gritti2004-05-234-1/+17
| | | | | | | | | | 2004-05-23 Marco Pesenti Gritti <marco@gnome.org> * embed/mozilla/EphyBrowser.cpp: * embed/mozilla/EphyBrowser.h: * embed/mozilla/MozillaPrivate.cpp: Fix some headers fallouts with mozilla head
* Fix compilation with moz 1.6.Christian Persch2004-05-221-0/+6
| | | | | | | | 2004-05-22 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/ContentHandler.h: Fix compilation with moz 1.6.
* Set the drag icon on realize, otherwise the current icon theme isn't used,Crispin Flowerday2004-05-222-21/+31
| | | | | | | | | | | 2004-05-22 Crispin Flowerday <gnome@flowerday.cx> * libegg/toolbareditor/egg-toolbar-editor.c (event_box_realize_cb), (editor_create_item): Set the drag icon on realize, otherwise the current icon theme isn't used, and it falls back to the default theme.
* Recognise mozilla 1.8a1 and 1.8a2.Christian Persch2004-05-222-0/+8
| | | | | | | | 2004-05-22 Christian Persch <chpe@cvs.gnome.org> * configure.in: Recognise mozilla 1.8a1 and 1.8a2.
* Elimiate indeterminate progress, fixes bugs #142303 and #142305.Christian Persch2004-05-213-20/+16
| | | | | | | | | | 2004-05-21 Christian Persch <chpe@cvs.gnome.org> * src/ephy-statusbar.c: (ephy_statusbar_set_progress): * src/ephy-tab.c: (ephy_tab_class_init), (build_load_percent), (ephy_tab_net_state_cb), (ephy_tab_get_load_percent): Elimiate indeterminate progress, fixes bugs #142303 and #142305.
* Fix stupid bug.Christian Persch2004-05-212-2/+9
| | | | | | | | | 2004-05-20 Christian Persch <chpe@cvs.gnome.org> * embed/ephy-history.c: (ephy_history_set_property), (ephy_history_get_property): Fix stupid bug.
* Emit the "tab_removed" signal also for the window's last tab. Part of bugChristian Persch2004-05-203-6/+11
| | | | | | | | | | 2004-05-19 Christian Persch <chpe@cvs.gnome.org> * src/ephy-notebook.c: (ephy_notebook_remove_tab): * src/ephy-window.c: (tab_removed_cb): Emit the "tab_removed" signal also for the window's last tab. Part of bug #142078.
* Open bookmark in new tab on middle-click. Fixes bug #106250.Christian Persch2004-05-203-6/+81
| | | | | | | | | | | 2004-05-19 Christian Persch <chpe@cvs.gnome.org> * src/bookmarks/ephy-bookmark-action.c: (activate_cb), (button_press_cb), (button_release_cb), (connect_proxy), (ephy_bookmark_action_class_init): * src/toolbar.c: (go_location_cb): Open bookmark in new tab on middle-click. Fixes bug #106250.
* Fix typoChristian Persch2004-05-201-1/+0
|
* Backported fixes from gtk+ cvs head.Christian Persch2004-05-202-17/+28
| | | | | | | | | | | 2004-05-19 Christian Persch <chpe@cvs.gnome.org> * lib/widgets/ephy-cell-renderer-progress.c: (ephy_cell_renderer_progress_init), (compute_dimensions), (ephy_cell_renderer_progress_get_size), (ephy_cell_renderer_progress_render): Backported fixes from gtk+ cvs head.
* Fix a MOZILLA_SNAPSHOT check for 1.7 branch.Christian Persch2004-05-192-1/+7
| | | | | | | | 2004-05-19 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/MozDownload.cpp: Fix a MOZILLA_SNAPSHOT check for 1.7 branch.
* Generate Makefile in help/es too.Christian Persch2004-05-192-0/+7
| | | | | | | | 2004-05-19 Christian Persch <chpe@cvs.gnome.org> * configure.in: Generate Makefile in help/es too.
* Fix capitalisation.Christian Persch2004-05-193-2/+10
| | | | | | | | | | 2004-05-19 Christian Persch <chpe@cvs.gnome.org> * embed/print-dialog.c: (ephy_print_dialog_browse_button_cb): * src/bookmarks/ephy-bookmarks-editor.c: (import_dialog_response_cb): Fix capitalisation.
* Updated British English translationGareth Owen2004-05-192-109/+141
|
* Fix observer topic check for cookie "cleared" notification.Christian Persch2004-05-172-1/+7
| | | | | | | | 2004-05-17 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EphySingle.cpp: Fix observer topic check for cookie "cleared" notification.
* updated Walloon filePablo Saratxaga2004-05-172-1300/+1712
|
* Spanish docs updatedFrancisco Javier F. Serrador2004-05-171-65/+64
| | | | | | 2004-05-16 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * Spanish docs updated
* Fix mem leak.Christian Persch2004-05-162-3/+15
| | | | | | | | | | 2004-05-15 Christian Persch <chpe@cvs.gnome.org> * lib/ephy-dialog.c: (set_value_from_editable), (set_value_from_radiobuttongroup), (set_value_from_spin_button), (set_value_from_togglebutton), (set_combo_box_from_value): Fix mem leak.
* Fix mem leaks.'Christian Persch2004-05-162-0/+9
| | | | | | | | 2004-05-15 Christian Persch <chpe@cvs.gnome.org> * lib/egg/egg-toolbar-editor.c: (egg_toolbar_editor_finalize): Fix mem leaks.'
* Fix refcount leak.Christian Persch2004-05-162-0/+9
| | | | | | | | 2004-05-15 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/mozilla-embed-persist.cpp: Fix refcount leak.
* Shut upChristian Persch2004-05-161-0/+4
|
* Set mEventReceiver to nsnull in ::Destroy(), fixes a crasher.Christian Persch2004-05-162-6/+14
| | | | | | | | 2004-05-15 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EphyBrowser.cpp: Set mEventReceiver to nsnull in ::Destroy(), fixes a crasher.
* Updated Canadian English translation.Alexander Winston2004-05-152-104/+146
| | | | | | 2004-05-15 Alexander Winston <alexander.winston@comcast.net> * en_CA.po: Updated Canadian English translation.
* *** empty log message ***Christian Persch2004-05-151-7/+0
|
* Yet another mozilla API change.Christian Persch2004-05-152-13/+67
| | | | | | | | 2004-05-14 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EphyContentPolicy.cpp: Yet another mozilla API change.
* Forgot to change action entries for last commit.Christian Persch2004-05-142-4/+6
| | | | | | | | 2004-05-13 Christian Persch <chpe@cvs.gnome.org> * src/ephy-window.c: Forgot to change action entries for last commit.
* Simplify context menu wrt. frames. Fixes bug #138442.Christian Persch2004-05-144-55/+8
| | | | | | | | | | 2004-05-13 Christian Persch <chpe@cvs.gnome.org> * data/ui/epiphany-ui.xml: * src/popup-commands.c: * src/popup-commands.h: Simplify context menu wrt. frames. Fixes bug #138442.
* Updated Spanish translation.Francisco Javier F. Serrador2004-05-145-0/+2989
| | | | | | 2004-05-13 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation.
* Updated Czech translation.Miloslav Trmac2004-05-132-5/+21
| | | | | | 2004-05-13 Miloslav Trmac <mitr@volny.cz> * cs.po: Updated Czech translation.
* Make sure we don't add a colon at the end of LD_LIBRARY_PATH, which willChristian Persch2004-05-132-1/+13
| | | | | | | | | | 2004-05-12 Christian Persch <chpe@cvs.gnome.org> * src/epiphany.in: Make sure we don't add a colon at the end of LD_LIBRARY_PATH, which will make LD_LIBRARY_PATH include the current directory. Should fix bug #141576.
* Updated Spanish translation.Francisco Javier F. Serrador2004-05-132-75/+114
| | | | | | 2004-05-12 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation.
* Backport changed from the new gtkcellrendererprogress which was based onChristian Persch2004-05-133-240/+346
| | | | | | | | | | | | | | | | | | | | 2004-05-12 Christian Persch <chpe@cvs.gnome.org> * lib/widgets/ephy-cell-renderer-progress.c: (ephy_cell_renderer_progress_class_init), (ephy_cell_renderer_progress_init), (ephy_cell_renderer_progress_new), (ephy_cell_renderer_progress_finalize), (ephy_cell_renderer_progress_get_property), (ephy_cell_renderer_progress_set_property), (ephy_cell_renderer_progress_set_value), (ephy_cell_renderer_progress_set_text), (compute_dimensions), (ephy_cell_renderer_progress_get_size), (ephy_cell_renderer_progress_render): * lib/widgets/ephy-cell-renderer-progress.h: Backport changed from the new gtkcellrendererprogress which was based on ephy's, to support RTL.
* Fix compilation with gcc 2.95.Christian Persch2004-05-122-1/+8
| | | | | | | | 2004-05-11 Christian Persch <chpe@cvs.gnome.org> * lib/ephy-dialog.c: (set_combo_box_from_value): Fix compilation with gcc 2.95.
* One more NS_ENSURE_TRUE.Christian Persch2004-05-112-1/+7
| | | | | | | | 2004-05-11 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EphyBrowser.cpp: One more NS_ENSURE_TRUE.
* Updated Albanian translationLaurent Dhima2004-05-111-0/+4
| | | | * sq.po: Updated Albanian translation
* UpdatedLaurent Dhima2004-05-111-641/+491
|
* Updated Czech translation.Miloslav Trmac2004-05-112-66/+85
| | | | | | 2004-05-11 Miloslav Trmac <mitr@volny.cz> * cs.po: Updated Czech translation.
* Changed back to NS_ENSURE_TRUE as per discussion in bug #142184.Christian Persch2004-05-112-23/+29
| | | | | | | | 2004-05-11 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EphyBrowser.cpp: Changed back to NS_ENSURE_TRUE as per discussion in bug #142184.
* Remove unused variable.Christian Persch2004-05-112-1/+6
| | | | | | | | 2004-05-11 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/mozilla-notifiers.cpp: Remove unused variable.
* Destroy the EphyBrowser in destroy handler, but delete it only onChristian Persch2004-05-113-45/+87
| | | | | | | | | | | 2004-05-11 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EphyBrowser.cpp: * embed/mozilla/mozilla-embed.cpp: Destroy the EphyBrowser in destroy handler, but delete it only on finalize. Make public EphyBrowser methods safe for calling after Destroy. Part of bug #142184.
* Statusbar re-design: Move lock icon to left; hide progress bar when noChristian Persch2004-05-113-12/+77
| | | | | | | | | | | | | 2004-05-10 Christian Persch <chpe@cvs.gnome.org> * src/ephy-statusbar.c: (create_statusbar_security_icon), (create_statusbar_progress), (sync_shadow_type), (ephy_statusbar_init), (ephy_statusbar_set_progress), (ephy_statusbar_add_widget): * src/ephy-tab.c: (ephy_tab_net_state_cb): Statusbar re-design: Move lock icon to left; hide progress bar when no activity. Part of bug #137845.
* Shut upChristian Persch2004-05-101-0/+2
|
* Fix accelerator for OpenImage action.Christian Persch2004-05-092-1/+7
| | | | | | | | 2004-05-09 Christian Persch <chpe@cvs.gnome.org> * src/ephy-window.c: Fix accelerator for OpenImage action.
* Added ephy-file-chooser.c.Christian Persch2004-05-092-0/+5
| | | | | | 2004-05-08 Christian Persch <chpe@cvs.gnome.org> * POTFILES.in: Added ephy-file-chooser.c.
* Jump to new tabs created from command lines; fixes bug #141168.Christian Persch2004-05-092-4/+10
| | | | | | | | 2004-05-08 Christian Persch <chpe@cvs.gnome.org> * src/ephy-automation.c: (impl_ephy_automation_loadurl): Jump to new tabs created from command lines; fixes bug #141168.
* Add convenience functions for creating a filter with a bunch of mime typesChristian Persch2004-05-0910-80/+217
| | | | | | | | | | | | | | | | | | | | | | 2004-05-08 Christian Persch <chpe@cvs.gnome.org> * lib/ephy-file-chooser.c: (ephy_file_chooser_add_pattern_filter), (ephy_file_chooser_add_mime_filter), (ephy_file_chooser_new): * lib/ephy-file-chooser.h: Add convenience functions for creating a filter with a bunch of mime types or patterns and add it to a file chooser. Those should really be in gtk+; see bug #142142. * embed/mozilla/ContentHandler.cpp: * embed/mozilla/EphyHeaderSniffer.cpp: * embed/mozilla/FilePicker.cpp: * embed/print-dialog.c: (ephy_print_dialog_browse_button_cb): * src/bookmarks/ephy-bookmarks-editor.c: (import_dialog_response_cb): * src/prefs-dialog.c: (prefs_download_path_button_clicked_cb): * src/window-commands.c: (window_cmd_file_open): Add some filters to the file chooser dialogues.
* Forward nsIAuthPrompt interface to the single sign-on promptChristian Persch2004-05-083-35/+19
| | | | | | | | | 2004-05-08 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EphyHeaderSniffer.cpp: * embed/mozilla/EphyHeaderSniffer.h: Forward nsIAuthPrompt interface to the single sign-on prompt
* corrected <identifier url>.Iñaki Larrañaga2004-05-071-1/+1
| | | | | | 2004-05-07 Iñaki Larrañaga <dooteo@euskalgnu.org> * epiphany-eu.omf: corrected <identifier url>.
* Adjust MOZILLA_SNAPSHOT checks for changed snapshot levels.Christian Persch2004-05-074-27/+35
| | | | | | | | | | 2004-05-07 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/ContentHandler.cpp: * embed/mozilla/EphyBrowser.cpp: * embed/mozilla/FilePicker.cpp: Adjust MOZILLA_SNAPSHOT checks for changed snapshot levels.
* Increase snapshot level for mozilla >= 1.7rc2 and 1.8a/trunk.Christian Persch2004-05-072-4/+11
| | | | | | | | 2004-05-07 Christian Persch <chpe@cvs.gnome.org> * configure.in: Increase snapshot level for mozilla >= 1.7rc2 and 1.8a/trunk.
* ru.po: Updated Russian translation from Russian team <gnome-cyr@gnome.org>.Dmitry Mastrukov2004-05-072-204/+229
|
* Check for nsIPassword.hChristian Persch2004-05-063-5/+24
| | | | | | | | | | | | 2004-05-06 Christian Persch <chpe@cvs.gnome.org> * configure.in: Check for nsIPassword.h * embed/mozilla/mozilla-embed-single.cpp: Allow compilation without nsIPassword (mozilla wallet extension).
* Adapt to mozilla API change.Christian Persch2004-05-062-0/+11
| | | | | | | | 2004-05-06 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EphyBrowser.cpp: Adapt to mozilla API change.
* Recognise 1.7rc* too.Christian Persch2004-05-062-0/+8
| | | | | | | | 2004-05-06 Christian Persch <chpe@cvs.gnome.org> * configure.in: Recognise 1.7rc* too.
* ru.po: Updated Russian translation from Russian team <gnome-cyr@gnome.org>.Dmitry Mastrukov2004-05-052-35/+60
|
* Updated Spanish translation.Francisco Javier F. Serrador2004-05-052-618/+619
| | | | | | 2004-05-04 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation.
* Updated Dutch translation.Reinout van Schouwen2004-05-041-92/+107
| | | | | 2004-05-04 Reinout van Schouwen <reinouts@gnome.org> * nl.po: Updated Dutch translation.
* Whenever we have one, pass the cache key to the persist object. That wayChristian Persch2004-05-042-3/+15
| | | | | | | | | 2004-05-03 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/mozilla-embed-persist.cpp: Whenever we have one, pass the cache key to the persist object. That way we don't re-fetch the page on save. Fixes bug #141652.
* Fix a mem leak; thanks to Crispin for spotting it.Christian Persch2004-05-032-1/+7
| | | | | | | | 2004-05-03 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/mozilla-embed-persist.cpp: Fix a mem leak; thanks to Crispin for spotting it.
* title added back to dialog - see notes on bug #133152Patanjali Somayaji2004-05-032-1/+7
| | | | | | | | 2004-05-03 Patanjali Somayaji <patanjali@codito.com> * lib/ephy-gui.c: (ephy_gui_confirm_overwrite_file): title added back to dialog - see notes on bug #133152
* Remove unused variableChristian Persch2004-05-031-3/+0
|
* More HIGifying of the overwrite confirmation dialog - - title removed fromPatanjali Somayaji2004-05-032-1/+10
| | | | | | | | | | 2004-05-03 Patanjali Somayaji <patanjali@codito.com> * lib/ephy-gui.c: (ephy_gui_confirm_overwrite_file): More HIGifying of the overwrite confirmation dialog - - title removed from dialog - dialog removed from window list
* Make Escape cancel overwrite dialog.Piers Cornwell2004-05-032-20/+22
| | | | | | | | 2004-05-02 Piers Cornwell <piers@gnome.org> * lib/ephy-gui.c: (ephy_gui_confirm_overwrite_file): Make Escape cancel overwrite dialog.
* Clean up encoding handling.Christian Persch2004-05-0211-160/+120
| | | | | | | | | | | | | | | | | | | 2004-05-01 Christian Persch <chpe@cvs.gnome.org> * embed/ephy-embed.c: (ephy_embed_get_encoding), (ephy_embed_has_automatic_encoding): * embed/ephy-embed.h: * embed/ephy-encodings.c: * embed/ephy-encodings.h: * embed/mozilla/EphyBrowser.cpp: * embed/mozilla/EphyBrowser.h: * embed/mozilla/MozRegisterComponents.cpp: * embed/mozilla/mozilla-embed.cpp: * src/ephy-encoding-dialog.c: (sync_embed_cb), (activate_choice): * src/ephy-encoding-menu.c: (update_encoding_menu_cb), (encoding_activate_cb): Clean up encoding handling.
* Minor updates to match UI.Piers Cornwell2004-05-022-53/+69
| | | | | | | | 2004-05-01 Piers Cornwell <piers@gnome.org> * help/C/epiphany.xml: Minor updates to match UI.
* Make the statusbar's GtkTooltips publicly accessibly.Christian Persch2004-05-023-7/+15
| | | | | | | | | | 2004-05-01 Christian Persch <chpe@cvs.gnome.org> * src/ephy-statusbar.c: (ephy_statusbar_init), (ephy_statusbar_finalize), (ephy_statusbar_set_security_state): * src/ephy-statusbar.h: Make the statusbar's GtkTooltips publicly accessibly.
* Updated Czech translation.Miloslav Trmac2004-04-302-98/+106
| | | | | | 2004-04-30 Miloslav Trmac <mitr@volny.cz> * cs.po: Updated Czech translation.
* Updated British English translationGareth Owen2004-04-302-104/+124
|
* More HIG love for overwrite confirmation. Partial fix for bug #133152.Piers Cornwell2004-04-302-3/+11
| | | | | | | | 2004-04-30 Piers Cornwell <piers@gnome.org> * lib/ephy-gui.c: (ephy_gui_confirm_overwrite_file): More HIG love for overwrite confirmation. Partial fix for bug #133152.
* fix build bustageMarco Pesenti Gritti2004-04-303-0/+18
|
* fix build bustageMarco Pesenti Gritti2004-04-301-1/+5
|
* *** empty log message ***Marco Pesenti Gritti2004-04-301-4/+4
|
* Updated Canadian English translation.Adam Weinberger2004-04-302-106/+116
| | | | * en_CA.po: Updated Canadian English translation.
* Complete headers definesMarco Pesenti Gritti2004-04-306-38/+75
| | | | | | | | | | | | 2004-04-29 Marco Pesenti Gritti <marco@gnome.org> * embed/mozilla/EventContext.cpp: * embed/mozilla/EventContext.h: * embed/mozilla/MozillaPrivate.cpp: * embed/mozilla/MozillaPrivate.h: * embed/mozilla/mozilla-embed.cpp: Complete headers defines
* HIGified dialog created with "Cancel" and "Overwrite" buttons.Patanjali Somayaji2004-04-292-11/+49
| | | | | | | | | | | | | | 2204-04-29 Patanjali Somayaji <patanjali@codito.com> * lib/ephy-gui.c ephy_gui_confirm_overwrite () changes: HIGified dialog created with "Cancel" and "Overwrite" buttons. (Fix for bug #133152) * Changelog updated
* *** empty log message ***Marco Pesenti Gritti2004-04-291-0/+2
|
* More defines work, still lack EventContext and EmbedPrivate. Use mozillaMarco Pesenti Gritti2004-04-2928-174/+212
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2004-04-29 Marco Pesenti Gritti <marco@gnome.org> * configure.in: * embed/mozilla/ContentHandler.cpp: * embed/mozilla/ContentHandler.h: * embed/mozilla/EphyAboutRedirector.cpp: * embed/mozilla/EphyAboutRedirector.h: * embed/mozilla/EphyBrowser.cpp: * embed/mozilla/EphyContentPolicy.cpp: * embed/mozilla/EphyContentPolicy.h: * embed/mozilla/EphyHeaderSniffer.cpp: * embed/mozilla/EphyHeaderSniffer.h: * embed/mozilla/EphySingle.cpp: * embed/mozilla/EventContext.cpp: * embed/mozilla/FilePicker.cpp: * embed/mozilla/GlobalHistory.cpp: * embed/mozilla/GlobalHistory.h: * embed/mozilla/GtkNSSClientAuthDialogs.cpp: * embed/mozilla/GtkNSSClientAuthDialogs.h: * embed/mozilla/GtkNSSDialogs.cpp: * embed/mozilla/GtkNSSDialogs.h: * embed/mozilla/GtkNSSKeyPairDialogs.cpp: * embed/mozilla/GtkNSSKeyPairDialogs.h: * embed/mozilla/Makefile.am: * embed/mozilla/MozDownload.cpp: * embed/mozilla/MozDownload.h: * embed/mozilla/mozilla-embed-persist.cpp: * embed/mozilla/mozilla-embed-single.cpp: * embed/mozilla/mozilla-embed.cpp: More defines work, still lack EventContext and EmbedPrivate. Use mozilla like warning flags instead of those gnome macros. Remove several unused variables.
* *** empty log message ***Marco Pesenti Gritti2004-04-291-0/+2
|
* Add defines for private mozilla api usage. It will make easier to trackMarco Pesenti Gritti2004-04-293-49/+53
| | | | | | | | | | | | | | 2004-04-29 Marco Pesenti Gritti <marco@gnome.org> * configure.in: * embed/mozilla/EphyBrowser.cpp: * embed/mozilla/EphyBrowser.h: * embed/mozilla/Makefile.am: Add defines for private mozilla api usage. It will make easier to track what we need to port to embed string and what we need to be using only public api (on the long time).
* Adding new screenshots.Piers Cornwell2004-04-292-0/+0
| | | | Adding new screenshots.
* Updated Smart Bookmarks help content. Patch by poobar@nycap.rr.com. FixesPiers Cornwell2004-04-292-197/+382
| | | | | | | | | | | 2004-04-28 Piers Cornwell <piers@gnome.org> * help/C/epiphany.xml: * help/C/figures/ephy-addressbar-smartbookmark-screenshot.png: * help/C/figures/ephy-bookmarkbar-smartbookmark-screenshot.png: Updated Smart Bookmarks help content. Patch by poobar@nycap.rr.com. Fixes bug #139616.
* Update screenshots.Piers Cornwell2004-04-293-0/+7
| | | | | | | | | 2004-04-28 Piers Cornwell <piers@gnome.org> * help/C/figures/ephy-screenshot.png: * help/C/figures/ephy-history-window-screenshot.png: Update screenshots.
* Merging from gnome-2-4Christian Persch2004-04-295-0/+1129
|
* Ensure we have a DOM window before trying to get his url. The check wasMarco Pesenti Gritti2004-04-293-2/+11
| | | | | | | | | | | 2004-04-28 Marco Pesenti Gritti <marco@gnome.org> * embed/mozilla/EphyBrowser.cpp: * embed/mozilla/mozilla-embed.cpp: Ensure we have a DOM window before trying to get his url. The check was not working anymore because of initialization changes.
* Correct listitems to contain para tags. Fixes bug #140918.Sebastian Heinlein2004-04-292-23/+41
| | | | | | | | 2004-04-28 Sebastian Heinlein <glatzor@pimpzkru.de> * help/C/epiphany.xml: Correct listitems to contain para tags. Fixes bug #140918.
* Updated Dutch translationReinout van Schouwen2004-04-281-668/+665
| | | | | 2004-04-27 Reinout van Schouwen <reinout@cs.vu.nl> * nl.po: Updated Dutch translation
* Nice mess of defines to support 1.8a. Damn.Marco Pesenti Gritti2004-04-2711-32/+248
| | | | | | | | | | | | | | | | | 2004-04-27 Marco Pesenti Gritti <marco@gnome.org> * configure.in: * embed/mozilla/ContentHandler.cpp: * embed/mozilla/ContentHandler.h: * embed/mozilla/EphyHeaderSniffer.cpp: * embed/mozilla/EventContext.h: * embed/mozilla/FilePicker.cpp: * embed/mozilla/MozDownload.cpp: * embed/mozilla/MozDownload.h: * embed/mozilla/mozilla-download.cpp: * embed/mozilla/mozilla-embed-persist.cpp: Nice mess of defines to support 1.8a. Damn.
* Updated Portuguese translation.Duarte Loreto2004-04-272-603/+591
| | | | | | 2004-04-27 Duarte Loreto <happyguy_pt@hotmail.com> * pt.po: Updated Portuguese translation.
* Exit print preview mode before closing a window. Fixes a crasher; EpiphanyChristian Persch2004-04-272-0/+20
| | | | | | | | | 2004-04-27 Christian Persch <chpe@cvs.gnome.org> * src/ephy-window.c: (ephy_window_delete_event_cb): Exit print preview mode before closing a window. Fixes a crasher; Epiphany equivalent of galeon bug #121298.
* Fix encoding of saved content; fixes bug #141050.Marco Pesenti Gritti2004-04-272-34/+29
| | | | | | | | 2004-04-26 Marco Pesenti Gritti <marco@gnome.org> * embed/mozilla/MozDownload.cpp: Fix encoding of saved content; fixes bug #141050.
* Fix dependency libs not to include libbonoboui.Christian Persch2004-04-242-1/+7
| | | | | | | | 2004-04-23 Christian Persch <chpe@cvs.gnome.org> * data/epiphany-1.4.pc.in: Fix dependency libs not to include libbonoboui.
* Added Basque help filesPablo Saratxaga2004-04-229-1/+844
|
* Document UTF-8 requirement.Christian Persch2004-04-225-8/+25
| | | | | | | | | | | | | | | 2004-04-22 Christian Persch <chpe@cvs.gnome.org> * HACKING: Document UTF-8 requirement. * lib/widgets/ephy-cell-renderer-progress.c: * lib/widgets/ephy-cell-renderer-progress.h: * src/bookmarks/ephy-bookmarks-menu.h: * ChangeLog: Converted to UTF-8.
* *** empty log message ***Marco Pesenti Gritti2004-04-221-2/+3
|
* Updated Lithuanian translation.Zygimantas Berucka2004-04-212-609/+445
| | | | | | 2004-04-21 Zygimantas Berucka <uid0@akl.lt> * lt.po: Updated Lithuanian translation.
* Added missing documentation fileAdam Hooper2004-04-212-0/+44
|
* Documented EphyGladeAdam Hooper2004-04-206-7/+35
|
* Updated Czech translation.Miloslav Trmac2004-04-192-7/+15
| | | | | | 2004-04-19 Miloslav Trmac <mitr@volny.cz> * cs.po: Updated Czech translation.
* Fix font selection combo box issues; fixes bug #138560.Christian Persch2004-04-185-69/+107
| | | | | | | | | | | | | | | | 2004-04-18 Christian Persch <chpe@cvs.gnome.org> * configure.in: * lib/ephy-dialog.c: (set_value_from_editable), (set_value_from_combobox), (set_value_from_radiobuttongroup), (set_value_from_spin_button), (set_value_from_togglebutton), (set_value_from_info), (set_combo_box_from_value), (set_pref_from_info_and_emit), (save_info), (ephy_dialog_get_value): * lib/ephy-dialog.h: * src/prefs-dialog.c: (setup_font_combo): Fix font selection combo box issues; fixes bug #138560.
* Merging from gnome-2-6Christian Persch2004-04-181-1/+2
|
* Fix chrome for new windows opened from _blank target. Fixes bug #139512.Marco Pesenti Gritti2004-04-185-29/+43
| | | | | | | | | | | | | 2004-04-18 Marco Pesenti Gritti <marco@gnome.org> * embed/ephy-embed.c: (ephy_embed_chrome_get_type): * embed/ephy-embed.h: * embed/mozilla/mozilla-embed.cpp: * src/ephy-window.c: (ephy_window_set_chrome), (ephy_window_set_property), (ephy_window_class_init): Fix chrome for new windows opened from _blank target. Fixes bug #139512.
* s/PERSIST_NO_CONVERSION/PERSIST_FLAGS_NO_CONVERSION/Adam Hooper2004-04-181-1/+1
|
* Do not uncompress when the type is not html.Marco Pesenti Gritti2004-04-182-0/+11
| | | | | | | | 2004-04-17 Marco Pesenti Gritti <marco@gnome.org> * embed/mozilla/MozDownload.cpp: Do not uncompress when the type is not html.
* Updated Canadian English translation.Adam Weinberger2004-04-182-3/+10
| | | | * en_CA.po: Updated Canadian English translation.
* Resync with eggMarco Pesenti Gritti2004-04-175-4/+33
| | | | | | | | | | | | 2004-04-17 Marco Pesenti Gritti <marco@gnome.org> * lib/egg/Makefile.am: * lib/egg/egg-editable-toolbar.c: (set_drag_cursor): * lib/egg/egg-toolbar-editor.c: (set_drag_cursor): * lib/egg/eggstatusicon.c: (egg_status_icon_init), (egg_status_icon_button_press), (egg_status_icon_button_release): Resync with egg
* Updated British English translationGareth Owen2004-04-172-599/+588
|
* Added MozDownload.cpp.Christian Persch2004-04-172-0/+5
| | | | | | | | 2004-04-16 Christian Persch <chpe@cvs.gnome.org> * POTFILES.in: Added MozDownload.cpp. 2004-04-16 Adam Weinberger <adamw@gnome.org>
* Fix saving of linked content. Don't create the directory; mozilla will doChristian Persch2004-04-172-11/+15
| | | | | | | | | 2004-04-16 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/MozDownload.cpp: (InitiateMozillaDownload): Fix saving of linked content. Don't create the directory; mozilla will do it for us if necessary. Make the "Files" suffix translatable.