aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* reviewed by: Christian Persch <chpe@cvs.gnome.org>Marco Pesenti Gritti2004-10-1120-220/+342
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2004-10-10 Marco Pesenti Gritti <marco@gnome.org> reviewed by: Christian Persch <chpe@cvs.gnome.org> * data/glade/print.glade: * embed/ephy-embed-single.c: (ephy_embed_single_get_printer_list): * embed/ephy-embed-single.h: * embed/mozilla/ContentHandler.cpp: * embed/mozilla/EphyBrowser.cpp: * embed/mozilla/EphyHeaderSniffer.cpp: * embed/mozilla/EphyUtils.cpp: * embed/mozilla/EphyUtils.h: * embed/mozilla/FilePicker.cpp: * embed/mozilla/GtkNSSClientAuthDialogs.cpp: * embed/mozilla/GtkNSSDialogs.cpp: * embed/mozilla/GtkNSSKeyPairDialogs.cpp: * embed/mozilla/MozillaPrivate.cpp: * embed/mozilla/MozillaPrivate.h: * embed/mozilla/PrintingPromptService.cpp: * embed/mozilla/mozilla-embed-single.cpp: * embed/mozilla/mozilla-embed.cpp: * embed/print-dialog.c: (ephy_print_dialog_new): * lib/ephy-dialog.c: (set_combo_box_from_value): Move current MozillaPrivate helpers to EphyUtils. Use MozillaPrivate for stuff that needs mozilla internal strings. Support multiple printers in the print dialog. This is actually a bug fix because on several distributions using hardcoded Poscript/default will simply not work at all.
* Remove duplicate AC_PROG_INTLTOOL, fixes bug #155028.Christian Persch2004-10-102-1/+6
| | | | | | | | 2004-10-10 Christian Persch <chpe@cvs.gnome.org> * configure.in: Remove duplicate AC_PROG_INTLTOOL, fixes bug #155028.
* Fix mistranslated "system-language" strings.Christian Persch2004-10-104-3/+11
| | | | | | | | | | 2004-10-10 Christian Persch <chpe@cvs.gnome.org> * fr.po: * mk.po: * ta.po: Fix mistranslated "system-language" strings.
* No circular dependencies anymore.Christian Persch2004-10-095-15/+19
| | | | | | | | | | | 2004-10-08 Christian Persch <chpe@cvs.gnome.org> * src/ephy-tab.c: * src/ephy-tab.h: * src/ephy-window.c: * src/ephy-window.h: No circular dependencies anymore.
* When adding a bookmark, check if it has same node ID as one scheduled forChristian Persch2004-10-082-0/+25
| | | | | | | | | | 2004-10-08 Christian Persch <chpe@cvs.gnome.org> * src/bookmarks/ephy-bookmarks-menu.c: (bookmark_added_cb): When adding a bookmark, check if it has same node ID as one scheduled for removal, and if so, process the removal immediately. Fixes bug #154805.
* revreqN Jayaradha2004-10-081-197/+195
|
* revreqN Jayaradha2004-10-081-7/+5
|
* Fix ChangeLogChristian Persch2004-10-081-1/+0
|
* *** empty log message ***Marco Pesenti Gritti2004-10-083-3/+3
|
* reviewed by: Christian Persch <chpe@cvs.gnome.org>Marco Pesenti Gritti2004-10-088-9/+33
| | | | | | | | | | | | | | | | | | | | | 2004-10-08 Marco Pesenti Gritti <marco@gnome.org> reviewed by: Christian Persch <chpe@cvs.gnome.org> * lib/ephy-dialog.c: (setup_default_size): * lib/ephy-state.c: (create_window_node), (ephy_state_add_window): * lib/ephy-state.h: * src/bookmarks/ephy-bookmark-properties.c: (build_ui): * src/bookmarks/ephy-bookmarks-editor.c: (ephy_bookmarks_editor_construct): * src/bookmarks/ephy-new-bookmark.c: (ephy_new_bookmark_construct): * src/ephy-history-window.c: (ephy_history_window_construct): * src/ephy-window.c: (ephy_window_show): * src/pdm-dialog.c: (show_cookies_properties): * src/window-commands.c: (window_cmd_edit_toolbar): Allow to set the default window state to maximize. Default to maximize for the browser window.
* Post-release version bump.Christian Persch2004-10-072-1/+7
| | | | | | | | 2004-10-07 Christian Persch <chpe@cvs.gnome.org> * configure.in: Post-release version bump.
* === Release 1.4.3 ===Release143Christian Persch2004-10-074-1/+20
| | | | | | | | | | 2004-10-07 Christian Persch <chpe@cvs.gnome.org> === Release 1.4.3 === * NEWS: * configure.in: * doc/reference/tmpl/ephy-embed.sgml:
* Fix compilation with gtk+ 2.4.x.Christian Persch2004-10-072-1/+8
| | | | | | | | 2004-10-07 Christian Persch <chpe@cvs.gnome.org> * lib/ephy-gui.c: (ephy_gui_set_default_window_icon): Fix compilation with gtk+ 2.4.x.
* Post-release version bump.Marco Pesenti Gritti2004-10-072-1/+7
| | | | | | | | 2004-10-07 Marco Pesenti Gritti <marco@gnome.org> * configure.in: Post-release version bump.
* === Release 1.4.2 ===Marco Pesenti Gritti2004-10-073-1/+27
| | | | | | | | | 2004-10-07 Marco Pesenti Gritti <marco@gnome.org> * NEWS: * configure.in: === Release 1.4.2 ===
* reviewed by: Christian Persch <chpe@cvs.gnome.org>Marco Pesenti Gritti2004-10-074-0/+32
| | | | | | | | | | | | 2004-10-07 Marco Pesenti Gritti <marco@gnome.org> reviewed by: Christian Persch <chpe@cvs.gnome.org> * configure.ac: * embed/mozilla/Makefile.am: * embed/mozilla/mozilla-embed-single.cpp: Initialize plugins path env var for backward compatibility
* Add ephy-gui.h include.Christian Persch2004-10-072-0/+7
| | | | | | | | 2004-10-07 Christian Persch <chpe@cvs.gnome.org> * lib/ephy-file-chooser.c: Add ephy-gui.h include.
* Fix a mistranslation.Christian Persch2004-10-072-1/+5
| | | | | | 2004-10-06 Christian Persch <chpe@cvs.gnome.org> * en_GB.po: Fix a mistranslation.
* Remove unnecessary include.Christian Persch2004-10-062-1/+6
| | | | | | | | 2004-10-06 Christian Persch <chpe@cvs.gnome.org> * embed/ephy-embed.h: Remove unnecessary include.
* Updated Korean translation.Changwoo Ryu2004-10-062-243/+247
| | | | * ko.po: Updated Korean translation.
* Don't allow activation of the hidden menubar in ppv mode.Christian Persch2004-10-062-2/+12
| | | | | | | | 2004-10-05 Christian Persch <chpe@cvs.gnome.org> * src/ephy-window.c: (ephy_window_key_press_event): Don't allow activation of the hidden menubar in ppv mode.
* Fix print preview and fullscreen mode interaction. Fixes bug #154456.Christian Persch2004-10-062-37/+37
| | | | | | | | | | | 2004-10-05 Christian Persch <chpe@cvs.gnome.org> * src/ephy-window.c: (get_chromes_visibility), (ephy_window_fullscreen), (ephy_window_unfullscreen), (ephy_window_delete_event_cb), (show_embed_popup), (ephy_window_init), (ephy_window_set_print_preview): Fix print preview and fullscreen mode interaction. Fixes bug #154456.
* Don't size-allocate unmapped tabs, fixing slow resizes. Fixes bug #128191.Christian Persch2004-10-052-2/+31
| | | | | | | | | | 2004-10-05 Christian Persch <chpe@cvs.gnome.org> * src/ephy-tab.c: (ephy_tab_size_allocate), (ephy_tab_map), (ephy_tab_class_init): Don't size-allocate unmapped tabs, fixing slow resizes. Fixes bug #128191.
* Set window icon to default ephy icon.Christian Persch2004-10-059-2/+74
| | | | | | | | | | | | | | | | 2004-10-05 Christian Persch <chpe@cvs.gnome.org> * lib/ephy-file-chooser.c: (ephy_file_chooser_constructor): * lib/ephy-gui.c: (ephy_gui_confirm_overwrite_file), (ephy_gui_is_middle_click), (ephy_gui_set_default_window_icon): * lib/ephy-gui.h: * src/bookmarks/ephy-new-bookmark.c: (duplicate_dialog_construct): * src/ephy-history-window.c: (ephy_history_window_construct): * src/ephy-window.c: (confirm_close_with_modified_forms): * src/pdm-dialog.c: (pdm_dialog_init): * src/window-commands.c: (window_cmd_edit_toolbar): Set window icon to default ephy icon.
* doneIvan Stojmirov2004-10-031-1040/+492
|
* Shut upChristian Persch2004-10-021-0/+1
|
* Recognise "Desktop" special downloads directory. Fixes bug #152926.Christian Persch2004-10-026-7/+41
| | | | | | | | | | | | 2004-10-02 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/MozDownload.cpp: * lib/ephy-file-helpers.c: (ephy_file_downloads_dir), (ephy_file_desktop_dir): * lib/ephy-file-helpers.h: * src/prefs-dialog.c: (get_download_button_label): Recognise "Desktop" special downloads directory. Fixes bug #152926.
* Remove explicit PAC autoconf call, it works perfectly ok without it.Christian Persch2004-09-303-46/+7
| | | | | | | | | 2004-09-30 Christian Persch <chpe@cvs.gnome.org> * configure.in: * embed/mozilla/mozilla-notifiers.cpp: Remove explicit PAC autoconf call, it works perfectly ok without it.
* Post-release version bump.Christian Persch2004-09-292-1/+7
| | | | | | | | 2004-09-28 Christian Persch <chpe@cvs.gnome.org> * configure.in: Post-release version bump.
* === Release 1.4.1 ===Release141Christian Persch2004-09-296-10/+27
| | | | | | | | | | | | | | | | | 2004-09-28 Christian Persch <chpe@cvs.gnome.org> === Release 1.4.1 === * Makefile.am: Pass --with-mozilla to distcheck's configure. * doc/reference/tmpl/ephy-embed-persist.sgml: * doc/reference/tmpl/ephy-embed.sgml: * doc/reference/tmpl/ephy-shell.sgml: * doc/reference/tmpl/epiphany-unused.sgml: Updated.
* Version 1.4.1.Christian Persch2004-09-283-1/+38
| | | | | | | | | | | | 2004-09-28 Christian Persch <chpe@cvs.gnome.org> * configure.in: Version 1.4.1. * NEWS: Update for 1.4.1.
* A data/default-prefs-common.js: A data/default-prefs-mozilla.js: AChristian Persch2004-09-286-4/+41
| | | | | | | | | | | | | | 2004-09-28 Christian Persch <chpe@cvs.gnome.org> * configure.in: * data/Makefile.am: A data/default-prefs-common.js: A data/default-prefs-mozilla.js: A data/default-prefs-toolkit.js: R data/default-prefs.js: Split the default prefs into the common part, and mozilla/new toolkit specific parts.
* Don't reference private objects from public headers. Fixes bug #153766.Christian Persch2004-09-287-11/+25
| | | | | | | | | | | | | | | | | 2004-09-27 Christian Persch <chpe@cvs.gnome.org> * src/bookmarks/ephy-bookmark-action.c: (remove_from_model), (move_in_model): * src/bookmarks/ephy-bookmarks.c: (ephy_bookmarks_get_toolbars_model): * src/bookmarks/ephy-bookmarks.h: * src/bookmarks/ephy-bookmarksbar.c: (ephy_bookmarksbar_set_property): * src/bookmarks/ephy-topic-action.c: (remove_from_model), (move_in_model): * src/ephy-shell.c: (ephy_shell_get_toolbars_model): Don't reference private objects from public headers. Fixes bug #153766.
* Add view toggles group placeholder. Fixes bug #153787.Christian Persch2004-09-272-3/+11
| | | | | | | | 2004-09-27 Christian Persch <chpe@cvs.gnome.org> * data/ui/epiphany-ui.xml: Add view toggles group placeholder. Fixes bug #153787.
* Remove unimplemented function.Christian Persch2004-09-272-2/+6
| | | | | | | | 2004-09-26 Christian Persch <chpe@cvs.gnome.org> * src/ephy-shell.h: Remove unimplemented function.
* Fix compiler warnings.Christian Persch2004-09-277-12/+27
| | | | | | | | | | | | | | | | 2004-09-26 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EphyBrowser.cpp: * embed/mozilla/EventContext.cpp: * embed/mozilla/GtkNSSDialogs.cpp: * embed/mozilla/mozilla-notifiers.cpp: * lib/egg/eggtrayicon.h: Fix compiler warnings. * src/ephy-window.c: (hide_embed_popup_cb), (show_embed_popup): Fix a signal leak.
* Remove some unused code. Patch by Crispin Flowerday.Christian Persch2004-09-262-6/+7
| | | | | | | | | 2004-09-26 Christian Persch <chpe@cvs.gnome.org> * src/popup-commands.c: (popup_cmd_bookmark_link), (popup_cmd_copy_image_location): Remove some unused code. Patch by Crispin Flowerday.
* Remove another unnecessary define.Christian Persch2004-09-262-1/+7
| | | | | | | | 2004-09-25 Christian Persch <chpe@cvs.gnome.org> * configure.in: Remove another unnecessary define.
* Remove an unnecessary define.Christian Persch2004-09-262-1/+7
| | | | | | | | 2004-09-25 Christian Persch <chpe@cvs.gnome.org> * configure.in: Remove an unnecessary define.
* Mozilla API changes.Christian Persch2004-09-254-2/+47
| | | | | | | | | | 2004-09-25 Christian Persch <chpe@cvs.gnome.org> * configure.in: * embed/mozilla/GlobalHistory.cpp: * embed/mozilla/mozilla-embed-single.cpp: Mozilla API changes.
* Updated French translation.Christophe Merlet2004-09-252-860/+767
|
* Updated Canadian English translation.Adam Weinberger2004-09-252-95/+100
| | | | * en_CA.po: Updated Canadian English translation.
* Fix a mem leak.Christian Persch2004-09-232-1/+9
| | | | | | | | 2004-09-22 Christian Persch <chpe@cvs.gnome.org> * src/window-commands.c: (window_cmd_help_about): Fix a mem leak.
* Fix a mem leak.Christian Persch2004-09-232-0/+8
| | | | | | | | 2004-09-22 Christian Persch <chpe@cvs.gnome.org> * src/bookmarks/ephy-topic-action.c: (drag_motion_cb): Fix a mem leak.
* Initialise position passed to gtk_editable_insert_text().Christian Persch2004-09-232-1/+7
| | | | | | | | 2004-09-22 Christian Persch <chpe@cvs.gnome.org> * lib/ephy-dialog.c: (set_editable_from_value): Initialise position passed to gtk_editable_insert_text().
* Fix build.Christian Persch2004-09-222-1/+7
| | | | | | | | 2004-09-22 Christian Persch <chpe@cvs.gnome.org> * embed/ephy-download.c: (update_remaining_time): Fix build.
* Simplified nsIContentPolicy API check.Christian Persch2004-09-213-5/+14
| | | | | | | | | 2004-09-21 Christian Persch <chpe@cvs.gnome.org> * configure.in: * embed/mozilla/EphyContentPolicy.cpp: Simplified nsIContentPolicy API check.
* Fix mozilla API checks to correctly detect firefox libraries.Christian Persch2004-09-2117-219/+250
| | | | | | | | | | | | | | | | | | | | | | | 2004-09-21 Christian Persch <chpe@cvs.gnome.org> * configure.in: * embed/mozilla/ContentHandler.cpp: * embed/mozilla/ContentHandler.h: * embed/mozilla/EphyBrowser.cpp: * embed/mozilla/EphyBrowser.h: * embed/mozilla/EphyContentPolicy.cpp: * embed/mozilla/FilePicker.cpp: * embed/mozilla/GlobalHistory.cpp: * embed/mozilla/GtkNSSKeyPairDialogs.cpp: * embed/mozilla/Makefile.am: * embed/mozilla/MozDownload.cpp: * embed/mozilla/mozilla-download.cpp: * embed/mozilla/mozilla-embed-single.cpp: * embed/mozilla/mozilla-embed.cpp: * embed/mozilla/mozilla-notifiers.cpp: * embed/mozilla/mozilla-version.h: Fix mozilla API checks to correctly detect firefox libraries.
* Fix overflow in remaining time calculation. Fix bug #153136. Thanks toMarco Pesenti Gritti2004-09-212-1/+11
| | | | | | | | | 2004-09-21 Marco Pesenti Gritti <marco@gnome.org> * embed/ephy-download.c: (update_remaining_time): Fix overflow in remaining time calculation. Fix bug #153136. Thanks to Jhon Spray for tracking this.
* *** empty log message ***Marco Pesenti Gritti2004-09-184-3/+16
|
* Updated Italian translation.Alessio Frusciante2004-09-162-643/+709
|
* More fix for mozilla 1.7.3 API-non-change.Christian Persch2004-09-162-2/+8
| | | | | | | | 2004-09-15 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/mozilla-embed.cpp: More fix for mozilla 1.7.3 API-non-change.
* Fix for mozilla 1.7.3 API-non-change.Christian Persch2004-09-154-4/+12
| | | | | | | | | | 2004-09-15 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EphyBrowser.cpp: * embed/mozilla/EphyBrowser.h: * embed/mozilla/GlobalHistory.cpp: Fix for mozilla 1.7.3 API-non-change.
* UpdatingChristian Persch2004-09-135-0/+16
|
* Fix for too-small notebook tab close buttons. Fixes bug #144772.Christian Persch2004-09-135-6/+16
| | | | | | | | | | | 2004-09-13 Christian Persch <chpe@cvs.gnome.org> * data/art/Makefile.am: * data/art/epiphany-close-tab.png: * lib/ephy-stock-icons.c: (ephy_stock_icons_init): * src/ephy-notebook.c: (build_tab_label): Fix for too-small notebook tab close buttons. Fixes bug #144772.
* Fix toolbar overflow menu handling. Fixes bug #151648.Christian Persch2004-09-133-5/+18
| | | | | | | | | 2004-09-13 Christian Persch <chpe@cvs.gnome.org> * src/ephy-go-action.c: (connect_proxy): * src/ephy-navigation-action.c: (connect_proxy): Fix toolbar overflow menu handling. Fixes bug #151648.
* Don't accept drops of toolitems from other applications. Fixes bugChristian Persch2004-09-132-3/+10
| | | | | | | | | 2004-09-13 Christian Persch <chpe@cvs.gnome.org> * src/toolbar.c: Don't accept drops of toolitems from other applications. Fixes bug #152388.
* Auto-check new topic. Fixes bug #151925.Christian Persch2004-09-132-2/+16
| | | | | | | | | 2004-09-13 Christian Persch <chpe@cvs.gnome.org> * src/bookmarks/ephy-topics-selector.c: (toggle_topic), (node_toggled_cb), (ephy_topics_selector_new_topic): Auto-check new topic. Fixes bug #151925.
* Post-release version bump.Christian Persch2004-09-132-1/+7
| | | | | | | | 2004-09-13 Christian Persch <chpe@cvs.gnome.org> * configure.in: Post-release version bump.
* === Release 1.4.0 ===Release140Christian Persch2004-09-131-0/+4
| | | | | | 2004-09-13 Christian Persch <chpe@cvs.gnome.org> === Release 1.4.0 ===
* Updatinggnome-2-8-branchpointChristian Persch2004-09-135-18/+12
|
* Version 1.4.0.Christian Persch2004-09-133-4/+72
| | | | | | | | | 2004-09-13 Christian Persch <chpe@cvs.gnome.org> * NEWS: * configure.in: Version 1.4.0.
* Updated traditional Chinese translation by GNOME HK TeamKwok-Koon Cheung2004-09-132-825/+822
| | | | * zh_TW.po: Updated traditional Chinese translation by GNOME HK Team
* 2004-09-12 Akagic Amila <bono@linux.org.ba> * bs.po: Updated Bosnian ↵Amila Akagić2004-09-132-282/+306
| | | | translation.
* Updated Nepali Translation bug removed for System Language errorPawan Chitrakar2004-09-122-12/+15
| | | | | | | 2004-09-12 Pawan Chitrakar <pawan@nplinux.org> * ne.po: Updated Nepali Translation bug removed for System Language error
* - Fix non-well-formed XMLShaun McCance2004-09-122-2/+7
| | | | | * help/C/epiphany.xml: - Fix non-well-formed XML
* Updated Welsh translation.Dafydd Harries2004-09-122-524/+591
|
* Updated Catalan translation.Jordi Mallach2004-09-112-296/+343
|
* Fixed a string in Romanian translationMugurel Tudor2004-09-102-1/+5
| | | | | | 2004-09-10 Mugurel Tudor <mugurelu@go.ro> * ro.po: Fixed a string in Romanian translation
* Updated Turkish TranslationBaris Cicek2004-09-102-489/+570
| | | | * tr.po: Updated Turkish Translation
* Fixed a couple of strings in the Danish translation.Ole Laursen2004-09-102-41/+46
| | | | | | 2004-09-09 Ole Laursen <olau@hardworking.dk> * da.po: Fixed a couple of strings in the Danish translation.
* Fixed bug #151213Paisa Seeluangsawat2004-09-102-2/+6
| | | | | | 2004-09-09 Paisa Seeluangsawat <paisa@users.sf.net> * th.po: Fixed bug #151213
* CVS_SILENTGörkem Çetin2004-09-091-223/+39
|
* Updated vi.poNguyen Thai Ngoc Duy2004-09-081-40/+25
|
* Document popup window functionality (bug #145412)Adam Hooper2004-09-082-0/+19
|
* Updated Bulgarian translationAlexander Shopov2004-09-082-241/+289
| | | | | | 2004-09-07 Alexander Shopov <ash@contact.bg> * bg.po: Updated Bulgarian translation
* Updating pt_BR translationRaphael Higino2004-09-072-282/+310
|
* Updated Greek translation.Nikos Charonitakis2004-09-072-35/+51
|
* Updated Romanian translationMugurel Tudor2004-09-072-699/+598
| | | | | | 2004-09-07 Mugurel Tudor <mugurelu@go.ro> * ro.po: Updated Romanian translation
* Updated vi.poNguyen Thai Ngoc Duy2004-09-071-621/+586
|
* Updated UpdatedKjartan Maraas2004-09-063-418/+469
| | | | | | | 2004-09-05 Kjartan Maraas <kmaraas@gnome.org> * nb.po: Updated * no.po: Updated
* Added ne Nepali in ALL_LINGUASPawan Chitrakar2004-09-054-1/+3547
| | | | | | | | 2004-09-05 Pawan Chitrakar <pawan@nplinux.org> * configure.in: Added ne Nepali in ALL_LINGUAS * ne.po: Added Nepali Translation
* Add "ml" to ALL_LINGUAS.Christian Persch2004-09-052-1/+7
| | | | | | | | 2004-09-05 Christian Persch <chpe@cvs.gnome.org> * configure.in: Add "ml" to ALL_LINGUAS.
* Fix invisible status icon. Fixes bug #151501; patch approved by RT.Christian Persch2004-09-022-2/+12
| | | | | | | | | 2004-09-02 Christian Persch <chpe@cvs.gnome.org> * embed/downloader-view.c: (show_status_icon): Fix invisible status icon. Fixes bug #151501; patch approved by RT.
* updated Dutch translationReinout van Schouwen2004-09-012-146/+153
| | | | | 2004-09-01 Reinout van Schouwen <reinouts@gnome.org> * nl.po: updated Dutch translation
* Updated Bengali (bn) TranslationRuna Bhattacharjee2004-08-311-0/+5
|
* Updated BEngali(bn) TranslationRuna Bhattacharjee2004-08-311-722/+650
|
* Updated Arabic translationArafat Medini2004-08-312-1581/+645
| | | | | | 2004-08-31 Arafat Medini <lumina@silverpen.de> * ar.po: Updated Arabic translation
* Updated Norwegian Nynorsk translation.Åsmund Skjæveland2004-08-312-486/+528
| | | | | | 2004-08-31 Åsmund Skjæveland <aasmunds@fys.uio.no> * nn.po: Updated Norwegian Nynorsk translation.
* Post-release version bump.pre-gnome-2-10-branchpointChristian Persch2004-08-302-1/+7
| | | | | | | | 2004-08-30 Christian Persch <chpe@cvs.gnome.org> * configure.in: Post-release version bump.
* === Release 1.3.8 ===Release138Christian Persch2004-08-303-1/+13
| | | | | | | | 2004-08-30 Christian Persch <chpe@cvs.gnome.org> * doc/reference/tmpl/ephy-embed.sgml: === Release 1.3.8 ===
* Version 1.3.8.Christian Persch2004-08-303-3/+11
| | | | | | | | | | | 2004-08-30 Christian Persch <chpe@cvs.gnome.org> * NEWS: * configure.in: Version 1.3.8. 2004-08-29 Christian Persch <chpe@cvs.gnome.org>
* Updated Greek translationNikos Charonitakis2004-08-302-303/+311
|
* Make sure the filename to print to doesn't contain slashes. Fixes bugChristian Persch2004-08-302-10/+74
| | | | | | | | | | 2004-08-29 Christian Persch <chpe@cvs.gnome.org> * embed/print-dialog.c: (sanitize_filename), (ephy_print_get_print_info): Make sure the filename to print to doesn't contain slashes. Fixes bug #148849.
* Disable SSLv2 by default.Christian Persch2004-08-302-0/+10
| | | | | | | | 2004-08-29 Christian Persch <chpe@cvs.gnome.org> * data/default-prefs.js: Disable SSLv2 by default.
* Updated German translation.Christian Neumair2004-08-292-267/+292
|
* Updating NEWSChristian Persch2004-08-291-1/+1
|
* Translate this too. Translation by 佐藤 暁 (SATOH Satoru).Christian Persch2004-08-292-76/+53
| | | | | | | | 2004-08-28 Christian Persch <chpe@cvs.gnome.org> * help/ja/legal.xml: Translate this too. Translation by 佐藤 暁 (SATOH Satoru).
* Shut upChristian Persch2004-08-281-0/+4
|
* Updated.Christian Persch2004-08-282-0/+35
| | | | | | | | 2004-08-28 Christian Persch <chpe@cvs.gnome.org> * NEWS: Updated.
* Added japanese translation of the manual. Translated by SATOH Satoru <ssChristian Persch2004-08-2811-1/+2693
| | | | | | | | | | | | | | | | | | 2004-08-28 Christian Persch <chpe@cvs.gnome.org> * configure.in: * help/Makefile.am: * help/ja/Makefile.am: * help/ja/epiphany-ja.omf: * help/ja/epiphany.xml: * help/ja/figures/ephy-addressbar-smartbookmark-screenshot.png: * help/ja/figures/ephy-bookmarkbar-smartbookmark-screenshot.png: * help/ja/figures/ephy-history-window-screenshot.png: * help/ja/figures/ephy-screenshot.png: * help/ja/legal.xml: Added japanese translation of the manual. Translated by SATOH Satoru <ss at gnome.gr.jp>.
* popup_menu signal handler has to return gboolean, not void.Christian Persch2004-08-282-2/+11
| | | | | | | | | 2004-08-28 Christian Persch <chpe@cvs.gnome.org> * src/bookmarks/ephy-topic-action.c: (popup_menu_cb), (ephy_topic_action_new): popup_menu signal handler has to return gboolean, not void.
* popup_menu signal handler has to return gboolean, not void.Christian Persch2004-08-282-2/+12
| | | | | | | | | 2004-08-28 Christian Persch <chpe@cvs.gnome.org> * src/bookmarks/ephy-bookmark-action.c: (popup_menu_cb), (ephy_bookmark_action_finalize): popup_menu signal handler has to return gboolean, not void.
* Add debug outputChristian Persch2004-08-282-0/+4
|
* Remove the save timeout on dispose.Christian Persch2004-08-282-6/+20
| | | | | | | | | | 2004-08-28 Christian Persch <chpe@cvs.gnome.org> * src/bookmarks/ephy-bookmarksbar-model.c: (ephy_bookmarksbar_model_init), (ephy_bookmarksbar_model_dispose), (ephy_bookmarksbar_model_finalize): Remove the save timeout on dispose.
* Make sure to instantiate the toolbars model before instantiating theChristian Persch2004-08-282-4/+17
| | | | | | | | | | 2004-08-28 Christian Persch <chpe@cvs.gnome.org> * src/ephy-window.c: (ephy_window_init): Make sure to instantiate the toolbars model before instantiating the bookmarksbar model; otherwise forwarding doesn't work. Fixes bug #151267.
* Mozilla API change on stable branch.Christian Persch2004-08-282-2/+8
| | | | | | | | 2004-08-27 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/GlobalHistory.cpp: Mozilla API change on stable branch.
* Bug 151214 fixed. <gmtavakkoli@yahoo.com>Ghorban Mohammad Tavakkoli2004-08-282-516/+578
|
* QI instead of cast.Christian Persch2004-08-282-2/+7
| | | | | | | | 2004-08-27 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/MozDownload.cpp: QI instead of cast.
* s/Overfringer/Overfrsler/Ole Laursen2004-08-272-69/+64
| | | | | | 2004-08-27 Ole Laursen <olau@hardworking.dk> * da.po: s/Overfringer/Overfrsler/
* *** empty log message ***Kartik B. Mistry2004-08-272-1/+5
|
* Bug 151212 fixed.Iñaki Larrañaga2004-08-272-490/+576
| | | | | | 2004-08-27 Iñaki Larrañaga <dooteo@euskalgnu.org> * eu.po: Bug 151212 fixed.
* Updated British English translation.Christian Persch2004-08-272-268/+293
| | | | | | 2004-08-27 Christian Persch <chpe@cvs.gnome.org> * en_GB.po: Updated British English translation.
* Get the position of the new tab after the tab_added signal was emitted, toChristian Persch2004-08-272-0/+11
| | | | | | | | | | 2004-08-26 Christian Persch <chpe@cvs.gnome.org> * src/ephy-notebook.c: (ephy_notebook_add_tab): Get the position of the new tab after the tab_added signal was emitted, to get it right in the case the signal handler reorders the tabs. Patch by Justin Wake.
* checkAmanpreet Singh Alam2004-08-261-42/+42
|
* checkAmanpreet Singh Alam2004-08-261-48/+64
|
* Make "FileSave" action obey lockdown too. Fixes bug #151039.Christian Persch2004-08-262-0/+8
| | | | | | | | 2004-08-26 Christian Persch <chpe@cvs.gnome.org> * src/ephy-window.c: (update_actions_sensitivity): Make "FileSave" action obey lockdown too. Fixes bug #151039.
* Shut upChristian Persch2004-08-251-0/+1
|
* Post-release version bump.Christian Persch2004-08-252-1/+7
| | | | | | | | 2004-08-25 Christian Persch <chpe@cvs.gnome.org> * configure.in: Post-release version bump.
* === Release 1.3.7 ===Release137Christian Persch2004-08-254-3/+30
| | | | | | | | | | | | | | | | 2004-08-25 Christian Persch <chpe@cvs.gnome.org> === Release 1.3.7 === * src/bookmarks/ephy-bookmarks-menu.c: (open_bookmark_cb), (add_action_for_bookmark): Fix crash when opening a bookmark from the menu. Fixes bug #150982. * NEWS: * configure.in: Version 1.3.7.
* Updated Spanish translationFrancisco Javier F. Serrador2004-08-252-22/+18
| | | | | | 2004-08-24 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation
* Post-release version bump.Christian Persch2004-08-242-1/+7
| | | | | | | | 2004-08-24 Christian Persch <chpe@cvs.gnome.org> * configure.in: Post-release version bump.
* === Release 1.3.6 ===Release136Christian Persch2004-08-241-0/+4
| | | | | | 2004-08-24 Christian Persch <chpe@cvs.gnome.org> === Release 1.3.6 ===
* Version 1.3.6.Christian Persch2004-08-243-3/+11
| | | | | | | | | 2004-08-24 Christian Persch <chpe@cvs.gnome.org> * NEWS: * configure.in: Version 1.3.6.
* Updated Swedish translation.Christian Rose2004-08-242-526/+636
| | | | | | 2004-08-24 Christian Rose <menthos@menthos.com> * sv.po: Updated Swedish translation.
* Sync.Christian Persch2004-08-242-5/+15
| | | | | | | | | 2004-08-23 Christian Persch <chpe@cvs.gnome.org> * lib/widgets/ephy-label.c: (ephy_label_ensure_layout), (ephy_label_size_allocate): Sync.
* Update for 1.3.6.Christian Persch2004-08-232-0/+39
| | | | | | | | 2004-08-23 Christian Persch <chpe@cvs.gnome.org> * NEWS: Update for 1.3.6.
* Just use the popup_menu signal. Fixes bug #150830.Christian Persch2004-08-234-25/+27
| | | | | | | | | | | | | | 2004-08-23 Christian Persch <chpe@cvs.gnome.org> * lib/widgets/ephy-node-view.c: (ephy_node_view_key_press_cb), (ephy_node_view_button_press_cb), (ephy_node_view_class_init): * src/bookmarks/ephy-bookmarks-editor.c: (ephy_bookmarks_editor_show_popup_cb), (keyword_node_show_popup_cb), (ephy_bookmarks_editor_construct): * src/ephy-history-window.c: (ephy_history_window_show_popup_cb), (ephy_history_window_construct), (ephy_history_window_dispose): Just use the popup_menu signal. Fixes bug #150830.
* Change hierarchy separator to "->". Fixes bug #149150.Christian Persch2004-08-232-1/+7
| | | | | | | | 2004-08-23 Christian Persch <chpe@cvs.gnome.org> * src/bookmarks/ephy-bookmarks.h: Change hierarchy separator to "->". Fixes bug #149150.
* Make the hierarchy separator a #define.Christian Persch2004-08-237-197/+463
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2004-08-23 Christian Persch <chpe@cvs.gnome.org> * src/bookmarks/ephy-bookmarks-editor.c: (cmd_bookmarks_import): * src/bookmarks/ephy-bookmarks-import.c: (xbel_parse_folder), (folders_list_to_topic_name): * src/bookmarks/ephy-bookmarks.h: Make the hierarchy separator a #define. * src/bookmarks/ephy-bookmarks-menu.c: (remove_action), (ephy_bookmarks_menu_clean), (open_bookmark_cb), (add_action_for_bookmark), (ensure_bookmark_actions), (create_menu), (create_submenu), (ephy_bookmarks_menu_rebuild), (do_update_cb), (ephy_bookmarks_menu_maybe_update), (ephy_bookmarks_menu_set_window), (ephy_bookmarks_menu_set_property), (ephy_bookmarks_menu_get_property), (bookmarks_tree_changed_cb), (topics_added_cb), (topics_removed_cb), (topic_child_changed_cb), (bookmark_added_cb), (bookmark_removed_cb), (activate_cb), (ephy_bookmarks_menu_init), (ephy_bookmarks_menu_constructor), (ephy_bookmarks_menu_finalize), (ephy_bookmarks_menu_class_init), (ephy_bookmarks_menu_new): * src/bookmarks/ephy-bookmarks-menu.h: * src/bookmarks/ephy-bookmarks.c: (bookmarks_removed_cb), (topics_removed_cb), (ephy_bookmarks_add): Speed up bookmarks menu with large bookmarks collections, partially fixes bug #141269. Fix topic hierarchy and updating on changes, fixes bug #147470, bug 147786, and bug #150246.
* ankit@redhat.com 23/08/2004 * gu.po : Final Proofread.Ankitkumar Rameshchandra Patel2004-08-231-74/+76
|
* Merge from gnome-2-6 branch.Christian Persch2004-08-232-0/+242
| | | | | | | | 2004-08-23 Christian Persch <chpe@cvs.gnome.org> * NEWS: Merge from gnome-2-6 branch.
* Fix a warning when moving tabs between windows; see bug #150822.Christian Persch2004-08-232-1/+10
| | | | | | | | 2004-08-23 Christian Persch <chpe@cvs.gnome.org> * lib/widgets/ephy-label.c: (ephy_label_size_allocate): Fix a warning when moving tabs between windows; see bug #150822.
* Updated Bulgarian translation by Vladimir "Kaladan" PetkovAlexander Shopov2004-08-232-312/+306
| | | | | | | 2004-08-23 Alexander Shopov <ash@contact.bg> * bg.po: Updated Bulgarian translation by Vladimir "Kaladan" Petkov <vpetkov@i-space.org>
* yet to proof readN Jayaradha2004-08-231-485/+603
|
* Updated Hungarian translation.Laszlo Dvornik2004-08-222-156/+184
| | | | | | 2004-08-22 Laszlo Dvornik <dvornik@gnome.hu> * hu.po: Updated Hungarian translation.
* Fix crash when removing a password, introduced by the last commit.Christian Persch2004-08-223-2/+11
| | | | | | | | | 2004-08-21 Christian Persch <chpe@cvs.gnome.org> * doc/reference/tmpl/ephy-embed.sgml: * src/pdm-dialog.c: (pdm_dialog_password_remove): Fix crash when removing a password, introduced by the last commit.
* Keep the passwords list in the pdm dialogue up-to-date wrt. new passwordsChristian Persch2004-08-225-21/+105
| | | | | | | | | | | | | | | | | 2004-08-21 Christian Persch <chpe@cvs.gnome.org> * embed/ephy-password-manager.c: (ephy_password_manager_get_type), (ephy_password_manager_base_init): * embed/ephy-password-manager.h: * embed/mozilla/EphySingle.cpp: * src/pdm-dialog.c: (cookies_cleared_cb), (pdm_dialog_fill_cookies_list), (passwords_changed_cb), (pdm_dialog_fill_passwords_list), (pdm_dialog_password_remove), (pdm_dialog_finalize): Keep the passwords list in the pdm dialogue up-to-date wrt. new passwords saved from web pages. Fixes bug #150296.
* Set accel for normal zoom, as per HIG.Christian Persch2004-08-222-1/+7
| | | | | | | | 2004-08-21 Christian Persch <chpe@cvs.gnome.org> * src/ephy-window.c: Set accel for normal zoom, as per HIG.
* checkAmanpreet Singh Alam2004-08-211-161/+184
|
* Add autoconf check for dlopen, and add '-dlopen self' to LDFLAGS. FixesChristian Persch2004-08-213-1/+10
| | | | | | | | | | 2004-08-21 Christian Persch <chpe@cvs.gnome.org> * configure.in: * src/Makefile.am: Add autoconf check for dlopen, and add '-dlopen self' to LDFLAGS. Fixes bug #150673.
* Set default horizontal wheel action to 'scroll'. Fixes bug #148557.Christian Persch2004-08-212-0/+10
| | | | | | | | | 2004-08-20 Christian Persch <chpe@cvs.gnome.org> * data/default-prefs.js: Set default horizontal wheel action to 'scroll'. Fixes bug #148557.
* Updated Albanian translation.Laurent Dhima2004-08-212-6/+11
| | | | | | 2004-08-20 Laurent Dhima <laurenti@alblinux.net> * sq.po: Updated Albanian translation.
* tamil updateN Jayaradha2004-08-201-0/+3
|
* yet to proof readN Jayaradha2004-08-201-282/+82
|
* Updated Polish translation by GNOME PL Team.Artur Flinta2004-08-202-3/+7
| | | | | | 2004-08-20 Artur Flinta <aflinta@cvs.gnome.org> * pl.po: Updated Polish translation by GNOME PL Team.
* Set mozilla binaries path before firing up.Marco Pesenti Gritti2004-08-203-0/+13
| | | | | | | | | 2004-08-19 Marco Pesenti Gritti <marco@gnome.org> * embed/mozilla/Makefile.am: * embed/mozilla/mozilla-embed-single.cpp: Set mozilla binaries path before firing up.
* Updated Finnish translation.Pauli Virtanen2004-08-192-559/+625
| | | | * fi.po: Updated Finnish translation.
* Change guint to correct enum type.Christian Persch2004-08-184-4/+13
| | | | | | | | | | | 2004-08-18 Christian Persch <chpe@cvs.gnome.org> * lib/widgets/ephy-cell-renderer-progress.c: (ephy_cell_renderer_progress_render): * lib/widgets/ephy-tree-model-node.c: * src/ephy-completion-model.c: Change guint to correct enum type.
* 2004-08-18 Fixed translations. T.Aihana <aihana@gnome.gr.jp>Fixed translations. T.Aihana2004-08-181-4/+4
|
* 2004-08-18 Updated ja.po. T.Aihana <aihana@gnome.gr.jp>Updated ja.po. T.Aihana2004-08-182-155/+182
|
* Updated Albanian translation.Laurent Dhima2004-08-182-15/+33
| | | | | | 2004-08-18 Laurent Dhima <laurenti@alblinux.net> * sq.po: Updated Albanian translation.
* Updated Ukrainian translation.Maxim Dziumanenko2004-08-182-156/+183
| | | | | | 2004-08-18 Maxim Dziumanenko <mvd@mylinux.com.ua> * Updated Ukrainian translation.
* Updated Polish translation by GNOME PL Team.Artur Flinta2004-08-172-9/+14
| | | | | | 2004-08-17 Artur Flinta <aflinta@cvs.gnome.org> * pl.po: Updated Polish translation by GNOME PL Team.
* Added "bs" to ALL_LINGUAS. Added Bosnian translation by Kenan HadžiavdićChristian Rose2004-08-174-1/+3489
| | | | | | | | 2004-08-16 Christian Rose <menthos@menthos.com> * configure.in: Added "bs" to ALL_LINGUAS. * po/bs.po: Added Bosnian translation by Kenan Hadžiavdić <kenan@bgnett.no>.
* Translation updated by Mətin Əmirov.Metin Amiroff2004-08-172-441/+527
| | | | | | 2004-08-17 Metin Amiroff <metin@karegen.com> * az.po: Translation updated by Mətin Əmirov.
* Added nb to ALL_LINGUAS.Kjartan Maraas2004-08-162-1/+5
| | | | | | 2004-08-16 Kjartan Maraas <kmaraas@gnome.org> * configure.in: Added nb to ALL_LINGUAS.
* Added this.Kjartan Maraas2004-08-162-0/+3472
| | | | | | 2004-08-16 Kjartan Maraas <kmaraas@gnome.org> * nb.po: Added this.
* Remove superflous private struct.Christian Persch2004-08-162-7/+6
| | | | | | | | 2004-08-16 Christian Persch <chpe@cvs.gnome.org> * embed/ephy-embed-event.c: Remove superflous private struct.
* Post-release version bump.Christian Persch2004-08-162-1/+7
| | | | | | | | 2004-08-16 Christian Persch <chpe@cvs.gnome.org> * configure.in: Post-release version bump.
* === Release 1.3.5 ===Release135Christian Persch2004-08-162-0/+8
| | | | | | | | 2004-08-16 Christian Persch <chpe@cvs.gnome.org> * doc/reference/tmpl/ephy-embed.sgml: === Release 1.3.5 ===
* Update for 1.3.5.Christian Persch2004-08-162-2/+35
| | | | | | | | 2004-08-16 Christian Persch <chpe@cvs.gnome.org> * NEWS: Update for 1.3.5.
* Version 1.3.5. Make dist produce a .tar.bz2 too.Christian Persch2004-08-162-3/+10
| | | | | | | | | 2004-08-16 Christian Persch <chpe@cvs.gnome.org> * configure.in: Version 1.3.5. Make dist produce a .tar.bz2 too.
* Use GetLocalName instead of GetTagName to get the attribute name. Patch byChristian Persch2004-08-162-2/+9
| | | | | | | | | 2004-08-16 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EventContext.cpp: Use GetLocalName instead of GetTagName to get the attribute name. Patch by Mikael Brockman, fixes bug #150208.
* Updated Spanish translation.Francisco Javier F. Serrador2004-08-152-196/+220
| | | | | | 2004-08-15 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation.
* da.po: quick fixMartin Willemoes Hansen2004-08-141-2/+2
|
* Updated Danish translationMartin Willemoes Hansen2004-08-142-300/+351
| | | | * da.po: Updated Danish translation
* Updated Portuguese translation.Duarte Loreto2004-08-142-263/+287
| | | | | | 2004-08-14 Duarte Loreto <happyguy_pt@hotmail.com> * pt.po: Updated Portuguese translation.
* Unified po headers for Finnish TeamTommi Vainikainen2004-08-142-3/+6
|
* Updated Korean translationChangwoo Ryu2004-08-132-2/+6
|
* Updated Albanian translation.Laurent Dhima2004-08-122-83/+96
| | | | | | 2004-08-12 Laurent Dhima <laurenti@alblinux.net> * sq.po: Updated Albanian translation.
* We don't build against 1.8a1, so don't list it in the help forChristian Persch2004-08-122-2/+9
| | | | | | | | | 2004-08-12 Christian Persch <chpe@cvs.gnome.org> * configure.in: We don't build against 1.8a1, so don't list it in the help for --with-mozilla-snapshot.
* Updated Korean translationChangwoo Ryu2004-08-122-260/+287
|
* hehHasbullah Bin Pit2004-08-112-955/+722
|
* Remove unused variables.Christian Persch2004-08-112-4/+7
| | | | | | | | | 2004-08-11 Christian Persch <chpe@cvs.gnome.org> * lib/egg/egg-editable-toolbar.c: (drag_data_get_cb), (set_item_drag_source), (egg_editable_toolbar_set_model): Remove unused variables.
* ru.po: Updated Russian translation from Russian team <gnome-cyr@gnome.org>.Dmitry Mastrukov2004-08-112-499/+576
|
* Updating NEWSChristian Persch2004-08-101-0/+29
|
* Include mozilla-version.h; thanks to Crispin for testing.Christian Persch2004-08-102-0/+8
| | | | | | | | 2004-08-10 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/GlobalHistory.cpp: Include mozilla-version.h; thanks to Crispin for testing.
* Yet another mozilla API change.Christian Persch2004-08-103-4/+30
| | | | | | | | | 2004-08-10 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/GlobalHistory.cpp: * embed/mozilla/GlobalHistory.h: Yet another mozilla API change.
* Updated Simplified Chinese translationFunda Wang2004-08-102-82/+95
|
* Fix object property naming leftover from EggMenuMerge days, to UI manager.Christian Persch2004-08-107-58/+81
| | | | | | | | | | | | | | | | | | | | | | | | | | | 2004-08-09 Christian Persch <chpe@cvs.gnome.org> * lib/egg/egg-editable-toolbar.c: (find_action), (egg_editable_toolbar_construct), (egg_editable_toolbar_set_model), (egg_editable_toolbar_set_ui_manager), (egg_editable_toolbar_set_property), (egg_editable_toolbar_get_property), (egg_editable_toolbar_class_init), (egg_editable_toolbar_finalize), (egg_editable_toolbar_new), (egg_editable_toolbar_new_with_model), (egg_editable_toolbar_get_model): * lib/egg/egg-editable-toolbar.h: * lib/egg/egg-toolbar-editor.c: (find_action), (egg_toolbar_editor_set_ui_manager), (egg_toolbar_editor_set_property), (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init), (egg_toolbar_editor_finalize), (egg_toolbar_editor_new), (egg_toolbar_editor_init): * lib/egg/egg-toolbar-editor.h: * src/bookmarks/ephy-bookmarksbar.c: (ephy_bookmarksbar_set_window): * src/toolbar.c: (toolbar_new): Fix object property naming leftover from EggMenuMerge days, to UI manager.
* 2004-08-09 Christian Persch <chpe@cvs.gnome.org>Christian Persch2004-08-102-7/+9
| | | | | * lib/egg/egg-editable-toolbar.c: (egg_editable_toolbar_deconstruct):
* Fix a mem leak.Christian Persch2004-08-092-9/+22
| | | | | | | | 2004-08-09 Christian Persch <chpe@cvs.gnome.org> * src/bookmarks/ephy-bookmarks-import.c: (ephy_bookmarks_import): Fix a mem leak.
* Add bug # for referenceChristian Persch2004-08-091-1/+1
|
* Fix compilation with gcc 2.95.Christian Persch2004-08-092-4/+8
| | | | | | | | 2004-08-09 Christian Persch <chpe@cvs.gnome.org> * lib/egg/egg-toolbar-editor.c: (compare_actions): Fix compilation with gcc 2.95.
* Updated Polish translation by GNOME PL Team.Artur Flinta2004-08-092-500/+357
| | | | | | 2004-08-09 Artur Flinta <aflinta@cvs.gnome.org> * pl.po: Updated Polish translation by GNOME PL Team.
* Updated Serbian translation.Danilo Šegan2004-08-093-164/+180
|
* Note original cvs versionsChristian Persch2004-08-092-0/+4
|
* Include config.h upfront.Christian Persch2004-08-092-4/+10
| | | | | | | | 2004-08-09 Christian Persch <chpe@cvs.gnome.org> * lib/widgets/ephy-label.c: Include config.h upfront.
* Only use this for gtk < 2.5.1, and just add a few #defines otherwise.Christian Persch2004-08-093-1/+31
| | | | | | | | | | 2004-08-09 Christian Persch <chpe@cvs.gnome.org> * lib/widgets/ephy-label.c: * lib/widgets/ephy-label.h: Only use this for gtk < 2.5.1, and just add a few #defines otherwise.
* Free list and filter on finalize; fixes bug #149689. Use g_list_prependChristian Persch2004-08-092-12/+42
| | | | | | | | | | | | | | 2004-08-09 Christian Persch <chpe@cvs.gnome.org> * src/bookmarks/ephy-topics-selector.c: (ephy_topics_selector_get_type), (ephy_topics_selector_apply), (provide_toggle), (ephy_topics_selector_constructor), (topic_destroy_cb), (node_toggled_cb), (ephy_topics_selector_finalize), (ephy_topics_selector_class_init): Free list and filter on finalize; fixes bug #149689. Use g_list_prepend instead of _append. Mark the column title for translation.
* ankit@redhat.com 09/08/04Ankitkumar Rameshchandra Patel2004-08-091-148/+171
|
* Updated Czech translation.Miloslav Trmac2004-08-092-79/+91
| | | | | | 2004-08-08 Miloslav Trmac <mitr@volny.cz> * cs.po: Updated Czech translation.
* Updated Canadian English translation.Adam Weinberger2004-08-092-152/+177
| | | | * en_CA.po: Updated Canadian English translation.
* Fix compiler warning about anon enum mismatch.Christian Persch2004-08-096-15/+25
| | | | | | | | | 2004-08-08 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EphyBrowser.cpp: * embed/mozilla/EphyBrowser.h: Fix compiler warning about anon enum mismatch.
* Allow XUL windows to open new windows.Christian Persch2004-08-092-3/+23
| | | | | | | | 2004-08-08 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/mozilla-embed.cpp: Allow XUL windows to open new windows.
* Sort topics in topic selector by name. Fixes #149639.Christian Neumair2004-08-092-0/+9
|
* po/ChangeLog updateReinout van Schouwen2004-08-091-0/+4
| | | | | 2004-08-08 Reinout van Schouwen <reinouts@gnome.org> * po/ChangeLog update
* *** empty log message ***Marco Pesenti Gritti2004-08-092-0/+4
|
* Updated Simplified Chinese translationFunda Wang2004-08-092-76/+93
|
* Removed reference to ephy-ellipsizing-label.Christian Persch2004-08-093-1/+12
| | | | | | | | | | | | 2004-08-08 Christian Persch <chpe@cvs.gnome.org> * doc/reference/Makefile.am: Removed reference to ephy-ellipsizing-label. * po/POTFILES.in: Added lib/widgets/ephy-label.c
* R lib/widgets/ephy-ellipsizing-label.c: RChristian Persch2004-08-0811-872/+3661
| | | | | | | | | | | | | | | | | | | | | | 2004-08-08 Christian Persch <chpe@cvs.gnome.org> * lib/ephy-marshal.list: * lib/widgets/Makefile.am: R lib/widgets/ephy-ellipsizing-label.c: R lib/widgets/ephy-ellipsizing-label.h: A lib/widgets/ephy-label.c: A lib/widgets/ephy-label.h: * src/ephy-notebook.c: (sync_label), (build_tab_label): * src/pdm-dialog.c: (show_cookies_properties): * src/prefs-dialog.c: (create_download_path_label), (download_path_response_cb): Kill our ellipsizing label implementation, and import GtkLabel into our prefix. * configure.in: Depend on pango 1.5.1 for ellipsisation support.
* updated Dutch translationReinout van Schouwen2004-08-081-78/+92
| | | | | 2004-08-08 Reinout van Schouwen <reinouts@gnome.org> * nl.po: updated Dutch translation
* Really remove epiphany.inChristian Persch2004-08-081-35/+0
|
* R src/epiphany.in:Christian Persch2004-08-083-7/+15
| | | | | | | | | | | 2004-08-08 Christian Persch <chpe@cvs.gnome.org> * configure.in: * src/Makefile.am: R src/epiphany.in: Get rid of the startup script, and use rpath linking instead. Ported from galeon.
* Remove unused variable.Christian Persch2004-08-082-1/+6
| | | | | | | | 2004-08-08 Christian Persch <chpe@cvs.gnome.org> * src/ephy-notebook.c: (notebook_drag_data_received_cb): Remove unused variable.
* Include "ephy-string.h", fixes build with -Werror.Christian Persch2004-08-082-0/+7
| | | | | | | | 2004-08-08 Christian Persch <chpe@cvs.gnome.org> * src/ephy-notebook.c: Include "ephy-string.h", fixes build with -Werror.
* Consistent naming for nsresult vars. Since 'rv' had the majority, 'rv' itChristian Persch2004-08-087-115/+123
| | | | | | | | | | | | | | 2004-08-08 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EphyBrowser.cpp: * embed/mozilla/EphySingle.cpp: * embed/mozilla/EventContext.cpp: * embed/mozilla/MozillaPrivate.cpp: * embed/mozilla/mozilla-embed-single.cpp: * embed/mozilla/mozilla-embed.cpp: Consistent naming for nsresult vars. Since 'rv' had the majority, 'rv' it is.
* Make ephy_embed_single_open_window() return the newly opened embed widget.Christian Persch2004-08-085-32/+53
| | | | | | | | | | | | 2004-08-08 Christian Persch <chpe@cvs.gnome.org> * embed/ephy-embed-single.c: (ephy_embed_single_open_window): * embed/ephy-embed-single.h: * embed/mozilla/mozilla-embed-single.cpp: (impl_open_window): * src/ephy-tab.c: (popups_manager_show): Make ephy_embed_single_open_window() return the newly opened embed widget.
* Updated Albanian translation.Laurent Dhima2004-08-082-216/+213
| | | | | | 2004-08-08 Laurent Dhima <laurenti@alblinux.net> * sq.po: Updated Albanian translation.
* Updated Czech translation.Miloslav Trmac2004-08-072-704/+199
| | | | | | 2004-08-07 Miloslav Trmac <mitr@volny.cz> * cs.po: Updated Czech translation.
* Updated Serbian translation.Danilo Šegan2004-08-073-6/+38
|
* Updated Serbian translations.Danilo Šegan2004-08-073-690/+766
|
* Make keyword search URL localisable. Fixes bug #144909.Christian Persch2004-08-073-5/+23
| | | | | | | | | 2004-08-06 Christian Persch <chpe@cvs.gnome.org> * data/default-prefs.js: * embed/mozilla/mozilla-embed-single.cpp: Make keyword search URL localisable. Fixes bug #144909.
* Fix the reload workaround version checks to look for the correct versions.Christian Persch2004-08-065-4/+17
| | | | | | | | | | | | 2004-08-06 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EphyBrowser.cpp: * embed/mozilla/EphyBrowser.h: * embed/mozilla/mozilla-embed.cpp: * embed/mozilla/mozilla-version.h: Fix the reload workaround version checks to look for the correct versions. Thanks to Crispin for noticing this.
* Fix dragging of urls which gnome-vfs can't handle. Fix new tab positioningChristian Persch2004-08-0611-96/+97
| | | | | | | | | | | | | | | | | | | 2004-08-06 Christian Persch <chpe@cvs.gnome.org> * lib/ephy-string.c: (ephy_string_parse_uri_list): * lib/ephy-string.h: * lib/widgets/ephy-node-view.c: (drag_data_received_cb), (ephy_node_view_class_init): * src/bookmarks/ephy-bookmarks-editor.c: * src/ephy-notebook.c: (notebook_drag_data_received_cb): * src/ephy-notebook.h: * src/ephy-session.c: * src/ephy-shell.c: (ephy_shell_new_tab): * src/ephy-tab.c: (ephy_tab_new_window_cb): * src/ephy-window.c: (ephy_window_load_in_tabs): Fix dragging of urls which gnome-vfs can't handle. Fix new tab positioning when opening tabs from drags.
* ankit@redhat.com 06/08/04Ankitkumar Rameshchandra Patel2004-08-061-952/+568
|
* Fix restoring the history window on resume.Christian Persch2004-08-062-10/+17
| | | | | | | | | 2004-08-06 Christian Persch <chpe@cvs.gnome.org> * src/ephy-session.c: (write_window_geometry), (write_tool_window), (ephy_session_load): Fix restoring the history window on resume.
* Avoid overwriting the session file while resuming; preserves the crashedChristian Persch2004-08-062-3/+30
| | | | | | | | | | | 2004-08-06 Christian Persch <chpe@cvs.gnome.org> * src/ephy-session.c: (ephy_session_init), (ephy_session_autoresume), (ephy_session_save), (ephy_session_get_active_window): Avoid overwriting the session file while resuming; preserves the crashed session when crashing while resuming.
* Now that mozilla bug #246392 is fixed, only enable our work-around for oldChristian Persch2004-08-064-10/+27
| | | | | | | | | | | 2004-08-06 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EphyBrowser.cpp: * embed/mozilla/EphyBrowser.h: * embed/mozilla/mozilla-embed.cpp: Now that mozilla bug #246392 is fixed, only enable our work-around for old mozilla versions.
* Use s/""/NULL/ in g_string_new().Christian Persch2004-08-062-1/+7
| | | | | | | | 2004-08-06 Christian Persch <chpe@cvs.gnome.org> * src/bookmarks/ephy-bookmarks.c: (ephy_bookmarks_solve_smart_url): Use s/""/NULL/ in g_string_new().
* Make ephy_session_get_windows() return only the list of EphyWindows, andChristian Persch2004-08-062-48/+66
| | | | | | | | | | | | | 2004-08-06 Christian Persch <chpe@cvs.gnome.org> * src/ephy-session.c: (ephy_session_init), (ephy_session_finalize), (ephy_session_set_property), (ephy_session_class_init), (ephy_session_close), (write_tool_window), (ephy_session_save), (parse_embed), (ephy_session_load), (ephy_session_add_window), (ephy_session_remove_window), (ephy_session_get_active_window): Make ephy_session_get_windows() return only the list of EphyWindows, and store the tool windows internally.
* updated hindi translationGuntupalli Karunakar2004-08-062-30/+29
|
* check fileAmanpreet Singh Alam2004-08-051-744/+640
|
* Code cleanup.Christian Persch2004-08-052-10/+14
| | | | | | | | 2004-08-04 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EphyBrowser.cpp: Code cleanup.
* Updated Hungarian translation.Laszlo Dvornik2004-08-052-137/+146
| | | | | | 2004-08-04 Laszlo Dvornik <dvornik@gnome.hu> * hu.po: Updated Hungarian translation.
* Updated Norwegian Nynorsk translation.Åsmund Skjæveland2004-08-052-72/+67
| | | | | | 2004-08-04 Åsmund Skjæveland <aasmunds@fys.uio.no> * nn.po: Updated Norwegian Nynorsk translation.
* Updated Norwegian Nynorsk translation.Åsmund Skjæveland2004-08-042-735/+742
| | | | | | 2004-08-04 Åsmund Skjæveland <aasmunds@fys.uio.no> * nn.po: Updated Norwegian Nynorsk translation.
* Fix mem leak; noticed by Jean-François Rameau.Christian Persch2004-08-042-0/+11
| | | | | | | | 2004-08-04 Christian Persch <chpe@cvs.gnome.org> * src/window-commands.c: (editor_can_open_uri): Fix mem leak; noticed by Jean-François Rameau.
* Fix mem leak; noticed by Jean-François Rameau.Christian Persch2004-08-042-0/+8
| | | | | | | | 2004-08-04 Christian Persch <chpe@cvs.gnome.org> * src/window-commands.c: (window_cmd_view_page_source): Fix mem leak; noticed by Jean-François Rameau.
* Adjust comment for fixed bugChristian Persch2004-08-041-2/+4
|
* Updated Bulgarian translation by Vladimir "Kaladan" PetkovAlexander Shopov2004-08-042-407/+409
| | | | | | | 2004-08-04 Alexander Shopov <ash@contact.bg> * bg.po: Updated Bulgarian translation by Vladimir "Kaladan" Petkov <vpetkov@i-space.org>
* Updated Ukrainian translationMaxim Dziumanenko2004-08-032-693/+576
| | | | | | 2004-08-03 Maxim Dziumanenko <mvd@mylinux.com.ua> * Updated Ukrainian translation
* Updated Canadian English translation.Adam Weinberger2004-08-032-443/+489
| | | | * en_CA.po: Updated Canadian English translation.
* 2004-08-02 Updated ja.po. T.Aihana <aihana@gnome.gr.jp>Updated ja.po. T.Aihana2004-08-022-130/+138
|
* Updated Simplified Chinese translationFunda Wang2004-08-021-462/+518
|
* Move g_set_application_name() call after gnome_program_init(),Christian Persch2004-08-022-1/+9
| | | | | | | | 2004-08-02 Christian Persch <chpe@cvs.gnome.org> * src/ephy-main.c: (main): Move g_set_application_name() call after gnome_program_init(),
* Don't QI the event target to nsIDOMEventReceiver and back toChristian Persch2004-08-023-34/+29
| | | | | | | | | | | 2004-08-01 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EphyBrowser.cpp: * embed/mozilla/EphyBrowser.h: Don't QI the event target to nsIDOMEventReceiver and back to nsIDOMEventTarget when using it, just store it as-is. Thanks to Crispin for noticing this.
* Translation updated by Reinout van Schouwen.Reinout van Schouwen2004-08-022-706/+430
| | | | | 2004-08-01 Reinout van Schouwen <reinouts@gnome.org> * nl.po: Translation updated by Reinout van Schouwen.
* Post-release version bump.Christian Persch2004-08-012-1/+7
| | | | | | | | 2004-08-01 Christian Persch <chpe@cvs.gnome.org> * configure.in: Post-release version bump.
* === Release 1.3.4 ===Release134Christian Persch2004-08-013-0/+10
| | | | | | | | | 2004-08-01 Christian Persch <chpe@cvs.gnome.org> * NEWS: * doc/reference/tmpl/ephy-embed.sgml: === Release 1.3.4 ===
* Version 1.3.4.Christian Persch2004-08-013-2/+63
| | | | | | | | | | | | 2004-08-01 Christian Persch <chpe@cvs.gnome.org> * configure.in: Version 1.3.4. * NEWS: Updated for 1.3.4.
* Diconnect from screen's size-changed signal on finalize too.Christian Persch2004-08-012-55/+74
| | | | | | | | | | | | 2004-07-31 Christian Persch <chpe@cvs.gnome.org> * src/ephy-window.c: (ephy_window_get_type), (update_exit_fullscreen_popup_position), (screen_size_changed_cb), (destroy_exit_fullscreen_popup), (ephy_window_destroy), (add_widget), (ephy_window_fullscreen), (ephy_window_unfullscreen), (update_chromes_actions), (update_actions_sensitivity): Diconnect from screen's size-changed signal on finalize too.
* Rename property to "popups-allowed" consistently. Move page changeAdam Hooper2004-08-012-14/+26
| | | | | code from address_cb to content_change_cb so that the location from the embed is the one of the loaded page.
* Fix a mem leak.Christian Persch2004-07-312-0/+7
| | | | | | | | 2004-07-31 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/ContentHandler.cpp: Fix a mem leak.
* Confirm before overwriting a file. Fixes bug #143501.Christian Persch2004-07-312-3/+17
| | | | | | | | 2004-07-31 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/ContentHandler.cpp: Confirm before overwriting a file. Fixes bug #143501.
* Start the directory choose in the home dir. Fixes bug #146055.Christian Persch2004-07-312-0/+8
| | | | | | | | 2004-07-31 Christian Persch <chpe@cvs.gnome.org> * src/prefs-dialog.c: (prefs_download_path_button_clicked_cb): Start the directory choose in the home dir. Fixes bug #146055.
* Fix submenu creation with non-ascii topic names. Fixes bug #147469.Christian Persch2004-07-312-30/+24
| | | | | | | | | 2004-07-31 Christian Persch <chpe@cvs.gnome.org> * src/bookmarks/ephy-bookmarks-menu.c: (ensure_folder), (create_submenu): Fix submenu creation with non-ascii topic names. Fixes bug #147469.
* Fix signedness difference warnings with gcc 3.5. Patch by Jon Oberheide.Christian Persch2004-07-318-91/+166
| | | | | | | | | | | | | | | | | | | | | 2004-07-31 Christian Persch <chpe@cvs.gnome.org> * src/bookmarks/ephy-bookmark-action.c: (drag_data_get_cb): * src/bookmarks/ephy-bookmarks-export.c: (write_topics_list), (ephy_bookmarks_export_rdf): * src/bookmarks/ephy-bookmarks-import.c: (xbel_parse_bookmark), (xbel_parse_folder), (xbel_parse_xbel), (parse_rdf_subjects), (parse_rdf_item), (ephy_bookmarks_import_rdf): * src/bookmarks/ephy-bookmarks.c: (ephy_bookmarks_save), (ephy_bookmarks_init): * src/bookmarks/ephy-bookmarksbar-model.c: (ephy_bookmarksbar_model_get_node): * src/bookmarks/ephy-topic-action.c: (drag_data_get_cb): * src/ephy-session.c: (write_tab), (write_window_geometry), (write_tool_window), (write_ephy_window), (ephy_session_save), (parse_embed), (ephy_session_load): Fix signedness difference warnings with gcc 3.5. Patch by Jon Oberheide.
* Small code style cleanups.Christian Persch2004-07-313-56/+78
| | | | | | | | | | | | | | | | | | 2004-07-31 Christian Persch <chpe@cvs.gnome.org> * lib/egg/egg-toolbars-model.c: (egg_toolbars_model_get_type), (toolbars_toolbar_new), (toolbars_item_new), (egg_toolbars_model_set_flags), (egg_toolbars_model_add_separator), (impl_add_item), (egg_toolbars_model_add_toolbar), (egg_toolbars_model_class_init), (egg_toolbars_model_remove_toolbar), (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item), (egg_toolbars_model_get_item_id), (egg_toolbars_model_get_item_data), (egg_toolbars_model_get_item_type): * lib/egg/egg-toolbars-model.h: Small code style cleanups.