aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bulk change to fi.po: (gnome-fi.org to gnome.fi)Ilkka Tuohela2005-08-012-1/+6
|
* Updated Finnish translationIlkka Tuohela2005-07-312-1019/+1211
|
* Updated Simplified Chinese translationFunda Wang2005-07-312-111/+102
|
* Allow set-but-empty EPHY_DEBUG_BREAK variable.Christian Persch2005-07-312-1/+7
| | | | | | | | 2005-07-30 Christian Persch <chpe@cvs.gnome.org> * lib/ephy-debug.c: (trap_handler): Allow set-but-empty EPHY_DEBUG_BREAK variable.
* Make those more robust.Christian Persch2005-07-312-12/+19
| | | | | | | | | 2005-07-30 Christian Persch <chpe@cvs.gnome.org> * embed/print-dialog.c: (ephy_print_load_config_from_file), (ephy_print_save_config_to_file): Make those more robust.
* Fix printf formatChristian Persch2005-07-311-1/+1
|
* Count the blocked handlers and warn if it's not the expected numberr, soChristian Persch2005-07-302-2/+15
| | | | | | | | | 2005-07-30 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/mozilla-embed.cpp: (mozilla_embed_realize): Count the blocked handlers and warn if it's not the expected numberr, so we know if our focos fix assumptions become invalid.
* ALlow EPHY_DEBUG_BREAK even in non-debug builds.Christian Persch2005-07-302-17/+39
| | | | | | | | 2005-07-30 Christian Persch <chpe@cvs.gnome.org> * lib/ephy-debug.c: (trap_handler), (ephy_debug_init): ALlow EPHY_DEBUG_BREAK even in non-debug builds.
* vi.po: Updated Vietnamese translation.Clytie Siddall2005-07-302-247/+199
|
* Updated Spanish translation.Francisco Javier F. Serrador2005-07-302-253/+247
| | | | | | 2005-07-30 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation.
* Make ephy_session_get_active_window work as intended.Christian Persch2005-07-303-7/+25
| | | | | | | | | | | | 2005-07-30 Christian Persch <chpe@cvs.gnome.org> * src/ephy-session.c: (ephy_session_get_active_window): Make ephy_session_get_active_window work as intended. * src/prefs-dialog.c: (prefs_homepage_current_button_clicked_cb): Fix setting homepage to current page. Fixes bug #311962.
* Replace ephy_embed_activate with gtk_widget_grab_focusCrispin Flowerday2005-07-306-12/+26
| | | | | | | | | | | | | | | | 2005-07-29 Crispin Flowerday <gnome@flowerday.cx> * src/ephy-find-toolbar.c: (ephy_find_toolbar_grab_focus), (ephy_find_toolbar_open), (ephy_find_toolbar_close): * src/ephy-shell.c: (ephy_shell_new_tab_full): * src/ephy-tab.c: (ephy_tab_grab_focus): * src/ephy-window.c: (ephy_window_key_press_event), (ephy_window_open_link): * src/window-commands.c: (window_cmd_go_back), (window_cmd_go_up), (window_cmd_go_forward), (window_cmd_view_stop), (window_cmd_view_reload): Replace ephy_embed_activate with gtk_widget_grab_focus
* Add accessor functions for those instead of relying on using the structChristian Persch2005-07-303-0/+42
| | | | | | | | | | | 2005-07-29 Christian Persch <chpe@cvs.gnome.org> * src/ephy-statusbar.c: (ephy_statusbar_get_tooltips), (ephy_statusbar_get_security_frame): * src/ephy-statusbar.h: Add accessor functions for those instead of relying on using the struct members directly.
* Remove long description where it differed from the short description onlyChristian Persch2005-07-302-11/+7
| | | | | | | | | 2005-07-29 Christian Persch <chpe@cvs.gnome.org> * data/epiphany.schemas.in: Remove long description where it differed from the short description only by the period. Fixes bug #172230.
* Update the python bindings too.Christian Persch2005-07-302-6/+6
| | | | | | | | 2005-07-29 Christian Persch <chpe@cvs.gnome.org> * src/epiphany.defs: Update the python bindings too.
* Implement ::grab-focus and remove ephy_embed_activate ().Christian Persch2005-07-304-19/+22
| | | | | | | | | | 2005-07-29 Christian Persch <chpe@cvs.gnome.org> * embed/ephy-embed.c: * embed/ephy-embed.h: * embed/mozilla/mozilla-embed.cpp: Implement ::grab-focus and remove ephy_embed_activate ().
* Realise the embed first before grabbing focus on it.Christian Persch2005-07-302-1/+8
| | | | | | | | 2005-07-29 Christian Persch <chpe@cvs.gnome.org> * src/ephy-shell.c: (ephy_shell_new_tab_full): Realise the embed first before grabbing focus on it.
* Be careful not to leave a GC scheduled when terminating python.Christian Persch2005-07-305-3/+94
| | | | | | | | | | | | | 2005-07-29 Christian Persch <chpe@cvs.gnome.org> * src/ephy-python-extension.c: (impl_detach_tab), (impl_detach_window): * src/ephy-python-loader.c: (ephy_python_loader_finalize): * src/ephy-python.c: (ephy_python_init), (idle_shutdown), (ephy_python_shutdown), (idle_gc), (ephy_python_schedule_gc): * src/ephy-python.h: Be careful not to leave a GC scheduled when terminating python.
* Updated Canadian English translation.Adam Weinberger2005-07-292-154/+155
| | | | | | 2005-07-29 Adam Weinberger <adamw@gnome.org> * en_CA.po: Updated Canadian English translation.
* Updated Slovak translation.Marcel Telka2005-07-292-154/+162
| | | | | | 2005-07-28 Marcel Telka <marcel@telka.sk> * sk.po: Updated Slovak translation.
* Translation updated.Priit Laes2005-07-292-643/+496
| | | | | | 2005-07-28 Priit Laes <plaes@cvs.gnome.org> * et.po: Translation updated.
* For empty pages, put focus in address bar.Christian Persch2005-07-292-1/+15
| | | | | | | | 2005-07-28 Christian Persch <chpe@cvs.gnome.org> * src/ephy-window.c: (ephy_window_open_link): For empty pages, put focus in address bar.
* Work around gtkmozembed focus bug. Fixes bug #105153.Christian Persch2005-07-296-10/+161
| | | | | | | | | | | | | 2005-07-28 Christian Persch <chpe@cvs.gnome.org> * configure.ac: * embed/mozilla/EphyBrowser.cpp: * embed/mozilla/EphyBrowser.h: * embed/mozilla/mozilla-embed.cpp: * src/ephy-shell.c: (url_is_empty), (load_homepage), (ephy_shell_new_tab_full): Work around gtkmozembed focus bug. Fixes bug #105153.
* Shut upChristian Persch2005-07-281-0/+3
|
* add: el el/el.po el/figures Makefile.am + elNikos Charonitakis2005-07-281-0/+6
|
* add elNikos Charonitakis2005-07-281-1/+1
|
* Init Greek translationNikos Charonitakis2005-07-281-0/+1804
|
* Updated Greek translationNikos Charonitakis2005-07-282-500/+662
|
* Updated Albanian translation.Laurent Dhima2005-07-282-1238/+1132
| | | | | | 2005-07-28 Laurent Dhima <laurenti@alblinux.net> * sq.po: Updated Albanian translation.
* doneIvan Stojmirov2005-07-281-447/+348
|
* Updated Polish translation by GNOME PL Team.Artur Flinta2005-07-282-30/+39
| | | | | | 2005-07-28 Artur Flinta <aflinta@cvs.gnome.org> * pl.po: Updated Polish translation by GNOME PL Team.
* Updated Bulgarian translation by Vladimir Petkov <vpetkov@i-space.org>Alexander Shopov2005-07-282-258/+264
| | | | | | | 2005-07-28 Alexander Shopov <ash@contact.bg> * bg.po: Updated Bulgarian translation by Vladimir Petkov <vpetkov@i-space.org>
* Updated Japanese translation for v1.7.3.Takeshi AIHANA2005-07-282-448/+506
| | | | | | 2005-07-28 Takeshi AIHANA <aihana@gnome.gr.jp> * ja.po: Updated Japanese translation for v1.7.3.
* Updated TranslationAnkitkumar Rameshchandra Patel2005-07-282-158/+163
|
* Updated Norwegian Bokmål translation. Same.Terance Sola2005-07-283-548/+343
| | | | | | | 2005-07-28 Terance Sola <terance@lyse.net> * nb.po: Updated Norwegian Bokmål translation. * no.po: Same.
* Fix proxy server settings string.Christian Persch2005-07-282-1/+7
| | | | | | | | 2005-07-27 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EphyAboutModule.cpp: Fix proxy server settings string.
* Updated Polish translation by GNOME PL Team.Artur Flinta2005-07-282-878/+1086
| | | | | | 2005-07-28 Artur Flinta <aflinta@cvs.gnome.org> * pl.po: Updated Polish translation by GNOME PL Team.
* Fix google search URL to include www prefix.Christian Persch2005-07-282-1/+7
| | | | | | | | 2005-07-27 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EphyAboutModule.cpp: Fix google search URL to include www prefix.
* Don't put the archive links on the unknownSocketType error message.Christian Persch2005-07-282-1/+6
| | | | | | | | 2005-07-27 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EphyAboutModule.cpp: Don't put the archive links on the unknownSocketType error message.
* doneIvan Stojmirov2005-07-281-42/+92
|
* Only show the leaf name on bookmarksbar for hierarchical topics.Christian Persch2005-07-282-2/+16
| | | | | | | | | 2005-07-27 Christian Persch <chpe@cvs.gnome.org> * src/bookmarks/ephy-topic-action.c: (ephy_topic_action_sync_label): Only show the leaf name on bookmarksbar for hierarchical topics.
* Updated Simplified Chinese translationFunda Wang2005-07-282-362/+363
|
* updated by rranjan@redhat.comRajesh Ranjan2005-07-271-1502/+1792
|
* Updated TranslationAnkitkumar Rameshchandra Patel2005-07-272-274/+158
|
* Post-release version bump.Christian Persch2005-07-272-1/+7
| | | | | | | | 2005-07-26 Christian Persch <chpe@cvs.gnome.org> * configure.ac: Post-release version bump.
* === Release 1.7.3 ===Release173Christian Persch2005-07-273-0/+56
| | | | | | | | 2005-07-26 Christian Persch <chpe@cvs.gnome.org> === Release 1.7.3 === * NEWS:
* Primary text shouldn't have a period.Christian Persch2005-07-272-1/+7
| | | | | | | | 2005-07-26 Christian Persch <chpe@cvs.gnome.org> * embed/print-dialog.c: (ephy_print_verify_postscript): Primary text shouldn't have a period.
* Unify bookmarks/smart bookmarks address resolution, and add a signal toChristian Persch2005-07-278-68/+150
| | | | | | | | | | | | | | | | | | | 2005-07-26 Christian Persch <chpe@cvs.gnome.org> * lib/ephy-marshal.list: * src/bookmarks/ephy-bookmark-action.c: (open_in_tab_activate_cb), (open_in_window_activate_cb), (activate_cb): * src/bookmarks/ephy-bookmarks.c: (ephy_bookmarks_class_init), (impl_resolve_address), (ephy_bookmarks_resolve_address): * src/bookmarks/ephy-bookmarks.h: * src/bookmarks/ephy-topic-action.c: (menu_activate_cb), (open_in_tabs_activate_cb): * src/ephy-location-action.c: (action_activated_cb), (entry_activate_cb): * src/epiphany.defs: Unify bookmarks/smart bookmarks address resolution, and add a signal to EphyBookmarks for it.
* Use connect_object to connect to the menu's deactivate signal. May fix bugChristian Persch2005-07-262-2/+9
| | | | | | | | | 2005-07-26 Christian Persch <chpe@cvs.gnome.org> * src/bookmarks/ephy-topic-action.c: (button_toggled_cb): Use connect_object to connect to the menu's deactivate signal. May fix bug #309918.
* Fix ESC behaviour to always stop, and to reset the location entry whenChristian Persch2005-07-2611-82/+280
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2005-07-24 Christian Persch <chpe@cvs.gnome.org> * data/ui/epiphany-ui.xml: * lib/widgets/ephy-location-entry.c: (ephy_location_entry_finalize), (update_address_state), (update_favicon), (editable_changed_cb), (entry_button_press_cb), (match_selected_cb), (entry_key_press_cb), (ephy_location_entry_construct_contents), (ephy_location_entry_set_location), (ephy_location_entry_reset), (ephy_location_entry_set_favicon): * lib/widgets/ephy-location-entry.h: * src/ephy-location-action.c: (entry_activate_cb), (user_changed_cb), (sync_address), (connect_proxy), (ephy_location_action_set_property), (ephy_location_action_finalize), (ephy_location_action_set_address): * src/ephy-location-action.h: * src/ephy-lockdown.c: (update_location_editable): * src/ephy-tab.c: (ephy_tab_get_typed_address): * src/ephy-toolbar.c: (ephy_toolbar_set_location): * src/ephy-toolbar.h: * src/ephy-window.c: (ephy_window_key_press_event), (sync_tab_address), (ephy_window_set_active_tab), (modal_alert_cb): * src/epiphany.defs: * src/window-commands.c: (window_cmd_view_stop): Fix ESC behaviour to always stop, and to reset the location entry when it's focused only. Reset the location entry favicon to the stock icon when the address shown is != the tab's address. When switching tab, preserve the selection if it was owned by the location entry. Fixes bug #155824.
* vi.po: Updated Vietnamese translation.Clytie Siddall2005-07-262-125/+23
|
* Updated Canadian English translation.Adam Weinberger2005-07-262-256/+147
| | | | | | 2005-07-26 Adam Weinberger <adamw@gnome.org> * en_CA.po: Updated Canadian English translation.
* Translation updated by Reinout van Schouwen.Vincent van Adrighem2005-07-262-356/+362
| | | | | | 2005-07-26 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated by Reinout van Schouwen.
* Updated Slovak translation.Marcel Telka2005-07-262-10/+18
| | | | | | 2005-07-26 Marcel Telka <marcel@telka.sk> * sk.po: Updated Slovak translation.
* (using_pdf_printer): new function.Martin Kretzschmar2005-07-262-10/+45
| | | | | (ephy_print_verify_postscript): print a less techy message if someone tries to print to PDF.
* Updated Bulgarian translation by Vladimir Petkov <vpetkov@i-space.org>Alexander Shopov2005-07-252-643/+505
| | | | | | | 2005-07-25 Alexander Shopov <ash@contact.bg> * bg.po: Updated Bulgarian translation by Vladimir Petkov <vpetkov@i-space.org>
* Don't crash in case the desktop file is not found.Christian Persch2005-07-252-0/+7
| | | | | | | | 2005-07-25 Christian Persch <chpe@cvs.gnome.org> * lib/ephy-file-helpers.c: (ephy_file_launch_desktop_file): Don't crash in case the desktop file is not found.
* Shut upChristian Persch2005-07-251-0/+1
|
* vi.po: Updated Vietnamese translation.Clytie Siddall2005-07-252-257/+254
|
* Updated Slovak translation.Marcel Telka2005-07-252-306/+188
| | | | | | 2005-07-25 Marcel Telka <marcel@telka.sk> * sk.po: Updated Slovak translation.
* Update python bindingChristian Persch2005-07-251-6/+0
|
* Remove code to get the printer list, and fix a compile warning.Christian Persch2005-07-257-60/+15
| | | | | | | | | | | | | | 2005-07-24 Christian Persch <chpe@cvs.gnome.org> * embed/ephy-embed-single.c: (ephy_embed_single_open_window): * embed/ephy-embed-single.h: * embed/mozilla/EphyUtils.cpp: * embed/mozilla/MozillaPrivate.cpp: * embed/mozilla/MozillaPrivate.h: * embed/mozilla/mozilla-embed-single.cpp: Remove code to get the printer list, and fix a compile warning.
* Also ellipsise the menu entries in the toolbar overflow menu.Christian Persch2005-07-253-1/+26
| | | | | | | | | | 2005-07-24 Christian Persch <chpe@cvs.gnome.org> * src/bookmarks/ephy-bookmark-action.c: (connect_proxy): * src/bookmarks/ephy-topic-action.c: (append_bookmarks_menu), (connect_proxy): Also ellipsise the menu entries in the toolbar overflow menu.
* Doc templatesChristian Persch2005-07-2518-9/+66
|
* Updated spanish translation.Francisco Javier F. Serrador2005-07-252-245/+245
| | | | | | 2005-07-24 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated spanish translation.
* Updated Norwegian bokmål translation. SameKjartan Maraas2005-07-243-490/+483
| | | | | | | 2005-07-24 Kjartan Maraas <kmaraas@gnome.org> * nb.po: Updated Norwegian bokmål translation. * no.po: Same
* Add translator commentChristian Persch2005-07-241-0/+1
|
* Set title of loading page to the address, iff the page was blank before.Christian Persch2005-07-249-160/+345
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2005-07-24 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_get_property), (ephy_tab_class_init), (get_title_from_address), (ephy_tab_set_loading_title), (ephy_tab_set_address), (ephy_tab_set_load_status), (ephy_tab_get_load_status), (ephy_tab_open_uri_cb), (ephy_tab_address_cb), (ephy_tab_content_change_cb), (ephy_tab_zoom_changed_cb), (ephy_tab_title_cb), (ensure_page_info), (ephy_tab_net_state_cb), (ephy_tab_init), (ephy_tab_set_title), (ephy_tab_get_title), (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/ephy-window.c: (sync_tab_typed_address), (sync_tab_title), (ephy_window_set_active_tab): * src/epiphany.defs: Set title of loading page to the address, iff the page was blank before. Fixes bug #115337 and bug #171622. * src/ephy-session.c: (ephy_session_close): In ephy_session_close(), close open dialogues first.
* *** empty log message ***Christian Persch2005-07-244-3/+12
|
* Remove obsolete schema entries.Christian Persch2005-07-242-77/+6
| | | | | | | | 2005-07-23 Christian Persch <chpe@cvs.gnome.org> * data/epiphany.schemas.in: Remove obsolete schema entries.
* Shut upChristian Persch2005-07-247-12/+1
|
* More .cvsignoreChristian Persch2005-07-246-0/+6
|
* Use libgnomeprintui for the printing dialog and the paper part of theJürg Billeter2005-07-249-1430/+613
| | | | | | | | | | | | | | | | | | | | | | 2005-07-22 Jürg Billeter <j@bitron.ch> * configure.ac: * data/glade/print.glade: * embed/mozilla/EphyUtils.cpp: * embed/mozilla/EphyUtils.h: * embed/mozilla/PrintingPromptService.cpp: * embed/mozilla/PrintingPromptService.h: * embed/print-dialog.c: (ephy_print_info_free), (ephy_print_load_config_from_file), (ephy_print_save_config_to_file), (ephy_print_get_print_info), (ephy_print_dialog_response_cb), (ephy_print_do_print_idle_cb), (ephy_print_do_print_and_free), (ephy_print_paper_selector_new), (ephy_print_dialog_construct_range_page), (ephy_print_dialog_new), (ephy_print_setup_dialog_new): * embed/print-dialog.h: Use libgnomeprintui for the printing dialog and the paper part of the printing setup dialog. Fixes bug #141241, bug #163255 and bug #301730.
* Updated .cvsignore files for gnome-doc-utils.Christian Persch2005-07-247-28/+25
| | | | | | | | | | | | | | 2005-07-23 Christian Persch <chpe@cvs.gnome.org> * C/.cvsignore: * es/.cvsignore: * eu/.cvsignore: * fi/.cvsignore: * ja/.cvsignore: * nl/.cvsignore: * uk/.cvsignore: Updated .cvsignore files for gnome-doc-utils.
* Translation updated by Ivar Smolin.Priit Laes2005-07-232-89/+257
| | | | | | 2005-07-23 Priit Laes <plaes@cvs.gnome.org> * et.po: Translation updated by Ivar Smolin.
* vi.po: Updated Vietnamese translation.Clytie Siddall2005-07-222-767/+43
|
* Updated Spanish translation.Francisco Javier F. Serrador2005-07-222-25/+8
| | | | | | 2005-07-21 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation.
* nl/* Added old translation again. Reinout will make revision. Added nl toVincent van Adrighem2005-07-217-1/+2693
| | | | | | 2005-07-21 Vincent van Adrighem <adrighem@gnome.org> * nl/* Added old translation again. Reinout will make revision. * Makefile.am: Added nl to LINGUAS
* Add rules to generate the raw python bindings .defs file, and to checkChristian Persch2005-07-213-936/+1056
| | | | | | | | | | | | | | 2005-07-21 Christian Persch <chpe@cvs.gnome.org> * src/Makefile.am: Add rules to generate the raw python bindings .defs file, and to check that all headers are either used or ignored. * src/epiphany.defs: Reordered to make diffing against the autogenerated file simpler.
* Merged from gnome-2.10Nguyen Thai Ngoc Duy2005-07-211-592/+1315
|
* ushe malceIvan Stojmirov2005-07-211-2150/+2063
|
* Updated TranslationAnkitkumar Rameshchandra Patel2005-07-202-1132/+1166
|
* Add uk to DOC_LINGUAS.Danilo Šegan2005-07-202-1/+5
|
* Fill in PO header fields for es.po, eu.po, ja.po.Danilo Šegan2005-07-204-12/+16
| | | | Fill in PO header fields for es.po, eu.po, ja.po.
* Removed from cvs, they're outdated and going to be remade from scratch byChristian Persch2005-07-205-1009/+9
| | | | | | | | | | | | 2005-07-20 Christian Persch <chpe@cvs.gnome.org> * nl/Makefile.am: * nl/epiphany-nl.omf: * nl/epiphany.xml: * nl/legal.xml: Removed from cvs, they're outdated and going to be remade from scratch by Reinout.
* A help/epiphany.omf.in: R help/es/epiphany-es.omf: R help/es/epiphany.xml:Christian Persch2005-07-2026-9949/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2005-07-20 Christian Persch <chpe@cvs.gnome.org> * .cvsignore: * Makefile.am: * autogen.sh: * configure.ac: * help/C/epiphany.xml: * help/Makefile.am: A help/epiphany.omf.in: R help/es/epiphany-es.omf: R help/es/epiphany.xml: * help/es/es.po: R help/es/legal.xml: R help/eu/epiphany-eu.omf: R help/eu/epiphany.xml: * help/eu/eu.po: R help/eu/legal.xml: R help/fi/epiphany-fi.omf: R help/fi/epiphany.xml: R help/fi/legal.xml: R help/ja/epiphany-ja.omf: R help/ja/epiphany.xml: * help/ja/ja.po: R help/ja/legal.xml: R help/uk/epiphany-uk.omf: R help/uk/epiphany.xml: R help/uk/legal.xml: Use gnome-doc-utils, and move existing translations over.
* Updated Norwegian Bokmål translation. Same.Terance Sola2005-07-183-454/+807
| | | | | | | 2005-07-18 Terance Sola <terance@lyse.net> * nb.po: Updated Norwegian Bokmål translation. * no.po: Same.
* Updated Canadian English translation.Adam Weinberger2005-07-182-215/+381
| | | | | | 2005-07-18 Adam Weinberger <adamw@gnome.org> * en_CA.po: Updated Canadian English translation.
* Updated Simplified Chinese translationFunda Wang2005-07-182-418/+382
|
* Updated Lithuanian translation by Justina Klingait#.Žygimantas Beručka2005-07-182-675/+674
| | | | | | 2005-07-18 Žygimantas Beručka <uid0@akl.lt> * lt.po: Updated Lithuanian translation by Justina Klingait#.
* Updated Spanish translation.Francisco Javier F. Serrador2005-07-182-75/+94
| | | | | | 2005-07-17 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation.
* Make sure the option is in the right option group.Christian Persch2005-07-182-1/+7
| | | | | | | | 2005-07-17 Christian Persch <chpe@cvs.gnome.org> * src/bookmarks/ephy-bookmarks.c: (get_option): Make sure the option is in the right option group.
* DocsChristian Persch2005-07-181-0/+2
|
* More TODOChristian Persch2005-07-181-0/+1
|
* Only allow alphanumeric option arguments, and limit length to 32Christian Persch2005-07-182-2/+17
| | | | | | | | | | 2005-07-17 Christian Persch <chpe@cvs.gnome.org> * src/bookmarks/ephy-bookmarks.c: (get_option), (ephy_bookmarks_get_smart_bookmark_width): Only allow alphanumeric option arguments, and limit length to 32 characters at most. Use g_ascii_strtoull.
* A embed/mozilla/EphyAboutModule.cpp: A embed/mozilla/EphyAboutModule.h: RChristian Persch2005-07-187-145/+78
| | | | | | | | | | | | | | | | | | | 2005-07-17 Christian Persch <chpe@cvs.gnome.org> A embed/mozilla/EphyAboutModule.cpp: A embed/mozilla/EphyAboutModule.h: R embed/mozilla/EphyProtocolHandler.cpp: R embed/mozilla/EphyProtocolHandler.h: * embed/mozilla/Makefile.am: * embed/mozilla/MozRegisterComponents.cpp: * po/POTFILES.in: Yet another mozilla API change. * src/bookmarks/ephy-bookmarks.c: (ephy_bookmarks_get_smart_bookmark_width): Remove stray g_print, and clamp entry width to sane values.
* Remove stray g_print.Christian Persch2005-07-172-2/+6
| | | | | | | | 2005-07-17 Christian Persch <chpe@cvs.gnome.org> * lib/ephy-file-helpers.c: Remove stray g_print.
* Make sure we know about all mime types that totem can accept.Christian Persch2005-07-172-0/+14
| | | | | | | | 2005-07-17 Christian Persch <chpe@cvs.gnome.org> * data/mime-types-permissions.xml: Make sure we know about all mime types that totem can accept.
* Use $^ in the default-prefs.js rule.Christian Persch2005-07-173-7/+11
| | | | | | | | | | | | 2005-07-17 Christian Persch <chpe@cvs.gnome.org> * data/Makefile.am: Use $^ in the default-prefs.js rule. * data/default-prefs-gecko-1.8.js: All these are already set by default, no need to repeat them.
* Fix smart bookmark options parsing. Now encoding= really works, and addedChristian Persch2005-07-174-177/+130
| | | | | | | | | | | | | | | 2005-07-17 Christian Persch <chpe@cvs.gnome.org> * src/bookmarks/ephy-bookmark-action.c: (ephy_bookmark_action_sync_smart_url): * src/bookmarks/ephy-bookmarks.c: (resolve_cb), (browse_cb), (ephy_bookmarks_init), (update_has_smart_address), (get_option), (ephy_bookmarks_solve_smart_url), (ephy_bookmarks_get_smart_bookmark_width): * src/bookmarks/ephy-bookmarks.h: Fix smart bookmark options parsing. Now encoding= really works, and added width= for bug #116709. Also fixes bug #132761.
* update by amanpreetalam@yahoo.comAmanpreet Singh Alam2005-07-171-1165/+1163
|
* Fix URL dragging to other tabs.Christian Persch2005-07-162-1/+7
| | | | | | | | 2005-07-16 Christian Persch <chpe@cvs.gnome.org> * src/ephy-notebook.c: (notebook_drag_data_received_cb): Fix URL dragging to other tabs.
* Hungarian translation updated.Gabor Kelemen2005-07-152-586/+602
| | | | | | 2005-07-15 Gabor Kelemen <kelemeng@gnome.hu> * hu.po: Hungarian translation updated.
* Updated Czech translation.Miloslav Trmac2005-07-152-260/+423
| | | | | | 2005-07-14 Miloslav Trmac <mitr@volny.cz> * cs.po: Updated Czech translation.
* vi.po: Updated Vietnamese translation.CVS: ↵Clytie Siddall2005-07-142-16/+31
| | | | ----------------------------------------------------------------------
* Updated Slovak translation.Marcel Telka2005-07-142-63/+66
| | | | | | 2005-07-13 Marcel Telka <marcel@telka.sk> * sk.po: Updated Slovak translation.
* Translation updated by Reinout van Schouwen.Vincent van Adrighem2005-07-132-261/+453
| | | | | | 2005-07-13 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated by Reinout van Schouwen.
* Add application/rdf+xml to list of known mime types.Christian Persch2005-07-132-0/+7
| | | | | | | | 2005-07-13 Christian Persch <chpe@cvs.gnome.org> * data/mime-types-permissions.xml: Add application/rdf+xml to list of known mime types.
* Fix a couple of strings. Fixes bug #310196.Christian Persch2005-07-132-3/+9
| | | | | | | | 2005-07-13 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EphyProtocolHandler.cpp: Fix a couple of strings. Fixes bug #310196.
* vi.po: Updated Vietnamese translation.CVS: ↵Clytie Siddall2005-07-132-79/+243
| | | | ----------------------------------------------------------------------
* Updated Spanish translation.Francisco Javier F. Serrador2005-07-132-211/+381
| | | | | | 2005-07-13 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation.
* Remove the reload workaround, since the mozilla bug is fixed on allChristian Persch2005-07-136-75/+27
| | | | | | | | | | | 2005-07-12 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EphyBrowser.cpp: * embed/mozilla/EphyBrowser.h: * embed/mozilla/mozilla-embed.cpp: Remove the reload workaround, since the mozilla bug is fixed on all supported mozilla version.
* Updated Slovak translation.Marcel Telka2005-07-132-210/+384
| | | | | | 2005-07-12 Marcel Telka <marcel@telka.sk> * sk.po: Updated Slovak translation.
* Detect seamonkey trunk.Christian Persch2005-07-132-23/+33
| | | | | | | | 2005-07-12 Christian Persch <chpe@cvs.gnome.org> * configure.ac: Detect seamonkey trunk.
* Update min-versions for mozilla dependency.Christian Persch2005-07-122-3/+9
| | | | | | | | 2005-07-12 Christian Persch <chpe@cvs.gnome.org> * configure.ac: Update min-versions for mozilla dependency.
* Translation updated by Ivar Smolin.Priit Laes2005-07-122-34/+38
| | | | | | 2005-07-12 Priit Laes <plaes@cvs.gnome.org> * et.po: Translation updated by Ivar Smolin.
* Post-release version bump.Christian Persch2005-07-122-1/+7
| | | | | | | | 2005-07-11 Christian Persch <chpe@cvs.gnome.org> * configure.ac: Post-release version bump.
* === Release 1.7.2 ===Release172Christian Persch2005-07-125-8/+19
| | | | | | | | | | | 2005-07-11 Christian Persch <chpe@cvs.gnome.org> === Release 1.7.2 === * doc/reference/tmpl/ephy-embed.sgml: * doc/reference/tmpl/ephy-window.sgml: * doc/reference/tmpl/epiphany-unused.sgml: * po/POTFILES.in:
* Remove checkbox from trust-CA dialogue. Fixes bug #168295.Christian Persch2005-07-122-23/+21
| | | | | | | | 2005-07-11 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/GtkNSSDialogs.cpp: Remove checkbox from trust-CA dialogue. Fixes bug #168295.
* Init the gettext domain.Christian Persch2005-07-122-0/+12
| | | | | | | | 2005-07-11 Christian Persch <chpe@cvs.gnome.org> * src/prefs-dialog.c: (prefs_dialog_init): Init the gettext domain.
* Check all selected nodes if they allow dragging.Christian Persch2005-07-124-6/+68
| | | | | | | | | | | | | | | | | | | 2005-07-11 Christian Persch <chpe@cvs.gnome.org> * lib/widgets/ephy-node-view.c: (check_node_is_drag_source), (can_drag_selection), (button_release_cb), (motion_notify_cb): Check all selected nodes if they allow dragging. * src/bookmarks/ephy-bookmarks-editor.c: (ephy_bookmarks_editor_update_menu), (key_pressed_cb): Don't allow to delete or rename local sites, or to put them on the bookmarks bar. * src/bookmarks/ephy-bookmarks.c: (ephy_bookmarks_init): Fix capitalisation.
* UpdateChristian Persch2005-07-111-0/+32
|
* Implement a way to disallow dragging from resp. dropping on certain nodes.Christian Persch2005-07-118-19/+298
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2005-07-10 Christian Persch <chpe@cvs.gnome.org> * lib/ephy-node-common.h: * lib/ephy-node.c: (ephy_node_new_with_id), (ephy_node_signal_disconnect), (ephy_node_set_is_drag_source), (ephy_node_get_is_drag_source), (ephy_node_set_is_drag_dest), (ephy_node_get_is_drag_dest): * lib/ephy-node.h: * lib/widgets/ephy-node-view.c: (drag_motion_cb), (drag_data_received_cb): Implement a way to disallow dragging from resp. dropping on certain nodes. * src/bookmarks/ephy-bookmarks-editor.c: (ephy_bookmarks_editor_update_menu): * src/bookmarks/ephy-bookmarks.c: (save_filter), (save_filter_local), (ephy_bookmarks_save), (update_bookmark_keywords), (bookmark_is_categorized), (resolve_cb), (browse_cb), (ephy_local_bookmarks_init), (ephy_local_bookmarks_stop), (ephy_bookmarks_init), (ephy_bookmarks_finalize), (ephy_bookmarks_get_topic_uri), (ephy_bookmarks_find_keyword), (ephy_bookmarks_get_favorites), (ephy_bookmarks_get_local): * src/bookmarks/ephy-bookmarks.h: Implement "Local Sites" topic, filled with zeroconf-discovered bookmarks. Patch by Bastien Nocera, fixes bug #144969.
* Fix build with -Werror.Christian Persch2005-07-113-3/+146
| | | | | | | | | | | | | | | | 2005-07-10 Christian Persch <chpe@cvs.gnome.org> * embed/ephy-embed-shell.c: (ephy_embed_shell_prepare_close): Fix build with -Werror. * src/ephy-tab.c: (ephy_tab_dispose), (ephy_tab_file_monitor_cancel), (ephy_file_monitor_reload_cb), (ephy_tab_file_monitor_cb), (ephy_tab_update_file_monitor), (ephy_tab_address_cb): Monitor local files for changes and reload them if they do change. Fixes bug #300040; patch by Raphaël Slinckx.
* Updated Serbian translation.Danilo Šegan2005-07-114-1300/+1605
|
* Use contract IDs.Christian Persch2005-07-112-5/+8
| | | | | | | | 2005-07-10 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EphyProtocolHandler.cpp: Use contract IDs.
* Add context to two strings.Christian Persch2005-07-112-2/+12
| | | | | | | | 2005-07-10 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EphyProtocolHandler.cpp: Add context to two strings.
* Improved design and wording of the error pages, and add links to googleChristian Persch2005-07-113-71/+145
| | | | | | | | | | | 2005-07-10 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EphyProtocolHandler.cpp: * embed/mozilla/EphyProtocolHandler.h: Improved design and wording of the error pages, and add links to google cache and internet archive where appropriate. Many thanks to mpt for his help!
* Uppercase letters shouldn't breaks history autocompletion. Fix BugJean-François Rameau2005-07-102-2/+9
| | | | | | | | | 2005-07-09 Jean-François Rameau <jframeau@cvs.gnome.org> * lib/widgets/ephy-location-entry.c: (completion_func): Uppercase letters shouldn't breaks history autocompletion. Fix Bug #308236.
* If the string includes uppercase letters, search case-sensitively.Christian Persch2005-07-102-3/+17
| | | | | | | | 2005-07-09 Christian Persch <chpe@cvs.gnome.org> * src/ephy-find-toolbar.c: (entry_changed_cb): If the string includes uppercase letters, search case-sensitively.
* Don't focus the embed on close on !typeaheadfind, since it's a crash.Christian Persch2005-07-092-1/+13
| | | | | | | | | 2005-07-09 Christian Persch <chpe@cvs.gnome.org> * src/ephy-find-toolbar.c: (ephy_find_toolbar_close): Don't focus the embed on close on !typeaheadfind, since it's a crash. Fixes bug #307675.
* Make error page nicer; code by Adam Hooper.Christian Persch2005-07-092-32/+20
| | | | | | | | 2005-07-09 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EphyProtocolHandler.cpp: Make error page nicer; code by Adam Hooper.
* Credit adamh for the xhtml/css designChristian Persch2005-07-091-1/+2
|
* Error pages implementation.Christian Persch2005-07-094-9/+387
| | | | | | | | | | 2005-07-09 Christian Persch <chpe@cvs.gnome.org> * data/default-prefs-gecko-1-8.js: * embed/mozilla/EphyProtocolHandler.cpp: * embed/mozilla/EphyProtocolHandler.h: Error pages implementation.
* Periodically save the favicon cache.Christian Persch2005-07-093-10/+70
| | | | | | | | | | | | | | | 2005-07-08 Christian Persch <chpe@cvs.gnome.org> * embed/ephy-favicon-cache.c: (ephy_favicon_cache_save), (periodic_save_cb), (ephy_favicon_cache_init), (ephy_favicon_cache_finalize), (favicon_download_completed_cb), (favicon_download_cancelled_cb), (ephy_favicon_cache_get): Periodically save the favicon cache. * embed/ephy-history.c: Source ID is guint not int.
* Rename favicons so they don't have extensions. Work around broken mimeChristian Persch2005-07-092-39/+135
| | | | | | | | | | | 2005-07-08 Christian Persch <chpe@cvs.gnome.org> * embed/ephy-favicon-cache.c: (ephy_favicon_cache_download), (ephy_favicon_cache_get): Rename favicons so they don't have extensions. Work around broken mime detection which cannot detect that a .ico file with HTML content is really no icon file.
* Don't leak windows.Christian Persch2005-07-081-1/+2
| | | | | | | | | 2005-07-07 Christian Persch <chpe@cvs.gnome.org> * lib/egg/egg-editable-toolbar.c: (new_pixbuf_from_widget), (new_separator_pixbuf): Don't leak windows.
* Translation updated by Ivar Smolin.Priit Laes2005-07-082-30/+38
| | | | | | 2005-07-08 Priit Laes <plaes@cvs.gnome.org> * et.po: Translation updated by Ivar Smolin.
* Don't leak windows.Christian Persch2005-07-081-0/+7
| | | | | | | | | 2005-07-07 Christian Persch <chpe@cvs.gnome.org> * lib/egg/egg-editable-toolbar.c: (new_pixbuf_from_widget), (new_separator_pixbuf): Don't leak windows.
* Fix for mozilla API change.Christian Persch2005-07-073-7/+17
| | | | | | | | | 2005-07-07 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/MozDownload.cpp: * embed/mozilla/MozDownload.h: Fix for mozilla API change.
* vi.po: Updated Vietnamese translation.CVS: ↵Clytie Siddall2005-07-072-1791/+1247
| | | | ----------------------------------------------------------------------
* Make scroll wheel zoom directions HIG compliant; fixes bug #306110.Christian Persch2005-07-062-4/+9
| | | | | | | | 2005-07-06 Christian Persch <chpe@cvs.gnome.org> * data/default-prefs-common.js: Make scroll wheel zoom directions HIG compliant; fixes bug #306110.
* Translation updated by Ivar Smolin.Priit Laes2005-07-052-40/+41
| | | | | | 2005-07-05 Priit Laes <plaes@cvs.gnome.org> * et.po: Translation updated by Ivar Smolin.
* There's no printer cmd line entry anymore, no need to lock it down.Christian Persch2005-07-052-4/+9
| | | | | | | | | 2005-07-05 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/PrintingPromptService.cpp: There's no printer cmd line entry anymore, no need to lock it down.
* Translation updated by Ivar Smolin.Priit Laes2005-07-052-565/+506
| | | | | | 2005-07-05 Priit Laes <plaes@cvs.gnome.org> * et.po: Translation updated by Ivar Smolin.
* Fixed German translation by Jens Seidel <jensseidel@users.sf.net>.Hendrik Richter2005-07-042-4/+9
| | | | | | | 2005-07-04 Hendrik Richter <hendi@gnome-de.org> * de.po: Fixed German translation by Jens Seidel <jensseidel@users.sf.net>.
* Fix compiler warning.Christian Persch2005-07-042-5/+11
| | | | | | | | 2005-07-04 Christian Persch <chpe@cvs.gnome.org> * src/ephy-extensions-manager.c: Fix compiler warning.
* Better fix for bug #151037 to make session shutdown work again. Also fixChristian Persch2005-07-0414-50/+223
| | | | | | | | | | | | | | | | | | | | | | | | | | 2005-07-04 Christian Persch <chpe@cvs.gnome.org> * embed/downloader-view.c: (remove_download), (prepare_close_cb), (downloader_view_init), (downloader_view_finalize), (downloader_view_remove_download), (download_dialog_delete_cb): * embed/ephy-embed-shell.c: (ephy_embed_shell_prepare_close), (ephy_embed_shell_class_init): * embed/ephy-embed-shell.h: * embed/ephy-favicon-cache.c: (prepare_close_cb), (ephy_favicon_cache_init), (kill_download): * embed/mozilla/mozilla-embed-find.cpp: * embed/mozilla/mozilla-embed-single.cpp: * embed/mozilla/mozilla-embed.cpp: * embed/mozilla/mozilla-notifiers.cpp: * embed/mozilla/mozilla-notifiers.h: * src/ephy-session.c: (ephy_session_init), (ephy_session_dispose), (ephy_session_autoresume), (close_dialog), (ephy_session_close): * src/ephy-shell.c: (ephy_shell_startup), (toolwindow_hide_cb): * src/ephy-window.c: (ephy_window_finalize): Better fix for bug #151037 to make session shutdown work again. Also fix session shutdown while resuming, and preserve the session in this case.
* EphyCookie's expires field is now of time_t type (fixes gcc 4.0 warning).Jean-François Rameau2005-07-0414-60/+88
| | | | | | | | | | | | | | | | | | | | | | | 2005-07-03 Jean-François Rameau <jframeau@cvs.gnome.org> * embed/ephy-cookie-manager.h: EphyCookie's expires field is now of time_t type (fixes gcc 4.0 warning). * embed/ephy-favicon-cache.c: * lib/ephy-file-helpers.c: * lib/ephy-langs.c: * lib/ephy-node-db.c: * lib/ephy-node.c: * lib/ephy-state.c: * lib/egg/eggtraymanager.c: * src/ephy-extensions-manager.c: * src/ephy-main.c: * src/ephy-notebook.c: * src/ephy-session.c: * src/ephy-window.c: Fixes more signed/unsigned problems with gcc 4.0.
* Show URI in status bar when selecting Back/Forward/Up menu items. FixesJean-François Rameau2005-07-012-2/+66
| | | | | | | | | | | 2005-07-01 Jean-François Rameau <jframeau@cvs.gnome.org> * src/ephy-navigation-action.c: (build_back_or_forward_menu), (build_up_menu), (select_menu_item_cb), (deselect_menu_item_cb), (ephy_navigation_action_set_property): Show URI in status bar when selecting Back/Forward/Up menu items. Fixes partly #161710.
* Add text/rtf.Christian Persch2005-06-242-0/+7
| | | | | | | | 2005-06-24 Christian Persch <chpe@cvs.gnome.org> * data/mime-types-permissions.xml: Add text/rtf.
* fix language team referenceKwok-Koon Cheung2005-06-242-585/+652
|
* Updated Greek translationNikos Charonitakis2005-06-202-241/+286
|
* Shift-Ctrl+R now works (Force reload). Fixes #307831.Jean-François Rameau2005-06-203-0/+11
| | | | | | | | | 2005-06-19 Jean-François Rameau <jframeau@cvs.gnome.org> * data/ui/epiphany-ui.xml: * src/ephy-window.c: Shift-Ctrl+R now works (Force reload). Fixes #307831.
* Updated German translation.Hendrik Richter2005-06-172-623/+665
| | | | | | 2005-06-17 Hendrik Richter <hendi@gnome-de.org> * de.po: Updated German translation.
* Translation updated.Priit Laes2005-06-172-1219/+1170
| | | | | | 2005-06-16 Priit Laes <plaes@cvs.gnome.org> * et.po: Translation updated.
* Don't show the image after gtk_button_set_image(). Fixes bug #307818.Christian Persch2005-06-164-16/+15
| | | | | | | | | | 2005-06-16 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/ContentHandler.cpp: * src/ephy-fullscreen-popup.c: (ephy_fullscreen_popup_constructor): * src/ephy-history-window.c: (confirmation_dialog_construct): Don't show the image after gtk_button_set_image(). Fixes bug #307818.
* Point to the 'search_key_press' function int eh EphyEmbedIface rather thanCrispin Flowerday2005-06-152-1/+8
| | | | | | | | | 2005-06-14 Crispin Flowerday <gnome@flowerday.cx> * embed/ephy-embed.c (ephy_embed_load_url): Point to the 'search_key_press' function int eh EphyEmbedIface rather than the context menu one
* Updated Danish translation.Martin Willemoes Hansen2005-06-142-3/+7
| | | | * da.po: Updated Danish translation.
* Translation updated by Reinout van Schouwen.Vincent van Adrighem2005-06-142-1123/+212
| | | | | | 2005-06-13 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated by Reinout van Schouwen.
* Fix refcount leak.Christian Persch2005-06-132-12/+21
| | | | | | | | 2005-06-12 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/mozilla-ember-persist.cpp: (impl_to_string): Fix refcount leak.
* Updated Czech translation.Miloslav Trmac2005-06-122-145/+197
| | | | | | 2005-06-12 Miloslav Trmac <mitr@volny.cz> * cs.po: Updated Czech translation.
* Don't hold a ref to the shell from persist objects.Christian Persch2005-06-122-5/+6
| | | | | | | | 2005-06-11 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/mozilla-embed-persist.cpp: Don't hold a ref to the shell from persist objects.
* Common helper function to unref a GObject from idle.Christian Persch2005-06-1112-22/+126
| | | | | | | | | | | | | | | | | | | | | | | | 2005-06-10 Christian Persch <chpe@cvs.gnome.org> * lib/Makefile.am: * lib/ephy-object-helpers.c: * lib/ephy-object-helpers.h: Common helper function to unref a GObject from idle. * embed/downloader-view.c: (downloader_view_finalize): * embed/mozilla/mozilla-embed-find.cpp: * embed/mozilla/mozilla-embed-persist.cpp: * embed/mozilla/mozilla-embed.cpp: * src/ephy-extensions-manager.c: (unload_extension): * src/ephy-main.c: (main): * src/ephy-shell.c: (toolwindow_hide_cb): * src/ephy-window.c: (ephy_window_finalize): Always unref the shell from idle, never directly. That's because in case we hold the last reference, we would end up terminating embedding/XPCOM from a mozilla callback. Fixes bug #151037, and moz#236688.
* Updated Slovak translation.Marcel Telka2005-06-112-1114/+1018
| | | | | | 2005-06-10 Marcel Telka <marcel@telka.sk> * sk.po: Updated Slovak translation.
* Updated Danish translation.Martin Willemoes Hansen2005-06-092-625/+662
| | | | * da.po: Updated Danish translation.
* Handle Ctrl-F like / to open the find bar without focusing it. Fixes linkChristian Persch2005-06-095-30/+21
| | | | | | | | | | | | | 2005-06-08 Christian Persch <chpe@cvs.gnome.org> * src/ephy-window.c: * src/ephy-window.h: * src/epiphany.defs: * src/window-commands.c: (window_cmd_edit_select_all), (window_cmd_edit_find): Handle Ctrl-F like / to open the find bar without focusing it. Fixes link activation while finding.
* More constification.Jean-François Rameau2005-06-082-2/+9
| | | | | | | | | 2005-06-07 Jean-François Rameau <jframeau@cvs.gnome.org> * embed/mozilla/MozDownload.cpp: (file_is_compressed), (parse_extension): More constification.
* Unused var.Jean-François Rameau2005-06-082-1/+6
| | | | | | | | 2005-06-07 Jean-François Rameau <jframeau@cvs.gnome.org> * embed/mozilla/mozilla-embed.cpp: (mozilla_embed_dom_key_press_cb): Unused var.
* Updated UpdatedTerance Sola2005-06-083-44/+75
| | | | | | | 2005-06-07 Terance Sola <terance@lyse.net> * nb.po: Updated * no.po: Updated
* *** empty log message ***Ignacio Casal Quinteiro2005-06-072-8/+12
|
* Updated Simplified Chinese translationFunda Wang2005-06-072-73/+122
|
* Require DBUS 0.34. Bug #306626.Christian Persch2005-06-062-2/+8
| | | | | | | | 2005-06-06 Christian Persch <chpe@cvs.gnome.org> * configure.ac: Require DBUS 0.34. Bug #306626.
* Updated Bulgarian translation by Vladimir Petkov <vpetkov@i-space.org>Alexander Shopov2005-06-062-63/+87
| | | | | | | 2005-06-06 Alexander Shopov <ash@contact.bg> * bg.po: Updated Bulgarian translation by Vladimir Petkov <vpetkov@i-space.org>
* *** empty log message ***Ignacio Casal Quinteiro2005-06-063-594/+679
|
* Fix compilation with DBUS 0.3x. Patch by Raphaël Slinckx, fixes bugChristian Persch2005-06-062-10/+14
| | | | | | | | | | 2005-06-05 Christian Persch <chpe@cvs.gnome.org> * lib/ephy-dbus.c: (ephy_dbus_connect_to_system_bus), (ephy_dbus_connect_to_session_bus), (ephy_dbus_disconnect_bus): Fix compilation with DBUS 0.3x. Patch by Raphaël Slinckx, fixes bug #306565.
* Update from libegg.Christian Persch2005-06-052-16/+38
| | | | | | | | | | 2005-06-05 Christian Persch <chpe@cvs.gnome.org> * lib/egg/eggtrayicon.c: (egg_tray_icon_manager_filter), (egg_tray_icon_update_manager_window), (egg_tray_icon_manager_window_destroyed), (egg_tray_icon_realize): Update from libegg.
* Disable "gl", it's buggy.Christian Persch2005-06-052-1/+5
| | | | | | 2005-06-05 Christian Persch <chpe@cvs.gnome.org> * LINGUAS: Disable "gl", it's buggy.
* Updated Japanese translation for v1.7.1.Takeshi AIHANA2005-06-052-628/+464
| | | | | 2005-06-05 Takeshi AIHANA <aihana@gnome.gr.jp> * ja.po: Updated Japanese translation for v1.7.1.
* Add release markerChristian Persch2005-06-051-1/+1
|
* Updated Spanish translation.Francisco Javier F. Serrador2005-06-052-247/+304
| | | | | | 2005-06-05 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation.
* Post-release version bump.Christian Persch2005-06-052-1/+7
| | | | | | | | 2005-06-05 Christian Persch <chpe@cvs.gnome.org> * configure.ac: Post-release version bump.
* Version 1.7.1.Release171Christian Persch2005-06-0513-32/+137
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2005-06-05 Christian Persch <chpe@cvs.gnome.org> Version 1.7.1. * Makefile.am: Add --enable-python to distcheck configure flags. * NEWS: * configure.ac: Updated for version 1.7.1. * embed/mozilla/EphyBrowser.cpp: * embed/mozilla/EventContext.cpp: Fix warnings. * src/ephy-extensions-manager.c: (get_loader_for_type), (load_extension): Fix --disable-python case. * src/Makefile.am: Fix make distcheck.
* Changed the translation of stylesheet.Christian Rose2005-06-052-9/+13
| | | | | | 2005-06-05 Christian Rose <menthos@menthos.com> * sv.po: Changed the translation of stylesheet.
* Close find bar on mouse click in the embed.Christian Persch2005-06-052-0/+25
| | | | | | | | | 2005-06-04 Christian Persch <chpe@cvs.gnome.org> * src/ephy-find-toolbar.c: (tab_dom_mouse_click_cb), (ephy_find_toolbar_set_embed): Close find bar on mouse click in the embed.
* Added Galician translation by Ignacio Casal QuinteiroChristian Rose2005-06-043-1/+3701
| | | | | | | 2005-06-03 Christian Rose <menthos@menthos.com> * sv.po: Added Galician translation by Ignacio Casal Quinteiro <nacho.resa@gmail.com>.
* Typo.Jean-François Rameau2005-06-042-1/+7
| | | | | | | | 2005-06-03 Jean-François Rameau <jframeau@cvs.gnome.org> * embed/mozilla/EventContext.cpp: Typo.
* Don't open search toolbar on / or ' over formfields:Christian Persch2005-06-038-27/+164
| | | | | | | | | | | | | | | | | | | | | | | | | | | 2005-06-03 Christian Persch <chpe@cvs.gnome.org> Don't open search toolbar on / or ' over formfields: * embed/ephy-embed.c: (ephy_embed_base_init): * embed/ephy-embed.h: New signal for searchable key presses. * embed/mozilla/EventContext.cpp: * embed/mozilla/EventContext.h: Add static function to check if a keypress should be forwarded to the search toolbar. * embed/mozilla/mozilla-embed.cpp: Emit the signal here. * lib/ephy-marshal.list: * src/ephy-find-toolbar.c: (tab_search_key_press_cb), (ephy_find_toolbar_set_embed): Use the new signal instead of dom-key-press.
* Add code to handle area tags. Fix bug #152482Jean-François Rameau2005-06-032-0/+70
| | | | | | | | | 2005-06-02 Jean-François Rameau <jframeau@cvs.gnome.org> * embed/mozilla/EventContext.cpp: (EventContext::GetEventContext): Add code to handle area tags. Fix bug #152482
* nsEmbedString doesn't support Equals method. So add some bits to test twoJean-François Rameau2005-06-033-0/+24
| | | | | | | | | | | 2005-06-02 Jean-François Rameau <jframeau@cvs.gnome.org> * embed/mozilla/EphyUtils.h: * embed/mozilla/EphyUtils.cpp: nsEmbedString doesn't support Equals method. So add some bits to test two nsEmbedString. See https://bugzilla.mozilla.org/show_bug.cgi?id=296286
* Updated Canadian English translation.Adam Weinberger2005-06-022-4/+28
| | | | | | 2005-06-02 Adam Weinberger <adamw@gnome.org> * en_CA.po: Updated Canadian English translation.
* Fix more signed/unsigned problems with gcc 4.0. Patch by MartinChristian Persch2005-06-024-29/+46
| | | | | | | | | | | | | | | | 2005-06-01 Christian Persch <chpe@cvs.gnome.org> * lib/egg/egg-editable-toolbar.c: (drag_data_get_cb), (drag_data_received_cb): * lib/egg/egg-toolbar-editor.c: (drag_data_get_cb), (parse_item_list), (egg_toolbar_editor_load_actions): * lib/egg/egg-toolbars-model.c: (egg_toolbars_model_to_xml), (egg_toolbars_model_save), (parse_item_list), (parse_toolbars): * src/ephy-notebook.c: * src/ephy-window.c: Fix more signed/unsigned problems with gcc 4.0. Patch by Martin Kretzschmar, bug #306169.
* Updated.Christian Persch2005-06-012-0/+5
| | | | | | 2005-06-01 Christian Persch <chpe@cvs.gnome.org> * POTFILES.in: Updated.
* Updated Canadian English translation.Adam Weinberger2005-06-012-248/+270
| | | | | | 2005-06-01 Adam Weinberger <adamw@gnome.org> * en_CA.po: Updated Canadian English translation.
* Minor fix Minor fixTerance Sola2005-06-013-28/+51
| | | | | | | 2005-05-31 Terance Sola <terance@lyse.net> * nb.po: Minor fix * no.po: Minor fix
* Updated UpdatedTerance Sola2005-06-013-1340/+955
| | | | | | | 2005-05-31 Terance Sola <terance@lyse.net> * nb.po: Updated * no.po: Updated
* Fix compile warning.Christian Persch2005-05-312-1/+7
| | | | | | | | 2005-05-31 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EphyBrowser.cpp: Fix compile warning.
* Add scroll event listener, and change zoom on scroll+wheel events.Christian Persch2005-05-316-8/+90
| | | | | | | | | | | | | | | 2005-05-31 Christian Persch <chpe@cvs.gnome.org> * data/default-prefs-common.js: * embed/mozilla/EphyBrowser.cpp: * embed/mozilla/EphyBrowser.h: Add scroll event listener, and change zoom on scroll+wheel events. * lib/ephy-zoom.c: (ephy_zoom_get_changed_zoom_level): * lib/ephy-zoom.h: Fix signed/unsigned integer problems (underflow).
* Work around mozilla bugChristian Persch2005-05-313-0/+25
| | | | | | | | | | | | 2005-05-31 Christian Persch <chpe@cvs.gnome.org> * src/ephy-notebook.c: (ephy_notebook_move_tab), (move_tab_to_another_notebook), (button_release_cb): * src/ephy-window.c: (update_tabs_menu_sensitivity): Work around mozilla bug https://bugzilla.mozilla.org/show_bug.cgi?id=296002 by disallowing tabs moves to a different window. Bug #303922.
* Remove "Software Developers" checkbox from New CA dialogue. From bugChristian Persch2005-05-312-10/+8
| | | | | | | | | 2005-05-30 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/GtkNSSDialogs.cpp: Remove "Software Developers" checkbox from New CA dialogue. From bug #168295.
* Updated Bulgarian translation by Vladimir Petkov <vpetkov@i-space.org>Alexander Shopov2005-05-302-282/+313
| | | | | | | 2005-05-30 Alexander Shopov <ash@contact.bg> * bg.po: Updated Bulgarian translation by Vladimir Petkov <vpetkov@i-space.org>
* Don't erase the search term when opening the find bar with Ctrl-F.Christian Persch2005-05-304-6/+20
| | | | | | | | | | | 2005-05-30 Christian Persch <chpe@cvs.gnome.org> * src/ephy-find-toolbar.c: (tab_dom_key_press_cb), (ephy_find_toolbar_open): * src/ephy-find-toolbar.h: * src/ephy-window.c: (ephy_window_find): Don't erase the search term when opening the find bar with Ctrl-F.
* Don't special-case ' and / if the find bar is already active.Christian Persch2005-05-302-10/+19
| | | | | | | | 2005-05-29 Christian Persch <chpe@cvs.gnome.org> * src/ephy-find-toolbar.c: (tab_dom_key_press_cb): Don't special-case ' and / if the find bar is already active.
* Deactivate typeaheadfind in print preview mode.Christian Persch2005-05-305-17/+117
| | | | | | | | | | | | | | | | | 2005-05-29 Christian Persch <chpe@cvs.gnome.org> * src/ephy-find-toolbar.c: (tab_dom_key_press_cb), (entry_activate_cb), (sync_print_preview_mode), (ephy_find_toolbar_set_window), (ephy_find_toolbar_get_property), (ephy_find_toolbar_set_property), (ephy_find_toolbar_class_init), (ephy_find_toolbar_new): * src/ephy-find-toolbar.h: * src/ephy-window.c: (ephy_window_init), (ephy_window_set_print_preview), (ephy_window_get_is_popup), (ephy_window_get_is_print_preview): * src/ephy-window.h: Deactivate typeaheadfind in print preview mode.
* Only enable typeahead if we actually can do typeaheadfind.Christian Persch2005-05-292-0/+15
| | | | | | | | | 2005-05-29 Christian Persch <chpe@cvs.gnome.org> * src/ephy-find-toolbar.c: (ephy_find_toolbar_set_embed), (ephy_find_toolbar_open): Only enable typeahead if we actually can do typeaheadfind.
* Allow ViewSource for XML documents too. Fixes bug #305788.Christian Persch2005-05-293-2/+12
| | | | | | | | 2005-05-29 Christian Persch <chpe@cvs.gnome.org> * src/ephy-window.c: (sync_tab_document_type): Allow ViewSource for XML documents too. Fixes bug #305788.
* Add warnings: - when downloading to not writable directory, - whenJean-François Rameau2005-05-292-8/+73
| | | | | | | | | | | 2005-05-29 Jean-François Rameau <jframeau@cvs.gnome.org> * lib/ephy-gui.c: (ephy_gui_confirm_overwrite_file): Add warnings: - when downloading to not writable directory, - when downloading to not writable file (overwrite). Fixes bug #124236
* Update python bindings.Christian Persch2005-05-292-20/+12
| | | | | | | | 2005-05-29 Christian Persch <chpe@cvs.gnome.org> * src/epiphany.defs: Update python bindings.
* Disable mozilla's typeaheadfind.Christian Persch2005-05-296-47/+220
| | | | | | | | | | | | | | | | | | | | | | | | 2005-05-29 Christian Persch <chpe@cvs.gnome.org> * data/default-prefs-common.js: * data/default-prefs-toolkit.js: Disable mozilla's typeaheadfind. * src/ephy-find-toolbar.c: (get_find), (send_focus_change), (tab_dom_key_press_cb), (entry_changed_cb), (entry_preedit_changed_cb), (entry_key_press_event_cb), (entry_activate_cb), (set_focus_cb), (ephy_find_toolbar_grab_focus), (ephy_find_toolbar_init), (ephy_find_toolbar_class_init), (ephy_find_toolbar_set_embed), (ephy_find_toolbar_find_previous), (ephy_find_toolbar_open), (ephy_find_toolbar_close): * src/ephy-find-toolbar.h: * src/ephy-window.c: (sync_tab_document_type), (ephy_window_init), (ephy_window_set_print_preview), (ephy_window_find): Forward key events from the embed to the find toolbar. That way we can typeaheadfind without losing focus.
* Check for toolkit nsITypeAheadFind.Christian Persch2005-05-2921-260/+867
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2005-05-28 Christian Persch <chpe@cvs.gnome.org> * configure.ac: Check for toolkit nsITypeAheadFind. * embed/Makefile.am: * embed/ephy-embed-factory.c: (ephy_embed_factory_new_object): * embed/ephy-embed-find.c: (ephy_embed_find_set_embed), (ephy_embed_find_set_properties), (ephy_embed_find_find), (ephy_embed_find_find_again), (ephy_embed_find_get_type): * embed/ephy-embed-find.h: * embed/ephy-embed.c: * embed/ephy-embed.h: * embed/mozilla/EphyBrowser.cpp: * embed/mozilla/EphyBrowser.h: * embed/mozilla/EphyFind.cpp: * embed/mozilla/EphyFind.h: * embed/mozilla/Makefile.am: * embed/mozilla/mozilla-embed-find.cpp: * embed/mozilla/mozilla-embed-find.h: * embed/mozilla/mozilla-embed.cpp: * src/bookmarks/ephy-bookmarks-import.c: (gul_general_read_line_from_file): * src/ephy-find-toolbar.c: (get_find), (set_controls), (tab_content_changed_cb), (entry_changed_cb), (ephy_find_toolbar_init), (ephy_find_toolbar_finalize), (ephy_find_toolbar_class_init), (ephy_find_toolbar_new), (ephy_find_toolbar_get_text), (ephy_find_toolbar_set_embed), (ephy_find_toolbar_find_next), (ephy_find_toolbar_find_previous): * src/ephy-find-toolbar.h: * src/ephy-window.c: (ephy_window_set_active_tab), (ephy_window_init), (ephy_window_get_find_toolbar), (ephy_window_notebook_switch_page_cb): * src/ephy-window.h: * src/window-commands.c: (window_cmd_edit_find_next), (window_cmd_edit_find_prev): Implement typeaheadfind for the find toolbar.
* Check return value of fgets.Christian Persch2005-05-292-4/+13
| | | | | | | | | 2005-05-28 Christian Persch <chpe@cvs.gnome.org> * src/bookmarks/ephy-bookmarks-import.c: (gul_general_read_line_from_file): Check return value of fgets.
* Add python libs when building with python bindings. Fixes bug #305767.Christian Persch2005-05-292-0/+14
| | | | | | | | 2005-05-28 Christian Persch <chpe@cvs.gnome.org> * doc/reference/Makefile.am: Add python libs when building with python bindings. Fixes bug #305767.
* Get a temporary filename to save to only when needed.Jean-François Rameau2005-05-292-14/+20
| | | | | | | | 2005-05-28 Jean-François Rameau <jframeau@cvs.gnome.org> * embed/mozilla/mozilla-embed-persist.cpp: (impl_save): Get a temporary filename to save to only when needed.
* Check for new DBUS API.Christian Persch2005-05-283-3/+50
| | | | | | | | | | | | | | 2005-05-28 Christian Persch <chpe@cvs.gnome.org> * configure.ac: Check for new DBUS API. * lib/ephy-dbus.c: (session_filter_func), (system_filter_func), (ephy_dbus_connect_to_system_bus), (ephy_dbus_connect_to_session_bus): Adapt to new DBUS API. Patch by Thom May, fixes bug #301153.
* Updated Simplified Chinese translationFunda Wang2005-05-282-1087/+1090
|
* translation update and simple fixGustavo Noronha Silva2005-05-272-1096/+1097
|
* Automatically detect whether we have a mozilla debug build.Christian Persch2005-05-262-15/+36
| | | | | | | | 2005-05-26 Christian Persch <chpe@cvs.gnome.org> * configure.ac: Automatically detect whether we have a mozilla debug build.
* vi.po: Updated Vietnamese translation.CVS: ↵Clytie Siddall2005-05-262-1876/+2422
| | | | ----------------------------------------------------------------------
* Don't use (void).Christian Persch2005-05-263-2/+9
| | | | | | | | | 2005-05-26 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EphyProtocolHandler.cpp: * embed/mozilla/EphyProtocolHandler.h: Don't use (void).
* Add protocol handler, which I'll use for our custom error pages. SinceChristian Persch2005-05-2613-5/+301
| | | | | | | | | | | | | | | | | | | 2005-05-26 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/ContentHandler.cpp: * embed/mozilla/EphyProtocolHandler.cpp: * embed/mozilla/EphyProtocolHandler.h: * embed/mozilla/EphyUtils.cpp: * embed/mozilla/EphyUtils.h: * embed/mozilla/GtkNSSClientAuthDialogs.cpp: * embed/mozilla/GtkNSSDialogs.cpp: * embed/mozilla/GtkNSSKeyPairDialogs.cpp: * embed/mozilla/Makefile.am: * embed/mozilla/MozDownload.cpp: * embed/mozilla/MozRegisterComponents.cpp: Add protocol handler, which I'll use for our custom error pages. Since it's almost gratis, add about:epiphany back.
* Default to accept cookies from current site only, not from anywhere.Christian Persch2005-05-262-1/+7
| | | | | | | | 2005-05-25 Christian Persch <chpe@cvs.gnome.org> * data/epiphany.schemas.in: Default to accept cookies from current site only, not from anywhere.
* A src/ephy-find-toolbar.c: A src/ephy-find-toolbar.h:Christian Persch2005-05-268-502/+584
| | | | | | | | | | | | | | | | | | | 2005-05-25 Christian Persch <chpe@cvs.gnome.org> * embed/Makefile.am: * embed/find-dialog.c: * embed/find-dialog.h: A src/ephy-find-toolbar.c: A src/ephy-find-toolbar.h: * src/ephy-window.c: (sync_tab_document_type), (tab_content_changed_cb), (ephy_window_set_active_tab), (ephy_window_dispose), (sync_find_toolbar_text_cb), (find_toolbar_find_next_cb), (find_toolbar_find_previous_cb), (find_toolbar_close_cb), (ephy_window_init), (ephy_window_notebook_switch_page_cb), (ephy_window_find): Replace the find dialogue with a find toolbar. Work in progress; no typeaheadfind yet.
* Enable error pages on Gecko 1.8.Christian Persch2005-05-243-3/+21
| | | | | | | | | 2005-05-24 Christian Persch <chpe@cvs.gnome.org> * data/Makefile.am: * data/default-prefs-gecko-1-8.js: Enable error pages on Gecko 1.8.
* Windows opened from links are not always popups. Windows with menu barJean-François Rameau2005-05-232-1/+15
| | | | | | | | | | 2005-05-23 Jean-François Rameau <jframeau@cvs.gnome.org> * src/ephy-shell.c: (ephy_shell_new_window_cb): Windows opened from links are not always popups. Windows with menu bar toggled on are not considered as popups. #304992
* Add check for h2def.Christian Persch2005-05-222-0/+11
| | | | | | | | 2005-05-22 Christian Persch <chpe@cvs.gnome.org> * configure.ac: Add check for h2def.
* Add features variable to the .pc file, so we can check for python and dbusChristian Persch2005-05-213-0/+14
| | | | | | | | | | 2005-05-21 Christian Persch <chpe@cvs.gnome.org> * configure.ac: * data/epiphany-1.8.pc.in: Add features variable to the .pc file, so we can check for python and dbus from epiphany-extensions.
* A README.Python A m4/.cvsignore: A m4/python.m4:Christian Persch2005-05-2117-8/+4498
| | | | | | | | | | | | | | | | | | | | | | 2005-05-21 Christian Persch <chpe@cvs.gnome.org> * Makefile.am: * configure.ac: A README.Python A m4/.cvsignore: A m4/python.m4: * src/Makefile.am: * src/ephy-extensions-manager.c: (get_loader_for_type): A src/ephy-python-extension.c: A src/ephy-python-extension.h: A src/ephy-python-loader.c: A src/ephy-python-loader.h: A src/ephy-python.c: A src/ephy-python.h: A src/epiphany.defs: A src/epiphany.override: Merge Pyphany.
* Updated Greek translation (numbers-desktop-check)Nikos Charonitakis2005-05-202-3/+10
|
* Update mime type list. check-mime.py now catches aliases fromJean-François Rameau2005-05-163-1/+42
| | | | | | | | | | 2005-05-15 Jean-François Rameau <jframeau@cvs.gnome.org> * data/check-mime.py: * data/mime-types-permissions.xml: Update mime type list. check-mime.py now catches aliases from freedesktop.org.xml mime type database.
* No need to have Init on the event listener classes, move thatChristian Persch2005-05-153-68/+27
| | | | | | | | | 2005-05-14 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EphyBrowser.cpp: * embed/mozilla/EphyBrowser.h: No need to have Init on the event listener classes, move that
* Drop support for mozilla < 1.7.5.Christian Persch2005-05-153-23/+7
| | | | | | | | | 2005-05-14 Christian Persch <chpe@cvs.gnome.org> * configure.ac: * embed/mozilla/EphyBrowser.cpp: Drop support for mozilla < 1.7.5.
* Just replace the check for broken reload by HAVE_GECKO_1_8.Christian Persch2005-05-155-19/+14
| | | | | | | | | | | 2005-05-14 Christian Persch <chpe@cvs.gnome.org> * configure.ac: * embed/mozilla/EphyBrowser.cpp: * embed/mozilla/EphyBrowser.h: * embed/mozilla/mozilla-embed.cpp: Just replace the check for broken reload by HAVE_GECKO_1_8.
* Updated Basque translation.Iaki Larraaga2005-05-142-1775/+1636
| | | | | | 2005-05-13 Iaki Larraaga <dooteo@euskalgnu.org> * eu.po: Updated Basque translation.
* Add handling of DOMContentLoaded event from Gecko. It is an event thatJean-François Rameau2005-05-135-0/+69
| | | | | | | | | | | | | 2005-05-12 Jean-François Rameau <jframeau@cvs.gnome.org> * embed/ephy-embed.h: * embed/ephy-embed.c: * embed/mozilla/EphyBrowser.cpp: * embed/mozilla/EventContext.cpp: Add handling of DOMContentLoaded event from Gecko. It is an event that Gecko throws when the dom’s content is loaded, that is, before all the images and what not have loaded.
* Add languages.h to NOINST_H_FILES.Christian Persch2005-05-122-0/+7
| | | | | | | | 2005-05-12 Christian Persch <chpe@cvs.gnome.org> * src/Makefile.am: Add languages.h to NOINST_H_FILES.
* Updated Bulgarian translation by Vladimir Petkov <vpetkov@i-space.org>Alexander Shopov2005-05-122-37/+43
| | | | | | | 2005-05-12 Alexander Shopov <ash@contact.bg> * bg.po: Updated Bulgarian translation by Vladimir Petkov <vpetkov@i-space.org>
* updated Greek translationNikos Charonitakis2005-05-121-1/+5
|
* Updated Greek translationNikos Charonitakis2005-05-121-2/+2
|
* Updated Greek translationNikos Charonitakis2005-05-121-9/+8
|
* Change string passed to gnome_program_init() as human readable programChristian Persch2005-05-112-1/+8
| | | | | | | | | 2005-05-11 Christian Persch <chpe@cvs.gnome.org> * src/ephy-main.c: (main): Change string passed to gnome_program_init() as human readable program name.
* Updated Greek Translation.Kostas Papadimas2005-05-112-1137/+1207
|
* More trusted checks.Christian Persch2005-05-093-0/+43
| | | | | | | | | 2005-05-08 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EphyBrowser.cpp: * embed/mozilla/EventContext.cpp: More trusted checks.
* Updated Spanish translation.Francisco Javier F. Serrador2005-05-082-69/+77
| | | | | | 2005-05-07 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation.
* Remove unused varChristian Persch2005-05-081-2/+0
|
* Constification.Christian Persch2005-05-072-1/+7
| | | | | | | | 2005-05-07 Christian Persch <chpe@cvs.gnome.org> * src/ephy-lockdown.c: Constification.
* Slight performance improvements.Christian Persch2005-05-073-25/+85
| | | | | | | | | 2005-05-06 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EventContext.cpp: * embed/mozilla/EventContext.h: Slight performance improvements.
* Use the document's URL as tab address, not the info from the locationChristian Persch2005-05-073-3/+25
| | | | | | | | | | 2005-05-06 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EphyBrowser.cpp: * src/ephy-tab.c: (ephy_tab_address_cb): Use the document's URL as tab address, not the info from the location changed signal.
* Set MozDownload as progress listener on the web browser persist.Christian Persch2005-05-072-0/+9
| | | | | | | | 2005-05-06 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/MozDownload.cpp: Set MozDownload as progress listener on the web browser persist.
* Use nsICancelable.Christian Persch2005-05-072-0/+15
| | | | | | | | 2005-05-06 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/mozilla-embed-persist.cpp: Use nsICancelable.
* Translation updated by Reinout van Schouwen.Vincent van Adrighem2005-05-072-69/+63
| | | | | | 2005-05-06 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated by Reinout van Schouwen.