| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
2004-03-06 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/mozilla-embed.cpp:
Also pop up the context menu with the menu key.
|
| |
|
|
|
|
|
|
|
|
| |
2004-03-06 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-main.c: (main):
Persist changed accels with gnome_accelerator_sync().
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-03-05 Christian Persch <chpe@cvs.gnome.org>
* configure.in:
Increase MOZILLA_SNAPSHOT for 1.7b, and depend on gtk+ >= 2.3.5.
* embed/mozilla/GlobalHistory.cpp:
Adapt to changed mozilla API.
|
|
|
|
|
|
|
|
|
| |
2004-03-05 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/EphyBrowser.cpp:
Don't return an error when a DOM document isn't a HTML document, it's ok
not to be one (happens for XUL docs, like about:config).
|
|
|
|
|
|
|
|
|
| |
2004-03-05 Christian Persch <chpe@cvs.gnome.org>
* lib/ephy-file-helpers.c: (ephy_file_downloads_dir):
Don't assume Desktop directory location, check the gconf key if it's
$HOME/Desktop or $HOME. Fixes bug #134951.
|
|
|
|
|
|
|
|
|
| |
2004-03-05 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/EphyHeaderSniffer.cpp:
Replace filename validity check, it was making the filename invalid
UTF-16. Simply convert to UTF-8 beforehand and check for "/" chars.
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-03-05 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-tab.c: (ephy_tab_address_cb), (ephy_tab_title_cb),
(ensure_page_info), (ephy_tab_net_state_cb),
(clipboard_text_received_cb), (ephy_tab_dom_mouse_click_cb),
(ephy_tab_update_navigation_flags), (ephy_tab_set_title):
Don't use ephy_tab_get_embed(), instead use the pointer provided when
we connected the callbacks. Hopefully fixes bug #136122.
|
|
|
|
|
|
|
|
|
| |
2004-03-04 Christian Persch <chpe@cvs.gnome.org>
* src/window-commands.c: (window_cmd_help_about):
Don't set the 5-star icon as window icon for the about dialogue.
Fixes bug #135010.
|
|
|
|
|
|
|
|
| |
2004-03-03 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/MozDownload.cpp:
Change wait interval between updates to 0.2 s.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-03-03 Christian Persch <chpe@cvs.gnome.org>
* lib/widgets/ephy-node-view.c: (uri_list_parse),
(drag_data_received_cb):
Copy and modify gnome_vfs_uri_list_parse() so that we get a list
of string uris instead of GnomeVFSURIs. Change signature of
::node-dropped accordingly. Fixes bug #120231.
* src/bookmarks/ephy-bookmarks-editor.c: (node_dropped_cb):
Adapt to the changed ::node-dropped signal signature.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-03-03 Christian Persch <chpe@cvs.gnome.org>
* embed/downloader-view.c: (download_dialog_pause_cb),
(download_dialog_abort_cb):
Unset the GValue after we're done using what it contained.
* embed/mozilla/MozDownload.cpp:
Weak ref mEphyDownload, and assert that is has been finalised by the time
we get to ~MozDownload.
* embed/mozilla/mozilla-download.cpp:
Debug output in _init and _finalize.
|
|
|
|
|
|
|
|
|
|
| |
2004-03-03 Christian Persch <chpe@cvs.gnome.org>
* src/bookmarks/ephy-bookmark-action.c: (favicon_cache_changed_cb),
(ephy_bookmark_action_sync_icon), (ephy_bookmark_action_init):
If the favicon isn't ready when we need it, connect to the favicon
cache's ::changed signal to show it when we have it. Fixes bug #135855.
|
|
|
|
|
|
| |
2004-03-02 Andras Timar <timar@gnome.hu>
* hu.po: Updated Hungarian translation.
|
|
|
|
|
|
|
|
| |
2004-03-02 Marco Pesenti Gritti <marco@gnome.org>
* src/ephy-tab.c: (ephy_tab_destroy_brsr_cb):
Do not show the unsubmitted dialog for js close
|
|
|
|
|
|
|
|
|
|
| |
2004-03-02 Christian Persch <chpe@cvs.gnome.org>
* lib/ephy-file-chooser.c: (ephy_file_chooser_init):
Don't remember the size of the filechoose dialogue, because it doesn't
play nicely with the new save mode when toggling the expander.
Fixes bug #135947.
|
|
|
|
|
|
|
|
|
| |
2004-03-02 Marco Pesenti Gritti <marco@gnome.org>
* src/ephy-session.c: (ephy_session_init), (offer_to_resume),
(ephy_session_autoresume):
Never show two resume dialogs, just re-present the old one.
|
|
|
|
|
|
| |
2004-03-01 Christian Rose <menthos@menthos.com>
* sv.po: Another fix.
|
|
|
|
|
|
|
|
|
|
|
| |
2004-03-01 Christian Persch <chpe@cvs.gnome.org>
* src/bookmarks/ephy-bookmarks.c: (backup_file),
(ephy_bookmarks_init):
Don't try to backup non-existing files :)
Also, when neither ephy-bookmarks.xml nor bookmarks.rdf exist,
assume we have a new profile and don't warn about missing bookmarks.
|
|
|
|
|
|
|
|
|
|
|
| |
2004-03-01 Christian Persch <chpe@cvs.gnome.org>
* src/bookmarks/ephy-bookmark-action.c: (smart_child_added_cb),
(smart_child_removed_cb), (ephy_bookmark_action_init):
Correctly sync the smarturl property of EphyBookmarksAction when
it changes. Fixes incorrect show/hide of the entry on the bookmarks
toolbar.
|
|
|
|
|
|
|
|
|
|
| |
2004-03-01 Christian Persch <chpe@cvs.gnome.org>
* src/bookmarks/ephy-bookmarks.c: (update_has_smart_address):
When changing a bookmark address and it was a smart bookmark but
now is not anymore, remove the bookmark from the smart_bmks node
instead of adding it :)
|
|
|
|
|
|
|
|
|
|
| |
2004-03-01 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-toolbars-model.c: (get_toolbar_pos),
(ephy_toolbars_model_set_bookmarks):
Ensure we always have a BookmarksBar toolbar in the model.
Fixes bug #135701.
|
|
|
|
|
|
|
|
|
| |
2004-03-01 Marco Pesenti Gritti <marco@gnome.org>
* lib/egg/eggstatusicon.c: (egg_status_icon_init),
(egg_status_icon_button_press):
The icon should be activated by double click
|
|
|
|
|
|
| |
2004-03-01 Christian Rose <menthos@menthos.com>
* sv.po: Small fix.
|
|
|
|
|
|
|
|
| |
2004-03-01 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-statusbar.c:
Add API docs.
|
|
|
|
|
|
|
|
|
|
|
| |
2004-03-01 Christian Persch <chpe@cvs.gnome.org>
* src/bookmarks/ephy-bookmarks.c: (backup_file),
(ephy_bookmarks_init):
If reading the bookmarks file, or re-importing the bookmarks from the
rdf file fails, back up those files so that the user can afterwards
try to manually recover his bookmarks. Fixes bug #128308.
|
|
|
|
|
|
|
|
|
| |
2004-03-01 Christian Persch <chpe@cvs.gnome.org>
* src/bookmarks/ephy-bookmarks-import.c: (xbel_parse_folder),
(xbel_parse_xbel), (ephy_bookmarks_import_xbel):
Fix XBEL importer not to tag all bookmarks with a "Bookmarks" category.
|
|
|
|
|
|
|
|
|
|
| |
2004-03-01 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-statusbar.c: (create_statusbar_security_icon),
(ephy_statusbar_add_widget):
* src/ephy-statusbar.h:
Export ephy_statusbar_add_widget() for use by extensions.
|
|
|
|
|
|
|
|
|
| |
2003-03-01 Christian Persch <chpe@cvs.gnome.org>
* lib/ephy-node-db.c: (ephy_node_db_load_from_file):
Guard against xml reading error, check for NULL subtree before
trying to parse it.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-03-01 Marco Pesenti Gritti <marco@gnome.org>
* embed/downloader-view.c: (downloader_view_add_download),
(downloader_view_remove_download):
Keep a ref for downloads in the view.
* embed/mozilla/ContentHandler.cpp:
* embed/mozilla/ContentHandler.h:
Ensure the download directory exist.
* embed/mozilla/MozDownload.cpp:
* embed/mozilla/mozilla-download.cpp:
* embed/mozilla/mozilla-download.h:
Use a property to store MozDownload in the
wrapper. The wrapper now keep a reference
on the c++ implementation, that way references
will be correctly propagated (unreffing the
GObject will unref the c++ object).
(Bug 135755)
|
|
|
|
|
|
|
|
| |
2004-02-29 Marco Pesenti Gritti <marco@gnome.org>
* embed/mozilla/ContentHandler.cpp:
Correct the label of the action button (Open)
|
|
|
|
|
|
|
|
| |
2004-02-29 Christian Persch <chpe@cvs.gnome.org>
* embed/ephy-history.c: (remove_obsolete_pages):
Iterate backwards over the children when removing a host.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-02-29 Christian Persch <chpe@cvs.gnome.org>
* embed/ephy-favicon-cache.c: (ephy_favicon_cache_class_init),
(kill_download), (ephy_favicon_cache_finalize),
(favicon_name_build), (favicon_download_completed_cb),
(favicon_download_cancelled_cb), (ephy_favicon_cache_download),
(ephy_favicon_cache_get):
* embed/ephy-favicon-cache.h:
Remove cancelled downloads from the downloads hash; and remove
partially downloaded favicons.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-02-29 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/ContentHandler.cpp:
* embed/mozilla/EphyHeaderSniffer.cpp:
* embed/mozilla/FilePicker.cpp:
* embed/mozilla/GtkNSSClientAuthDialogs.cpp:
* embed/mozilla/GtkNSSKeyPairDialogs.cpp:
* embed/mozilla/PrintingPromptService.cpp:
Add debug output in ctors and dtors.
|
|
|
|
|
|
|
|
|
| |
2004-02-29 Christian Persch <chpe@cvs.gnome.org>
* src/bookmarks/ephy-bookmarks-menu.c: (ephy_bookmarks_menu_clean),
(ephy_bookmarks_menu_rebuild):
Separately profile bookmarks menu clean and rebuild.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-02-29 Christian Persch <chpe@cvs.gnome.org>
* embed/ephy-embed-persist.c: (ephy_embed_persist_class_init):
* embed/ephy-embed-persist.h:
Add "cancelled" signal to EphyEmbedPersist.
* embed/mozilla/mozilla-embed-persist.cpp:
Emit "cancelled" signal when the download is cancelled.
|
|
|
|
|
|
|
|
|
| |
2004-02-29 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/mozilla-embed-event.cpp: (mozilla_embed_event_init),
(mozilla_embed_event_finalize), (mozilla_embed_event_set_property):
Add debug output.
|
|
|
|
|
|
|
|
|
|
| |
2004-02-29 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/EphyHeaderSniffer.cpp: (PerformSave):
Decode RFC 2231 and RFC 2047 encoded filenames in content-disposition
headers. Ported from mozilla Camino, see
http://bugzilla.mozilla.org/show_bug.cgi?id=233798 .
|
|
|
|
|
|
|
|
| |
2004-02-29 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/MozDownload.cpp: (MozDownload), (~MozDownload):
Add debug output.
|
|
|
|
|
|
|
|
| |
2004-02-29 Marco Pesenti Gritti <marco@gnome.org>
* embed/mozilla/MozDownload.cpp:
Fix max size logic, thanks to chpe.
|
|
|
|
|
|
|
|
|
| |
2004-02-29 Marco Pesenti Gritti <marco@gnome.org>
* src/ephy-session.c: (impl_attach_window),
(ephy_session_add_window):
Fix order of the windows, they was reversed before.
|
|
|
|
|
|
|
|
|
| |
2004-02-28 Marco Pesenti Gritti <marco@gnome.org>
* src/bookmarks/ephy-bookmarks.c: (topics_removed_cb):
fix typo that was causing categorized bookmarks to
go in the uncategorized topic (Bug #135702)
|
|
|
|
|
|
|
|
|
|
| |
2004-02-28 Christian Persch <chpe@cvs.gnome.org>
* src/bookmarks/ephy-bookmarks-import.c: (xbel_parse_folder),
(ephy_bookmarks_import_xbel):
If a folder has no name, don't tag its bookmarks with "Untitled"
keyword, just skip it.
|
|
|
|
|
|
| |
2004-02-28 Pauli Virtanen <pauli.virtanen@hut.fi>
* fi.po: Updated Finnish translation.
|
|
|
|
|
|
| |
2004-02-28 Duarte Loreto <happyguy_pt@hotmail.com>
* pt.po: Updated Portuguese translation.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-02-28 Marco Pesenti Gritti <marco@gnome.org>
* embed/mozilla/ContentHandler.cpp:
Use getInterface to get the dom window from the
docshell, not queryInterface. (Bug #121160)
* embed/mozilla/MozillaPrivate.cpp:
Do not fallback to the active window if
the parent cannot be found. It just hides problems
and cause more annoying behaviors (like dialogs
parented on the wrong window).
|
| |
|
|
|
|
|
|
| |
2004-02-28 Priit Laes <plaes@cvs.gnome.org>
* et.po: Translation updated.
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-02-28 Marco Pesenti Gritti <marco@gnome.org>
* HACKING:
Add a note about changelog entry.
* TODO:
Remove old stuff
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-02-28 Marco Pesenti Gritti <marco@gnome.org>
* lib/egg/egg-editable-toolbar.c:
(egg_editable_toolbar_get_edit_mode):
* lib/egg/egg-editable-toolbar.h:
* lib/widgets/ephy-location-entry.c: (toolbar_is_editable),
(entry_drag_motion_cb), (entry_drag_drop_cb),
(ephy_location_entry_construct_contents):
Sucky but not intrusive hack to make dnd on the address
entry work when editing toolbar. A better solution
will be found when the toolbar editor will get in gtk.
Based on a patch from Søren Sandmann, bug 132467.
|
|
|
|
| |
Add missing check for Firebird bookmarks, patch by André Dahlqvist.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-02-27 Marco Pesenti Gritti <marco@gnome.org>
* embed/mozilla/MozDownload.cpp:
* embed/mozilla/MozDownload.h:
Remove an useless check.
* lib/ephy-state.c: (ephy_state_window_set_size):
Make sure window is never bigger than screen.
|
|
|
|
|
|
|
|
| |
2004-02-27 Christian Persch <chpe@cvs.gnome.org>
* configure.in:
Depend on gk+ >= 2.3.4, but since the filechooser API changed, you'll really
|
|
|
|
|
|
|
|
|
|
|
| |
2004-02-27 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/FilePicker.cpp:
* lib/ephy-file-chooser.c: (ephy_file_chooser_init),
(ephy_file_chooser_new):
* src/prefs-dialog.c: (prefs_download_path_button_clicked_cb):
Fix for gtk+ filechooser API change.
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-02-27 Christian Persch <chpe@cvs.gnome.org>
* src/bookmarks/ephy-bookmarks-import.c: (ns_parse_bookmark_item):
Fix potential crash.
(ephy_bookmarks_import_mozilla):
Fix mem leak.
|
|
|
|
|
|
|
|
| |
2004-02-27 Christian Persch <chpe@cvs.gnome.org>
* src/bookmarks/ephy-bookmarks-import.c: (ephy_bookmarks_import_mozilla):
Replace entities also in folder names, fixes bug #135440.
|
|
|
|
|
|
| |
2004-02-27 Priit Laes <plaes@cvs.gnome.org>
* et.po: Translation updated.
|
|
|
|
|
|
| |
2004-02-26 Vincent van Adrighem <adrighem@gnome.org>
* nl.po: Translation updated by Kees van den Broek.
|
|
|
|
|
|
|
|
|
|
|
| |
2004-02-26 Marco Pesenti Gritti <marco@gnome.org>
* src/ephy-tab.c: (ephy_tab_address_cb), (ensure_page_info):
Do not show about:blank to the user, an empty address bar
will do better.
When the address bar is empty (no page or blank page is
loaded) set the address before loading succeeded.
|
| |
|
|
|
|
|
|
|
|
| |
2004-02-25 Christian Persch <chpe@cvs.gnome.org>
* src/window-commands.c: (open_response_cb):
Check for NULL before converting filename to UTF-8.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-02-25 Marco Pesenti Gritti <marco@gnome.org>
* embed/ephy-embed-persist.c: (ephy_embed_persist_set_max_size),
(ephy_embed_persist_set_property),
(ephy_embed_persist_get_property), (ephy_embed_persist_init),
(ephy_embed_persist_class_init):
* embed/ephy-embed-persist.h:
Make max size property use long / bytes.
* embed/ephy-favicon-cache.c: (ephy_favicon_cache_download):
Correct to use bytes.
* embed/mozilla/EphyHeaderSniffer.cpp:
* embed/mozilla/MozDownload.cpp:
* embed/mozilla/MozDownload.h:
* embed/mozilla/mozilla-embed-persist.cpp:
Actually respect the max_size property.
|
|
|
|
|
|
|
|
|
| |
2004-02-24 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-tab.c: (let_me_resize_hack), (ephy_tab_size_to_cb):
Change this back to simply do g_idle_add(), accidentally forgot to
revert my change.
|
|
|
|
| |
Unescape filenames whenever possible.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-02-24 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-nautilus-view.c: (gnv_embed_new_window_cb):
* src/ephy-notebook.c: (ephy_notebook_class_init),
(tab_label_size_request_cb), (ephy_notebook_move_tab), (move_tab),
(motion_notify_cb), (move_tab_to_another_notebook),
(button_release_cb), (ephy_notebook_switch_page_cb),
(ephy_notebook_init), (close_button_clicked_cb), (build_tab_label),
(ephy_notebook_insert_tab), (smart_tab_switching_on_closure),
(ephy_notebook_remove_tab):
* src/ephy-notebook.h:
* src/ephy-session.c: (tab_added_cb), (tab_removed_cb):
* src/ephy-shell.c: (ephy_shell_new_tab):
* src/ephy-tab.c: (ephy_tab_get_type), (ephy_tab_size_allocate),
(ephy_tab_parent_set), (ephy_tab_class_init), (ephy_tab_finalize),
(ephy_tab_new), (ephy_tab_get_embed), (ephy_tab_for_embed),
(ephy_tab_new_window_cb), (let_me_resize_hack),
(ephy_tab_visibility_cb), (ephy_tab_size_to_cb),
(ephy_tab_dom_mouse_click_cb), (ephy_tab_init),
(ephy_tab_update_navigation_flags), (ephy_tab_set_title):
* src/ephy-tab.h:
* src/ephy-tabs-menu.c: (tab_added_cb), (tab_removed_cb),
(tabs_reordered_cb), (ephy_tabs_menu_set_window),
(ephy_tabs_menu_update):
* src/ephy-window.c: (tab_added_cb), (tab_removed_cb),
(tab_detached_cb), (tabs_reordered_cb), (tab_delete_cb),
(setup_notebook), (ephy_window_add_tab), (ephy_window_jump_to_tab),
(real_get_active_tab), (ephy_window_remove_tab),
(ephy_window_get_active_tab), (ephy_window_get_active_embed),
(ephy_window_get_tabs):
* src/ephy-window.h:
* src/window-commands.c: (window_cmd_tabs_move_left),
(window_cmd_tabs_move_right), (window_cmd_tabs_detach):
Make EphyTab inherit from GtkBin, and contain the EphyEmbed as its child.
|
|
|
|
|
|
| |
2004-02-24 Kjartan Maraas <kmaraas@gnome.org>
* no.po: Updated Norwegian translation.
|
|
|
|
| |
* ko.po: Updated Korean translation.
|
|
|
|
| |
* sq.po: Updated Albanian translation
|
| |
|
|
|
|
|
|
| |
2004-02-24 Zygimantas Berucka <uid0@tuxfamily.org>
* lt.po: Updated Lithuanian translation.
|
| |
|
|
|
|
|
|
|
|
|
| |
2004-02-24 Marco Pesenti Gritti <marco@gnome.org>
* src/ephy-tab.c: (address_has_web_scheme):
Do not use gnome vfs to check the scheme because
it can handle only supported methods.
|
|
|
|
|
|
| |
2004-02-23 Ole Laursen <olau@hardworking.dk>
* da.po: Updated Danish translation.
|
|
|
|
|
|
| |
2004-02-22 Christian Persch <chpe@cvs.gnome.org>
* en_GB.po: Updated British English translation.
|
|
|
|
|
|
| |
2004-02-22 Hasbullah Bin Pit <sebol@my-penguin.org>
* ms.po: Updated Malay translation.
|
| |
|
| |
|
|
|
|
|
|
| |
2004-02-22 MÉ™tin Æmirov <metin@karegen.com>
* az.po: Updated Azerbaijani translation.
|
| |
|
|
|
|
|
|
| |
2004-02-21 Christian Persch <chpe@cvs.gnome.org>
* en_GB.po: Updated British English translation.
|
|
|
|
|
|
|
|
| |
2004-02-21 Christian Persch <chpe@cvs.gnome.org>
* doc/reference/Makefile.am:
Remove nsUnicharUtils.h from docs makefile.
|
| |
|
|
|
|
|
|
|
|
|
| |
2004-02-21 Christian Persch <chpe@cvs.gnome.org>
* lib/ephy-file-helpers.h:
* lib/ephy-glade.c:
Removed an unused #include.
|
|
|
|
|
|
|
|
| |
2004-02-21 Christian Persch <chpe@cvs.gnome.org>
* lib/ephy-dialog.c: (connect_signals):
Always connect signals, not just for PT_AUTOAPPLY props.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-02-21 Christian Persch <chpe@cvs.gnome.org>
* doc/reference/tmpl/EphyContentPolicy.sgml:
* doc/reference/tmpl/EphySingle.sgml:
* doc/reference/tmpl/ephy-cookie-manager.sgml:
* doc/reference/tmpl/ephy-embed-factory.sgml:
* doc/reference/tmpl/ephy-embed-single.sgml:
* doc/reference/tmpl/ephy-password-manager.sgml:
* doc/reference/tmpl/ephy-permission-manager.sgml:
* doc/reference/tmpl/ephy-session.sgml:
* doc/reference/tmpl/ephy-shell.sgml:
* doc/reference/tmpl/mozilla-embed-event.sgml:
Commit changed, auto-generated templates.
2004-02-20 Christian Persch <chpe@cvs.gnome.org>
|
| |
|
|
|
|
|
|
|
|
| |
2004-02-20 Christian Persch <chpe@cvs.gnome.org>
* configure.in:
Epiphany 1.1.10.
|
|
|
|
|
|
|
|
| |
2004-02-21 Christian Rose <menthos@menthos.com>
* configure.in: Added "en_CA" to ALL_LINGUAS.
* po/en_CA.po: Added Canadian English translation by
Adam Weinberger <adamw@FreeBSD.org>.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-02-21 Marco Pesenti Gritti <marco@gnome.org>
* embed/mozilla/Makefile.am:
Actually remove nsUnicharUtils.*
* embed/mozilla/mozilla-embed-persist.cpp:
Use our helper to construct tmp file name: fix
security issue.
* src/window-commands.c: (save_temp_source):
Cosmetic change
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-02-20 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/EventContext.cpp:
* embed/mozilla/EphyBrowser.cpp:
R embed/mozilla/nsUnicharUtils.h:
R embed/mozilla/nsUnicharUtils.cpp:
Adapt to changed mozilla string APIs by getting rid of
nsUnicharUtils, and using EqualsIgnoreCase instead of
Equal with nsCaseInsensitiveStringComparator().
|
|
|
|
|
|
|
|
|
|
| |
2004-02-20 Marco Pesenti Gritti <marco@gnome.org>
* src/ephy-completion-model.c: (is_base_address),
(init_relevance_col):
Ensure that there are no more chars after the last /.
Cut down number of visists properly.
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-02-20 Christian Persch <chpe@cvs.gnome.org>
* lib/egg/egg-editable-toolbar.c: (popup_toolbar_context_menu_cb):
Fix logic error, spotted by Crispin.
* lib/egg/egg-toolbars-model.h:
Make it clear that EggTbModelFlags is a bitfield enum.
|
|
|
|
|
|
| |
2004-02-20 Christian Rose <menthos@menthos.com>
* sv.po: Updated Swedish translation.
|
| |
|
| |
|
| |
|
|
|
|
| |
* sq.po: Updated Albanian translation
|
| |
|
|
|
|
|
|
| |
2004-02-20 Artur Flinta <aflinta@cvs.gnome.org>
* pl.po: Updated Polish translation by GNOME PL Team.
|
|
|
|
|
|
|
|
| |
2004-02-20 Christian Persch <chpe@cvs.gnome.org>
* lib/eel-gconf-extensions.c:
#ifdef HAVE_CONFIG_H the inclusion of config.h.
|
|
|
|
|
|
|
|
| |
2004-02-20 Christian Persch <chpe@cvs.gnome.org>
* lib/Makefile.am:
Remove duplicate entry for ephy-gui.h.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-02-20 Christian Persch <chpe@cvs.gnome.org>
* embed/ephy-command-manager.c: (ephy_command_manager_get_type),
(ephy_command_manager_base_init),
(ephy_command_manager_do_command),
(ephy_command_manager_can_do_command):
* embed/ephy-command-manager.h:
* embed/ephy-cookie-manager.c: (ephy_cookie_manager_get_type),
(ephy_cookie_manager_base_init),
(ephy_cookie_manager_list_cookies),
(ephy_cookie_manager_remove_cookie), (ephy_cookie_manager_clear):
* embed/ephy-cookie-manager.h:
* embed/ephy-embed-event.c: (ephy_embed_event_get_type),
(ephy_embed_event_get_event_type), (ephy_embed_event_get_context),
(ephy_embed_event_get_modifier), (ephy_embed_event_get_coords),
(ephy_embed_event_get_property), (ephy_embed_event_has_property),
(ephy_embed_event_get_dom_event):
* embed/ephy-embed-event.h:
* embed/ephy-embed-single.c: (ephy_embed_single_get_type),
(ephy_embed_single_iface_init), (ephy_embed_single_clear_cache),
(ephy_embed_single_clear_auth_cache),
(ephy_embed_single_set_offline_mode),
(ephy_embed_single_load_proxy_autoconf),
(ephy_embed_single_get_font_list):
* embed/ephy-embed-single.h:
* embed/ephy-embed.c: (ephy_embed_get_type),
(ephy_embed_base_init), (ephy_embed_load_url),
(ephy_embed_stop_load), (ephy_embed_can_go_back),
(ephy_embed_can_go_forward), (ephy_embed_can_go_up),
(ephy_embed_get_go_up_list), (ephy_embed_go_back),
(ephy_embed_go_forward), (ephy_embed_go_up),
(ephy_embed_get_title), (ephy_embed_get_location),
(ephy_embed_get_link_message), (ephy_embed_get_js_status),
(ephy_embed_reload), (ephy_embed_zoom_set), (ephy_embed_zoom_get),
(ephy_embed_shistory_n_items), (ephy_embed_shistory_get_nth),
(ephy_embed_shistory_get_pos), (ephy_embed_shistory_go_nth),
(ephy_embed_get_security_level), (ephy_embed_find_set_properties),
(ephy_embed_find_next), (ephy_embed_activate),
(ephy_embed_set_encoding), (ephy_embed_get_encoding_info),
(ephy_embed_print), (ephy_embed_print_preview_close),
(ephy_embed_print_preview_n_pages),
(ephy_embed_print_preview_navigate),
(ephy_embed_has_modified_forms):
* embed/ephy-embed.h:
* embed/ephy-password-manager.c: (ephy_password_manager_get_type),
(ephy_password_manager_add), (ephy_password_manager_remove),
(ephy_password_manager_list):
* embed/ephy-password-manager.h:
* embed/ephy-permission-manager.c:
(ephy_permission_manager_get_type),
(ephy_permission_manager_base_init), (ephy_permission_manager_add),
(ephy_permission_manager_remove), (ephy_permission_manager_clear),
(ephy_permission_manager_test), (ephy_permission_manager_list):
* embed/ephy-permission-manager.h:
* embed/mozilla/mozilla-embed-event.cpp:
* embed/mozilla/mozilla-embed-single.cpp:
* embed/mozilla/mozilla-embed.cpp:
s/IFace/Iface/g to match the gtk+ naming convention.
|
|
|
|
|
|
| |
2004-02-20 Francisco Javier F. Serrador <serrador@cvs.gnome.org>
* es.po: Updated Spanish translation.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-02-20 Julio M. Merino Vidal <jmmv@menta.net>
* configure.in:
Remove duplicate --with-html-dir argument
* data/epiphany.schemas.in:
fix a syntax error
|
|
|
|
|
|
| |
2004-02-19 Ole Laursen <olau@hardworking.dk>
* da.po: Updated Danish translation.
|
|
|
|
|
|
|
|
| |
2004-02-19 Christian Persch <chpe@cvs.gnome.org>
* lib/egg/egg-toolbar-editor.c: (update_editor_sheet):
Fix off-by-one error when computing the height of the table.
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-02-19 Christian Persch <chpe@cvs.gnome.org>
* lib/egg/egg-toolbar-editor.c: (toolbar_removed_cb),
(egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
(update_actions_list), (egg_toolbar_editor_load_actions):
* lib/egg/egg-toolbar-editor.h:
When removing a toolbar, make its items available again in the toolbar
editor. Fixes bug #131182.
|
|
|
|
|
|
| |
2004-02-18 Alexander Winston <alexander.winston@comcast.net>
* help/C/epiphany.xml: Fixed typos in the bookmarks explanation.
|
|
|
|
| |
* ko.po: Updated Korean translation.
|
|
|
|
|
|
| |
2004-02-18 Duarte Loreto <happyguy_pt@hotmail.com>
* pt.po: Updated Portuguese translation.
|
|
|
|
|
|
|
|
|
|
| |
2004-02-17 Christian Persch <chpe@cvs.gnome.org>
* lib/egg/egg-editable-toolbar.c: (item_added_cb),
(item_removed_cb), (egg_editable_toolbar_construct):
Remove the toolbar height contraint when the first item is added
to it. Fixes bug #131181.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-02-17 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-extension.c: (ephy_extension_get_type),
(ephy_extension_attach_window), (ephy_extension_detach_window):
* src/ephy-extension.h:
* src/ephy-extensions-manager.c:
(ephy_extensions_manager_iface_init):
* src/ephy-session.c: (ephy_session_iface_init):
s/EphyExtensionClass/EphyExtensionIface/g
|
|
|
|
|
|
|
|
|
| |
2004-02-17 Christian Persch <chpe@cvs.gnome.org>
* NEWS:
* configure.in:
Epiphany 1.1.9.
|
|
|
|
|
|
| |
2004-02-16 Vincent van Adrighem <adrighem@gnome.org>
* nl.po: Translation updated by Reinout van Schouwen.
|
|
|
|
|
|
| |
2004-02-16 Christian Rose <menthos@menthos.com>
* sv.po: Updated Swedish translation.
|
|
|
|
|
|
|
|
| |
2004-02-16 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/GlobalHistory.cpp:
Don't use #if inside a macro. Fixe compilation with gcc 3.2.2.
|
| |
|
|
|
|
|
|
| |
2004-02-15 Žygimantas BeruÄka <uid0@tuxfamily.org>
* lt.po: Updated Lithuanian translation.
|
|
|
|
|
|
|
|
| |
2004-02-15 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/FilePicker.cpp: (::AppendFilter):
Make it work (TM).
|
|
|
|
|
|
|
|
|
|
|
| |
2004-02-15 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/FilePicker.cpp: (::Show), (::GFilePicker),
(::~GFilePicker):
Weak ref the real dialogue, and hide the dialogue after
running it. Fixes interaction with nsIFilePicker lifecycle
when shown from javascript.
|
| |
|
|
|
|
|
|
| |
2004-02-15 Kjartan Maraas <kmaraas@gnome.org>
* no.po: Updated Norwegian translation.
|
|
|
|
|
|
| |
2004-02-15 MÉ™tin Æmirov <metin@karegen.com>
* az.po: Translation updated.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-02-15 Marco Pesenti Gritti <marco@gnome.org>
* NEWS:
* configure.in:
Prepare for 1.1.8
* embed/downloader-view.c: (downloader_view_build_ui):
Revert the timeout for now, I dont think it's mature
for the release.
|
|
|
|
| |
Quiet cvs.
|
|
|
|
| |
* sq.po: Updated Albanian translation
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-02-13 Marco Pesenti Gritti <marco@gnome.org>
* data/mime-types-permissions.xml:
Several types are actually safe.
* embed/mozilla/ContentHandler.cpp:
* embed/mozilla/ContentHandler.h:
Change the safe/unsafe logic to not consider unkown
files unsafe, they will not be opened anyway.
Cleanups.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-02-13 Christian Persch <chpe@cvs.gnome.org>
* doc/reference/Makefile.am:
* src/Makefile.am:
Install the statusbar .h file.
R src/statusbar.[ch]:
A src/ephy-statusbar.[ch]:
s/statusbar/ephy-statusbar/ and friends.
* src/ephy-window.c: (sync_tab_load_progress), (sync_tab_security),
(ephy_window_init):
Change references from statusbar to ephy-statusbar.
Remove selection-received stuff, since it now lives in EphyTab.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-02-12 Christian Persch <chpe@cvs.gnome.org>
* configure.in:
* data/Makefile.am:
R data/epiphany-1.0.pc.in:
A data/epiphany-1.2.pc.in:
Changed .pc file version to 1.2, since we're not API-compatible with
1.0.
|
|
|
|
|
|
| |
2004-02-13 Artur Flinta <aflinta@cvs.gnome.org>
* pl.po: Updated Polish translation by GNOME PL Team.
|
|
|
|
|
|
| |
2004-02-13 Francisco Javier F. Serrador <serrador@cvs.gnome.org>
* es.po: Updated Spanish translation.
|
|
|
|
|
|
|
|
| |
2004-02-12 Christian Persch <chpe@cvs.gnome.org>
* embed/downloader-view.c: (download_dialog_abort_cb):
Safety check.
|
|
|
|
|
|
|
|
| |
2004-02-12 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/mozilla-embed.cpp: (mozilla_embed_security_change_cb):
Use static_cast<>, don't cast directly.
|
|
|
|
|
|
|
|
|
| |
2004-02-12 Christian Persch <chpe@cvs.gnome.org>
* lib/ephy-dialog.c: (set_sensitivity):
Don't set entries insensitive, only set the non-editable when the
gconf key isn't writable.
|
|
|
|
|
|
|
|
|
| |
2004-02-12 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/MozDownload.cpp:
* src/prefs-dialog.c: (get_download_button_label):
Unify fallback downloads dir to get the home directory.
|
|
|
|
|
|
|
|
|
| |
2004-02-12 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/GtkNSSDialogs.cpp:
Don't insist on a parent for the dialogue; because there isn't one
when we try to load a favicon over https: at startup.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-02-12 Christian Persch <chpe@cvs.gnome.org>
* embed/ephy-embed-popup-control.c: (save_url),
(embed_popup_set_image_as_background_cmd):
* embed/ephy-favicon-cache.c: (ephy_favicon_cache_get_type),
(ephy_favicon_cache_class_init), (favicon_name_build),
(favicon_download_completed_cb), (ephy_favicon_cache_get):
* embed/mozilla/FilePicker.cpp:
* embed/mozilla/MozDownload.cpp:
* lib/ephy-file-chooser.c: (ephy_file_chooser_set_persist_key):
* lib/ephy-file-helpers.c: (ephy_file_downloads_dir):
* src/popup-commands.c: (popup_cmd_set_image_as_background):
* src/prefs-dialog.c: (get_download_button_label),
(download_path_response_cb):
Fix numerous places where we weren't properly converting between UTF-8
and filename encoding.
* embed/ephy-favicon-cache.c:
Bump favicon cache xml version.
* embed/mozilla/EphyHeaderSniffer.cpp:
Fix mem leak, and use CONF_STATE_SAVE_DIR instead of the download dir
key for directory persistence.
|
|
|
|
|
|
|
|
| |
2004-02-12 Marco Pesenti Gritti <marco@gnome.org>
* data/glade/prefs-dialog.glade:
Add a missing accellerator
|
|
|
|
|
|
| |
* lib/ephy-node-db.c: (ephy_node_db_write_to_xml_valist):
* src/bookmarks/ephy-bookmarks-export.c:
(ephy_bookmarks_export_rdf):
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-02-12 Christian Persch <chpe@cvs.gnome.org>
* configure.in:
Depend on libxml2 >= 2.6.6 because of bug #133298 and bug # 131548.
* src/ephy-main.c: (main):
Use LIBXML_TEST_VERSION to check for API compatibility.
|
|
|
|
|
|
|
|
| |
2004-02-12 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/GlobalHistory.cpp:
Fix compilation with mozilla 1.4.
|
|
|
|
|
|
|
|
|
|
|
| |
2004-02-12 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/EphyBrowser.cpp:
* embed/mozilla/GlobalHistory.cpp:
* embed/mozilla/GlobalHistory.h:
* embed/mozilla/MozRegisterComponents.cpp:
Adapt to the ever-changing mozilla APIs.
|
|
|
|
| |
* sq.po: Updated Albanian translation
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
2004-02-12 Marco Pesenti Gritti <marco@gnome.org>
* lib/widgets/ephy-location-entry.c: (keyword_match):
Simplify and hopefully fix mem corruption
|
|
|
|
|
|
|
|
|
| |
2004-02-12 Marco Pesenti Gritti <marco@gnome.org>
* embed/mozilla/ContentHandler.cpp:
When open is explicitly requested from the dialog use
a tmp file.
|
|
|
|
|
|
| |
2004-02-12 Arafat Medini <lumina@silverpen.de>
* ar.po: Updated Arabic translation.
|
|
|
|
|
|
|
|
| |
2004-02-11 Chris Lahey <clahey@rigger.boston.ximian.com>
* embed/downloader-view.c: Added timeout so that dialog won't
disappear before 5 seconds is over. Made Pause/Resume button
update label properly.
|
|
|
|
|
|
|
|
| |
2004-02-11 Christian Persch <chpe@cvs.gnome.org>
* src/bookmarks/ephy-bookmarks.c:
Increase bookmarks format version.
|
|
|
|
|
|
|
|
| |
2004-02-11 Marco Pesenti Gritti <marco@gnome.org>
* src/bookmarks/ephy-bookmarks.c: (ephy_bookmarks_add):
Update bookmarks keywords
|
|
|
|
|
|
|
| |
* embed/mozilla/MozDownload.cpp:
Put the serial numbers in duplicated filenames just before
the last dot so we won't confuse apps like file-roller.
|
| |
|
|
|
|
|
|
| |
2004-02-11 Zygimantas Berucka <uid0@tuxfamily.org>
* lt.po: Updated Lithuanian translation.
|
|
|
|
|
|
|
|
| |
2004-02-11 Marco Pesenti Gritti <marco@gnome.org>
* embed/downloader-view.c: (downloader_view_build_ui):
Make columns resizable
|
|
|
|
|
|
|
|
|
| |
2004-02-11 Marco Pesenti Gritti <marco@gnome.org>
* src/ephy-tab.c: (open_link_in_new_tab),
(ephy_tab_dom_mouse_click_cb):
Do not load js urls when middle clicked.
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-02-11 Marco Pesenti Gritti <marco@gnome.org>
* lib/widgets/ephy-location-entry.c: (completion_func):
Cleanup
* src/bookmarks/ephy-bookmarks.c:
Increase format version
|
|
|
|
|
|
|
|
|
|
| |
2004-02-11 Marco Pesenti Gritti <marco@gnome.org>
* lib/widgets/ephy-location-entry.c: (keyword_match),
(completion_func):
Better keyword matching function. Should match only words
(not middle parts of them) and maybe be a bit faster.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-02-11 Marco Pesenti Gritti <marco@gnome.org>
* lib/ephy-node.c: (callback), (child_changed),
(ephy_node_set_property):
Pass the property id to the changed signal.
* lib/ephy-node.h:
Cleanup.
* embed/ephy-history.c: (hosts_changed_cb), (pages_changed_cb):
* lib/widgets/ephy-location-entry.c: (completion_func):
* lib/widgets/ephy-tree-model-node.c: (root_child_changed_cb):
* src/bookmarks/ephy-bookmark-action.c:
(bookmarks_child_changed_cb):
* src/bookmarks/ephy-bookmarks-menu.c: (topic_child_changed_cb):
* src/bookmarks/ephy-topic-action.c: (topic_child_changed_cb):
* src/ephy-completion-model.c: (root_child_changed_cb):
* src/ephy-location-action.c: (actions_child_changed_cb):
Fixup changed signals signature.
* src/bookmarks/ephy-bookmarks.c: (update_bookmark_keywords),
(bookmarks_changed_cb), (bookmark_is_categorized),
(topics_removed_cb), (ephy_bookmarks_set_keyword),
(ephy_bookmarks_unset_keyword):
Cleanup keywords building, normalize and case fold it, add
the title words as keywords too.
|
|
|
|
|
|
|
| |
2004-02-11 Christophe Fergeau <teuf@gnome.org>
* fr.po: Fixed badly translated string preventing some sites from
displaying properly
|
|
|
|
|
|
|
|
| |
2004-02-11 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/mozilla-embed-persist.cpp: (impl_save):
Fix mem leaks.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-02-11 Marco Pesenti Gritti <marco@gnome.org>
* src/ephy-completion-model.c: (is_base_address),
(init_relevance_col):
Better autocompletion sorting logic.
* src/window-commands.c: (window_cmd_help_about):
s/translator_credits/translator-credits
|
|
|
|
|
|
| |
2004-02-10 Pauli Virtanen <pauli.virtanen@hut.fi>
* fi.po: Updated Finnish translation.
|
|
|
|
|
|
|
|
| |
2004-02-10 Marco Pesenti Gritti <marco@gnome.org>
* src/ephy-completion-model.c: (init_text_col):
Show the title of the bookmark, not the address
|
|
|
|
| |
* ko.po: Updated Korean translation.
|
|
|
|
|
|
| |
2004-02-10 Kjartan Maraas <kmaraas@gnome.org>
* no.po: Updated Norwegian translation.
|
|
|
|
|
|
|
|
|
|
|
| |
2004-02-09 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-tab.c: (clipboard_text_received_cb),
(ephy_tab_dom_mouse_click_cb):
Fix the fix for the epiphany equivalent of bug #133633. Don't convert
the clipboard contents directly as the souurce may not offer UTF-8 text.
Instead request the contents, and gtk+ will convert it for us.
|
|
|
|
|
|
|
|
|
| |
2004-02-09 Christian Persch <chpe@cvs.gnome.org>
* lib/egg/egg-editable-toolbar.c:
* embed/ephy-embed-popup-control.c:
Include config.h.
|
|
|
|
|
|
|
|
| |
2004-02-09 Christian Rose <menthos@menthos.com>
* configure.in: Added "mi" to ALL_LINGUAS.
* po/mi.po: Added Maori translation by
John C Barstow <jbowtie@amathaine.com>.
|
| |
|
|
|
|
|
|
| |
2004-02-08 Francisco Javier F. Serrador <serrador@cvs.gnome.org>
* es.po: Updated Spanish translation.
|
|
|
|
|
|
|
|
|
| |
2004-02-08 Christian Persch <chpe@cvs.gnome.org>
* embed/ephy-favicon-cache.c: (ephy_favicon_cache_init):
Remove trailing / in invocation of mkdir, since it's unneeded and not
portable. Patch by Julio M. Merino Vidal, fixes bug 133738.
|
| |
|
|
|
|
|
|
| |
2004-02-08 Hasbullah Bin Pit <sebol@my-penguin.org>
* ms.po: Updated Malay translation.
|
| |
|
|
|
|
|
|
|
|
|
| |
2004-02-06 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-tab.c: (ephy_tab_dom_mouse_click_cb):
Make middle-click paste work with urls with IDN domain names.
Fixes the epiphany equivalent of galeon bug 133633.
|
|
|
|
|
|
|
|
| |
2004-02-06 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/EventContext.cpp:
Excise old galeon 1, non ported, defined-out code.
|
|
|
|
|
|
|
|
|
| |
2004-02-06 Christian Persch <chpe@cvs.gnome.org>
* data/Makefile.am:
Honour the --with-gconf-schema-file-dir and --disable-schemas-install
configure options. Patch by Julio M. Merino Vidal, fixes bug #133533.
|
| |
|
|
|
|
|
|
|
|
|
| |
204-02-05 Christian Persch <chpe@cvs.gnome.org>
* data/glade/prefs-dialog.glade:
Now that GtkComboBox supports mnemonic activation,
set the focus target of the combos' labels.
|
|
|
|
|
|
| |
2004-02-05 Duarte Loreto <happyguy_pt@hotmail.com>
* pt.po: Updated Portuguese translation.
|
|
|
|
|
|
| |
2004-02-05 Pauli Virtanen <pauli.virtanen@hut.fi>
* fi.po: Updated Finnish translation.
|
|
|
|
|
|
| |
2004-02-05 Artur Flinta <aflinta@cvs.gnome.org>
* pl.po: Updated Polish translation by GNOME PL Team.
|
|
|
|
|
|
|
|
| |
2004-02-05 Piers Cornwell <piers@cvs.gnome.org>
* src/ephy-session.c: (offer_to_resume):
Make warning message selectable per hig.
|
|
|
|
| |
* sq.po: Updated Albanian translation
|
| |
|
|
|
|
|
|
|
|
|
|
| |
2004-02-05 Christian Persch <chpe@cvs.gnome.org>
* src/bookmarks/ephy-bookmark-action.c: (connect_proxy):
* src/bookmarks/ephy-topic-action.c: (connect_proxy):
No need to connect to the toolitem's create-menu-proxy signal,
gtk+ does it for us.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-02-04 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-go-action.c: (ephy_go_action_get_type),
(create_tool_item), (ephy_go_action_class_init):
gtk+ now connects the tool item's create_menu_proxy to the
action's create_menu_item, so we don't need to do it ourselves.
Also unnecessary to do connect_proxy.
The go action is now almost empty, we should really see if
we can use a stock gtktoolbutton for it.
2004-02-04 Christian Persch <chpe@cvs.gnome.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-02-04 Christian Persch <chpe@cvs.gnome.org>
* lib/widgets/ephy-zoom-action.c: (ephy_zoom_action_get_type),
(zoom_to_level_cb), (connect_proxy), (proxy_menu_activate_cb),
(create_menu_item), (ephy_zoom_action_class_init):
* lib/widgets/ephy-zoom-action.h:
* lib/widgets/ephy-zoom-control.c: (ephy_zoom_control_class_init):
* src/ephy-history-window.c: (cmd_delete),
Fix toolbar overflow menu creation. Don't connect zoom control signals
to a menu item.
|
|
|
|
|
|
|
|
|
| |
2004-02-04 Christian Persch <chpe@cvs.gnome.org>
* lib/widgets/ephy-arrow-toolbutton.c:
(ephy_arrow_toolbutton_finalize):
Fix mem leak.
|
|
|
|
|
|
|
|
|
|
|
| |
2004-02-04 Christian Persch <chpe@cvs.gnome.org>
* data/glade/epiphany.glade:
* data/glade/certificate-dialogs.glade:
* data/glade/print.glade:
* data/glade/prefs-dialog.glade:
Dialogs shouldn't show up in the window list, period.
|
|
|
|
|
|
|
|
|
|
| |
2004-02-04 Christian Persch <chpe@cvs.gnome.org>
* data/glade/pref-dialog.glade:
* data/glade/epiphany.glade:
Don't show Find, Add Language, and Encodings dialogue in
window list.
|
|
|
|
|
|
|
|
| |
2004-02-04 David Bordoley <bordoley@msu.edu>
* src/ephy-encoding-dialog.c: (ephy_encoding_dialog_new):
Set a default height/width for the dialog.
|
|
|
|
|
|
|
|
|
|
|
| |
2004-02-04 Biggest Flake Ever <flake@whataflake.com>
David Bordoley <bordoley@msu.edu>
* embed/downloader-view.c: (downloader_view_new):
* src/prefs-dialog.c: (setup_add_language_dialog):
Use a default width/height for dialogs with
tree views that don't have a fixed requisition.
|
|
|
|
|
|
|
|
| |
2004-02-04 Piers Cornwell <piers@cvs.gnome.org>
* src/ephy-history-window.c: (confirmation_dialog_construct):
Use title capitalisation for title.
|
| |
|
|
|
|
|
|
| |
2004-02-02 Maxim Dziumanenko <mvd@mylinux.com.ua>
* Add Ukrainian translation
|
|
|
|
|
|
| |
2004-02-02 Artur Flinta <aflinta@cvs.gnome.org>
* pl.po: Updated Polish translation by GNOME PL Team.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
2004-02-02 Marco Pesenti Gritti <marco@gnome.org>
* autogen.sh:
* omf.make:
* xmldocs.make:
Use gnome-common to generate help makefiles
|
|
|
|
|
|
|
|
| |
2004-02-01 Christian Persch <chpe@cvs.gnome.org>
* configure.in:
Version 1.1.7.
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-02-01 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-extensions-manager.c: (ephy_extensions_manager_init):
* src/ephy-extensions-manager.h:
* src/ephy-shell.c: (ephy_shell_get_extensions_manager):
Decouple extensions manager initialisation and extensions loading.
Fixes a crash when an extensions tried to get the session,
causing us to load extensions more than once.
|
|
|
|
|
|
|
|
| |
2004-02-01 Marco Pesenti Gritti <marco@gnome.org>
* lib/ephy-stock-icons.h:
typo in icon name
|
|
|
|
|
|
| |
2004-02-01 Ole Laursen <olau@hardworking.dk>
* da.po: Updated Danish translation.
|
|
|
|
|
|
|
|
| |
2004-02-01 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/ContentHandler:
Add a space after period, fixes bug #133151.
|
|
|
|
|
|
| |
2004-02-01 MÉ™tin Æmirov <metin@karegen.com>
* az.po: Translation updated.
|
| |
|
| |
|
|
|
|
|
|
| |
2004-02-01 Marcel Telka <marcel@telka.sk>
* sk.po: Updated Slovak translation.
|
|
|
|
|
|
|
|
| |
* embed/downloader-view.c: (status_icon_activated),
(downloader_view_build_ui):
Activating the status icon should only show it (HIG says so).
Also set the downloader view to BROSWE mode.
|
| |
|
| |
|
|
|
|
| |
* sq.po: Updated Albanian translation
|
| |
|
|
|
|
| |
* ko.po: Updated Korean translation.
|
|
|
|
| |
* ko.po: Updated Korean translation.
|
|
|
|
|
|
| |
2004-01-31 Kjartan Maraas <kmaraas@gnome.org>
* no.po: Updated Norwegian translation.
|
| |
|
| |
|
|
|
|
|
|
| |
2004-01-31 Hasbullah Bin Pit <sebol@my-penguin.org>
* ms.po: Updated Malay translation.
|
|
|
|
|
|
|
|
|
| |
2004-01-30 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/ContentHandler.cpp:
Don't try to g_free a nsCOMPtr<>, and use nsMemory::Free for the
mMimeType string.
|
|
|
|
|
|
| |
2004-01-30 Francisco Javier F. Serrador <serrador@cvs.gnome.org>
* es.po: Updated Spanish translation.
|
| |
|
|
|
|
|
|
|
|
| |
2004-01-29 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/EphyHeaderSniffer.cpp:
Fix mem leak.
|
|
|
|
|
|
|
|
|
| |
2004-01-29 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-favicon-action.c: (ephy_favicon_action_set_property),
(ephy_favicon_action_get_property):
Fix property getter of "icon" property.
|
|
|
|
|
|
|
|
| |
2004-01-29 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/MozDownload.cpp:
Fix mem leak.
|
|
|
|
|
|
|
|
| |
2004-01-29 Christian Persch <chpe@cvs.gnome.org>
* embed/downloader-view.c: (update_download_row):
Fix mem leak.
|
|
|
|
|
|
|
|
|
| |
2004-01-29 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/EphyHeaderSniffer.cpp:
Fix encodign conversion of "Untitled" filename suggestion.
Fixes bug #132822.
|
|
|
|
|
|
|
|
|
| |
2004-01-28 Christian Persch <chpe@cvs.gnome.org>
* src/bookmarks/ephy-bookmarks-import.c:
(ephy_bookmarks_import_rdf):
Don't crash when reading the RDF file fails.
|
|
|
|
|
|
|
|
|
| |
2004-01-28 Christian Persch <chpe@cvs.gnome.org>
* src/bookmarks/ephy-bookmarks-export.c:
(ephy_bookmarks_export_rdf):
Use rdf:resource instead of rdf:about, fixes bug #131543.
|
|
|
|
|
|
|
|
|
|
| |
2004-01-28 Christian Persch <chpe@cvs.gnome.org>
* src/bookmarks/ephy-bookmarks-menu.c:
(ephy_bookmarks_menu_get_type), (sync_topic_properties),
(topic_child_changed_cb), (ephy_bookmarks_menu_init):
Sync topic names in the menu. Fixes bug #128097.
|
|
|
|
|
|
|
|
|
| |
2004-01-28 Christian Persch <chpe@cvs.gnome.org>
* src/bookmarks/ephy-bookmarks.c: (ephy_bookmarks_solve_smart_url),
(options_find_first_option), (smart_url_options_get):
Fix options parsing.
|
|
|
|
|
|
|
|
| |
2004-01-28 David Bordoley <bordoley@msu.edu>
* src/ephy-window.c:
Use EPHY_STOCK_DOWNLOAD for the download
link icon.
|
|
|
|
|
|
|
|
| |
2004-01-28 Christian Persch <chpe@cvs.gnome.org>
* src/Makefile.am:
Fix linking with nautilus view enabled.
|
|
|
|
|
|
|
|
|
|
| |
2004-01-28 Christian Persch <chpe@cvs.gnome.org>
* configure.in:
* src/Makefile.am:
Check for required libnautilus version, and conditionally enable
nautilus view.
|
| |
|
|
|
|
|
|
|
|
| |
2004-01-27 Piers Cornwell <piers@myrealbox.com>
* help/C/epiphany.xml:
Update documentation.
|
|
|
|
|
|
|
|
| |
2004-01-27 Christian Persch <chpe@cvs.gnome.org>
* lib/ephy-file-helpers.c: (ephy_file_helpers_shutdown):
Only try to rmdir() the tmp directory if we have one.
|
|
|
|
|
|
|
|
|
|
| |
2004-01-27 Marco Pesenti Gritti <marco@gnome.org>
* embed/mozilla/EphyBrowser.cpp:
* embed/mozilla/EphyBrowser.h:
Make sure to not initialize EphyBrowser
multiple times.
|
| |
|