| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
2004-05-29 Francisco Javier F. Serrador <serrador@cvs.gnome.org>
* epiphany.xml: Updated Spanish help
|
|
|
|
|
|
|
|
|
| |
2004-05-29 Christian Persch <chpe@cvs.gnome.org>
* lib/ephy-debug.h:
Revert varargs change, it doesn't work for LOG("Message") without
arguments.
|
| |
|
|
|
|
|
|
|
|
|
| |
2004-05-29 Christian Persch <chpe@cvs.gnome.org>
* lib/ephy-debug.h:
Use ISO style variable argument macros. Patch by Brian Cameron,
part of bug #141319.
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-05-29 Christian Persch <chpe@cvs.gnome.org>
* configure.in:
Add check for 'mkdtemp', since solaris doesn't have it.
* lib/ephy-file-helpers.c: (ephy_file_tmp_dir):
Error out if we don't have mkdtemp.
|
|
|
|
|
|
|
|
| |
2004-05-29 Christian Persch <chpe@cvs.gnome.org>
* lib/ephy-dialog.c: (ephy_dialog_construct):
Don't return a value in void function, part of bug #141319.
|
|
|
|
|
|
|
|
| |
2004-05-29 Christian Persch <chpe@cvs.gnome.org>
* embed/ephy-embed.c: (ephy_embed_print_preview_navigate):
Don't return a value in void function, part of bug #141319.
|
|
|
|
|
|
|
|
| |
2004-05-29 Christian Persch <chpe@cvs.gnome.org>
* configure.in:
Depend on glib >= 2.4.1 because of the fix for bug #112222.
|
|
|
|
|
|
|
|
| |
2004-05-29 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/GtkNSSKeyPairDialogs.cpp:
Fix for mozilla API change (ported from galeon).
|
|
|
|
|
|
|
|
| |
2004-05-29 Christian Persch <chpe@cvs.gnome.org>
* configure.in:
Increase mozilla snapshot level for 1.8a2/trunk.
|
|
|
|
|
|
|
|
| |
2004-05-29 Christian Persch <chpe@cvs.gnome.org>
* NEWS:
Update for 1.3.0.
|
|
|
|
|
|
|
|
| |
2004-05-29 Christian Rose <menthos@menthos.com>
* configure.in: Added "tk" to ALL_LINGUAS.
* po/tk.po: Added Turkmen translation by
Gurban Mühemmet Tewekgeli <gmtavakkoli@yahoo.com>.
|
|
|
|
|
|
|
|
| |
2004-05-28 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/MozDownload.h:
Include "config.h".
|
|
|
|
|
|
|
|
| |
2004-05-28 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/ContentHandler.h:
Always include "config.h" !
|
|
|
|
|
|
|
|
| |
2004-05-28 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/ContentHandler.h:
Fix snapshot check for mozilla >= 1.7rc2 .
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
* embed/downloader-view.c: (update_status_icon):
Remove unused field in struct
* embed/mozilla/GtkNSSClientAuthDialogs.cpp:
* embed/mozilla/GtkNSSDialogs.cpp:
Fix build with 1.8a2
|
|
|
|
|
|
|
|
| |
2004-05-23 Paisa Seeluangsawat <paisa@users.sf.net>
* configure.in: Added "th" (Thai) to ALL_LINGUAS.
* po/th.po: Added Thai translation by Isriya Paireepairit
<isriyapaireepairit@hotmail.com>.
|
|
|
|
|
|
|
|
| |
2004-05-23 Alexander Shopov <ash@contact.bg>
* bg.po: Updated Bulgarian translation
by Vladimir Petkov <vpetkov@i-space.org>
Fixed a slight misspelling in ChangeLog.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
2004-05-23 Marco Pesenti Gritti <marco@gnome.org>
* embed/mozilla/EphyBrowser.cpp:
* embed/mozilla/EphyBrowser.h:
* embed/mozilla/MozillaPrivate.cpp:
Fix some headers fallouts with mozilla head
|
|
|
|
|
|
|
|
| |
2004-05-22 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/ContentHandler.h:
Fix compilation with moz 1.6.
|
|
|
|
|
|
|
|
|
|
|
| |
2004-05-22 Crispin Flowerday <gnome@flowerday.cx>
* libegg/toolbareditor/egg-toolbar-editor.c
(event_box_realize_cb), (editor_create_item):
Set the drag icon on
realize, otherwise the current icon theme isn't used, and it falls
back to the default theme.
|
|
|
|
|
|
|
|
| |
2004-05-22 Christian Persch <chpe@cvs.gnome.org>
* configure.in:
Recognise mozilla 1.8a1 and 1.8a2.
|
|
|
|
|
|
|
|
|
|
| |
2004-05-21 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-statusbar.c: (ephy_statusbar_set_progress):
* src/ephy-tab.c: (ephy_tab_class_init), (build_load_percent),
(ephy_tab_net_state_cb), (ephy_tab_get_load_percent):
Elimiate indeterminate progress, fixes bugs #142303 and #142305.
|
|
|
|
|
|
|
|
|
| |
2004-05-20 Christian Persch <chpe@cvs.gnome.org>
* embed/ephy-history.c: (ephy_history_set_property),
(ephy_history_get_property):
Fix stupid bug.
|
|
|
|
|
|
|
|
|
|
| |
2004-05-19 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-notebook.c: (ephy_notebook_remove_tab):
* src/ephy-window.c: (tab_removed_cb):
Emit the "tab_removed" signal also for the window's last tab.
Part of bug #142078.
|
|
|
|
|
|
|
|
|
|
|
| |
2004-05-19 Christian Persch <chpe@cvs.gnome.org>
* src/bookmarks/ephy-bookmark-action.c: (activate_cb),
(button_press_cb), (button_release_cb), (connect_proxy),
(ephy_bookmark_action_class_init):
* src/toolbar.c: (go_location_cb):
Open bookmark in new tab on middle-click. Fixes bug #106250.
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
2004-05-19 Christian Persch <chpe@cvs.gnome.org>
* lib/widgets/ephy-cell-renderer-progress.c:
(ephy_cell_renderer_progress_init), (compute_dimensions),
(ephy_cell_renderer_progress_get_size),
(ephy_cell_renderer_progress_render):
Backported fixes from gtk+ cvs head.
|
|
|
|
|
|
|
|
| |
2004-05-19 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/MozDownload.cpp:
Fix a MOZILLA_SNAPSHOT check for 1.7 branch.
|
|
|
|
|
|
|
|
| |
2004-05-19 Christian Persch <chpe@cvs.gnome.org>
* configure.in:
Generate Makefile in help/es too.
|
|
|
|
|
|
|
|
|
|
| |
2004-05-19 Christian Persch <chpe@cvs.gnome.org>
* embed/print-dialog.c: (ephy_print_dialog_browse_button_cb):
* src/bookmarks/ephy-bookmarks-editor.c:
(import_dialog_response_cb):
Fix capitalisation.
|
| |
|
|
|
|
|
|
|
|
| |
2004-05-17 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/EphySingle.cpp:
Fix observer topic check for cookie "cleared" notification.
|
| |
|
|
|
|
|
|
| |
2004-05-16 Francisco Javier F. Serrador <serrador@cvs.gnome.org>
* Spanish docs updated
|
|
|
|
|
|
|
|
|
|
| |
2004-05-15 Christian Persch <chpe@cvs.gnome.org>
* lib/ephy-dialog.c: (set_value_from_editable),
(set_value_from_radiobuttongroup), (set_value_from_spin_button),
(set_value_from_togglebutton), (set_combo_box_from_value):
Fix mem leak.
|
|
|
|
|
|
|
|
| |
2004-05-15 Christian Persch <chpe@cvs.gnome.org>
* lib/egg/egg-toolbar-editor.c: (egg_toolbar_editor_finalize):
Fix mem leaks.'
|
|
|
|
|
|
|
|
| |
2004-05-15 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/mozilla-embed-persist.cpp:
Fix refcount leak.
|
| |
|
|
|
|
|
|
|
|
| |
2004-05-15 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/EphyBrowser.cpp:
Set mEventReceiver to nsnull in ::Destroy(), fixes a crasher.
|
|
|
|
|
|
| |
2004-05-15 Alexander Winston <alexander.winston@comcast.net>
* en_CA.po: Updated Canadian English translation.
|
| |
|
|
|
|
|
|
|
|
| |
2004-05-14 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/EphyContentPolicy.cpp:
Yet another mozilla API change.
|
|
|
|
|
|
|
|
| |
2004-05-13 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-window.c:
Forgot to change action entries for last commit.
|
|
|
|
|
|
|
|
|
|
| |
2004-05-13 Christian Persch <chpe@cvs.gnome.org>
* data/ui/epiphany-ui.xml:
* src/popup-commands.c:
* src/popup-commands.h:
Simplify context menu wrt. frames. Fixes bug #138442.
|
|
|
|
|
|
| |
2004-05-13 Francisco Javier F. Serrador <serrador@cvs.gnome.org>
* es.po: Updated Spanish translation.
|
|
|
|
|
|
| |
2004-05-13 Miloslav Trmac <mitr@volny.cz>
* cs.po: Updated Czech translation.
|
|
|
|
|
|
|
|
|
|
| |
2004-05-12 Christian Persch <chpe@cvs.gnome.org>
* src/epiphany.in:
Make sure we don't add a colon at the end of LD_LIBRARY_PATH,
which will make LD_LIBRARY_PATH include the current directory.
Should fix bug #141576.
|
|
|
|
|
|
| |
2004-05-12 Francisco Javier F. Serrador <serrador@cvs.gnome.org>
* es.po: Updated Spanish translation.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-05-12 Christian Persch <chpe@cvs.gnome.org>
* lib/widgets/ephy-cell-renderer-progress.c:
(ephy_cell_renderer_progress_class_init),
(ephy_cell_renderer_progress_init),
(ephy_cell_renderer_progress_new),
(ephy_cell_renderer_progress_finalize),
(ephy_cell_renderer_progress_get_property),
(ephy_cell_renderer_progress_set_property),
(ephy_cell_renderer_progress_set_value),
(ephy_cell_renderer_progress_set_text), (compute_dimensions),
(ephy_cell_renderer_progress_get_size),
(ephy_cell_renderer_progress_render):
* lib/widgets/ephy-cell-renderer-progress.h:
Backport changed from the new gtkcellrendererprogress which
was based on ephy's, to support RTL.
|
|
|
|
|
|
|
|
| |
2004-05-11 Christian Persch <chpe@cvs.gnome.org>
* lib/ephy-dialog.c: (set_combo_box_from_value):
Fix compilation with gcc 2.95.
|
|
|
|
|
|
|
|
| |
2004-05-11 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/EphyBrowser.cpp:
One more NS_ENSURE_TRUE.
|
|
|
|
| |
* sq.po: Updated Albanian translation
|
| |
|
|
|
|
|
|
| |
2004-05-11 Miloslav Trmac <mitr@volny.cz>
* cs.po: Updated Czech translation.
|
|
|
|
|
|
|
|
| |
2004-05-11 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/EphyBrowser.cpp:
Changed back to NS_ENSURE_TRUE as per discussion in bug #142184.
|
|
|
|
|
|
|
|
| |
2004-05-11 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/mozilla-notifiers.cpp:
Remove unused variable.
|
|
|
|
|
|
|
|
|
|
|
| |
2004-05-11 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/EphyBrowser.cpp:
* embed/mozilla/mozilla-embed.cpp:
Destroy the EphyBrowser in destroy handler, but delete it only on
finalize. Make public EphyBrowser methods safe for calling after
Destroy. Part of bug #142184.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-05-10 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-statusbar.c: (create_statusbar_security_icon),
(create_statusbar_progress), (sync_shadow_type),
(ephy_statusbar_init), (ephy_statusbar_set_progress),
(ephy_statusbar_add_widget):
* src/ephy-tab.c: (ephy_tab_net_state_cb):
Statusbar re-design: Move lock icon to left; hide progress bar
when no activity. Part of bug #137845.
|
| |
|
|
|
|
|
|
|
|
| |
2004-05-09 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-window.c:
Fix accelerator for OpenImage action.
|
|
|
|
|
|
| |
2004-05-08 Christian Persch <chpe@cvs.gnome.org>
* POTFILES.in: Added ephy-file-chooser.c.
|
|
|
|
|
|
|
|
| |
2004-05-08 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-automation.c: (impl_ephy_automation_loadurl):
Jump to new tabs created from command lines; fixes bug #141168.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-05-08 Christian Persch <chpe@cvs.gnome.org>
* lib/ephy-file-chooser.c: (ephy_file_chooser_add_pattern_filter),
(ephy_file_chooser_add_mime_filter), (ephy_file_chooser_new):
* lib/ephy-file-chooser.h:
Add convenience functions for creating a filter with a bunch of mime
types or patterns and add it to a file chooser. Those should really
be in gtk+; see bug #142142.
* embed/mozilla/ContentHandler.cpp:
* embed/mozilla/EphyHeaderSniffer.cpp:
* embed/mozilla/FilePicker.cpp:
* embed/print-dialog.c: (ephy_print_dialog_browse_button_cb):
* src/bookmarks/ephy-bookmarks-editor.c:
(import_dialog_response_cb):
* src/prefs-dialog.c: (prefs_download_path_button_clicked_cb):
* src/window-commands.c: (window_cmd_file_open):
Add some filters to the file chooser dialogues.
|
|
|
|
|
|
|
|
|
| |
2004-05-08 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/EphyHeaderSniffer.cpp:
* embed/mozilla/EphyHeaderSniffer.h:
Forward nsIAuthPrompt interface to the single sign-on prompt
|
|
|
|
|
|
| |
2004-05-07 Iñaki Larrañaga <dooteo@euskalgnu.org>
* epiphany-eu.omf: corrected <identifier url>.
|
|
|
|
|
|
|
|
|
|
| |
2004-05-07 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/ContentHandler.cpp:
* embed/mozilla/EphyBrowser.cpp:
* embed/mozilla/FilePicker.cpp:
Adjust MOZILLA_SNAPSHOT checks for changed snapshot levels.
|
|
|
|
|
|
|
|
| |
2004-05-07 Christian Persch <chpe@cvs.gnome.org>
* configure.in:
Increase snapshot level for mozilla >= 1.7rc2 and 1.8a/trunk.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-05-06 Christian Persch <chpe@cvs.gnome.org>
* configure.in:
Check for nsIPassword.h
* embed/mozilla/mozilla-embed-single.cpp:
Allow compilation without nsIPassword (mozilla wallet extension).
|
|
|
|
|
|
|
|
| |
2004-05-06 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/EphyBrowser.cpp:
Adapt to mozilla API change.
|
|
|
|
|
|
|
|
| |
2004-05-06 Christian Persch <chpe@cvs.gnome.org>
* configure.in:
Recognise 1.7rc* too.
|
| |
|
|
|
|
|
|
| |
2004-05-04 Francisco Javier F. Serrador <serrador@cvs.gnome.org>
* es.po: Updated Spanish translation.
|
|
|
|
|
| |
2004-05-04 Reinout van Schouwen <reinouts@gnome.org>
* nl.po: Updated Dutch translation.
|
|
|
|
|
|
|
|
|
| |
2004-05-03 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/mozilla-embed-persist.cpp:
Whenever we have one, pass the cache key to the persist object.
That way we don't re-fetch the page on save. Fixes bug #141652.
|
|
|
|
|
|
|
|
| |
2004-05-03 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/mozilla-embed-persist.cpp:
Fix a mem leak; thanks to Crispin for spotting it.
|
|
|
|
|
|
|
|
| |
2004-05-03 Patanjali Somayaji <patanjali@codito.com>
* lib/ephy-gui.c: (ephy_gui_confirm_overwrite_file):
title added back to dialog - see notes on bug #133152
|
| |
|
|
|
|
|
|
|
|
|
|
| |
2004-05-03 Patanjali Somayaji <patanjali@codito.com>
* lib/ephy-gui.c: (ephy_gui_confirm_overwrite_file):
More HIGifying of the overwrite confirmation dialog -
- title removed from dialog
- dialog removed from window list
|
|
|
|
|
|
|
|
| |
2004-05-02 Piers Cornwell <piers@gnome.org>
* lib/ephy-gui.c: (ephy_gui_confirm_overwrite_file):
Make Escape cancel overwrite dialog.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-05-01 Christian Persch <chpe@cvs.gnome.org>
* embed/ephy-embed.c: (ephy_embed_get_encoding),
(ephy_embed_has_automatic_encoding):
* embed/ephy-embed.h:
* embed/ephy-encodings.c:
* embed/ephy-encodings.h:
* embed/mozilla/EphyBrowser.cpp:
* embed/mozilla/EphyBrowser.h:
* embed/mozilla/MozRegisterComponents.cpp:
* embed/mozilla/mozilla-embed.cpp:
* src/ephy-encoding-dialog.c: (sync_embed_cb), (activate_choice):
* src/ephy-encoding-menu.c: (update_encoding_menu_cb),
(encoding_activate_cb):
Clean up encoding handling.
|
|
|
|
|
|
|
|
| |
2004-05-01 Piers Cornwell <piers@gnome.org>
* help/C/epiphany.xml:
Minor updates to match UI.
|
|
|
|
|
|
|
|
|
|
| |
2004-05-01 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-statusbar.c: (ephy_statusbar_init),
(ephy_statusbar_finalize), (ephy_statusbar_set_security_state):
* src/ephy-statusbar.h:
Make the statusbar's GtkTooltips publicly accessibly.
|
|
|
|
|
|
| |
2004-04-30 Miloslav Trmac <mitr@volny.cz>
* cs.po: Updated Czech translation.
|
| |
|
|
|
|
|
|
|
|
| |
2004-04-30 Piers Cornwell <piers@gnome.org>
* lib/ephy-gui.c: (ephy_gui_confirm_overwrite_file):
More HIG love for overwrite confirmation. Partial fix for bug #133152.
|
| |
|
| |
|
| |
|
|
|
|
| |
* en_CA.po: Updated Canadian English translation.
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-04-29 Marco Pesenti Gritti <marco@gnome.org>
* embed/mozilla/EventContext.cpp:
* embed/mozilla/EventContext.h:
* embed/mozilla/MozillaPrivate.cpp:
* embed/mozilla/MozillaPrivate.h:
* embed/mozilla/mozilla-embed.cpp:
Complete headers defines
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2204-04-29 Patanjali Somayaji <patanjali@codito.com>
* lib/ephy-gui.c
ephy_gui_confirm_overwrite () changes:
HIGified dialog created with "Cancel" and "Overwrite"
buttons.
(Fix for bug #133152)
* Changelog updated
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-04-29 Marco Pesenti Gritti <marco@gnome.org>
* configure.in:
* embed/mozilla/ContentHandler.cpp:
* embed/mozilla/ContentHandler.h:
* embed/mozilla/EphyAboutRedirector.cpp:
* embed/mozilla/EphyAboutRedirector.h:
* embed/mozilla/EphyBrowser.cpp:
* embed/mozilla/EphyContentPolicy.cpp:
* embed/mozilla/EphyContentPolicy.h:
* embed/mozilla/EphyHeaderSniffer.cpp:
* embed/mozilla/EphyHeaderSniffer.h:
* embed/mozilla/EphySingle.cpp:
* embed/mozilla/EventContext.cpp:
* embed/mozilla/FilePicker.cpp:
* embed/mozilla/GlobalHistory.cpp:
* embed/mozilla/GlobalHistory.h:
* embed/mozilla/GtkNSSClientAuthDialogs.cpp:
* embed/mozilla/GtkNSSClientAuthDialogs.h:
* embed/mozilla/GtkNSSDialogs.cpp:
* embed/mozilla/GtkNSSDialogs.h:
* embed/mozilla/GtkNSSKeyPairDialogs.cpp:
* embed/mozilla/GtkNSSKeyPairDialogs.h:
* embed/mozilla/Makefile.am:
* embed/mozilla/MozDownload.cpp:
* embed/mozilla/MozDownload.h:
* embed/mozilla/mozilla-embed-persist.cpp:
* embed/mozilla/mozilla-embed-single.cpp:
* embed/mozilla/mozilla-embed.cpp:
More defines work, still lack EventContext and
EmbedPrivate.
Use mozilla like warning flags instead of those gnome
macros. Remove several unused variables.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-04-29 Marco Pesenti Gritti <marco@gnome.org>
* configure.in:
* embed/mozilla/EphyBrowser.cpp:
* embed/mozilla/EphyBrowser.h:
* embed/mozilla/Makefile.am:
Add defines for private mozilla api usage. It will
make easier to track what we need to port to embed
string and what we need to be using only public api
(on the long time).
|
|
|
|
| |
Adding new screenshots.
|
|
|
|
|
|
|
|
|
|
|
| |
2004-04-28 Piers Cornwell <piers@gnome.org>
* help/C/epiphany.xml:
* help/C/figures/ephy-addressbar-smartbookmark-screenshot.png:
* help/C/figures/ephy-bookmarkbar-smartbookmark-screenshot.png:
Updated Smart Bookmarks help content. Patch by
poobar@nycap.rr.com. Fixes bug #139616.
|
|
|
|
|
|
|
|
|
| |
2004-04-28 Piers Cornwell <piers@gnome.org>
* help/C/figures/ephy-screenshot.png:
* help/C/figures/ephy-history-window-screenshot.png:
Update screenshots.
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
2004-04-28 Marco Pesenti Gritti <marco@gnome.org>
* embed/mozilla/EphyBrowser.cpp:
* embed/mozilla/mozilla-embed.cpp:
Ensure we have a DOM window before trying to
get his url. The check was not working anymore
because of initialization changes.
|
|
|
|
|
|
|
|
| |
2004-04-28 Sebastian Heinlein <glatzor@pimpzkru.de>
* help/C/epiphany.xml:
Correct listitems to contain para tags. Fixes bug #140918.
|
|
|
|
|
| |
2004-04-27 Reinout van Schouwen <reinout@cs.vu.nl>
* nl.po: Updated Dutch translation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-04-27 Marco Pesenti Gritti <marco@gnome.org>
* configure.in:
* embed/mozilla/ContentHandler.cpp:
* embed/mozilla/ContentHandler.h:
* embed/mozilla/EphyHeaderSniffer.cpp:
* embed/mozilla/EventContext.h:
* embed/mozilla/FilePicker.cpp:
* embed/mozilla/MozDownload.cpp:
* embed/mozilla/MozDownload.h:
* embed/mozilla/mozilla-download.cpp:
* embed/mozilla/mozilla-embed-persist.cpp:
Nice mess of defines to support 1.8a. Damn.
|
|
|
|
|
|
| |
2004-04-27 Duarte Loreto <happyguy_pt@hotmail.com>
* pt.po: Updated Portuguese translation.
|
|
|
|
|
|
|
|
|
| |
2004-04-27 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-window.c: (ephy_window_delete_event_cb):
Exit print preview mode before closing a window. Fixes a crasher;
Epiphany equivalent of galeon bug #121298.
|
|
|
|
|
|
|
|
| |
2004-04-26 Marco Pesenti Gritti <marco@gnome.org>
* embed/mozilla/MozDownload.cpp:
Fix encoding of saved content; fixes bug #141050.
|
|
|
|
|
|
|
|
| |
2004-04-23 Christian Persch <chpe@cvs.gnome.org>
* data/epiphany-1.4.pc.in:
Fix dependency libs not to include libbonoboui.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-04-22 Christian Persch <chpe@cvs.gnome.org>
* HACKING:
Document UTF-8 requirement.
* lib/widgets/ephy-cell-renderer-progress.c:
* lib/widgets/ephy-cell-renderer-progress.h:
* src/bookmarks/ephy-bookmarks-menu.h:
* ChangeLog:
Converted to UTF-8.
|
| |
|
|
|
|
|
|
| |
2004-04-21 Zygimantas Berucka <uid0@akl.lt>
* lt.po: Updated Lithuanian translation.
|
| |
|
| |
|
|
|
|
|
|
| |
2004-04-19 Miloslav Trmac <mitr@volny.cz>
* cs.po: Updated Czech translation.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-04-18 Christian Persch <chpe@cvs.gnome.org>
* configure.in:
* lib/ephy-dialog.c: (set_value_from_editable),
(set_value_from_combobox), (set_value_from_radiobuttongroup),
(set_value_from_spin_button), (set_value_from_togglebutton),
(set_value_from_info), (set_combo_box_from_value),
(set_pref_from_info_and_emit), (save_info),
(ephy_dialog_get_value):
* lib/ephy-dialog.h:
* src/prefs-dialog.c: (setup_font_combo):
Fix font selection combo box issues; fixes bug #138560.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-04-18 Marco Pesenti Gritti <marco@gnome.org>
* embed/ephy-embed.c: (ephy_embed_chrome_get_type):
* embed/ephy-embed.h:
* embed/mozilla/mozilla-embed.cpp:
* src/ephy-window.c: (ephy_window_set_chrome),
(ephy_window_set_property), (ephy_window_class_init):
Fix chrome for new windows opened from _blank target.
Fixes bug #139512.
|
| |
|
|
|
|
|
|
|
|
| |
2004-04-17 Marco Pesenti Gritti <marco@gnome.org>
* embed/mozilla/MozDownload.cpp:
Do not uncompress when the type is not html.
|
|
|
|
| |
* en_CA.po: Updated Canadian English translation.
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-04-17 Marco Pesenti Gritti <marco@gnome.org>
* lib/egg/Makefile.am:
* lib/egg/egg-editable-toolbar.c: (set_drag_cursor):
* lib/egg/egg-toolbar-editor.c: (set_drag_cursor):
* lib/egg/eggstatusicon.c: (egg_status_icon_init),
(egg_status_icon_button_press), (egg_status_icon_button_release):
Resync with egg
|
| |
|
|
|
|
|
|
|
|
| |
2004-04-16 Christian Persch <chpe@cvs.gnome.org>
* POTFILES.in: Added MozDownload.cpp.
2004-04-16 Adam Weinberger <adamw@gnome.org>
|
|
|
|
|
|
|
|
|
| |
2004-04-16 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/MozDownload.cpp: (InitiateMozillaDownload):
Fix saving of linked content. Don't create the directory; mozilla
will do it for us if necessary. Make the "Files" suffix translatable.
|
|
|
|
| |
* en_CA.po: Updated Canadian English translation.
|
|
|
|
|
|
| |
2004-04-16 Miloslav Trmac <mitr@volny.cz>
* cs.po: Updated Czech translation.
|
|
|
|
|
|
| |
2004-04-15 Andras Timar <timar@gnome.hu>
* hu.po: Updated Hungarian translation.
|
|
|
|
|
|
|
|
|
| |
2004-04-14 Christian Persch <chpe@cvs.gnome.org>
* lib/ephy-file-chooser.c: (ephy_file_chooser_constructor),
(ephy_file_chooser_class_init):
Add "Downloads" folder shortcut to our file chooser dialogues.
|
|
|
|
|
|
|
|
|
| |
2004-04-14 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-tab.c: (ephy_tab_new_window_cb),
(ephy_tab_visibility_cb), (ephy_tab_destroy_brsr_cb):
Add debug output.
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-04-13 Christian Persch <chpe@cvs.gnome.org>
* src/bookmarks/ephy-bookmarks-menu.c: (add_bookmarks_menu),
(ephy_bookmarks_menu_rebuild):
* src/ephy-encoding-menu.c: (add_action):
* src/ephy-favorites-menu.c: (ephy_favorites_menu_rebuild):
* src/ephy-tabs-menu.c: (tab_added_cb):
2004-04-09 Christian Persch <chpe@cvs.gnome.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-04-09 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/EphyHeaderSniffer.cpp:
* embed/mozilla/FilePicker.cpp:
Don't quit the filechooser when selecting "No" from the confirm-
overwrite dialoge. Fixes bug #139400.
* lib/ephy-gui.c: (ephy_gui_confirm_overwrite_file):
Convert the filename to UTF-8 before showing it in the confirm
dialogue.
|
|
|
|
|
|
|
|
|
|
| |
2004-04-09 Piers Cornwell <piers@gnome.org>
* src/ephy-window.c:
* data/ui/epiphany-ui.xml:
Add Ctrl+S as an alternate accel for Save As.
Fixes bug #139415.
|
|
|
|
|
|
|
|
|
|
| |
2004-04-09 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-location-action.c: (compare_actions),
(init_actions_list):
Sort the actions in the location entry autocompletion dropdown.
Fixes bug #139575.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
2004-04-08 Piers Cornwell <piers@gnome.org>
* embed/mozilla/ContentHandler.cpp:
Make warning message selectable.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* embed/mozilla/ExternalProtocolHandlers.cpp:
* embed/mozilla/ExternalProtocolHandlers.h:
* embed/mozilla/FilePicker.cpp:
* embed/mozilla/Makefile.am:
* embed/mozilla/MozRegisterComponents.cpp:
* embed/mozilla/MozRegisterComponents.h:
* embed/mozilla/mozilla-embed-single.cpp:
Eliminate ExternalProtocolHandlers in favor of setting prefs to make Mozilla
not handle the protocols internally.
|
|
|
|
|
|
|
|
| |
2004-04-07 Christian Persch <chpe@cvs.gnome.org>
* lib/eel-gconf-extensions.c: (eel_gconf_handle_error):
Remove unused variable.
|
|
|
|
|
|
|
|
| |
2004-04-07 Christian Persch <chpe@cvs.gnome.org>
* lib/eel-gconf-extensions.c: (eel_gconf_handle_error):
Don't abort on errors, just display a message on console.
|
|
|
|
|
|
|
|
| |
2004-04-06 Piers Cornwell <piers@gnome.org>
* doc/plan/plan.xml
Add some bugzilla references.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
2004-04-05 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-session.c: (window_focus_in_event_cb),
(impl_attach_window), (ephy_session_set_property),
(ephy_session_get_property), (ephy_session_class_init):
Track the active window.
|
|
|
|
|
|
|
|
|
| |
2004-04-05 Christian Persch <chpe@cvs.gnome.org>
* data/glade/epiphany.glade:
* data/glade/print.glade:
Make pdm and print setup dialogues destroy with parent, too.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-04-05 Christian Persch <chpe@cvs.gnome.org>
* data/glade/prefs-dialog.glade:
* lib/ephy-dialog.c: (ephy_dialog_get_parent):
* lib/ephy-dialog.h:
* src/prefs-dialog.c: (prefs_homepage_current_button_clicked_cb):
* src/window-commands.c: (window_cmd_file_print_setup),
(window_cmd_edit_personal_data), (window_cmd_edit_prefs):
Make prefs, pdm and print setup dialogues transient to their parent.
Fixes bug #139124.
|
| |
|
| |
|
|
|
|
|
|
|
| |
2004-04-03 Samúel Jón Gunnarsson <sammi@techattack.nu>
* is.po: Updated Icelandic translation by
Helgi Þormar Þorbjörnsson <helgi@trance.is>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-04-03 Crispin Flowerday <gnome@flowerday.cx>
* lib/egg/egg-editable-toolbar.c: (set_fixed_style),
(unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
(update_fixed), (toolbars_clean), (egg_editable_toolbar_construct),
(egg_editable_toolbar_set_model):
* lib/egg/egg-toolbar-editor.c: (egg_toolbar_editor_load_actions):
* lib/egg/egg-toolbars-model.h:
Synchronise changes from galeon, this fixes simple usage, stops
crashes when dragging items to and from other applications, and
adds the ability to override the toolbar style.
|
|
|
|
|
|
|
|
| |
2004-04-03 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-notebook.c: (notebook_drag_data_received_cb):
Remove stray semicolon. Fixes bug #138902.
|
|
|
|
|
|
| |
2004-04-02 Iñaki Larrañaga <dooteo@euskalgnu.org>
* eu.po: Added 'plural-forms'.
|
|
|
|
|
|
| |
2004-04-02 Iñaki Larrañaga <dooteo@euskalgnu.org>
* configure.in: Added "eu" (Basque) to ALL_LINGUAS.
|
|
|
|
|
|
| |
2004-04-02 Iñaki Larrañaga <dooteo@euskalgnu.org>
* eu.po: Added Basque translation.
|
|
|
|
|
|
|
|
|
| |
2004-04-02 Stefan Rotsch <ritschie@cvs.gnome.org>
* doc/plan/ephyplan.dtd: added <!ELEMENT > declaration for
bugzilla tag
* doc/plan/plan2table.xsl: fixed test for presence of bugzilla
tag; now it should work
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-04-01 Christian Persch <chpe@cvs.gnome.org>
* embed/ephy-embed.c: (ephy_embed_chrome_get_type):
* embed/ephy-embed.h:
* embed/mozilla/mozilla-embed.cpp:
* src/ephy-window.c: (get_chromes_visibility),
(sync_chromes_visibility), (update_chromes_actions),
(get_default_chrome), (ephy_window_init), (sync_prefs_with_chrome),
(ephy_window_view_bookmarksbar_cb):
Fix bookmarks toolbar visibility in fullscreen and print preview mode, as
well as for javascript popups. Fixes bug #138520.
|
|
|
|
|
|
| |
2004-03-31 Alexander Shopov <ash@contact.bg>
* Corrected small mistake in the committed Changelog
|
|
|
|
|
|
|
|
|
| |
2004-03-31 Christian Persch <chpe@cvs.gnome.org>
* configure.in:
Fix --with-mozilla-snapshot help string; we don't support 1.4 and 1.5
any more.
|
|
|
|
|
|
|
| |
2004-03-31 Alexander Shopov <ash@contact.bg>
* bg.po: Updated Bulgarian translation by
Vladimir Petkov <vpetkov@i-space.org
|
|
|
|
|
|
|
|
|
| |
2004-03-30 Piers Cornwell <piers@gnome.org>
* src/ephy-history-window.c: (confirmation_dialog_construct):
Make buttons the same size in Industrial theme and make text
selectable.
|
|
|
|
|
|
|
|
| |
2004-03-30 Piers Cornwell <piers@gnome.org>
* data/glade/prefs-dialog.glade:
Use right capitalisation for label.
|
|
|
|
|
|
|
|
|
| |
2004-03-30 Piers Cornwell <piers@gnome.org>
* data/glade/prefs-dialog.glade:
* embed/mozilla/mozilla-notifiers.cpp: (mozilla_font_size_notifier):
Don't allow a font size less than 1.
|
|
|
|
|
|
|
| |
2004-03-30 Stefan Rotsch <ritschie@cvs.gnome.org>
* doc/plan/ephyplan.dtd: Added element <bugzilla /> for assigning
a bugzilla entry to each item (not mandatory)
|
|
|
|
|
|
|
|
|
| |
2004-03-30 Christian Persch <chpe@cvs.gnome.org>
* data/ui/epiphany-ui.xml:
Get rid of the separators in the Image and Image/Link popups.
Fixes bug #115897.
|
| |
|
|
|
|
|
|
|
|
| |
2004-03-29 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/GtkNSSClientAuthDialogs.cpp:
Get rid of #if GTK_CHECK_VERSION() stuff and remove optionmenu code.
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-03-29 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-window.c:
* src/popup-commands.c:
* src/popup-commands.h:
* data/ui/epiphany-ui.xml:
Remove Open Image in New Tab and New Window from the
context menu.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-03-29 Christian Persch <chpe@cvs.gnome.org>
* configure.in:
* data/.cvsignore:
* data/GNOME_Epiphany_NautilusView.server.in:
* data/Makefile.am:
* data/ui/.cvsignore:
* data/ui/Makefile.am:
* data/ui/nautilus-epiphany-view.xml:
* doc/reference/Makefile.am:
* embed/Makefile.am:
* embed/ephy-embed-popup-control.c:
* embed/ephy-embed-popup-control.h:
* lib/Makefile.am:
* lib/ephy-bonobo-extensions.c:
* lib/ephy-bonobo-extensions.h:
* po/POTFILES.in:
* src/Makefile.am:
* src/ephy-nautilus-view.c:
* src/ephy-nautilus-view.h:
* src/ephy-shell.c: (ephy_automation_factory_cb):
Removed the nautilus view.
2004-03-29 Christian Persch <chpe@cvs.gnome.org>
|
|
|
|
|
|
|
|
| |
2004-03-29 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-completion-model.h:
Make EphyCompletionColumn a typedef enum, fixes bug #136878.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-03-29 Federico Mena Quintero <federico@ximian.com>
Fixes #138263.
* lib/ephy-file-chooser.h: Remove EPHY_RESPONSE_OPEN and
EPHY_RESPONSE_SAVE; we'll use GTK_RESPONSE_ACCEPT instead.
* lib/ephy-file-chooser.c (ephy_file_chooser_new): Use
GTK_RESPONSE_ACCEPT rather than EPHY_RESPONSE_*.
* embed/print-dialog.c (print_filechooser_response_cb): Likewise.
* src/bookmarks/ephy-bookmarks-editor.c
(import_from_file_response_cb): Likewise.
* src/prefs-dialog.c (download_path_response_cb): Likewise.
* src/window-commands.c (open_response_cb): Likewise.
* embed/mozilla/ContentHandler.cpp (PromptForSaveToFile):
Likewise.
* embed/mozilla/EphyHeaderSniffer.cpp (filechooser_response_cb):
Likewise.
* embed/mozilla/FilePicker.cpp (Init): Likewise.
(Show): Likewise.
|
|
|
|
|
|
|
|
| |
2004-03-29 Christian Persch <chpe@cvs.gnome.org>
* src/epiphany.in:
Test with -d, fixes bug #138088.
|
|
|
|
|
|
|
|
| |
2004-03-29 Christian Persch <chpe@cvs.gnome.org>
* data/ui/epiphany-ui.xml:
Add "Save Link As..." to Image/Link popup. Fixes bug #138207.
|
|
|
|
|
|
|
|
| |
2004-03-29 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/EventContext.cpp:
Don't assume every anchor has a href attribute. Fixes bug #138200.
|
|
|
|
|
|
|
|
|
|
| |
2004-03-29 Christian Persch <chpe@cvs.gnome.org>
* src/bookmarks/ephy-bookmarks-editor.c:
(cmd_open_bookmarks_in_tabs):
Fix opening in new tabs when there is no existing window.
Fixes bug #138343.
|
| |
|
|
|
|
|
|
|
|
| |
2004-03-28 Xan Lopez <xan@gnome.org>
* embed/mozilla/MozRegisterComponents.cpp:
Tiny cleanup.
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-03-28 Stefan Rotsch <ritschie@cvs.gnome.org>
* doc/plan.xml: moved to doc/plan/plan.xml
* doc/plan/Makefile: Makefile for transforming plan.xml to html
using xsltproc and xmllint
* doc/plan/README: README containing some plan-related information
* doc/plan/ephyplan.dtd: DTD describing plan.xml's content
* doc/plan/plan.xml: formerly located at doc/plan.xml
* doc/plan/plan2table.xsl: XSLT stylesheet for plan.xml
|
|
|
|
| |
Update
|
| |
|
|
|
|
|
|
|
|
| |
2004-03-27 Piers Cornwell <piers@gnome.org>
* src/bookmarks/ephy-bookmarks-editor.c: (cmd_bookmarks_import):
Use verb for action button and various minor tidy ups.
|
|
|
|
|
|
| |
2004-03-27 Christian Persch <chpe@cvs.gnome.org>
* POTFILES.in: Added ephy-stock-icons.c.
|
|
|
|
|
|
|
|
| |
2004-03-27 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-window.c: (show_embed_popup):
Log context of event in debug mode.
|
|
|
|
|
|
|
|
|
|
| |
2004-03-27 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-location-action.c: (location_url_activate_cb),
(disconnect_proxy), (ephy_location_action_set_address):
Correctly disconnect the handler not from the proxy but from the entry
itself. Rationalise away one strdup.
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-03-27 Christian Persch <chpe@cvs.gnome.org>
* lib/ephy-stock-icons.c: (ephy_stock_icons_init):
Register our stock icons.
* embed/mozilla/ContentHandler.cpp:
Use stock icon for "Download".
|
|
|
|
|
|
| |
2004-03-27 Christian Persch <chpe@cvs.gnome.org>
* POTFILES.in: Remove removed file ExternalProtocolService.cpp.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
2004-03-26 Piers Cornwell <piers@gnome.org>
* src/ephy-window.c: (confirm_close_with_modified_forms):
Fix duplicate accesskey, use correct case for button
text and make message selectable.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
2004-03-26 Marco Pesenti Gritti <marco@gnome.org>
* embed/mozilla/Makefile.am:
Add base dir to mozilla includes since the
embed SDK dir structure has been flattened in cvs
|
|
|
|
|
|
|
|
| |
2004-03-25 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/ContentHandler.cpp: (MIMEConfirmAction):
Use stock icon for open. Fixes bug #135765.
|
|
|
|
|
|
|
|
| |
2004-03-25 Christian Persch <chpe@cvs.gnome.org>
* embed/ephy-embed.c: (ephy_embed_base_init):
Fix arg type of dom_* signals to match the closure.
|
|
|
|
|
|
|
|
|
| |
2004-03-25 Christian Persch <chpe@cvs.gnome.org>
* doc/reference/epiphany.types:
Add ephy_tab_get_type(), fixes EphyTab documentation to include
object properties.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
2004-03-23 Stefan Rotsch <ritschie@cvs.gnome.org>
* doc/plan.xml: Status updates for 3 items
|
|
|
|
|
|
|
|
|
| |
2004-03-23 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-tab.c:
* src/ephy-window.c:
Tiny doc fixes.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-03-23 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-tab.c: (ephy_tab_set_property), (ephy_tab_get_property),
(ephy_tab_get_window), (ephy_tab_action_activate_cb),
(ephy_tab_class_init), (ephy_tab_destroy_brsr_cb),
(ephy_tab_size_to_cb), (ephy_tab_dom_mouse_click_cb),
(ephy_tab_init):
* src/ephy-tab.h:
* src/ephy-window.c: (tab_context_menu_cb),
(ephy_window_set_active_tab):
* src/ephy-window.h:
Get rid of ephy_tab_[get|set]_window().
|
|
|
|
|
|
|
|
| |
2004-03-23 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-tab.c: (ephy_tab_visibility_cb):
Fix the build, bad noda :P
|
|
|
|
|
|
|
|
|
|
| |
2004-03-23 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-go-action.c: (connect_proxy), (disconnect_proxy),
(ephy_go_action_class_init):
Make the "Go" button actually work. Thanks to aes for alerting us to
this problem.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
2004-03-23 Duarte Loreto <happyguy_pt@hotmail.com>
* pt.po: Normalized expression in Portuguese translation.
|
|
|
|
| |
Typos.
|
|
|
|
| |
Update.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
2004-03-22 Marco Pesenti Gritti <marco@gnome.org>
* src/bookmarks/ephy-bookmarks-import.c: (ephy_bookmarks_import):
the xbel mime type is now application/x-xbel
|
|
|
|
|
|
|
|
| |
2004-03-21 Christian Persch <chpe@cvs.gnome.org>
* src/window-commands.c: (window_cmd_help_about):
Forgot to s/logo/icon/g.
|
|
|
|
|
|
|
|
|
| |
2004-03-21 Christian Persch <chpe@cvs.gnome.org>
* data/glade/prefs-dialog.glade:
Fix "Add" button width in the prefs dialogue for some themes.
Fixes bug #137811.
|
|
|
|
|
|
|
|
| |
2004-03-21 Christian Persch <chpe@cvs.gnome.org>
* src/window-commands.c: (window_cmd_help_about):
Set window icon. Fixes bug #137806.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
2004-03-21 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/EphyContentPolicy.h:
* embed/mozilla/MozRegisterComponents.cpp:
Don't override nsWebBrowserContentPolicy contract ID, just register our own
content policy with the category manager.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-03-21 Christian Persch <chpe@cvs.gnome.org>
* configure.in:
* data/Makefile.am:
R data/epiphany-1.2.pc.in:
A data/epiphany-1.4.pc.in:
* src/Makefile.am:
Make epiphany-extensions for epiphany 1.3 parallel-installable with those
for epiphany 1.2.
|
| |
|
|
|
|
|
|
|
|
| |
2004-03-19 Christian Persch <chpe@cvs.gnome.org>
* src/bookmarks/ephy-bookmark-properties.c: (set_window_icon):
Don't try to unref NULL icon. Fixes bug #137715.
|
| |
|
|
|
|
|
|
| |
2004-03-18 Arafat Medini <lumina@silverpen.de>
* ar.po: Updated Arabic translation.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-03-16 Marco Pesenti Gritti <marco@gnome.org>
* embed/ephy-embed.c: (ephy_embed_chrome_get_type):
* embed/ephy-embed.h:
* embed/mozilla/Makefile.am:
* embed/mozilla/mozilla-embed.cpp:
Cleanups chromes code and register a type for the enum.
* src/ephy-nautilus-view.c: (gnv_embed_new_window_cb):
Adapt to the api changes
* src/ephy-tab.c: (ephy_tab_new_window_cb):
Move js chrome lockdown pref check here.
* src/ephy-window.c: (get_chromes_visibility),
(sync_chromes_visibility), (ephy_window_fullscreen),
(ephy_window_unfullscreen), (update_chromes_actions),
(update_actions_sensitivity), (show_embed_popup),
(get_default_chrome), (ephy_window_set_property),
(ephy_window_class_init), (actions_notifier),
(navigation_notifier), (ephy_window_init), (ephy_window_finalize),
(ephy_window_new_with_chrome), (ephy_window_set_print_preview),
(ephy_window_show), (sync_prefs_with_chrome),
(sync_chrome_with_view_toggle), (ephy_window_view_statusbar_cb),
(ephy_window_view_toolbar_cb), (ephy_window_view_bookmarksbar_cb):
Rework chrome handling so that it's not applied to all windows.
Changes are now saved on the fly like for window size.
* src/ephy-window.h:
Use a construct property instead of a _set for chrome.
* src/window-commands.c:
* src/window-commands.h:
Move chromes actions to EphyWindow so we dont need to expose
chrome handling.
|
|
|
|
|
|
|
|
| |
* lib/widgets/ephy-node-view.c:
(ephy_node_view_select_node_by_key):
Make select-by-key support unsorted lists. Fuzzy matching is gone
though. Oh well ... :) (bug #137054)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-03-18 Piers Cornwell <piers@gnome.org>
* src/pdm-dialog.c: (show_cookies_properties):
Make secure description better (Bug #136443).
* src/window-commands.c: (window_cmd_help_about):
Add my email address.
* embed/mozilla/GtkNSSDialogs.cpp:
Include nsReadableUtils.h.
|
|
|
|
|
|
|
|
|
|
| |
2004-03-18 Christian Persch <chpe@cvs.gnome.org>
* src/bookmarks/ephy-bookmarks-editor.c: (cmd_bookmarks_import):
* src/bookmarks/ephy-bookmarks-import.c: (ephy_bookmarks_import):
* src/bookmarks/ephy-bookmarks-import.h:
Add firefox option in bookmarks import dialogue.
|
|
|
|
|
|
| |
2004-03-17 Piers Cornwell <piers@gnome.org>
* help/C/epiphany.xml: Fix notes and tips to validate.
|
| |
|
| |
|
|
|
|
|
|
| |
2004-03-16 Åsmund Skjæveland <aasmunds@fys.uio.no>
* nn.po: Updated Norwegian Nynorsk translation.
|
|
|
|
|
|
| |
2004-03-12 Dinesh Nadarajah <dinesh_list@sbcglobal.net>
* ta.po: Corrected Tamil Translation
|
|
|
|
|
|
| |
2004-03-16 Yanko Kaneti <yaneti@declera.com>
* bg.po: Fixed translation for "system-language"
|
| |
|
|
|
|
|
|
| |
2004-03-15 Marcel Telka <marcel@telka.sk>
* sk.po: Updated Slovak translation.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
2004-03-14 Marco Pesenti Gritti <marco@gnome.org>
* lib/egg/egg-editable-toolbar.c: (drag_data_received_cb),
(toolbar_drag_motion_cb), (egg_editable_toolbar_init):
Deal with the case where data_received signal is emitted
asyncrounously.
|
|
|
|
|
|
|
| |
2004-03-13 Alexander Shopov <ash@contact.bg>
* bg.po: Added Bulgarian translation by
Vladimir "Kaladan" Petkov <vpetkov@i-space.org>
|
|
|
|
|
|
| |
2004-03-12 Dinesh Nadarajah <dinesh_list@sbcglobal.net>
* ta.po: Updated Tamil Translation
|