aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Updated Brazilian Portuguese translation.Evandro Fernandes Giovanini2003-04-142-180/+197
| | | | | | 2003-04-13 Evandro Fernandes Giovanini <evandrofg@ig.com.br> * pt_BR.po: Updated Brazilian Portuguese translation.
* Updated Portuguese translation.Duarte Loreto2003-04-142-124/+170
| | | | | | 2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com> * pt.po: Updated Portuguese translation.
* Use google feel like for keywordsMarco Pesenti Gritti2003-04-137-12/+83
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2003-04-13 Marco Pesenti Gritti <marco@it.gnome.org> * embed/mozilla/default-prefs.js: Use google feel like for keywords * lib/ephy-node.c: (ephy_node_new_with_id), (ephy_node_system_init): * lib/ephy-node.h: Pass the reserved ids num * lib/ephy-types.h: * src/ephy-shell.c: (ephy_shell_init): Increase reserved ids to 100. * src/bookmarks/ephy-bookmarks.c: (ephy_bookmarks_init_defaults), (ephy_bookmarks_load), (ephy_bookmarks_init): Default keywords and bookmarks (only google smb). Keywords are probably quite sucky, well it's a start ;) Adding more bookmarks could be a i18n pain. We should be ready for 0.5.0 now. Apologies to translators for the added string, but this was really necessary for the bookmarks system to make sense :/
* Fix typos in NEWS, cosmetic changes to epiphany.xhtmlXan Lopez2003-04-133-23/+19
| | | | Fix typos in NEWS, cosmetic changes to epiphany.xhtml
* *** empty log message ***Marco Pesenti Gritti2003-04-134-22/+43
|
* Update for 0.5.0. Readd evil start script. This sucks :/Marco Pesenti Gritti2003-04-134-34/+122
| | | | | | | | | | | | 2003-04-13 Marco Pesenti Gritti <marco@it.gnome.org> * NEWS: * TODO: * configure.in: * src/Makefile.am: Update for 0.5.0. Readd evil start script. This sucks :/
* Updated Danish translation.Ole Laursen2003-04-122-285/+340
| | | | | | 2003-04-12 Ole Laursen <olau@hardworking.dk> * da.po: Updated Danish translation.
* Updated German translation, added missing files to POTFILES.*.Christian Neumair2003-04-124-210/+235
|
* Updated Swedish translation.Christian Rose2003-04-122-127/+142
| | | | | | 2003-04-12 Christian Rose <menthos@menthos.com> * sv.po: Updated Swedish translation.
* *** empty log message ***Marco Pesenti Gritti2003-04-1222-526/+370
|
* We cant assume the favicon is already in the cache.Marco Pesenti Gritti2003-04-092-16/+26
| | | | | | | | 2003-04-09 Marco Pesenti Gritti <marco@it.gnome.org> * src/bookmarks/ephy-topic-action.c: (build_topics_menu): We cant assume the favicon is already in the cache.
* Ignore bme.desktopXan Lopez2003-04-092-0/+7
| | | | Ignore bme.desktop
* Allow to launch the BME alone, rework some CORBA code, add a .desktop fileXan Lopez2003-04-0911-69/+126
| | | | | Allow to launch the BME alone, rework some CORBA code, add a .desktop file for the BME. Fixes #102477.
* Add funcs to add/remove focus monitor. Make the code nicer and fix warningMarco Pesenti Gritti2003-04-092-67/+88
| | | | | | | | | | | | 2003-04-09 Marco Pesenti Gritti <marco@it.gnome.org> * src/bookmarks/ephy-bookmarks-editor.c: (add_focus_monitor), (remove_focus_monitor), (ephy_bookmarks_editor_dispose), (ephy_bookmarks_editor_node_selected_cb), (ephy_bookmarks_editor_construct): Add funcs to add/remove focus monitor. Make the code nicer and fix warning on destroy.
* If there exist a favicon for the bookmark, add it to the menu.Johan Dahlin2003-04-092-1/+25
| | | | | * src/bookmarks/ephy-topic-action.c (build_topics_menu): If there exist a favicon for the bookmark, add it to the menu.
* Update.Marco Pesenti Gritti2003-04-099-10/+168
| | | | | | | | | | | | | | | | | | | | | | | | 2003-04-08 Marco Pesenti Gritti <marco@it.gnome.org> * lib/egg/egg-toolbars-group.c: * lib/egg/egg-toolbars-group.h: Update. * src/bookmarks/ephy-bookmarks.c: (ephy_bookmarks_class_init), (bookmarks_removed_cb), (topics_removed_cb), (ephy_bookmarks_init): * src/bookmarks/ephy-bookmarks.h: * src/bookmarks/ephy-new-bookmark.c: (ephy_new_bookmark_response_cb): * src/popup-commands.c: (popup_cmd_bookmark_link): * src/toolbar.c: (toolbar_get_action_name), (toolbar_get_action), (topic_remove_cb), (bookmark_remove_cb), (toolbar_init): * src/window-commands.c: (window_cmd_file_bookmark_page): Update toolbars when bookmarks and topics are removed. Use dialog_run for new_bookmark dialog. (Dave I hope this doesnt break something, but it's necessary to url dnd to toolbars to work correctly)
* Move and autoupdate these from egg.Marco Pesenti Gritti2003-04-0812-152/+240
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2003-04-07 Marco Pesenti Gritti <marco@it.gnome.org> * lib/widgets/Makefile.am: * lib/widgets/eggtreemodelfilter.c: * lib/widgets/eggtreemodelfilter.h: * lib/widgets/eggtreemultidnd.c: * lib/widgets/eggtreemultidnd.h: * lib/egg/Makefile.am: * lib/egg/eggtreemodelfilter.c: * lib/egg/eggtreemodelfilter.h: * lib/egg/eggtreemultidnd.c: * lib/egg/eggtreemultidnd.h: * lib/egg/update-from-egg.sh: Move and autoupdate these from egg. * lib/ephy-dnd.c: * lib/ephy-dnd.h: * src/ephy-favicon-action.c: Remove an unnecessary param in ephydnd API. * lib/widgets/ephy-tree-model-sort.c: Use the real multidnd api. 2
* Add a separator item to the editor.Marco Pesenti Gritti2003-04-0714-171/+567
| | | | | | | | | 2003-04-06 Marco Pesenti Gritti <marco@it.gnome.org> * libegg/toolbareditor/egg-editable-toolbar.c: (get_dest_targets), (editor_create_item), (update_editor_sheet): Add a separator item to the editor.
* *** empty log message ***Marco Pesenti Gritti2003-04-071-0/+6
|
* Typo. Drag url, not title.Christian Persch2003-04-071-1/+1
| | | | | | | | 2003-04-06 Christian Persch <chpe@stud.uni-saarland.de> * src/history-dialog.c: (history_dialog_setup_view): Typo. Drag url, not title.
* Removed file that doesn't exist. Updated Brazilian Portuguese translation.Evandro Fernandes Giovanini2003-04-073-2178/+110
| | | | | | | 2003-04-06 Evandro Fernandes Giovanini <evandrofg@ig.com.br> * POTFILES.in: Removed file that doesn't exist. * pt_BR.po: Updated Brazilian Portuguese translation.
* Added "pt_BR".Evandro Fernandes Giovanini2003-04-062-1/+5
| | | | | | 2003-04-05 Evandro Fernandes Giovanini <evandrofg@ig.com.br> * configure.in(ALL_LINGUAS): Added "pt_BR".
* Added Brazilian Portuguese translation.Evandro Fernandes Giovanini2003-04-062-0/+4927
| | | | | | 2003-03-05 Evandro Fernandes Giovanini <evandrofg@ig.com.br> * pt_BR.po: Added Brazilian Portuguese translation.
* Just show the new bookmark dialog, don't go modal.David Bordoley2003-04-067-9/+33
| | | | | | | | | | | | | | | | | | | | 2003-04-05 David Bordoley <bordoley@msu.edu> * src/popup-commands.c: (popup_cmd_bookmark_link): * src/window-commands.c: (window_cmd_file_bookmark_page): Just show the new bookmark dialog, don't go modal. * src/bookmarks/ephy-bookmark-properties.c: (ephy_bookmark_properties_new): * src/bookmarks/ephy-bookmark-properties.h Need to pass the parent window to _new(), and set the dialog transient to its parent. * src/bookmarks/ephy-bookmarks-editor.c: (cmd_bookmark_properties): Pass the bme window to the ephy_bookmark_properties_new. * src/bookmarks/ephy-new-bookmark.c: (ephy_new_bookmark_response_cb): Call gtk_widget_destroy() when cancel or ok are clicked.
* *** empty log message ***Marco Pesenti Gritti2003-04-051-4/+0
|
* Include config.h. Menu translated again now.Marco Pesenti Gritti2003-04-052-0/+10
| | | | | | | | 2003-04-05 Marco Pesenti Gritti <marco@it.gnome.org> * lib/egg/eggintl.h: Include config.h. Menu translated again now.
* The callback return a boolean !Marco Pesenti Gritti2003-04-052-1/+9
| | | | | | | | 2003-04-05 Marco Pesenti Gritti <marco@it.gnome.org> * src/bookmarks/ephy-bookmarks-editor.c: (view_focus_cb): The callback return a boolean !
* Rewrite sensitivity code. Should take in account focus now.Marco Pesenti Gritti2003-04-056-95/+124
| | | | | | | | | | | | | | | | | | | 2003-04-05 Marco Pesenti Gritti <marco@it.gnome.org> * src/bookmarks/ephy-bookmarks-editor.c: (ephy_bookmarks_editor_update_menu), (ephy_bookmarks_editor_node_selected_cb), (view_focus_cb), (keyword_node_selected_cb), (build_search_box), (ephy_bookmarks_editor_construct), (ephy_bookmarks_editor_init): * src/bookmarks/ephy-bookmarks.c: (ephy_bookmarks_add_keyword): * src/bookmarks/ephy-node-view.c: (ephy_node_view_has_selection): * src/bookmarks/ephy-node-view.h: Rewrite sensitivity code. Should take in account focus now. * src/ephy-window.c: (ephy_window_show): Remove some unused code.
* Have a decent size for popups that doesnt specify it. Do not allow to dragMarco Pesenti Gritti2003-04-054-6/+49
| | | | | | | | | | | | 2003-04-05 Marco Pesenti Gritti <marco@it.gnome.org> * src/bookmarks/ephy-bookmarks.h: * src/bookmarks/ephy-node-view.c: (drag_motion_cb), (drag_drop_cb), (drag_data_received_cb): * src/ephy-window.c: (ephy_window_show): Have a decent size for popups that doesnt specify it. Do not allow to drag on special topics.
* Set drag source on the event box, to avoid conflicts with toolbars dragChristian Persch2003-04-055-43/+122
| | | | | | | | | 2003-04-05 Christian Persch <chpe@stud.uni-saarland.de> * src/ephy-favicon-action.c: (create_tool_item), (connect_proxy): Set drag source on the event box, to avoid conflicts with toolbars drag and drop.
* Use mozilla-config.h instead of hacks.Marco Pesenti Gritti2003-04-053-4/+35
| | | | | | | | | 2003-04-04 Marco Pesenti Gritti <marco@it.gnome.org> * configure.in: * embed/mozilla/Makefile.am: Use mozilla-config.h instead of hacks.
* Fix debug code, smart bookmarks are back in the autocompletion.Marco Pesenti Gritti2003-04-022-1/+9
| | | | | | | | | | 2003-04-01 Marco Pesenti Gritti <marco@it.gnome.org> * lib/ephy-autocompletion.c: (ephy_autocompletion_update_matches_full_item): Fix debug code, smart bookmarks are back in the autocompletion.
* Use EggEditableToolbar. Update to latest versions (not EggMenuMerge, weMarco Pesenti Gritti2003-04-0226-2536/+2117
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2003-04-01 Marco Pesenti Gritti <marco@it.gnome.org> * lib/egg/Makefile.am: * lib/egg/egg-accel-dialog.c: * lib/egg/egg-action-group.c: * lib/egg/egg-action.c: * lib/egg/egg-editable-toolbar.c: * lib/egg/egg-editable-toolbar.h: * lib/egg/egg-radio-action.c: * lib/egg/egg-toggle-action.c: * lib/egg/egg-toolbars-group.c: * lib/egg/egg-toolbars-group.h: * lib/egg/eggintl.h: * lib/egg/eggtoolbar.c: * lib/egg/eggtoolbutton.c: * lib/egg/update-from-egg.sh: Use EggEditableToolbar. Update to latest versions (not EggMenuMerge, we still need patches). WARNING: it's no more possible to drag bookmarks in the toolbar, if you depend on that feature please wait the weekend to update cvs. * lib/egg/egg-markup.c: * lib/egg/egg-markup.h: Remove, not used. * lib/widgets/Makefile.am: * lib/widgets/ephy-editable-toolbar.c: * lib/widgets/ephy-editable-toolbar.h: * lib/widgets/ephy-toolbars-group.c: * lib/widgets/ephy-toolbars-group.h: Remove. * src/prefs-dialog.c: (prefs_dialog_show_help), (prefs_dialog_response_cb): Fix a warning. * src/toolbar.c: (toolbar_get_type), (toolbar_get_action_name), (toolbar_get_action), (toolbar_class_init), (toolbar_init): * src/toolbar.h: * src/window-commands.c: (window_cmd_edit_toolbar): Update to use the egg api.
* Marco-is-silly-patch. Update to latest version of the favicons patch.Christian Persch2003-04-023-4/+12
| | | | | | | | | | 2003-04-01 Christian Persch <chpe@stud.uni-saarland.de> * src/ephy-tab.c: * src/ephy-tab.h: Marco-is-silly-patch. Update to latest version of the favicons patch.
* Show favicons on tabsChristian Persch2003-04-016-23/+117
| | | | | | | | | | | | | | | 2003-04-01 Christian Persch <chpe@stud.uni-saarland.de> * lib/widgets/ephy-notebook.c: (ephy_notebook_set_page_status), (ephy_notebook_set_page_icon), (tab_build_label): * lib/widgets/ephy-notebook.h: * src/ephy-tab.c: (ephy_tab_init), (ephy_tab_set_favicon), (ephy_tab_favicon_cache_changed_cb), (ephy_tab_favicon_cb), (ephy_tab_location_cb): * src/ephy-tab.h: * src/ephy-window.c: (ephy_window_init): Show favicons on tabs
* Added place holders for help text for preferences dialog added code toPatanjali Somayaji2003-04-014-1/+93
| | | | | | | | | 2003-04-01 Patanjali Somayaji <patanjali@codito.com> * help/C/epiphany.xml: Added place holders for help text for preferences dialog * src/prefs-dialog.c: added code to invoke appropriate help * src/window_commands.c: added documenter credit
* Use the new EggToolbar apis. Better drop feedback, separators drag andMarco Pesenti Gritti2003-04-018-148/+483
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2003-03-31 Marco Pesenti Gritti <marco@it.gnome.org> * lib/egg/eggtoolbar.c: (egg_toolbar_class_init), (egg_toolbar_init), (egg_toolbar_unrealize), (egg_toolbar_expose), (egg_toolbar_size_allocate), (find_drop_pos), (egg_toolbar_drag_leave), (egg_toolbar_drag_motion), (egg_toolbar_get_item_index), (egg_toolbar_get_show_arrow), (egg_toolbar_get_drop_index): * lib/egg/eggtoolbar.h: * lib/egg/eggtoolitem.c: (egg_tool_item_get_type), (egg_tool_item_class_init), (create_drag_window), (egg_tool_item_realize), (egg_tool_item_unrealize), (egg_tool_item_map), (egg_tool_item_unmap), (egg_tool_item_size_allocate), (egg_tool_item_set_tooltip), (egg_tool_item_set_use_drag_window): * lib/egg/eggtoolitem.h: * lib/widgets/ephy-editable-toolbar.c: (drag_data_received_cb), (drag_data_get_cb), (connect_item_drag_source), (disconnect_item_drag_source), (popup_toolbar_context_menu), (setup_toolbar), (do_merge), (ephy_editable_toolbar_init), (hide_editor), (update_editor_sheet), (show_editor): * lib/widgets/ephy-toolbars-group.c: (add_action), (ephy_toolbars_group_add_item), (parse_item_list): * lib/widgets/ephy-toolbars-group.h: Use the new EggToolbar apis. Better drop feedback, separators drag and code cleanups.
* Update to reflect changes in EphyTopicSelector api. Wrap the topicDavid Bordoley2003-03-318-152/+158
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2003-03-30 David Bordoley <bordoley@msu.edu> * src/bookmarks/ephy-bookmark-properties.c: (build_ui): Update to reflect changes in EphyTopicSelector api. Wrap the topic selector in a GtkScrolledWindow. * src/bookmarks/ephy-bookmarks-editor.c: (cmd_add_topic), (cmd_rename), (cmd_open_bookmarks_in_tabs), (cmd_open_bookmarks_in_browser), (cmd_delete), (cmd_bookmark_properties), (cmd_select_all), (ephy_bookmarks_editor_dispose), (keyword_node_selected_cb), (ephy_bookmarks_editor_construct), (ephy_bookmarks_editor_update_menu): Update to reflect changes in EphyNodeView api. Wrap bm_view and key_view in GtkScrolledWindows. s/_Open In New Window/_Open in New Window and s/Open In New _Tabs/Open in New _Tab. * src/bookmarks/ephy-new-bookmark.c: (build_editing_table): Update to reflect changes in EphyTopicSelector api. Wrap the topic selector in a GtkScrolledWindow. * src/bookmarks/ephy-node-view.c: (ephy_node_view_get_type), (ephy_node_view_construct), (ephy_node_view_new), (ephy_node_view_add_column), (ephy_node_view_add_icon_column), (ephy_node_view_get_selection), (ephy_node_view_has_focus), (ephy_node_view_set_browse_mode), (ephy_node_view_select_node), (ephy_node_view_enable_drag_dest), (ephy_node_view_enable_drag_source), (ephy_node_view_set_hinted), (ephy_node_view_edit): * src/bookmarks/ephy-node-view.h: Inherit from GtkTreeView instead of GtkScrolledWindow and change methods to reflect the change. Allow for better/easier keynav. Return a GtkWidget from ephy_node_view_new to be consistent with GTK. * src/bookmarks/ephy-topics-selector.c: (ephy_topics_selector_get_type), (mneumonic_activated), (ephy_topics_build_ui), (ephy_topics_selector_new): * src/bookmarks/ephy-topics-selector.h: Inherit from GtkTreeView instead of GtkScrolledWindow and change methods to reflect the change. Allow for better/easier keynav.
* Updated Portuguese translation.Duarte Loreto2003-03-312-92/+111
| | | | | | 2003-03-30 Duarte Loreto <happyguy_pt@hotmail.com> * pt.po: Updated Portuguese translation.
* Use hotkeys to navigate around the dialog.David Bordoley2003-03-305-44/+88
| | | | | | | | | | | | | | | | | | 2003-03-30 David Bordoley <bordoley@msu.edu> * src/bookmarks/ephy-bookmark-properties.c: (build_ui): * src/bookmarks/ephy-new-bookmark.c: (build_editing_table): Use hotkeys to navigate around the dialog. * src/bookmarks/ephy-topics-selector.c: (mneumonic_activated), (ephy_topics_build_ui), (ephy_topics_selector_new): Catch the mneumonic-activated signal and focus the currently selected item in the list. If no items are selected, select the first item. * src/bookmarks/ephy-bookmarks-editor.c: (key_pressed_cb): Change function to return a gboolean and return false if we don't handle the key event (fixes keynav in the bme).
* More sensitive stuff.Xan Lopez2003-03-302-20/+67
| | | | More sensitive stuff.
* Do not update menus on unselect.Xan Lopez2003-03-302-19/+24
| | | | Do not update menus on unselect.
* Add alt+s mneumonic to the search box and activate it.David Bordoley2003-03-302-9/+18
| | | | | | | 2003-03-29 David Bordoley <bordoley@msu.edu> * src/bookmarks/ephy-bookmarks-editor.c: (build_search_box): Add alt+s mneumonic to the search box and activate it.
* Fix warning.Xan Lopez2003-03-302-0/+8
| | | | Fix warning.
* Make dnd code smarter, so it can support more than just urls types.Marco Pesenti Gritti2003-03-3011-101/+372
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2003-03-29 Marco Pesenti Gritti <marco@it.gnome.org> * lib/ephy-dnd.c: (add_one_node), (ephy_dnd_drag_data_get), (ephy_dnd_node_list_extract_nodes): * lib/ephy-dnd.h: * lib/ephy-marshal.list: * lib/widgets/ephy-tree-model-sort.c: (each_node_get_data_binder), (ephy_tree_model_sort_multi_drag_data_get): * src/bookmarks/ephy-bookmarks-editor.c: (cmd_rename), (cmd_select_all), (ephy_bookmarks_editor_show_popup_cb), (keyword_node_show_popup_cb), (node_dropped_cb), (ephy_bookmarks_editor_construct), (ephy_bookmarks_editor_update_menu): * src/bookmarks/ephy-node-view.c: (ephy_node_view_class_init), (ephy_node_view_button_press_cb), (ephy_node_view_has_focus), (get_node_from_path), (drag_motion_cb), (drag_drop_cb), (drag_data_received_cb), (ephy_node_view_enable_drag_dest), (ephy_node_view_enable_drag_source): * src/bookmarks/ephy-node-view.h: * src/ephy-favicon-action.c: (connect_proxy): * src/history-dialog.c: (history_dialog_setup_view): * src/toolbar.c: (toolbar_get_action_name): Make dnd code smarter, so it can support more than just urls types. Implement drag of bookmarks on topics in bme. What a pain !
* Updated Swedish translation.Christian Rose2003-03-292-53/+57
| | | | | | 2003-03-29 Christian Rose <menthos@menthos.com> * sv.po: Updated Swedish translation.
* Implement topics menu. TODO: All should generate the crappy bookmarksMarco Pesenti Gritti2003-03-292-14/+88
| | | | | | | | | | | | | | | 2003-03-29 Marco Pesenti Gritti <marco@it.gnome.org> * src/bookmarks/ephy-topic-action.c: (create_tool_item), (menu_deactivate_cb), (menu_activate_cb), (build_topics_menu), (button_press_cb), (ephy_topic_action_set_property), (ephy_topic_action_get_property), (ephy_topic_action_class_init), (ephy_topic_action_new): Implement topics menu. TODO: All should generate the crappy bookmarks menu, favicons, topic icon. These are lower priority for me now though.
* Update .cvsignore sXan Lopez2003-03-293-0/+13
| | | | Update .cvsignore s
* Makes Delete and Rename menu entries in the BME unsensitive under theXan Lopez2003-03-292-0/+70
| | | | | | | | Makes Delete and Rename menu entries in the BME unsensitive under the following conditions: - Topic with priority != NORMAL selected => Delete and Rename unsensitive - Node selection bigger than 1 (multiple selection) => Rename unsensitive
* added xmldocs.make and omf.make to EXTRA_DIST . so building from a distedFrank Belew (Myth)2003-03-292-0/+7
| | | | | * Makefile.am: added xmldocs.make and omf.make to EXTRA_DIST . so building from a disted tarball works again
* Use the same key_press callback for both the topics and bm's view.David Bordoley2003-03-293-30/+57
| | | | | | | | | | | | | | 2003-03-27 David Bordoley <bordoley@msu.edu> * src/bookmarks/ephy-bookmarks-editor.c: (key_pressed_cb), (ephy_bookmarks_editor_construct): Use the same key_press callback for both the topics and bm's view. s/bookmarks/title in the bm tree. Remove an unused enum. * src/bookmarks/ephy-topics-selector.c: (topic_key_pressed), (ephy_topics_build_ui): Use space, return and enter to toggle topics in the selector.
* Dutch translation updated.Vincent van Adrighem2003-03-282-150/+146
| | | | | | 2003-03-28 Vincent van Adrighem <V.vanAdrighem@dirck.mine.nu> * nl.po: Dutch translation updated.
* Updated Spanish translation by Francisco Javier FernandezPablo Gonzalo del Campo2003-03-282-141/+165
| | | | | | | 2003-03-28 Pablo Gonzalo del Campo <pablodc@bigfoot.com> * es.po: Updated Spanish translation by Francisco Javier Fernandez <serrador@arrakis.es>
* Fix warning.Xan Lopez2003-03-282-1/+7
| | | | Fix warning.
* Reorganize the menus a bit. Unifiy topic/bookmarks rename/delete items.David Bordoley2003-03-276-58/+239
| | | | | | | | | | | | | | | | | | | | | 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.
* Updated Swedish translation.Christian Rose2003-03-272-136/+171
| | | | | | 2003-03-27 Christian Rose <menthos@menthos.com> * sv.po: Updated Swedish translation.
* Added help support, help manual and scrollkeeper updatesPatanjali Somayaji2003-03-2713-2/+560
| | | | | | | | | | | | | | | | | | | 2003-03-26 Patanjali Somayaji <patanjali@codito.com> Added help support, help manual and scrollkeeper updates * configure.in (help/Makefile and help/C/Makefile for AC_OUTPUT()) * makefile.am (added "help" to SUBDIRS in Makefile.am) * omf.make (added) * xmldocs.make (added) * omf-install/Makefile.am (added) * help/Makefile.am (added) * help/C/epiphany.xml (manual xml added) * help/C/legal.xml (added) * help/C/epiphany-C.omf (omf file added) * help/C/Makefile.am (added) * help/C/figures/ephy-screenshot.png (added) * src/window-commands.c (added handler code to show manual)
* 2003-03-26 updated ja.po. T.Aihana <aihana@gnome.gr.jp>updated ja.po. T.Aihana2003-03-262-340/+366
|
* Make ids privateMarco Pesenti Gritti2003-03-2616-156/+610
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2003-03-25 Marco Pesenti Gritti <marco@it.gnome.org> * lib/ephy-dnd.c: * lib/ephy-dnd.h: Make ids private * lib/widgets/ephy-editable-toolbar.c: (impl_get_action_name), (impl_get_action), (drag_data_received_cb), (setup_toolbar), (setup_item), (ensure_action), (ephy_editable_toolbar_class_init), (update_editor_sheet), (ephy_editable_toolbar_get_action_name), (ephy_editable_toolbar_get_action): * lib/widgets/ephy-editable-toolbar.h: Rework special actions api. * lib/widgets/ephy-tree-model-sort.c: (ephy_tree_model_sort_init), (ephy_tree_model_sort_set_drag_property), (each_url_get_data_binder), (ephy_tree_model_sort_multi_drag_data_get): * lib/widgets/ephy-tree-model-sort.h: Support nodes dnd. Need more work, see FIXME * src/bookmarks/Makefile.am: * src/bookmarks/ephy-bookmarks-editor.c: (ephy_bookmarks_editor_construct): * src/bookmarks/ephy-bookmarks.c: (ephy_bookmarks_init), (ephy_bookmarks_finalize), (ephy_bookmarks_find_keyword): * src/bookmarks/ephy-node-view.c: (ephy_node_view_enable_drag_source): * src/bookmarks/ephy-node-view.h: * src/history-dialog.c: (history_dialog_setup_view): * src/toolbar.c: (toolbar_get_action_name), (toolbar_get_action), (toolbar_class_init): Support for topics dnd. The menu is still not implemented but the hard part is done. Cant finish it until the weekend :/
* Fix compilation with -WerrorXan Lopez2003-03-262-0/+8
| | | | Fix compilation with -Werror
* Missing bits from old commit.Xan Lopez2003-03-252-2/+19
| | | | Missing bits from old commit.
* Fix to use the new apiMarco Pesenti Gritti2003-03-253-12/+36
| | | | | | | | | | 2003-03-25 Marco Pesenti Gritti <marco@it.gnome.org> * TODO: * src/bookmarks/ephy-bookmarks-import.c: (set_folder), (mozilla_parse_bookmarks), (xbel_parse_folder): Fix to use the new api
* Update TODO.Xan Lopez2003-03-252-2/+6
| | | | Update TODO.
* Insensitive case ordering of strings.Xan Lopez2003-03-252-6/+13
| | | | Insensitive case ordering of strings.
* Updated French translation.Christophe Merlet2003-03-252-745/+592
|
* *** empty log message ***Marco Pesenti Gritti2003-03-251-5/+0
|
* fix a warningMarco Pesenti Gritti2003-03-252-12/+6
| | | | | | | | 2003-03-24 Marco Pesenti Gritti <marco@it.gnome.org> * src/bookmarks/ephy-bookmark-properties.c: fix a warning
* Dont put special keywords in the topics list. Use ephy-state for size ofMarco Pesenti Gritti2003-03-259-25/+70
| | | | | | | | | | | | | | | | | | 2003-03-24 Marco Pesenti Gritti <marco@it.gnome.org> * src/bookmarks/ephy-bookmark-properties.c: (build_ui): * src/bookmarks/ephy-bookmarks-editor.c: (ephy_bookmarks_editor_construct): * src/bookmarks/ephy-bookmarks.c: (ephy_bookmarks_init): * src/bookmarks/ephy-bookmarks.h: * src/bookmarks/ephy-new-bookmark.c: (ephy_new_bookmark_construct): * src/bookmarks/ephy-topics-selector.c: (fill_model): * src/bookmarks/ephy-tree-model-node.c: (ephy_tree_model_node_get_value): * src/bookmarks/ephy-tree-model-node.h: Dont put special keywords in the topics list. Use ephy-state for size of all bookmarks dialogs.
* New epiphany-bookmark-page stock image. I'm not at all attached to thisDavid Bordoley2003-03-2514-21/+175
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* Fix warning.Xan Lopez2003-03-251-0/+1
| | | | Fix warning.
* s/EPHY_NODE_KEYWORD_PROP_ALL_PRIORITY/EPHY_NODE_KEYWORD_PROP_PRIORITY/ AddXan Lopez2003-03-256-14/+44
| | | | | | | s/EPHY_NODE_KEYWORD_PROP_ALL_PRIORITY/EPHY_NODE_KEYWORD_PROP_PRIORITY/ Add a "Most Visited" topic, featuring the 10 most visited bookmarks. Now special topics are bold too.
* Fix warning opening selector. Destroy the editor on exit, ref the shell soMarco Pesenti Gritti2003-03-254-0/+81
| | | | | | | | | | | | | | | | | 2003-03-24 Marco Pesenti Gritti <marco@it.gnome.org> * src/bookmarks/ephy-bookmarks.c: (update_topics_list), (ephy_bookmarks_set_keyword), (ephy_bookmarks_unset_keyword): * src/bookmarks/ephy-topics-selector.c: (ephy_topics_selector_set_property): * src/window-commands.c: (bookmarks_hide_cb), (shell_weak_notify_cb), (window_cmd_go_bookmarks): Fix warning opening selector. Destroy the editor on exit, ref the shell so you can have just the editor open. Build the key list and set is as property of the node (should solve autocompletion problems).
* Add close to the file menu. Add some keybindings.David Bordoley2003-03-243-5/+12
| | | | | | | | 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.
* TODO Added another todo for the bme.David Bordoley2003-03-242-0/+6
| | | | | | | 2003-03-24 David Bordoley <bordoley@msu.edu> * TODO Added another todo for the bme.
* TODO Added some more todos for the bme.David Bordoley2003-03-242-3/+9
| | | | | | | 2003-03-23 David Bordoley <bordoley@msu.edu> * TODO Added some more todos for the bme.
* Guard against "item" being NULL. Fixes a crash when typing in the locationJames Willcox2003-03-242-0/+10
| | | | | | | | | | 2003-03-23 James Willcox <jwillcox@gnome.org> * lib/ephy-autocompletion.c: (ephy_autocompletion_update_matches_full_item): Guard against "item" being NULL. Fixes a crash when typing in the location bar.
* Use the ephy-bookmarks.png for the window icon.David Bordoley2003-03-242-0/+8
| | | | | | | 2003-03-23 David Bordoley <bordoley@msu.edu> * src/bookmarks/ephy-bookmarks-editor.c: Use the ephy-bookmarks.png for the window icon.
* Some ground work on the PRIORITY property, change it from bool to int, addXan Lopez2003-03-245-7/+42
| | | | | | Some ground work on the PRIORITY property, change it from bool to int, add more priority types (ALL, SPECIAL, NORMAL), and use it in the WEIGTH_TEXT property (just ALL is bold now).
* Set and icon for the download windowDavid Bordoley2003-03-244-0/+16
| | | | | | | | | 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
* Added "pt" to ALL_LINGUAS.Duarte Loreto2003-03-242-1/+5
| | | | | | 2003-03-23 Duarte Loreto <happyguy_pt@hotmail.com> * configure.in: Added "pt" to ALL_LINGUAS.
* New Portuguese Translation.Duarte Loreto2003-03-242-0/+2842
| | | | | | 2003-03-23 Duarte Loreto <happyguy_pt@hotmail.com> * pt.po: New Portuguese Translation.
* sorry the last one ;)Marco Pesenti Gritti2003-03-231-0/+1
|
* *** empty log message ***Marco Pesenti Gritti2003-03-231-0/+1
|
* *** empty log message ***Marco Pesenti Gritti2003-03-231-0/+1
|
* *** empty log message ***Marco Pesenti Gritti2003-03-231-0/+1
|
* Complete implementation of the editor functionalities.Marco Pesenti Gritti2003-03-238-10/+198
| | | | | | | | | | | | | | | | | | | | | | | 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).]
* Fix right click selection logic.Xan Lopez2003-03-232-3/+24
| | | | Fix right click selection logic.
* Never destroy but hide the bme. Present the window on activate. Allow toMarco Pesenti Gritti2003-03-234-17/+87
| | | | | | | | | | | | | | | | | | 2003-03-23 Marco Pesenti Gritti <marco@it.gnome.org> * src/bookmarks/ephy-bookmarks-editor.c: (get_target_window), (cmd_open_bookmarks_in_tabs), (cmd_open_bookmarks_in_browser), (ephy_bookmarks_editor_finalize), (ephy_bookmarks_editor_node_activated_cb), (delete_event_cb), (ephy_bookmarks_editor_construct), (ephy_bookmarks_editor_set_parent), (ephy_bookmarks_editor_new): * src/bookmarks/ephy-bookmarks-editor.h: * src/window-commands.c: (window_cmd_go_bookmarks): Never destroy but hide the bme. Present the window on activate. Allow to put the editor in the background. Smarter way to choose the window where to load the bookmark.
* Some more bookmarks work ...Marco Pesenti Gritti2003-03-229-94/+177
| | | | | | | | | | | | | | | | | | | | | | 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 ...
* Begin bookmarks editor redesign. Please still dont use it or you reallyMarco Pesenti Gritti2003-03-2213-385/+896
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 ;)
* Cleanup: get active tab using the functionMarco Pesenti Gritti2003-03-222-2/+11
| | | | | | | | 2003-03-22 Marco Pesenti Gritti <marco@it.gnome.org> * src/ephy-window.c: (update_favicon_control): Cleanup: get active tab using the function
* *** empty log message ***Xan Lopez2003-03-191-0/+7
|
* Reimplement ephystate using xml and make it easier to use. -> remove someMarco Pesenti Gritti2003-03-198-179/+251
| | | | | | | | | | | | | | | | | | | | 2003-03-18 Marco Pesenti Gritti <marco@it.gnome.org> * lib/ephy-dialog.c: (setup_default_size): * lib/ephy-state.c: (ephy_states_load), (ephy_states_save), (find_by_name), (ensure_states), (ephy_state_window_set_size), (ephy_state_window_save_size), (window_configure_event_cb), (window_state_event_cb), (ephy_state_add_window), (ephy_state_save): * lib/ephy-state.h: * lib/ephy-types.h: * src/ephy-shell.c: (ephy_shell_finalize): * src/ephy-window.c: (setup_window), (ephy_window_init), (ephy_window_show): * src/prefs-dialog.c: (prefs_dialog_init): Reimplement ephystate using xml and make it easier to use. -> remove some duplicate code
* Properly save maximized/unmaximized state.Jon Svendsen2003-03-182-2/+8
| | | | | | | | 2003-03-17 Jon Svendsen <jon-sven@frisurf.no> * lib/ephy-state.c: (ephy_state_save_window): Properly save maximized/unmaximized state.
* respect aclocal flags. This was easy damnit, if I think how many times IMarco Pesenti Gritti2003-03-182-0/+9
| | | | | | | | | 2003-03-17 Marco Pesenti Gritti <marco@it.gnome.org> * configure.in: respect aclocal flags. This was easy damnit, if I think how many times I had to rerun autogen ...
* Updated Spanish translation by Francisco Javier FernandezPablo Gonzalo del Campo2003-03-182-227/+238
| | | | | | | 2003-03-17 Pablo Gonzalo del Campo <pablodc@bigfoot.com> * es.po: Updated Spanish translation by Francisco Javier Fernandez <serrador@arrakis.es>
* Updated Norwegian translation. Remove files that don't exist.Kjartan Maraas2003-03-181-19/+19
| | | | | | | 2003-03-17 Kjartan Maraas <kmaraas@gnome.org> * no.po: Updated Norwegian translation. * POTFILES.in: Remove files that don't exist.
* Updated Norwegian translation. Remove files that don't exist.Kjartan Maraas2003-03-173-513/+628
| | | | | | | 2003-03-17 Kjartan Maraas <kmaraas@gnome.org> * no.po: Updated Norwegian translation. * POTFILES.in: Remove files that don't exist.
* ko.po addedKang Jeong-Hee2003-03-173-1/+2847
|
* Added Polish translation by GNOME PL Team <translators@gnome.pl>Chyla Zbigniew2003-03-172-0/+2787
|
* Added pl (Polish).Zbigniew Chyla2003-03-172-1/+5
| | | | | | 2003-03-17 Zbigniew Chyla <cyba@gnome.pl> * configure.in (ALL_LINGUAS): Added pl (Polish).
* Cleanup filepicker api behavior. Put pdm buttons in a size group, to makeMarco Pesenti Gritti2003-03-175-5/+41
| | | | | | | | | | | | | 2003-03-16 Marco Pesenti Gritti <marco@it.gnome.org> * embed/ephy-embed-utils.c: (ephy_embed_utils_save): * embed/mozilla/mozilla-embed-single.cpp: * src/pdm-dialog.c: (group_button_allocations), (pdm_dialog_init): * src/window-commands.c: (window_cmd_file_open): Cleanup filepicker api behavior. Put pdm buttons in a size group, to make switching page smoother. (from galeon)
* Fix Warning.Xan Lopez2003-03-162-1/+8
| | | | Fix Warning.
* Put the bookmark view in hinted mode. Fix multiple selection actions inXan Lopez2003-03-164-1/+30
| | | | | Put the bookmark view in hinted mode. Fix multiple selection actions in the Bookmark Editor.
* Keep a ref on EmbedPersist while save is in progress.Marco Pesenti Gritti2003-03-165-5/+42
| | | | | | | | | | | | 2003-03-15 Marco Pesenti Gritti <marco@it.gnome.org> * embed/ephy-embed-persist.c: (ephy_embed_persist_init), (ephy_embed_persist_finalize): * embed/mozilla/ProgressListener.cpp: * embed/mozilla/mozilla-embed-persist.cpp: * embed/mozilla/mozilla-embed-persist.h: Keep a ref on EmbedPersist while save is in progress.
* Fix leak and a double freeChristian Persch2003-03-153-0/+10
| | | | | | | | | 2003-03-15 Christian Persch <christian@hpersch.de> * embed/ephy-embed-utils.c: (ephy_embed_utils_save): * src/popup-commands.c: (save_property_url): Fix leak and a double free
* Remove our custom prompt implementation. Gtkmozembed provides and HIGMarco Pesenti Gritti2003-03-157-1544/+12
| | | | | | | | | | | | | | 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.
* bookmarks tasksMarco Pesenti Gritti2003-03-151-0/+70
|
* Reload embed when changing charsetMarco Pesenti Gritti2003-03-155-9/+28
| | | | | | | | | | | | | | 2003-03-15 Marco Pesenti Gritti <marco@it.gnome.org> * embed/mozilla/EphyWrapper.cpp: * embed/mozilla/EphyWrapper.h: * embed/mozilla/mozilla-embed.cpp: Reload embed when changing charset * embed/print-dialog.c: (print_get_info): Correct colors flag
* Add Application NameXan Lopez2003-03-152-0/+7
| | | | Add Application Name
* revert to revision 1.2 to fix crash, per Marco's advice. Fixes: 108198.Andrew Sobala2003-03-152-21/+17
| | | | | | | | 2003-03-14 Andrew Sobala <aes@gnome.org> * embed/mozilla/ProgressListener.cpp: revert to revision 1.2 to fix crash, per Marco's advice. Fixes: 108198.
* Replace deprecated functionIain Holmes2003-03-132-8/+13
|
* Updated German translation.Christian Neumair2003-03-122-199/+206
|
* Dutch translation updated.Vincent van Adrighem2003-03-112-54/+58
| | | | | | 2003-03-11 Vincent van Adrighem <V.vanAdrighem@dirck.mine.nu> * nl.po: Dutch translation updated.
* weak ref the dialog (from galeon)Marco Pesenti Gritti2003-03-112-11/+27
| | | | | | | | 2003-03-11 Marco Pesenti Gritti <marco@it.gnome.org> * embed/mozilla/ProgressListener.cpp: weak ref the dialog (from galeon)
* Updated Swedish translation.Christian Rose2003-03-112-189/+218
| | | | | | 2003-03-10 Christian Rose <menthos@menthos.com> * sv.po: Updated Swedish translation.
* Fix conflicting mnemonics. Partially from galeon.Marco Pesenti Gritti2003-03-102-3/+9
| | | | | | | | 2003-03-10 Marco Pesenti Gritti <marco@it.gnome.org> * data/glade/prefs-dialog.glade: Fix conflicting mnemonics. Partially from galeon.
* Dutch translation updated.Vincent van Adrighem2003-03-102-171/+161
| | | | | | 2003-03-09 Vincent van Adrighem <V.vanAdrighem@dirck.mine.nu> * nl.po: Dutch translation updated.
* More cleaner way of length calculation from previous commit.Xan Lopez2003-03-102-1/+8
| | | | More cleaner way of length calculation from previous commit.
* Use default widget color for smart bookmarks background. Fixes #107902.Dan Damian2003-03-104-104/+20
| | | | | | | | | | | | | | | | | 2003-03-09 Dan Damian <dandamian@gmx.net> * lib/widgets/ephy-autocompletion-window.c: (ephy_autocompletion_window_init_widgets): Use default widget color for smart bookmarks background. Fixes #107902. * lib/ephy-gui.h: * lib/ephy-gui.c (shift_color_component), (ephy_gui_rgb_shift_color), (rgb16_to_rgb), (ephy_gui_gdk_color_to_rgb), (ephy_gui_rgb_to_color): Removed unused functions.
* Properly autocomplete when topics have national characters, fix #107685Xan Lopez2003-03-102-7/+13
| | | | Properly autocomplete when topics have national characters, fix #107685
* *** empty log message ***Xan Lopez2003-03-091-0/+8
|
* s/Keywords/Topics/Xan Lopez2003-03-092-3/+3
| | | | s/Keywords/Topics/
* Code cleanup from galeonMarco Pesenti Gritti2003-03-093-20/+17
| | | | | | | | | | | | | | 2003-03-09 Marco Pesenti Gritti <marco@it.gnome.org> * lib/widgets/ephy-spinner.c: (ephy_spinner_expose), (bump_spinner_frame), (ephy_spinner_class_init): Code cleanup from galeon * src/bookmarks/ephy-bookmarks-editor.c: (ephy_bookmarks_editor_construct): s/Title/Bookmark, should be more clear
* A space by any other name.Dan Damian2003-03-092-1/+6
|
* Make the popup labels more descriptiveIain Holmes2003-03-082-2/+7
|
* Enable using dnd for removing toolbars. Also, fix #107793.James Willcox2003-03-082-2/+155
| | | | | | | | | | | | 2003-03-07 James Willcox <jwillcox@gnome.org> * lib/widgets/ephy-editable-toolbar.c: (toolbar_drag_data_delete_cb), (toolbar_drag_data_get_cb), (connect_toolbar_drag_source), (disconnect_toolbar_drag_source), (do_merge), (editor_close), (button_press_cb), (ephy_editable_toolbar_edit): Enable using dnd for removing toolbars. Also, fix #107793.
* Add a stock icon for entry box so that it has an icon in the tbe.David Bordoley2003-03-081-0/+9
| | | | | | | | | | | 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.
* Add a stock icon for entry box so that it has an icon in the tbe.David Bordoley2003-03-085-1/+6
| | | | | | | | | | | 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.
* *** empty log message ***Marco Pesenti Gritti2003-03-081-0/+1
|
* lib/ephy-debug.h: (LOG) use named variable arguments forDan Damian2003-03-082-3/+8
| | | | compatibility with older gcc (2.95).
* New toolbar action so that the "Go" button is always text only. RemovedDavid Bordoley2003-03-078-6/+187
| | | | | | | | | | | | | | 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.
* Fix the padding.James Willcox2003-03-072-5/+6
| | | | | | 2003-03-06 James Willcox <jwillcox@gnome.org> * lib/egg/eggtoolbar.c: (egg_toolbar_size_allocate): Fix the padding.
* Update from libegg sameJames Willcox2003-03-076-33/+307
| | | | | | | | | | | | | 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.
* *** empty log message ***Marco Pesenti Gritti2003-03-071-0/+1
|
* Better user agent string (from galeon)Marco Pesenti Gritti2003-03-072-1/+8
| | | | | | | | | 2003-03-07 Marco Pesenti Gritti <marco@it.gnome.org> * TODO: * embed/mozilla/mozilla-notifiers.cpp: Better user agent string (from galeon)
* Remove the spinner prefs UI.James Willcox2003-03-072-100/+4
| | | | | | 2003-03-06 James Willcox <jwillcox@gnome.org> * data/glade/prefs-dialog.glade: Remove the spinner prefs UI.
* about: world cominationXan Lopez2003-03-077-4/+141
| | | | about: world comination
* Fix EXTRA_DISTEdd Dumbill2003-03-072-3/+8
| | | | | | | | 2003-03-06 Edd Dumbill <edd@usefulinc.com> * data/Makefile.am: Fix EXTRA_DIST
* Added the Greek translationKostas Papadimas2003-03-063-1/+2863
|
* Try to handle better editing/multiple selectionMarco Pesenti Gritti2003-03-062-12/+27
| | | | | | | | | | | | | 2003-03-05 Marco Pesenti Gritti <marco@it.gnome.org> * src/bookmarks/ephy-bookmarks-editor.c: (popup_cmd_open_bookmarks_in_browser), (ephy_bookmarks_editor_node_selected_cb), (ephy_bookmarks_editor_show_popup_cb), (ephy_bookmarks_editor_key_pressed_cb), (update_prop_from_entry), (ephy_bookmarks_editor_construct): Try to handle better editing/multiple selection
* configure.in: Added Russian to ALL_LINGUAS.Dmitry Mastrukov2003-03-052-1/+5
|
* ru.po: Added Russian translation from Russian team <gnome-cyr@gnome.org>.Dmitry Mastrukov2003-03-052-0/+2951
|
* *** empty log message ***Marco Pesenti Gritti2003-03-051-0/+2
|
* Translate menusMarco Pesenti Gritti2003-03-0511-6/+46
| | | | | | | | | | | | | | | | | | | | 2003-03-04 Marco Pesenti Gritti <marco@it.gnome.org> * TODO: * embed/mozilla/EphyAboutRedirector.cpp: * embed/mozilla/EphyAboutRedirector.h: * embed/mozilla/MozRegisterComponents.cpp: * embed/mozilla/MozillaPrivate.cpp: * lib/egg/egg-action-group.c: * src/ephy-encoding-menu.c: (build_group), (build_charset): Translate menus * src/ephy-automation.c: (impl_ephy_automation_loadurl): * src/ephy-shell.c: (ephy_shell_new_tab): * src/ephy-window.c: Make -f work
* *** empty log message ***Marco Pesenti Gritti2003-03-044-1/+199
|
* *** empty log message ***Marco Pesenti Gritti2003-03-041-0/+1
|
* about:options and about:epiphanyMarco Pesenti Gritti2003-03-0411-378/+77
| | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* Ported translation from newest Galeon.Ole Laursen2003-03-023-4598/+255
| | | | | | | | 2003-03-01 Ole Laursen <olau@hardworking.dk> * da.po: Ported translation from newest Galeon. * POTFILES.in: Removed non-existing toolbar-editor.glade.
* Fix 105990.Xan Lopez2003-03-012-0/+33
| | | | Fix 105990.
* Fix embed dialog to pass a good EphyEmbed when the initial one has beenMarco Pesenti Gritti2003-03-014-2/+32
| | | | | | | | | | | | 2003-02-28 Marco Pesenti Gritti <marco@it.gnome.org> * TODO: * embed/ephy-embed-dialog.c: (unset_embed), (ephy_embed_dialog_finalize), (ephy_embed_dialog_set_embed): * src/ephy-tab.c: (ephy_tab_init), (ephy_tab_destroy_brsr_cb): Fix embed dialog to pass a good EphyEmbed when the initial one has been destroyed
* Remove old toolbar editor uiMarco Pesenti Gritti2003-03-0111-577/+95
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Dutch translation updated.Vincent van Adrighem2003-03-012-19/+11
| | | | | | 2003-02-28 Vincent van Adrighem <V.vanAdrighem@dirck.mine.nu> * nl.po: Dutch translation updated.
* fix compilationMarco Pesenti Gritti2003-02-282-8/+16
| | | | | | | | 2003-02-28 Marco Pesenti Gritti <marco@it.gnome.org> * src/bookmarks/ephy-node-view.c: (ephy_node_view_sort_func): fix compilation
* cleaner xml dump code.Marco Pesenti Gritti2003-02-284-15/+35
| | | | | | | | | | | | | | | | | | | 2003-02-28 Marco Pesenti Gritti <marco@it.gnome.org> * lib/ephy-start-here.c: (ephy_start_here_get_page): cleaner xml dump code. * lib/widgets/ephy-autocompletion-window.c: (ephy_autocompletion_window_key_press_hack): * lib/widgets/ephy-location-entry.c: (ephy_location_entry_init), (ephy_location_entry_finalize_impl), (ephy_location_entry_autocompletion_show_alternatives_to), (ephy_location_entry_key_press_event_cb), (ephy_location_entry_autocompletion_window_url_selected_cb): Do not overwrite search text when going on an action, make Esc get back the location content before the completion.
* Fix toolbar removal.Marco Pesenti Gritti2003-02-273-59/+75
| | | | | | | | | | | | | | | 2003-02-27 Marco Pesenti Gritti <marco@it.gnome.org> * lib/widgets/ephy-editable-toolbar.c: (editor_close), (editor_add_toolbar), (dialog_response_cb), (setup_editor): Fix toolbar removal. * lib/widgets/ephy-toolbars-group.c: (ephy_toolbars_group_to_string), (ephy_toolbars_group_remove_item): Use a real GtkDialog for the editor, nicer code and good window placement. Just hope we dont have to change this again :/
* Typo.Xan Lopez2003-02-272-1/+7
| | | | Typo.
* Updated Swedish translation.Christian Rose2003-02-262-807/+1007
| | | | | | 2003-02-26 Christian Rose <menthos@menthos.com> * sv.po: Updated Swedish translation.
* Remove also the toolbar when removing the last itemMarco Pesenti Gritti2003-02-261-0/+8
| | | | | | | | | 2003-02-26 Marco Pesenti Gritti <marco@it.gnome.org> * lib/widgets/ephy-toolbars-group.c: (ephy_toolbars_group_remove_item): Remove also the toolbar when removing the last item
* BE auto sort.Xan Lopez2003-02-267-3/+129
| | | | BE auto sort.
* Remove also the toolbar when removing the last itemMarco Pesenti Gritti2003-02-261-0/+7
| | | | | | | | | 2003-02-26 Marco Pesenti Gritti <marco@it.gnome.org> * lib/widgets/ephy-toolbars-group.c: (ephy_toolbars_group_remove_item): Remove also the toolbar when removing the last item
* Make tbe a normal dialog for now.Marco Pesenti Gritti2003-02-264-108/+26
| | | | | | | | | | | | | | 2003-02-26 Marco Pesenti Gritti <marco@it.gnome.org> * lib/widgets/ephy-editable-toolbar.c: (ui_update), (ephy_editable_toolbar_init), (editor_add_toolbar_cb), (editor_drag_data_received_cb), (editor_drag_data_delete_cb), (setup_editor), (update_editor_sheet), (ephy_editable_toolbar_edit): * lib/widgets/ephy-editable-toolbar.h: * src/window-commands.c: (window_cmd_edit_toolbar): Make tbe a normal dialog for now.
* Remove an hack used to work around a fixed combo problemMarco Pesenti Gritti2003-02-263-8/+11
| | | | | | | | | | | | 2003-02-26 Marco Pesenti Gritti <marco@it.gnome.org> * src/appearance-prefs.c: (setup_font_menu): Remove an hack used to work around a fixed combo problem * src/ephy-shell.c: (ephy_shell_command_cb): Use info dialog for mozilla bookmarks imported, not error.
* Remove Tab autocompletion. Behavior still not optimal, but that code isMarco Pesenti Gritti2003-02-264-200/+14
| | | | | | | | | | | | | | | 2003-02-26 Marco Pesenti Gritti <marco@it.gnome.org> * lib/ephy-autocompletion.c: (ephy_autocompletion_init), (ephy_autocompletion_reset), (ephy_autocompletion_set_key), (ephy_autocompletion_update_matches): * lib/ephy-autocompletion.h: * lib/widgets/ephy-location-entry.c: (ephy_location_entry_key_press_event_cb), (ephy_location_entry_autocompletion_sources_changed_cb): Remove Tab autocompletion. Behavior still not optimal, but that code is such a pain :(
* Dutch translation updated.Vincent van Adrighem2003-02-242-2/+6
| | | | | | 2003-02-24 Vincent van Adrighem <V.vanAdrighem@dirck.mine.nu> * nl.po: Dutch translation updated.
* Dutch translation updated.Vincent van Adrighem2003-02-232-15/+19
| | | | | | 2003-02-23 Vincent van Adrighem <V.vanAdrighem@dirck.mine.nu> * nl.po: Dutch translation updated.
* Revert unwanted checkinMarco Pesenti Gritti2003-02-233-90/+16
| | | | | | | | | | | 2003-02-23 Marco Pesenti Gritti <marco@it.gnome.org> * lib/widgets/ephy-editable-toolbar.c: (drag_data_delete_cb), (drag_data_get_cb), (do_merge), (editor_close_cb), (button_press_cb), (ephy_editable_toolbar_edit): * src/ephy-window.c: (add_widget): Revert unwanted checkin
* Update location entry with the urls selected on the drop down. ImplementMarco Pesenti Gritti2003-02-2310-20/+245
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2003-02-23 Marco Pesenti Gritti <marco@it.gnome.org> * lib/widgets/ephy-autocompletion-window.c: (ephy_autocompletion_window_class_init), (ephy_autocompletion_window_key_press_hack): * lib/widgets/ephy-autocompletion-window.h: * lib/widgets/ephy-editable-toolbar.c: (drag_data_delete_cb), (drag_data_get_cb), (connect_toolbar_drag_source), (disconnect_toolbar_drag_source), (do_merge), (editor_close_cb), (button_press_cb), (ephy_editable_toolbar_edit): * lib/widgets/ephy-location-entry.c: (location_focus_out_cb), (ephy_location_entry_init), (real_entry_set_location), (ephy_location_entry_key_press_event_cb), (ephy_location_entry_activate_cb), (ephy_location_entry_set_location), (ephy_location_entry_autocompletion_window_url_selected_cb), (ephy_location_entry_set_autocompletion), (ephy_location_entry_autocompletion_window_url_activated_cb), (ephy_location_entry_autocompletion_window_hidden_cb), (ephy_location_entry_edit): * lib/widgets/ephy-location-entry.h: * src/ephy-shell.c: (ephy_shell_new_tab): * src/ephy-window.c: (add_widget): * src/toolbar.c: (toolbar_edit_location): * src/toolbar.h: Update location entry with the urls selected on the drop down. Implement editing mode in location entry == when the user is typing an url try to do not disturb (mozilla still grab the focus damnit). Dont put the homepage url in the location. I'm not sure if this is a good behavior for normal urls (I dont see problems, but please prove me wrong), but for about:blank it's needed.
* Adapt to API change in CVS mozilla.James Willcox2003-02-232-9/+6
| | | | | | | | 2003-02-22 James Willcox <jwillcox@gnome.org> * embed/mozilla/GlobalHistory.cpp: Adapt to API change in CVS mozilla.
* Added Catalan filePablo Saratxaga2003-02-224-1/+2830
|
* Remove the css file from the build.James Willcox2003-02-222-1/+7
| | | | | | | | 2003-02-21 James Willcox <jwillcox@gnome.org> * data/starthere/Makefile.am: Remove the css file from the build.
* Make the start-here: page use the theme colors.James Willcox2003-02-224-33/+100
| | | | | | | | | 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.
* Updated Spanish translation by Javier Fernandez <serrador@arrakis.es>Pablo Gonzalo del Campo2003-02-222-99/+174
| | | | | | | 2003-02-21 Pablo Gonzalo del Campo <pablodc@bigfoot.com> * es.po: Updated Spanish translation by Javier Fernandez <serrador@arrakis.es>
* Use connect_object so the changed signal is removed from closed window.Marco Pesenti Gritti2003-02-222-3/+11
| | | | | | | | | | 2003-02-21 Marco Pesenti Gritti <marco@it.gnome.org> * lib/widgets/ephy-editable-toolbar.c: (ephy_editable_toolbar_set_group): Use connect_object so the changed signal is removed from closed window.
* Dont create duped actions, fix crash on exitMarco Pesenti Gritti2003-02-222-19/+24
| | | | | | | | 2003-02-21 Marco Pesenti Gritti <marco@it.gnome.org> * src/toolbar.c: (get_bookmark_action), (toolbar_get_action): Dont create duped actions, fix crash on exit
* added ja.po to ALL_LINGUAS New Japanese translation.Takayuki KUSANO2003-02-224-1/+2875
| | | | | * configure.in: added ja.po to ALL_LINGUAS * po/ja.po: New Japanese translation.
* Fix crashes with multiple windows openMarco Pesenti Gritti2003-02-224-30/+55
| | | | | | | | | | | | | | | 2003-02-21 Marco Pesenti Gritti <marco@it.gnome.org> * lib/egg/egg-action.c: (egg_action_remove_proxy): * lib/widgets/ephy-editable-toolbar.c: (get_item_widget), (connect_item_drag_source), (disconnect_item_drag_source), (setup_toolbar), (setup_item), (ensure_toolbar_min_size): * lib/widgets/ephy-toolbars-group.c: (toolbars_toolbar_new), (toolbars_item_new), (free_toolbar_node), (free_item_node), (ephy_toolbars_group_to_string), (ephy_toolbars_group_get_path): * lib/widgets/ephy-toolbars-group.h: Fix crashes with multiple windows open
* Dutch translation updated.Vincent van Adrighem2003-02-212-55/+69
| | | | | | 2003-02-21 Vincent van Adrighem <V.vanAdrighem@dirck.mine.nu> * nl.po: Dutch translation updated.
* Free xml documentsPekka Lampila2003-02-212-0/+11
| | | | | | | | | 2003-02-21 Pekka Lampila <medar@kapina.org> * lib/widgets/ephy-toolbars-group.c: (load_defaults), (load_toolbar): Free xml documents
* Add lots of debug code to solve these damned crashes. Dont create multipleMarco Pesenti Gritti2003-02-214-10/+172
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2003-02-21 Marco Pesenti Gritti <marco@it.gnome.org> * lib/widgets/ephy-editable-toolbar.c: (find_action), (impl_get_action), (ui_update), (queue_ui_update), (drag_data_received_cb), (drag_data_delete_cb), (drag_data_get_cb), (connect_item_drag_source), (disconnect_item_drag_source), (setup_toolbar), (setup_item), (ensure_toolbar_min_size), (do_merge), (ensure_action), (group_changed_cb), (ephy_editable_toolbar_set_group), (ephy_editable_toolbar_set_merge), (hide_editor), (editor_close_cb), (editor_add_toolbar_cb), (editor_drag_data_received_cb), (editor_drag_data_delete_cb), (setup_editor), (add_to_list), (update_editor_sheet), (update_editor_position), (button_press_cb), (show_editor), (set_action_sensitive), (ephy_editable_toolbar_edit): * lib/widgets/ephy-toolbars-group.c: (ephy_toolbars_group_to_xml), (toolbars_group_save), (toolbars_item_new), (free_toolbar_node), (free_item_node), (ephy_toolbars_group_add_item), (ephy_toolbars_group_add_toolbar), (load_defaults), (load_toolbar), (ephy_toolbars_group_to_string), (ephy_toolbars_group_remove_toolbar), (ephy_toolbars_group_remove_item), (ephy_toolbars_group_set_source), (is_item_in_toolbars), (ephy_toolbars_group_foreach_available), (ephy_toolbars_group_foreach_toolbar), (ephy_toolbars_group_foreach_item), (ephy_toolbars_group_get_path): * src/toolbar.c: (toolbar_get_action): Add lots of debug code to solve these damned crashes. Dont create multiple actions for the same bookmark. There are two crashes that I can repro now. 1 Adding bookmarks with more then one toolbar opened, and then open tbe. 2 Add multiple "links" to the same bookmark and then close. But I'm sure xan can find more ;)
* Fix another warningMarco Pesenti Gritti2003-02-212-1/+8
| | | | | | | | | 2003-02-21 Marco Pesenti Gritti <marco@it.gnome.org> * lib/widgets/ephy-autocompletion-window.c: (hack_tree_view_move_selection): Fix another warning
* Fixed po file infoChristophe Fergeau2003-02-212-3542/+3120
| | | | | | 2003-02-20 Christophe Fergeau <teuf@users.sourceforge.net> * fr.po: Fixed po file info
* added fr.po to ALL_LINGUASChristophe Fergeau2003-02-212-1/+5
| | | | | | 2003-02-20 Christophe Fergeau <teuf@users.sourceforge.net> * configure.in: added fr.po to ALL_LINGUAS
* Imported file from galeon, translate 75% of the strings, yay!Christophe Fergeau2003-02-212-0/+8367
| | | | | | | 2003-02-20 Christophe Fergeau <teuf@users.sourceforge.net> * fr.po: Imported file from galeon, translate 75% of the strings, yay!
* Update actions also on other windowsMarco Pesenti Gritti2003-02-212-5/+19
| | | | | | | | | 2003-02-20 Marco Pesenti Gritti <marco@it.gnome.org> * lib/widgets/ephy-editable-toolbar.c: (do_merge), (ensure_action), (group_changed_cb): Update actions also on other windows
* History go to button.Xan Lopez2003-02-213-3/+73
| | | | History go to button.
* Dont crash when dragging a new bookmark on the toolbar and then clickMarco Pesenti Gritti2003-02-213-7/+23
| | | | | | | | | | 2003-02-20 Marco Pesenti Gritti <marco@it.gnome.org> * lib/widgets/ephy-editable-toolbar.c: (drag_data_received_cb): * src/toolbar.c: (toolbar_get_action): Dont crash when dragging a new bookmark on the toolbar and then click cancel.
* Fix this crazy bug with toolbar buttons doing two actions after havingMarco Pesenti Gritti2003-02-202-6/+23
| | | | | | | | | | | | | 2003-02-20 Marco Pesenti Gritti <marco@it.gnome.org> * lib/widgets/ephy-toolbars-group.c: (ephy_toolbars_group_to_string), (ephy_toolbars_group_remove_toolbar), (ephy_toolbars_group_remove_item), (ephy_toolbars_group_get_path): Fix this crazy bug with toolbar buttons doing two actions after having edited them. Save toolbar editor also after removing items.
* Updated German translation.Christian Neumair2003-02-202-61/+82
|
* Activate the url when clicking on it from the combo dropdown. Based onMarco Pesenti Gritti2003-02-202-4/+24
| | | | | | | | | | | 2003-02-20 Marco Pesenti Gritti <marco@it.gnome.org> * lib/widgets/ephy-location-entry.c: (ephy_location_entry_list_event_after_cb), (ephy_location_entry_editable_changed_cb): Activate the url when clicking on it from the combo dropdown. Based on galeon patch.
* *** empty log message ***Marco Pesenti Gritti2003-02-201-1/+2
|
* add a COPYING.README for GPLMarco Pesenti Gritti2003-02-202-0/+14
| | | | | | | | 2003-02-20 Marco Pesenti Gritti <marco@it.gnome.org> * Makefile.am: add a COPYING.README for GPL
* Added a note about data/art/loading.gifJames Willcox2003-02-202-0/+9
| | | | | | 2003-02-19 James Willcox <jwillcox@gnome.org> * COPYING: Added a note about data/art/loading.gif
* Avoid warnings when there is no matchMarco Pesenti Gritti2003-02-202-6/+18
| | | | | | | | | | 2003-02-19 Marco Pesenti Gritti <marco@it.gnome.org> * lib/widgets/ephy-autocompletion-window.c: (ephy_autocompletion_window_init_widgets), (hack_tree_view_move_selection): Avoid warnings when there is no match
* Dont have a separate context menu for copy, just put it inside theMarco Pesenti Gritti2003-02-206-44/+16
| | | | | | | | | | | | | 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
* data/ui/epiphany-bookmark-editor-ui.xml.inDave Bordoley2003-02-193-6/+13
| | | | | | | | | 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.
* Dutch translation updated.Vincent van Adrighem2003-02-182-60/+67
| | | | | | 2003-02-18 Vincent van Adrighem <V.vanAdrighem@dirck.mine.nu> * nl.po: Dutch translation updated.
* New traditional Chinese translation.Abel Cheung2003-02-174-1/+2838
| | | | | | 2003-02-17 Abel Cheung <maddog@linux.org.hk> * zh_TW.po: New traditional Chinese translation.
* src/ephy-window.c Fix mneumonic collision between back and bookmarks.Dave Bordoley2003-02-162-1/+6
| | | | | | | 2003-02-16 Dave Bordoley <bordoley@msu.edu> * src/ephy-window.c Fix mneumonic collision between back and bookmarks.
* data/ui/epiphany-toolbar.xml.in data/ui/epiphany-ui.xml.inDave Bordoley2003-02-168-30/+41
| | | | | | | | | | | | | 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...
* fix casting on big-endian, from galeon.Marco Pesenti Gritti2003-02-162-1/+12
| | | | | | | | 2003-02-15 Marco Pesenti Gritti <marco@it.gnome.org> * embed/mozilla/EventContext.cpp: fix casting on big-endian, from galeon.
* Dutch translation updated.Vincent van Adrighem2003-02-162-41/+115
| | | | | | 2003-02-15 Vincent van Adrighem <V.vanAdrighem@dirck.mine.nu> * nl.po: Dutch translation updated.
* Updated German translation.Christian Neumair2003-02-161-17/+17
|
* Updated German translation.Christian Neumair2003-02-162-6/+10
|
* Updated German translation.Christian Neumair2003-02-161-90/+140
|
* *** empty log message ***Marco Pesenti Gritti2003-02-153-55/+47
|
* Implement a selected text context menu.Marco Pesenti Gritti2003-02-153-3/+24
| | | | | | | | | 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.
* Port some galeon fixesMarco Pesenti Gritti2003-02-151-4/+12
| | | | | | | | | 2003-02-15 Marco Pesenti Gritti <marco@it.gnome.org> * embed/find-dialog.c: (find_get_info), (impl_show), (find_dialog_go_prev): Port some galeon fixes
* src/ephy-window.c src/window-commands.c src/window-commands.hDave Bordoley2003-02-155-7/+31
| | | | | | | | | | | | 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
* Add tab load notification (a little spinning icon), and a context menu forJames Willcox2003-02-157-1/+213
| | | | | | | | | | | | | | | | | | 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.
* data/ui/epiphany-toolbar.xml.in s/FileAddBookmark/FileBookmarkPage so thatDave Bordoley2003-02-152-1/+7
| | | | | | | | 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.
* Updated Spanish translation by Javier Fernandez <serrador@arrakis.es>Pablo Gonzalo del Campo2003-02-152-699/+883
| | | | | | | 2003-02-14 Pablo Gonzalo del Campo <pablodc@bigfoot.com> * es.po: Updated Spanish translation by Javier Fernandez <serrador@arrakis.es>
* data/ui/epiphany-ui.xml.in Added some separators. Changed "bookmark" verbsDave Bordoley2003-02-148-44/+77
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-13 Lee Willis <lwillis@plus.net>Marco Pesenti Gritti2003-02-142-1/+5
| | | | | | + + * src/session.c: Fix session saving +
* *** empty log message ***Dave Bordoley2003-02-142-1/+6
|
* Make "Go to" button insensitive when no bookmark is selected.Xan Lopez2003-02-142-1/+18
| | | | Make "Go to" button insensitive when no bookmark is selected.
* Fix a heap corruption bug that was causing bad stuff when smart bookmarksJames Willcox2003-02-143-3/+9
| | | | | | | | | | 2003-02-12 James Willcox <jwillcox@gnome.org> * src/bookmarks/ephy-bookmark-action.c: (entry_activated_cb): * src/bookmarks/ephy-bookmarks.c: (ephy_bookmarks_solve_smart_url): Fix a heap corruption bug that was causing bad stuff when smart bookmarks were used from the toolbar. Fixes #105180
* Dutch translation updated.Vincent van Adrighem2003-02-132-2847/+426
| | | | | | 2003-02-13 Vincent van Adrighem <V.vanAdrighem@dirck.mine.nu> * nl.po: Dutch translation updated.
* updateKenneth Christiansen2003-02-131-806/+936
|
* Use g_string_free in the correct wayMarco Pesenti Gritti2003-02-133-5/+11
| | | | | | | | | | 2003-02-12 Marco Pesenti Gritti <marco@it.gnome.org> * lib/widgets/ephy-ellipsizing-label.c: (ellipsize_string): * lib/widgets/ephy-toolbars-group.c: (ephy_toolbars_group_to_string): Use g_string_free in the correct way
* Fix default size, remove some unnecessary spacesMarco Pesenti Gritti2003-02-132-6/+16
| | | | | | | | | | | | 2003-02-12 Marco Pesenti Gritti <marco@it.gnome.org> * src/bookmarks/ephy-bookmarks-editor.c: (ephy_bookmarks_editor_dispose), (ephy_bookmarks_editor_node_selected_cb), (ephy_bookmarks_editor_go_to_location), (ephy_bookmarks_editor_construct): Fix default size, remove some unnecessary spaces
* Add "Go to" button to the BE.Xan Lopez2003-02-132-4/+43
| | | | Add "Go to" button to the BE.
* Fix capitalizationMarco Pesenti Gritti2003-02-132-2/+8
| | | | | | | | 2003-02-12 Marco Pesenti Gritti <marco@it.gnome.org> * data/ui/nautilus-epiphany-view.xml.in: Fix capitalization
* *** empty log message ***Marco Pesenti Gritti2003-02-139-639/+461
|
* Updated German translation.Christian Neumair2003-02-122-153/+167
|
* Make the bookmarks editor properly select the "All" keyword if it was theJames Willcox2003-02-112-1/+9
| | | | | | | | | | 2003-02-10 James Willcox <jwillcox@gnome.org> * src/bookmarks/ephy-bookmarks-editor.c: (ephy_bookmarks_editor_dispose): Make the bookmarks editor properly select the "All" keyword if it was the last keyword selected.
* *** empty log message ***Marco Pesenti Gritti2003-02-113-0/+585
|
* Added Turkish translation by ErcinFatih Demir2003-02-114-1/+2952
|
* Remove Location field from BE bookmarks view, add a location entryXan Lopez2003-02-114-18/+52
| | | | | Remove Location field from BE bookmarks view, add a location entry instead.
* Have just one Close menu item and make it behave like other gnome apps.Marco Pesenti Gritti2003-02-102-2/+9
| | | | | | | | | | | | 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.
* Have just one Close menu item and make it behave like other gnome apps.Marco Pesenti Gritti2003-02-105-19/+15
| | | | | | | | | | | | 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.
* Make nautilus view actually workMarco Pesenti Gritti2003-02-106-6/+21
| | | | | | | | | | | | 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
* Updating Amharic translation.Daniel Yacob2003-02-092-50/+63
|
* Some more gtk_timeout_add.Marco Pesenti Gritti2003-02-092-2/+9
| | | | | | | | | 2003-02-08 Marco Pesenti Gritti <marco@it.gnome.org> * lib/widgets/ephy-location-entry.c: (ephy_location_entry_autocompletion_sources_changed_cb): Some more gtk_timeout_add.
* Changed GtkType to GType.Christian Meyer2003-02-0916-15/+35
|
* Remove gtk_timeout_x calls. Hope I got all of them.Marco Pesenti Gritti2003-02-093-7/+16
| | | | | | | | | | | 2003-02-08 Marco Pesenti Gritti <marco@it.gnome.org> * lib/widgets/ephy-location-entry.c: (ephy_location_entry_key_press_event_cb): * lib/widgets/ephy-spinner.c: (ephy_spinner_start), (ephy_spinner_remove_update_callback): Remove gtk_timeout_x calls. Hope I got all of them.
* Error handling in moz bookmarks import.Xan Lopez2003-02-092-8/+24
| | | | Error handling in moz bookmarks import.
* Fix mozilla bookmarks import.Xan Lopez2003-02-092-1/+7
| | | | Fix mozilla bookmarks import.
* Updating Amharic translation.Daniel Yacob2003-02-082-25/+58
|
* Don't mark the bookmarks-import paragraph in data/starthere/index.xml.in for ↵Christian Neumair2003-02-082-2/+7
| | | | translation as it just contains a tag.
* Fix some i18n problemsMarco Pesenti Gritti2003-02-083-12/+27
| | | | | | | | | | | | 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.
* Add a go button to the toolbar editor. The icon is duped with defaultMarco Pesenti Gritti2003-02-086-1/+47
| | | | | | | | | | | | | | | | | | 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.
* Updated German translation.Christian Neumair2003-02-082-33/+64
|
* Better toolbar appeareance. More clear buttons labels on resume dialog.Marco Pesenti Gritti2003-02-083-4/+11
| | | | | | | | | | 2003-02-08 Marco Pesenti Gritti <marco@it.gnome.org> * lib/egg/eggtoolbar.c: (egg_toolbar_init): * src/session.c: (crashed_resume_dialog): Better toolbar appeareance. More clear buttons labels on resume dialog.
* Make the bookmarks editor not crash-on-close if no keyword is selected.James Willcox2003-02-082-0/+14
| | | | | | | | | 2003-02-07 James Willcox <jwillcox@gnome.org> * src/bookmarks/ephy-bookmarks-editor.c: (ephy_bookmarks_editor_dispose): Make the bookmarks editor not crash-on-close if no keyword is selected.
* Updating Amharic translation.Daniel Yacob2003-02-082-285/+359
|
* *** empty log message ***Marco Pesenti Gritti2003-02-082-18/+18
|
* Spinner dont overlap toolbar shadowMarco Pesenti Gritti2003-02-083-3/+20
| | | | | | | | | | 2003-02-07 Marco Pesenti Gritti <marco@it.gnome.org> * lib/egg/eggtoolbar.c: (egg_toolbar_init): * lib/widgets/ephy-spinner.c: (ephy_spinner_expose), (ephy_spinner_size_request): Spinner dont overlap toolbar shadow
* Fix two memleaks (I hope).Xan Lopez2003-02-083-1/+9
| | | | Fix two memleaks (I hope).
* Make the bookmarks editor remember the last selected keyword, and makeJames Willcox2003-02-077-2/+89
| | | | | | | | | | | | | | | 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.