| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Ignore bme.desktop
|
|
|
|
|
| |
Allow to launch the BME alone, rework some CORBA code, add a .desktop
file for the BME. Fixes #102477.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2003-03-27 David Bordoley <bordoley@msu.edu>
* data/ui/epiphany-bookmark-editor-ui.xml.in:
* src/bookmarks/ephy-bookmarks-editor.c: (cmd_rename),
(cmd_delete), (cmd_cut), (cmd_copy), (cmd_paste),
(cmd_select_all), (keyword_node_key_pressed_cb),
(keyword_node_show_popup_cb), (ephy_bookmarks_editor_construct):
Reorganize the menus a bit. Unifiy topic/bookmarks
rename/delete items. Add text editting menu items
to the edit menu. Add a topic context menu.
* src/bookmarks/ephy-node-view.[c-h]: (ephy_node_view_select_all),
(ephy_node_view_has_focus):
New functions.
* src/bookmarks/ephy-topics-selector.c: (set_sort_column_id),
(topic_clicked), (ephy_topics_build_ui):
Sort topics case insensitively. Add/remove topics using a single click.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2003-03-24 David Bordoley <bordoley@msu.edu>
* data/art/epiphany-bookmark-page.png: (New file):
* data/art/Makefile.am:
* lib/ephy-stock-icons.c:
* lib/ephy-stock-icons.h:
New epiphany-bookmark-page stock image. I'm not at all attached to this icon,
if you can make a better one, please do :)
* data/glade/epiphany.glade:
Change button ordering to [clear][cancel][jump to].
* embed/find-dialog.c:
Use GTK_STOCK_FIND for the window border icon.
* embed/print-dialog.c:
Use GTK_STOCK_PRINT for the window border icon.
* src/bookmarks/ephy-new-bookmark.c:
Use EPHY_STOCK_BOOKMARK_PAGE for the window icon.
s/add bookmark/new bookmark for the window title.
* src/bookmarks/ephy-bookmark-properties.c: (set_window_icon),
(update_window_title):
New functions. Dynamically set the property window title base on the
bookmark title. Use the favicon icon if available for the window icon, otherwise use
GTK_STOCK_PROPERTIES.
* src/window-commands.c:
Use GNOME_STOCK_ABOUT for the about window icon.
* src/prefs-dialog.c:
USE GTK_STOCK_PREFERENCES for the window icon.
* src/history-dialog.c:
Use epiphany-history.png for the window border icon.
* src/ephy-window.c:
Use EPHY_STOCK_BOOKMARK_PAGE for the boomark page/link menu items.
|
|
|
|
|
|
|
|
| |
2003-03-24 David Bordoley <bordoley@msu.edu>
* data/ui/epiphany-bookmark-editor-ui.xml.in:
* src/bookmarks/ephy-bookmarks-editor.c:
Add close to the file menu. Add some keybindings.
|
|
|
|
|
|
|
|
|
| |
2003-03-23 David Bordoley <bordoley@msu.edu>
* data/art/Makefile.am:
* data/art/epiphany-download.png: (new file from jimmac)
* embed/downloader-view.c:
Set and icon for the download window
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2003-03-23 Marco Pesenti Gritti <marco@it.gnome.org>
* TODO:
* data/ui/epiphany-bookmark-editor-ui.xml.in:
* src/bookmarks/ephy-bookmarks-editor.c: (cmd_add_topic),
(cmd_remove_topic), (cmd_close), (cmd_rename_topic),
(cmd_rename_bookmark), (ephy_bookmarks_editor_construct):
* src/bookmarks/ephy-bookmarks.c: (ephy_bookmarks_remove_keyword):
* src/bookmarks/ephy-bookmarks.h:
* src/bookmarks/ephy-node-view.c: (cell_renderer_edited),
(ephy_node_view_add_column), (ephy_node_view_init),
(ephy_node_view_edit):
* src/bookmarks/ephy-node-view.h:
Complete implementation of the editor functionalities.
[Still work to do ... I updated the TODO with some of the higher
priority things. If you want to work on any of them let me
know ... (to avoid conflicts, I plan to keep working on this
stuff in the next days).]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2003-03-22 Marco Pesenti Gritti <marco@it.gnome.org>
* data/ui/epiphany-bookmark-editor-ui.xml.in:
* src/bookmarks/ephy-bookmark-properties.c: (update_entry),
(title_entry_changed_cb), (location_entry_changed_cb), (build_ui):
* src/bookmarks/ephy-bookmarks-editor.c: (cmd_add_topic),
(cmd_remove_topic), (cmd_rename_bookmark),
(cmd_open_bookmarks_in_tabs), (cmd_open_bookmarks_in_browser),
(cmd_remove_bookmarks), (cmd_bookmark_properties), (add_widget),
(ephy_bookmarks_editor_construct):
* src/bookmarks/ephy-bookmarks.c: (bookmarks_removed_cb),
(ephy_bookmarks_has_keyword), (ephy_bookmarks_unset_keyword):
* src/bookmarks/ephy-bookmarks.h:
* src/bookmarks/ephy-new-bookmark.c: (build_editing_table):
* src/bookmarks/ephy-topics-selector.c: (fill_model),
(topic_toggled), (ephy_topics_selector_new):
* src/bookmarks/ephy-topics-selector.h:
Some more bookmarks work ...
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2003-03-22 Marco Pesenti Gritti <marco@it.gnome.org>
* data/ui/epiphany-bookmark-editor-ui.xml.in:
* src/bookmarks/Makefile.am:
* src/bookmarks/ephy-bookmark-properties.c:
(ephy_bookmark_properties_get_type),
(ephy_bookmark_properties_class_init),
(ephy_bookmark_properties_finalize),
(ephy_bookmark_properties_set_bookmark),
(ephy_bookmark_properties_set_property),
(ephy_bookmark_properties_get_property),
(bookmark_properties_response_cb), (build_ui),
(ephy_bookmark_properties_init), (ephy_bookmark_properties_new):
* src/bookmarks/ephy-bookmark-properties.h:
* src/bookmarks/ephy-bookmarks-editor.c:
(popup_cmd_bookmark_properties), (ephy_bookmarks_editor_get_type),
(keyword_node_selected_cb), (ephy_bookmarks_editor_construct):
* src/bookmarks/ephy-bookmarks-editor.h:
* src/bookmarks/ephy-bookmarks-import.c: (mozilla_parse_bookmarks),
(xbel_parse_single_bookmark), (xbel_parse_folder):
* src/bookmarks/ephy-bookmarks.c: (ephy_bookmarks_add),
(ephy_bookmarks_set_keyword), (ephy_bookmarks_unset_keyword):
* src/bookmarks/ephy-bookmarks.h:
* src/bookmarks/ephy-new-bookmark.c: (ephy_new_bookmark_add),
(build_editing_table), (ephy_new_bookmark_construct):
* src/bookmarks/ephy-topics-selector.c:
(ephy_topics_selector_get_type), (ephy_topics_selector_class_init),
(ephy_topics_selector_finalize),
(ephy_topics_selector_set_bookmark),
(ephy_topics_selector_set_property),
(ephy_topics_selector_get_property), (fill_model), (topic_toggled),
(ephy_topics_selector_apply), (ephy_topics_build_ui),
(ephy_topics_selector_init), (ephy_topics_selector_new):
* src/bookmarks/ephy-topics-selector.h:
Begin bookmarks editor redesign. Please still dont use it or you really
want backup your bookmarks ;)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2003-03-15 Marco Pesenti Gritti <marco@it.gnome.org>
* data/glade/Makefile.am:
* data/glade/prompts.glade:
* embed/mozilla/Makefile.am:
* embed/mozilla/MozRegisterComponents.cpp:
* embed/mozilla/PromptService.cpp:
* embed/mozilla/PromptService.h:
Remove our custom prompt implementation.
Gtkmozembed provides and HIG compliant one now.
|
|
|
|
|
|
|
|
| |
2003-03-10 Marco Pesenti Gritti <marco@it.gnome.org>
* data/glade/prefs-dialog.glade:
Fix conflicting mnemonics. Partially from galeon.
|
|
|
|
|
|
|
|
|
|
|
| |
2003-03-07 David Bordoley <bordoley@msu.edu>
* lib/ephy-stock-icons.h:
* lib/ephy-stock-icons.c:
* data/art/Makefile.am:
* data/art/epiphany-entry.png: (new file)
* src/toolbar.c:
Add a stock icon for entry box so that it has an icon in the tbe.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2003-03-07 David Bordoley <bordoley@msu.edu>
* src/ephy-go-action.c: (new file)
* src/ephy-go-action.h: (new file)
* src/Makefile.am:
* src/ephy-window.c:
* src/toolbar.c:
* data/ui/epiphany-toolbar.xml.in:
* po/POTFILES.in:
New toolbar action so that the "Go" button is always text only.
Removed the old toolbar "Go" button.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2003-03-06 James Willcox <jwillcox@gnome.org>
* data/ui/epiphany-ui.xml.in:
* lib/egg/eggtoolbar.c: Update from libegg
* lib/egg/eggtoolbar.h: same
* lib/widgets/ephy-editable-toolbar.c:
(ephy_editable_toolbar_remove_cb), (ephy_editable_toolbar_edit_cb),
(popup_toolbar_context_menu), (setup_toolbar), (do_merge):
Implement a context menu for toolbars.
|
|
|
|
|
|
| |
2003-03-06 James Willcox <jwillcox@gnome.org>
* data/glade/prefs-dialog.glade: Remove the spinner prefs UI.
|
|
|
|
| |
about: world comination
|
|
|
|
|
|
|
|
| |
2003-03-06 Edd Dumbill <edd@usefulinc.com>
* data/Makefile.am:
Fix EXTRA_DIST
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2003-03-04 Marco Pesenti Gritti <marco@it.gnome.org>
* data/Makefile.am:
* embed/mozilla/Makefile.am:
* embed/mozilla/MozRegisterComponents.cpp:
* src/Makefile.am:
about:options and about:epiphany
* src/ephy-shell.c: (ephy_init_services):
monitor proxy changes
* src/prefs-dialog.c: (create_page), (prefs_dialog_get_page):
* src/ui-prefs.c:
* src/ui-prefs.h:
* lib/widgets/ephy-spinner.c: (ephy_spinner_get_theme_info),
(ephy_spinner_init_directory_list), (ephy_spinner_info_free),
(ephy_spinner_get_theme_path):
* lib/widgets/ephy-spinner.h:
Remove spinner configuration, this should be part of the icon theme
at some point.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2003-02-28 Marco Pesenti Gritti <marco@it.gnome.org>
* data/glade/Makefile.am:
* data/glade/toolbar-editor.glade:
Remove old toolbar editor ui
* lib/ephy-autocompletion.c: (ephy_autocompletion_update_matches):
Remove an obsolete FIXME
* lib/ephy-gui.c:
* lib/ephy-gui.h:
Remove some functions that was used only in galeon bookmarks
* lib/widgets/ephy-autocompletion-window.c:
(hack_tree_view_move_selection),
(ephy_autocompletion_window_key_press_hack):
* lib/widgets/ephy-location-entry.c:
(ephy_location_entry_autocompletion_window_url_selected_cb):
Up on the top border of the autocompl window goes back to the entry
* src/appearance-prefs.c: (setup_font_menu):
Free fonts list
* src/ephy-tab.c: (ephy_tab_parent_set_cb),
(ephy_tab_set_visibility):
* src/window-commands.c: (window_cmd_tabs_move_left),
(window_cmd_tabs_move_right):
Implement tabs moving
|
|
|
|
|
|
|
|
| |
2003-02-21 James Willcox <jwillcox@gnome.org>
* data/starthere/Makefile.am:
Remove the css file from the build.
|
|
|
|
|
|
|
|
|
| |
2003-02-21 James Willcox <jwillcox@gnome.org>
* data/starthere/section.xsl:
* lib/ephy-start-here.c: (color_to_string), (build_content):
Make the start-here: page use the theme colors.
|
|
|
|
| |
History go to button.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2003-02-19 Marco Pesenti Gritti <marco@it.gnome.org>
* data/ui/epiphany-ui.xml.in:
* src/ephy-tab.c: (ephy_tab_show_embed_popup):
* src/ephy-window.c:
* src/popup-commands.c:
* src/window-commands.c:
Dont have a separate context menu for copy, just
put it inside the document one
|
|
|
|
|
|
|
|
|
| |
2003-02-19 Dave Bordoley <bordoley@msu.edu>
* data/ui/epiphany-bookmark-editor-ui.xml.in
* src/bookmarks/ephy-bookmarks-editor.c
Fix up the context menu to be more like other ephy
context menus, added mneumonics.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2003-02-16 Dave Bordoley <bordoley@msu.edu>
* data/ui/epiphany-toolbar.xml.in
* data/ui/epiphany-ui.xml.in
* src/ephy-window.c
* src/popup-commands.c
* src/popup-commands.h
* src/window-commands.c
* src/window-commands.h
s/browser/window as per conversation with seth...
|
| |
|
|
|
|
|
|
|
|
|
| |
2003-02-15 Marco Pesenti Gritti <marco@it.gnome.org>
* data/ui/epiphany-ui.xml.in:
* src/ephy-tab.c: (ephy_tab_show_embed_popup):
Implement a selected text context menu.
|
|
|
|
|
|
|
|
|
|
|
|
| |
2003-02-15 Dave Bordoley <bordoley@msu.edu>
* src/ephy-window.c
* src/window-commands.c
* src/window-commands.h
* data/ui/epiphany-ui.xml.in
Added Help->Contents
Move reload and stop to bottom of view menu
Fix mneumonic collision in the go menu
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2003-02-14 James Willcox <jwillcox@gnome.org>
* data/art/Makefile.am:
* data/ui/Makefile.am:
* lib/widgets/ephy-notebook.c: (ephy_notebook_init),
(ephy_notebook_set_page_status), (tab_build_label):
* src/bookmarks/ephy-bookmarks-editor.c:
(popup_cmd_open_bookmarks_in_tabs),
(popup_cmd_open_bookmarks_in_browser),
(popup_cmd_remove_bookmarks), (ephy_bookmarks_editor_finalize),
(ephy_bookmarks_editor_show_popup_cb),
(ephy_bookmarks_editor_construct):
Add tab load notification (a little spinning icon), and a context
menu for the bookmarks editor.
|
|
|
|
|
|
|
|
| |
2003-02-14 Dave Bordoley <bordoley@msu.edu>
* data/ui/epiphany-toolbar.xml.in
s/FileAddBookmark/FileBookmarkPage so that
the toolbar editor doesn't crash.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* data/ui/epiphany-ui.xml.in
Added some separators.
Changed "bookmark" verbs and menu names to reflect changes
in src/ephy-window.c
* src/ephy-window.c
Added a bunch of mneumonics to context menu entries
s/Add Bookmark.../Bookmark Page... for pages.
s/Add Bookmark.../Bookmark Link... for links.
Changed callbacks in ephy_menu_entries[] and ephy_popups_entries
to reflect changes in src/window-commands.(ch) and src/pop-commands.(ch).
* src/popup-commands.c
* src/popup-commands.h
s/popup_cmd_link_in_new_window/popup_cmd_link_in_new_browser
s/popup_cmd_image_in_new_window/popup_cmd_image_in_new_browser
s/popup_cmd_add_link_bookmark/void popup_cmd_bookmark_link
s/void popup_cmd_frame_in_new_window/void popup_cmd_frame_in_new_browser
* src/window-commands.c
* src/window-commands.h
s/window_cmd_file_new_window/window_cmd_file_new_browser
s/window_cmd_file_add_bookmark/window_cmd_file_bookmark_page
* lib/ephy-stock-icons.h
Fixed #endif comment s/RB/EPHY
|
|
|
|
|
|
|
|
| |
2003-02-12 Marco Pesenti Gritti <marco@it.gnome.org>
* data/ui/nautilus-epiphany-view.xml.in:
Fix capitalization
|
|
|
|
|
|
|
|
|
|
|
|
| |
2003-02-09 Marco Pesenti Gritti <marco@it.gnome.org>
* data/ui/epiphany-ui.xml.in:
* src/ephy-window.c:
* src/window-commands.c: (window_cmd_file_close_browser):
* src/window-commands.h:
Have just one Close menu item and make it behave like
other gnome apps.
|
|
|
|
|
|
|
|
|
|
|
|
| |
2003-02-09 Marco Pesenti Gritti <marco@it.gnome.org>
* acconfig.h:
* configure.in:
* data/GNOME_Epiphany_NautilusView.server.in:
* src/ephy-nautilus-view.c: (ephy_nautilus_view_instance_init):
* src/ephy-shell.c:
Make nautilus view actually work
|
|
|
|
| |
translation as it just contains a tag.
|
|
|
|
|
|
|
|
|
|
|
|
| |
2003-02-08 Marco Pesenti Gritti <marco@it.gnome.org>
* data/starthere/index.xml.in:
Fix some i18n problems
* src/ephy-spinner-action.c: (item_parent_set_cb), (connect_proxy):
Use connect object to avoid signals on dead widgets.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2003-02-08 Marco Pesenti Gritti <marco@it.gnome.org>
* data/ui/epiphany-toolbar.xml.in:
* lib/widgets/ephy-editable-toolbar.c: (add_action):
* src/ephy-window.c:
* src/window-commands.c: (window_cmd_load_location):
* src/window-commands.h:
Add a go button to the toolbar editor. The icon is duped
with default favicon. Would be nice to find something better
for one of them (I'm not sure if the concept of jump to is good
for favicon actually).
Rename FileNewWindow to FileNewBrowser also in toolbar configuration
file.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2003-02-06 James Willcox <jwillcox@gnome.org>
* data/epiphany.schemas.in:
* lib/ephy-prefs.h:
* src/bookmarks/ephy-bookmarks-editor.c:
(ephy_bookmarks_editor_class_init),
(ephy_bookmarks_editor_dispose), (ephy_bookmarks_editor_construct):
* src/bookmarks/ephy-node-view.c: (ephy_node_view_select_node):
* src/ephy-main.c: (ephy_main_start):
Make the bookmarks editor remember the last selected keyword, and
make startup-notification not hang when using the existing instance.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2003-02-05 James Willcox <jwillcox@gnome.org>
* data/starthere/section.xsl:
* embed/mozilla/StartHereProtocolHandler.cpp:
* lib/ephy-start-here.c: (galeon_bookmarks), (attach_content):
* src/bookmarks/ephy-bookmarks-import.c:
(xbel_parse_single_bookmark), (xbel_parse_folder),
(xbel_parse_bookmarks), (ephy_bookmarks_import_mozilla),
(ephy_bookmarks_import_xbel):
* src/bookmarks/ephy-bookmarks-import.h:
* src/ephy-shell.c: (ephy_shell_command_cb):
Added the ability to import galeon and konqueror bookmarks.
|
|
|
|
|
|
|
|
|
|
| |
2003-02-04 Marco Pesenti Gritti <marco@it.gnome.org>
* data/epiphany.desktop.in:
* src/ephy-window.c:
Fix back/forward accels.
Add startup feedback.
|
|
|
|
|
|
|
|
|
| |
2003-02-04 Marco Pesenti Gritti <marco@it.gnome.org>
* data/starthere/index.xml.in:
Change xml to have translations merged properly.
Maybe this should be fixed in intltool though.
|
|
|
|
|
|
|
|
|
| |
2003-02-02 Marco Pesenti Gritti <marco@it.gnome.org>
* lib/ephy-stock-icons.c: Add some icons, thanks
to jorn to provide them.
* embed/EphyWrapper.cpp: last api change seem to have
been reverted ?!
|
| |
|
|
|
|
|
|
|
|
| |
2003-01-31 Marco Pesenti Gritti <marco@it.gnome.org>
* lib/widgets/ephy-editable-toolbar.c: Add icons,
fix some minor appeareance stuff, rework ui updating
to deal with editor size.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2003-01-27 Marco Pesenti Gritti <marco@it.gnome.org>
* configure.in:
* data/ui/epiphany-toolbar.xml.in:
* lib/widgets/ephy-editable-toolbar.c: (copy_toolbars),
(is_action_in_toolbars), (is_separator),
(find_toolbar_from_widget), (add_action_to_list),
(parse_item_list), (toolbar_list_to_xml), (toolbar_list_to_string),
(drag_data_received_cb), (drag_motion_cb), (drag_drop_cb),
(setup_toolbar_drag), (do_merge),
(ephy_editable_toolbar_set_merge), (ephy_editable_toolbar_init),
(ephy_editable_toolbar_finalize), (drag_data_get_cb),
(build_to_drag_actions_list), (setup_editor),
(set_all_actions_sensitive), (ephy_editable_toolbar_edit):
* src/ephy-favicon-action.c: (create_tool_item),
(ephy_favicon_action_class_init):
* src/ephy-location-action.c: (create_tool_item),
(ephy_location_action_class_init):
* src/ephy-spinner-action.c: (create_tool_item),
(ephy_spinner_action_class_init):
Implement dragging from the editor. It's stilly buggy
but I didnt expect to get that working so soon :)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2003-01-24 Marco Pesenti Gritti <marco@it.gnome.org>
* NEWS:
* configure.in:
* data/ui/epiphany-toolbar.xml.in:
* lib/egg/Makefile.am:
* lib/widgets/Makefile.am:
* lib/widgets/ephy-editable-toolbar.c:
(ephy_editable_toolbar_get_type), (find_action),
(add_action_to_list), (parse_item_list), (parse_toolbars),
(load_defaults), (load_toolbar), (toolbar_list_to_xml),
(toolbar_list_to_string), (do_merge),
(ephy_editable_toolbar_set_merge),
(ephy_editable_toolbar_set_property),
(ephy_editable_toolbar_get_property),
(ephy_editable_toolbar_class_init), (ephy_editable_toolbar_init),
(ephy_editable_toolbar_save), (ephy_editable_toolbar_finalize),
(ephy_editable_toolbar_new):
* lib/widgets/ephy-editable-toolbar.h:
* src/Makefile.am:
* src/bookmarks/Makefile.am:
* src/bookmarks/ephy-bookmark-action.c:
(ephy_bookmark_action_get_type), (create_tool_item),
(ephy_bookmark_action_sync_label), (connect_proxy),
(ephy_bookmark_action_set_property),
(ephy_bookmark_action_get_property),
(ephy_bookmark_action_class_init), (ephy_bookmark_action_init),
(ephy_bookmark_action_new):
* src/bookmarks/ephy-bookmark-action.h:
* src/ephy-tab.c: (ephy_tab_finalize), (ephy_tab_set_location):
* src/toolbar.c: (toolbar_get_type), (toolbar_set_window),
(editable_toolbar_request_action), (toolbar_init),
(toolbar_finalize):
* src/toolbar.h:
Implement the data part of the toolbar editor.
Partial implementation of Bookmark action.
Try to fix crashes when switching tabs.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2003-01-21 Marco Pesenti Gritti <marco@it.gnome.org>
* data/ui/epiphany-ui.xml.in:
* lib/egg/egg-menu-merge.c: (do_updates):
* src/ephy-spinner-action.c: (create_tool_item):
* src/ephy-window.c: (add_widget), (ephy_window_init),
(ephy_window_finalize), (update_layout_toggles),
(ephy_window_set_chrome):
* src/toolbar.c: (toolbar_set_window), (toolbar_new):
* src/toolbar.h:
* src/window-commands.c: (window_cmd_view_toolbar),
(window_cmd_view_statusbar), (window_cmd_view_fullscreen):
* src/window-commands.h:
Fix chromes
|
| |
|
|
|
|
|
|
| |
2003-01-20 Marco Pesenti Gritti <marco@it.gnome.org>
* Merge eog-menu-api branch
|
|
|
|
|
|
|
|
|
|
|
|
| |
2003-01-09 Marco Pesenti Gritti <marco@it.gnome.org>
* data/Makefile.am:
Fix schemas build.
* embed/mozilla/mozilla-embed-persist.cpp:
Api change grrrr.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2003-01-09 Marco Pesenti Gritti <marco@it.gnome.org>
* data/art/Makefile.am:
* data/epiphany.desktop.in:
* data/ui/epiphany-ui.xml.in:
* embed/ephy-embed-popup.c: (embed_popup_open_link_cmd):
* src/ephy-main.c: (main):
* src/window-commands.c: (window_cmd_set_charset):
Rehash link context menu order to be hig compliant.
Set a desktop icon.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2003-01-08 Marco Pesenti Gritti <marco@it.gnome.org>
* TODO:
* data/starthere/Makefile.am:
* data/starthere/index.xml.in:
* data/starthere/section.xsl:
* data/starthere/smartbookmarks.xml.in:
* embed/ephy-embed-shell.c: (ephy_embed_shell_class_init):
* embed/ephy-embed-shell.h:
* embed/mozilla/StartHereProtocolHandler.cpp:
* po/POTFILES.in:
* src/ephy-shell.c: (ephy_shell_command_cb), (ephy_shell_init):
More start here page work, importing bookmarks from mozilla
now should work.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2003-01-07 Marco Pesenti Gritti <marco@it.gnome.org>
* data/starthere/Makefile.am:
* data/starthere/index.xml.in:
* data/starthere/section.css:
* data/starthere/section.xsl:
* embed/mozilla/StartHereProtocolHandler.cpp:
* embed/mozilla/mozilla-embed-shell.cpp:
* lib/ephy-file-helpers.c: (ephy_ensure_dir_exists),
(ephy_find_file_recursive), (ephy_file_find):
* lib/ephy-file-helpers.h:
* lib/ephy-start-here.c: (ephy_start_here_init),
(ephy_start_here_finalize), (is_my_lang), (mozilla_bookmarks),
(attach_content), (build_content), (ephy_start_here_get_page),
(ephy_start_here_get_base_uri):
* lib/ephy-start-here.h:
More work on the start here page.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2003-01-07 Marco Pesenti Gritti <marco@it.gnome.org>
* configure.in:
* data/Makefile.am:
* data/start_here.html:
* data/starthere/Makefile.am:
* data/starthere/index.xml.in:
* data/starthere/section.xsl:
* embed/mozilla/StartHereProtocolHandler.cpp:
* lib/Makefile.am:
* lib/widgets/ephy-autocompletion-window.c:
(hack_tree_view_move_selection):
* po/POTFILES.in:
Architecture for translatable xml/xsl start page.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2003-01-05 Marco Pesenti Gritti <marco@it.gnome.org>
* data/art/Makefile.am:
* data/art/epiphany.png:
* data/epiphany.schemas.in:
* data/glade/epiphany.glade:
* embed/downloader-view.c: (downloader_view_init),
(downloader_view_finalize):
* embed/ephy-embed-favicon.c: (ephy_embed_favicon_set_property):
* embed/ephy-embed-shell.c: (ephy_embed_shell_get_impl),
(ephy_embed_shell_get_type), (ephy_embed_shell_new):
* embed/ephy-embed-shell.h:
* embed/ephy-embed-utils.c:
(ephy_embed_utils_build_charsets_submenu):
* embed/mozilla/mozilla-embed-persist.cpp:
* embed/mozilla/mozilla-embed.cpp:
* src/appearance-prefs.c: (setup_font_menu):
* src/bookmarks/ephy-bookmarks.c: (compute_lower_fav),
(ephy_setup_history_notifiers):
* src/ephy-main.c: (main):
* src/ephy-nautilus-view.c: (ephy_nautilus_view_instance_init):
* src/ephy-shell.c: (ephy_shell_get_type), (ephy_shell_init),
(ephy_shell_finalize), (build_homepage_url),
(ephy_shell_get_autocompletion):
* src/ephy-shell.h:
* src/ephy-tab.c: (ephy_tab_init), (ephy_tab_location_cb),
(ephy_tab_visibility_cb):
* src/ephy-window.c: (favicon_cache_changed_cb),
(ephy_window_init), (update_favicon_control):
* src/general-prefs.c: (create_default_charset_menu):
* src/history-dialog.c: (history_dialog_init):
* src/pdm-dialog.c: (pdm_dialog_cookie_remove),
(pdm_dialog_password_remove), (pdm_dialog_cookies_free),
(pdm_dialog_passwords_free), (pdm_dialog_init):
* src/prefs-dialog.c: (prefs_clear_memory_cache_button_clicked_cb),
(prefs_clear_disk_cache_button_clicked_cb):
* src/window-commands.c: (window_cmd_file_open):
Make GaleonShell inherit from GaleonEmbedShell.
Ref the shell when using the downloader.
Use favicons for the window icon when possible.
This required to use jimmac icon as default,
we still dont have his permission, I'll remove it
later if necessary.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
2002-12-31 Marco Pesenti Gritti <marco@it.gnome.org>
* configure.in:
* data/.cvsignore:
* data/Makefile.am:
Build .in data files from the makefile,
not from configure.in.
Add a desktop file. We badly need an icon ;)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2002-12-31 Marco Pesenti Gritti <marco@it.gnome.org>
* embed/mozilla/FilePicker.cpp:
* embed/mozilla/FilePicker.h:
* embed/mozilla/mozilla-embed-shell.cpp:
Resync with galeon.
* data/epiphany.schemas.in:
* lib/ephy-bonobo-extensions.c: (ephy_bonobo_add_numbered_widget):
* lib/ephy-bonobo-extensions.h:
* lib/toolbar/Makefile.am:
* lib/toolbar/ephy-tbi-std-toolitem.c:
(ephy_tbi_std_toolitem_init),
(ephy_tbi_std_toolitem_get_icon_impl),
(ephy_tbi_std_toolitem_get_name_human_impl),
(ephy_tbi_std_toolitem_to_string_impl),
(ephy_tbi_std_toolitem_add_to_bonobo_tb_impl),
(ephy_tbi_std_toolitem_parse_properties_impl),
(ephy_tbi_std_toolitem_set_item):
* lib/toolbar/ephy-tbi-std-toolitem.h:
* lib/toolbar/ephy-toolbar-item-factory.c:
(ephy_tb_item_factory_init),
(ephy_toolbar_item_create_from_string),
(ephy_toolbar_item_register_type):
* lib/toolbar/ephy-toolbar-item-factory.h:
* src/Makefile.am:
* src/toolbar.c: (toolbar_class_init), (toolbar_set_property),
(toolbar_get_widgets), (toolbar_init), (toolbar_finalize),
(toolbar_navigation_button_set_sensitive),
(toolbar_button_set_sensitive):
* src/window-commands.c:
Resync with galeon. Now we use a widget for navigation
buttons.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2002-12-31 Marco Pesenti Gritti <marco@it.gnome.org>
* data/glade/prefs-dialog.glade:
Remove hidden filtering page.
* embed/ephy-history.c:
(ephy_history_autocompletion_source_foreach), (ephy_history_init),
(ephy_history_add_host), (ephy_history_visited),
(ephy_history_get_page_visits):
* lib/ephy-autocompletion.c: (ephy_autocompletion_refine_matches),
(ephy_autocompletion_update_matches_full_item):
* src/bookmarks/ephy-bookmarks.c:
(ephy_bookmarks_autocompletion_source_foreach):
Fix memory corruption in bookmarks refine.
Implement history autocompletion score.
Smarter host matching code.
Add some sanity checks.
|
|
|