| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
2006-01-17 Christian Persch <chpe@cvs.gnome.org>
=== Release 1.9.5 ===
* configure.ac:
* data/chrome/Makefile.am:
Updates.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-01-17 Christian Persch <chpe@cvs.gnome.org>
* data/chrome/epiphany.manifest.in:
Fix number of /'s in URI.
* data/epiphany.schemas.in:
Add new entries.
* embed/mozilla/EphyAboutModule.cpp:
Fix title.
* data/glade/prefs-dialog.glade:
* embed/ephy-embed-prefs.h:
* embed/mozilla/mozilla-embed-single.cpp:
* embed/mozilla/mozilla-notifiers.cpp:
* embed/mozilla/mozilla-notifiers.h:
* lib/eel-gconf-extensions.c: (eel_gconf_unset_key),
(eel_gconf_notify):
* lib/eel-gconf-extensions.h:
* lib/egg/egg-editable-toolbar.c: (popup_context_menu_cb),
(button_press_event_cb), (egg_editable_toolbar_set_ui_manager),
(egg_editable_toolbar_set_selected):
* lib/ephy-dialog.c: (set_value_from_pref), (set_pref_from_value),
(set_value_from_togglebutton), (strcmp_with_null),
(get_index_from_value), (compare_values),
(set_togglebutton_from_value), (set_pref_from_info_and_emit),
(spinbutton_changed_cb), (save_info):
* lib/ephy-dialog.h:
* lib/ephy-file-helpers.c: (ephy_file_monitor_timeout_cb),
(ephy_file_monitor_cb), (ephy_file_monitor_add),
(ephy_file_monitor_cancel):
* lib/ephy-file-helpers.h:
* src/ephy-extensions-manager.c:
(ephy_extensions_manager_load_file):
* src/ephy-window.c:
* src/popup-commands.c: (popup_cmd_bookmark_link):
* src/prefs-dialog.c: (prefs_dialog_finalize), (setup_font_combo),
(fonts_language_changed_cb), (font_prefs_dialog_response_cb),
(row_is_separator), (setup_fonts_dialog),
(font_prefs_button_clicked_cb), (css_checkbox_toggled),
(css_edit_button_clicked_cb), (prefs_dialog_init):
Rework font prefs, and add user stylesheet setting.
* src/bookmarks/ephy-bookmark-action-group.c: (node_added_cb):
* src/bookmarks/ephy-bookmarks.c: (ephy_bookmarks_get_local):
* src/window-commands.c: (window_cmd_file_bookmark_page):
Some build fixes.
|
|
|
|
|
|
|
|
| |
2006-01-17 Peter Harvey <peter.a.harvey@gmail.com>
* src/bookmarks/ephy-bookmark-action.c
Removed left-over function.
|
|
|
|
|
|
|
|
| |
2006-01-17 Peter Harvey <peter.a.harvey@gmail.com>
* src/bookmarks/ephy-bookmarks-menu.c
Added the 'Local' topic to bookmarks menu.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-01-17 Peter Harvey <peter.a.harvey@gmail.com>
* src/bookmarks/Makefile.am
Forgotten Makefile changes.
* src/epiphany.defs
'Fixes' for the python interface.
Probably need to regenerate somehow, but don't know how do it correctly.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-01-17 Peter Harvey <peter.a.harvey@gmail.com>
* src/Makefile.am
Removed ephy-new-bookmark and ephy-topics-selector from the Makefile.
* src/ephy-history-window.c
* src/popup-commands.c
* src/window-commands.c
* src/bookmarks/ephy-bookmarks-editor.c
Removed all the slightly different bits of code to create a
bookmark and called ephy_bookmarks_ui_add_bookmark instead.
* src/bookmarks/ephy-bookmarks.c
* src/bookmarks/ephy-bookmarks.h
Moved the hashtable for bookmark windows to ephy-bookmarks-ui.
Added a new field "usericon" to the ephynode/bookmarks database,
to store the URL of the user-defined icon (if any). It can be
NULL (use site icon), "" (use none), or a URL.
* src/bookmarks/ephy-bookmark-properties.c
* src/bookmarks/ephy-bookmark-properties.h
Large changes to the bookmark properties window to handle different
use cases (adding or changing a bookmark), to use the new topics
palette widget, and to support the new usericon.
* src/bookmarks/ephy-bookmarks-ui.c
* src/bookmarks/ephy-bookmarks-ui.h
Large additions to ephy-bookmarks-ui to replace ephy-new-bookmark.
Fixed some bugs in the datatype handlers for the toolbar which
are supplied by ephy-bookmarks-ui.
|
|
|
|
|
|
|
|
|
|
| |
2006-01-17 Peter Harvey <peter.a.harvey@gmail.com>
* src/bookmarks/ephy-topics-palette.c
* src/bookmarks/ephy-topics-palette.h
Implemented a new widget for topic selection that tries
to organise the topics for the user.
|
|
|
|
|
|
|
|
| |
2006-01-17 Peter Harvey <peter.a.harvey@gmail.com>
* src/bookmarks/ephy-topic-action.c
Handle DnD to topics on the toolbar.
|
|
|
|
|
|
|
|
| |
2006-01-17 Peter Harvey <peter.a.harvey@gmail.com>
* lib/egg/egg-editable-toolbar.h
Checking in forgotten changes to the editable toolbar API.
|
| |
|
|
|
|
| |
gtk-ui-manager based popup menu on the toolbar.
|
|
|
|
|
|
|
|
|
| |
* Jan 16 2006 Reinout van Schouwen <reinout@cs.vu.nl>
* help/ChangeLog
* help/C/figures/ephy-screenshot.png: new screenshot
* help/nl/figures/ephy-screenshot.png: new screenshot
* po/ChangeLog po/nl.po: updated Dutch translation
|
|
|
|
|
| |
Fixed a bug in the popup-menu drag.
Now uses GtkUIManager for the popup-menu.
|
| |
|
| |
|
|
|
|
|
|
| |
* Mon Jan 16 2005 Reinout van Schouwen <reinout@cs.vu.nl>
* NEWS: update for 1.9.5
|
|
|
|
|
|
|
|
|
|
| |
2006-01-16 Crispin Flowerday <gnome@flowerday.cx>
* embed/mozilla/EphyBrowser.cpp:
When looking at modified text areas and forms, don't
look at disabled or invisible elements. Patch by
chpe, part of bug #155603
|
| |
|
| |
|
|
|
|
|
|
| |
2006-01-15 Adam Weinberger <adamw@gnome.org>
* en_CA.po: Updated Canadian English translation.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-01-15 Christian Persch <chpe@cvs.gnome.org>
* configure.ac:
* embed/mozilla/Makefile.am:
* embed/mozilla/mozilla-embed-single.cpp:
* src/Makefile.am:
Add NetworkManager magic for connection status autodetection.
Defaults to disabled because I'm not very happy with the libnm-glib
implementation. Oh, and it may crash on startup, too.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-01-15 Jean-François Rameau <jframeau@cvs.gnome.org>
* lib/ephy-adblock.h:
* lib/ephy-adblock.c:
* embed/ephy-adblock-manager.h:
* embed/ephy-adblock-manager.c:
Add a method to EphyAdblock interface, ephy_adblock_manager_edit_rule,
so one can allow/disallow an url.
Add a method to EphyAdblockManager, ephy_adblock_manager_has_blocker,
so one can ask it whether a blocker is running.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-01-15 Crispin Flowerday <gnome@flowerday.cx>
* data/chrome/Makefile.am:
* data/chrome/about.xhtml:
* data/chrome/brand.dtd.in:
* data/chrome/brand.properties.in:
* data/chrome/epiphany.manifest.in:
Override the page that is shown for the about: url so
that it doesn't say "Deer Park"
|
|
|
|
|
|
| |
2006-01-15 Hendrik Richter <hendi@gnome-de.org>
* de.po: Updated German translation.
|
|
|
|
|
|
| |
2006-01-15 Hendrik Richter <hendi@gnome-de.org>
* de.po: Updated German translation.
|
|
|
|
|
|
|
|
|
|
| |
2006-01-14 Chrhristian Persch <chpe@cvs.gnome.org>
* embed/mozilla/Makefile.am:
* embed/mozilla/mozilla-embed-single.cpp:
Only use the directory service provider on gecko 1.8;
gecko 1.7 uses a different method to register chrome.
|
|
|
|
|
|
|
|
|
| |
2006-01-14 Crispin Flowerday <gnome@flowerday.cx>
* embed/mozilla/mozilla-embed-single.cpp (init_services):
Simplify creation and reference counting of the
EphyDirectoryProvider class.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-01-14 Christian Persch <chpe@cvs.gnome.org>
* m4/gecko.m4:
Add defines and automake conditional for toolkit flavour.
* configure.ac:
* data/Makefile.am:
A data/chrome/.cvsignore:
A data/chrome/Makefile.am:
A data/chrome/brand.dtd.in:
A data/chrome/brand.properties.in:
A data/chrome/epiphany.manifest.in:
Provide branding so mozilla dialogues don't show "Deer Park" or
"Firefox" but "Epiphany" instead.
* embed/mozilla/Makefile.am:
A embed/mozilla/EphyDirectoryProvider.cpp:
A embed/mozilla/EphyDirectoryProvider.h:
* embed/mozilla/mozilla-embed-single.cpp:
Add a directory service provider.
|
|
|
|
|
|
| |
2006-01-14 Francisco Javier F. Serrador <serrador@cvs.gnome.org>
* es.po: Updated Spanish translation.
|
|
|
|
|
|
| |
2006-01-14 Theppitak Karoonboonyanan <thep@linux.thai.net>
* th.po: Updated Thai translation.
|
|
|
|
|
| |
* lib/ephy-stock-icons.c:
* lib/ephy-stock-icons.h:
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
2006-01-13 Christian Persch <chpe@cvs.gnome.org>
* data/ui/epiphany-toolbar.xml:
* src/ephy-window.c:
Fix zoom buttons order on default toolbar. Set short-label
property for zoom actions.
|
|
|
|
|
|
|
|
|
| |
2006-01-13 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/EventContext.cpp:
Don't require a HTML document to activate typeaheadfind.
Bug #326813.
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-01-13 Christian Persch <chpe@cvs.gnome.org>
A embed/mozilla/EphyPromptService.cpp:
A embed/mozilla/EphyPromptService.h:
* embed/mozilla/Makefile.am:
* embed/mozilla/MozRegisterComponents.cpp:
* po/POTFILES.in:
Implement nsIPromptService ourself.
|
|
|
|
|
|
|
|
|
|
| |
2006-01-12 Christian Persch <chpe@cvs.gnome.org>
* data/ui/epiphany-toolbar.xml:
* src/ephy-toolbars-model.c: (ephy_toolbars_model_load):
Add Zoom In/Out buttons to default toolbar layout and toolbars
editor repertoire. Bug #117923.
|
|
|
|
|
|
|
|
|
|
|
| |
2006-01-12 Christian Persch <chpe@cvs.gnome.org>
* configure.ac:
* Makefile.am:
Enable zeroconf by default now that gnome-vfs dns-sd can use
avahi and more distros are hopefully shipping with that.
Still can be disabled by --disable-zeroconf.
|
|
|
|
|
|
|
|
| |
2006-01-12 Jean-François Rameau <jframeau@cvs.gnome.org>
* src/ephy-dbus.c: (ephy_dbus_connect_to_session_bus):
Fix compiler warnings.
|
|
|
|
|
|
|
|
| |
2006-01-11 Christian Persch <chpe@cvs.gnome.org>
* data/default-prefs-common.js:
Disable <a ping>.
|
|
|
|
|
|
| |
2006-01-11 Gabor Kelemen <kelemeng@gnome.hu>
* hu.po: Hungarian translation updated.
|
|
|
|
|
|
|
|
| |
2006-01-11 Christian Persch <chpe@cvs.gnome.org>
* configure.ac:
Add another contract ID check, only on gecko >= 1.8.
|
|
|
|
|
|
|
|
| |
2006-01-11 hristian Persch <chpe@cvs.gnome.org>
* data/Makefile.am:
Don't delete epiphany-fonts.schemas on make clean.
|
|
|
|
|
|
|
|
| |
2006-01-11 Christian Persch <chpe@cvs.gnome.org>
* data/mime-types-permissions.xml:
More mime types.
|
|
|
|
|
|
| |
2006-01-11 Adam Weinberger <adamw@gnome.org>
* en_CA.po: Updated Canadian English translation.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
2006-01-10 Christian Persch <chpe@cvs.gnome.org>
* m4/gecko.m4:
Fix gecko version check to use AC_EGREP_CPP instead of
grepping the header file directly. Misc fixes.
|
|
|
|
| |
Removed some GtkLabels that were created but never used.
|
|
|
|
| |
Note that bookmarks may still appear at different places in the hierarchy.
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
2006-01-08 Jean-François Rameau <jframeau@cvs.gnome.org>
* embed/mozilla/EphyContentPolicy.h:
* embed/mozilla/EphyContentPolicy.cpp: (ShouldLoad):
* embed/ephy-embed.h:
* embed/ephy-embed.c: (ephy_embed_base_init):
EphyContentPolicy now emits a signal when a content is blocked.
|
|
|
|
|
|
|
|
| |
2006-01-08 Christian Persch <chpe@cvs.gnome.org>
* data/Makefile.am:
Fix pkgconfig_DATA.
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-01-08 Christian Persch <chpe@cvs.gnome.org>
* configure.ac:
R data/epiphany-1.10.pc.in:
A data/epiphany.pc.in:
* m4/gecko.m4:
Various improvements to gecko.m4. Generate the versioned .pc file
from the unversioned .pc.in file.
|
|
|
|
|
|
| |
2006-01-06 Mohammad DAMT <mdamt@gnome.org>
* id.po: Updated Indonesian translation.
|
|
|
|
|
|
|
|
|
|
| |
2006-01-05 thetroublemaker <thetroublemaker@inventati.org>
* src/ephy-notebook.c:
changed ephy_tab_get_title_composite to ephy_tab_get_title,
so that now 'Loading ' is not displayed when loadin' a new
tab. Bug #323468.
|
|
|
|
|
|
|
|
| |
2006-01-08 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-window.c: (ephy_window_delete_event):
Exit ppv mode when clicking the window close button. Bug #326136.
|
|
|
|
|
|
|
|
| |
2006-01-08 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/ContentHandler.cpp:
Make ESC cancel the content handler dialogue. Bug #325811.
|
|
|
|
|
|
|
|
| |
2006-01-06 Crispin Flowerday <gnome@flowerday.cx>
* src/window-commands.c (window_cmd_help_about):
Change the copyright year to 2006
|
|
|
|
|
|
|
|
|
| |
2006-01-06 Christian Persch <chpe@cvs.gnome.org>
* data/Makefile.am:
R data/epiphany.applications:
Remove applications file.
|
|
|
|
|
|
| |
2006-01-06 Žygimantas Beručka <zygis@gnome.org>
* lt.po: Updated Lithuanian translation.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
2006-01-04 Christian Persch <chpe@cvs.gnome.org>
* lib/ephy-adblock.c:
* lib/ephy-file-helpers.c:
Fix compiler warnings.
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-01-04 Christian Persch <chpe@cvs.gnome.org>
R data/art/epiphany-close-tab.png:
* lib/ephy-stock-icons.c: (ephy_stock_icons_init):
* lib/ephy-stock-icons.h:
* src/ephy-notebook.c: (build_tab_label):
Go back to using the gtk stock close icon, to get correct
themeing in a11y themes.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-01-04 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-find-toolbar.c: (entry_changed_cb), (set_focus_cb),
(ephy_find_toolbar_grab_focus), (ephy_find_toolbar_find_next),
(ephy_find_toolbar_find_previous), (ephy_find_toolbar_open),
(ephy_find_toolbar_close):
Fix warning when Ctrl-F while the find toolbar is already shown.
Fix next/prev button sensitivity when find wrapped around.
* src/ephy-window.c:
Add more XF86XK key codes.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
2006-01-03 Crispin Flowerday <gnome@flowerday.cx>
* configure.ac:
* src/ephy-main.c:
R src/ephy-automation.h:
Remove various references to bonobo, ephy is now officially
monkey free!
|
|
|
|
|
|
|
|
| |
2006-01-03 Crispin Flowerday <gnome@flowerday.cx>
* src/Makefile.am:
Fix some white space issues to keep make and emacs happy
|
|
|
|
|
|
|
|
|
| |
2006-01-03 Crispin Flowerday <gnome@flowerday.cx>
* src/ephy-dbus.c (ephy_dbus_connect_to_session_bus)
Fix the arguments to the dbus_connection_set_exit_on_disconnect call
for the session bus.
|
|
|
|
|
|
|
|
| |
2006-01-03 Crispin Flowerday <gnome@flowerday.cx>
* src/ephy-dbus.c (ephy_dbus_connect_to_session_bus):
Tell dbus not to exit the application if the bus disconnects.
|
|
|
|
|
|
|
|
| |
2006-01-03 Christian Persch <chpe@cvs.gnome.org>
* src/Makefile.am:
Remove unneeded LINK line.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-01-03 Christian Persch <chpe@cvs.gnome.org>
* embed/Makefile.am:
* embed/mozilla/Makefile.am:
* lib/Makefile.am:
* lib/egg/Makefile.am:
* src/Makefile.am:
* src/bookmarks/Makefile.am:
Don't include generated files in the tarball. Bug #319440.
R help/C/Makefile.am:
R help/es/Makefile.am:
R help/eu/Makefile.am:
R help/fi/Makefile.am:
R help/ja/Makefile.am:
R help/uk/Makefile.am:
Remove obsolete files.
|
|
|
|
|
|
|
|
| |
2006-01-03 Jean-François Rameau <jframeau@cvs.gnome.org>
* src/ephy-dbus.c: (ephy_dbus_connect_to_session_bus):
Fix compilation with DBUS 0.6 (DBUS_NAME_FLAG_PROHIBIT_REPLACEMENT constant removed).
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-01-02 Christian Persch <chpe@cvs.gnome.org>
* Makefile.am:
* autogen.sh:
* configure.ac:
R data/GNOME_Epiphany_Automation.server.in:
* data/Makefile.am:
A data/epiphany-service.xml:
A data/org.gnome.Epiphany.service.in:
* doc/reference/Makefile.am:
R idl/.cvsignore:
R idl/EphyAutomation.idl:
R idl/Makefile.am:
* lib/Makefile.am:
R lib/ephy-dbus.c:
R lib/ephy-dbus.h:
* lib/ephy-file-helpers.c: (ephy_file_launch_application):
* src/Makefile.am:
A src/ephy-activation.c:
A src/ephy-activation.h:
A src/ephy-dbus.c:
A src/ephy-dbus.h:
* src/ephy-main.c: (main):
* src/ephy-shell.c: (ephy_shell_init), (open_urls),
(dbus_g_proxy_finalized_cb), (ephy_shell_startup),
(ephy_shell_dispose):
Bonobo is dead; long live the Bonobos!
Patch by Gustavo Gama, bug #322463.
|
|
|
|
|
|
|
| |
2006-01-02 Kjartan Maraas <kmaraas@gnome.org>
* nb.po: Updated Norwegian bokmål translation.
* no.po: Same
|
|
|
|
|
|
| |
* Jan 01 2006 Reinout van Schouwen <reinout@cs.vu.nl>
* NEWS: 1.9.4 changes added
|
|
|
|
|
|
| |
* Jan 1 2006 Reinout van Schouwen <reinout@cs.vu.nl>
* nl.po: now the resulting xml file passes xmllint
|
| |
|
|
|
|
|
|
|
|
| |
2006-01-01 Christian Persch <chpe@cvs.gnome.org>
* configure.ac:
Post-release version bump.
|
|
|
|
|
|
|
|
|
|
| |
2006-01-01 Christian Persch <chpe@cvs.gnome.org>
=== Release 1.9.4 ===
* NEWS:
* configure.ac:
* data/Makefile.am:
|
|
|
|
|
|
| |
* Jan 1 2006 Reinout van Schouwen <reinout@cs.vu.nl>
* nl.po: fix a few typo's
|
|
|
|
|
|
|
|
|
|
|
| |
2005-12-31 Crispin Flowerday <gnome@flowerday.cx>
* src/ephy-encoding-dialog.c: (sync_encoding_against_embed),
(embed_net_stop_cb), (sync_embed_cb),
(ephy_encoding_dialog_finalize):
When in automatic mode, update the treeview to reflect
the currently selected encoding. Fixes bug #127757
|
|
|
|
|
|
| |
2005-12-31 Åsmund Skjæveland <aasmunds@fys.uio.no>
* nn.po: Updated Norwegian Nynorsk translation.
|
|
|
|
|
|
|
|
|
| |
2005-12-30 Christian Persch <chpe@cvs.gnome.org>
* plugins/desktop-file/Makefile.am:
Add include subdirs for broken distros. Bug #321841.
Add plugins.symbols to EXTRA_DIST.
|
|
|
|
|
|
|
|
| |
2005-12-30 Christian Persch <chpe@cvs.gnome.org>
* m4/gecko.m4:
Improve "gecko not found" message. Bug #319253.
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-12-30 Christian Persch <chpe@cvs.gnome.org>
* lib/ephy-file-helpers.c: (ephy_file_helpers_init),
(my_gdk_spawn_make_environment_for_screen),
(make_spawn_environment_for_sn_context),
(ephy_file_launch_application), (launch_desktop_item):
Put a marker in the environment to detect when we launch ourself
as a helper app. Fixes bug #324828.
|
|
|
|
|
|
|
|
| |
2005-12-30 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-window.c:
Zoom on Ctrl-=, Ctrl-KP+, Ctrl-KP- too. Bug #105183.
|
| |
|
|
|
|
|
|
| |
* Dec 30 2005 Reinout van Schouwen <reinout@cs.vu.nl>
* nl.po: Completed Dutch translation
|
|
|
|
|
|
| |
* Dec 29 2005 Reinout van Schouwen <reinout@cs.vu.nl>
- Updated ChangeLog
|
|
|
|
|
|
| |
* Dec 29 2005 Reinout van Schouwen <reinout@cs.vu.nl>
- Fixed a small Dutch documentation/ui consistency problem
|
|
|
|
|
|
| |
* Dec 29 2005 Reinout van Schouwen <reinout@cs.vu.nl>
- More work on Dutch documentation
- Included Dutch screenshots
|
| |
|
|
|
|
|
|
| |
* zh_TW.po: Updated Chinese (Taiwan) translation.
* zh_HK.po: New Chinese (Hong Kong) translation.
* LINGUAS: Added zh_HK
|
|
|
|
|
| |
* Dec 28 2005 Reinout van Schouwen <reinout@cs.vu.nl>
Worked a bit on Dutch documentation
|
| |
|
|
|
|
|
|
| |
2005-12-23 Adam Weinberger <adamw@gnome.org>
* en_CA.po: Updated Canadian English translation.
|
|
|
|
|
|
|
|
| |
2005-12-23 Christian Neumair <chris@gnome-de.org>
* src/ephy-session.c: (offser_to_resume):
Always center dialog on screen. Bug #324896.
|
| |
|
|
|
|
|
|
|
|
| |
2005-12-20 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-window.c:
Show warning on mixed content in the tooltip. Bug #321508.
|
|
|
|
|
|
| |
2005-12-20 Gabor Kelemen <kelemeng@gnome.hu>
* hu.po: Hungarian translation updated.
|
|
|
|
|
|
| |
2005-12-20 Vincent van Adrighem <adrighem@gnome.org>
* nl.po: Translation updated by Reinout van Schouwen.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-12-19 Jean-François Rameau <jframeau@cvs.gnome.org>
* embed/Makefile.am:
* embed/ephy-adblock-manager.c:
* embed/ephy-adblock-manager.h:
* embed/ephy-embed-shell.c: (ephy_embed_shell_finalize):
* embed/ephy-embed-shell.h:
* embed/mozilla/EphyContentPolicy.cpp: (EphyContentPolicy::ShouldLoad):
* lib/Makefile.am:
* lib/ephy-adblock.h:
* lib/ephy-adblock.c:
* src/ephy-shell.c: (ephy_shell_get_extensions_manager):
Add some code so ad blocking should be more easy. Based on the fact
that Epiphany already has its own content policy component (EphyContentPolicy).
The new design adds:
- an interface, EphyAdBlock
- a manager, EphyAdBlockManager, pointing to a blocker (possibly no one).
|
|
|
|
|
|
| |
2005-12-18 Takeshi AIHANA <aihana@gnome.gr.jp>
* ja.po: Updated Japanese translation for v1.9.3.1.
|
|
|
|
|
|
|
|
| |
2005-12-16 Claudio Saavedra <csaavedra@alumnos.utalca.cl>
* lib/egg/egg-editable-toolbar.c: (configure_item_cursor):
Use a gtk stock cursor (GDK_HAND2) instead of already removed image.
Fixes bug #324265.
|
|
|
|
|
|
| |
2005-12-15 Marcel Telka <marcel@telka.sk>
* sk.po: Updated Slovak translation.
|
|
|
|
|
|
| |
2005-12-15 Žygimantas Beručka <zygis@gnome.org>
* lt.po: Updated Lithuanian translation.
|
|
|
|
|
|
|
|
| |
2005-12-15 Jean-François Rameau <jframeau@cvs.gnome.org>
* embed/mozilla/mozilla-embed-single: (impl_import):
Fix a compile warning.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
2005-12-14 Christian Persch <chpe@cvs.gnome.org>
* plugins/desktop-file/Makefile.am:
A plugins/desktop-file/plugin.symbols:
Only export necessary symbols.
|
| |
|
|
|
|
|
|
|
|
| |
2005-12-14 Christian Persch <chpe@cvs.gnome.org>
* data/Makefile.am:
Install the fonts schemas file too.
|
| |
|
|
|
|
|
|
|
| |
2005-12-12 Alexander Shopov <ash@contact.bg>
* bg.po: Updated Bulgarian translation by
Vladimir Petkov <vpetkov@i-space.org>
|
|
|
|
|
|
| |
2005-12-12 Francisco Javier F. Serrador <serrador@cvs.gnome.org>
* es.po: Updated Spanish translation.
|
|
|
|
|
|
|
|
| |
2005-12-12 Christian Persch <chpe@cvs.gnome.org>
* configure.ac:
Post-release version bump.
|
|
|
|
|
|
|
|
|
| |
2005-12-12 Christian Persch <chpe@cvs.gnome.org>
=== Release 1.9.3.1 ===
* NEWS:
* configure.ac:
|
|
|
|
|
|
|
|
| |
2005-12-12 Christian Persch <chpe@cvs.gnome.org>
* data/Makefile.am:
Fix desktop file install.
|
|
|
|
|
|
| |
2005-12-12 Theppitak Karoonboonyanan <thep@linux.thai.net>
* th.po: Updated Thai translation.
|
|
|
|
|
|
| |
2005-12-11 Vincent van Adrighem <adrighem@gnome.org>
* nl.po: Translation updated by Reinout van Schouwen.
|
|
|
|
|
|
| |
2005-12-11 Reinout van Schouwen <reinout@cs.vu.nl>
* Updated NEWS
|
|
|
|
|
|
| |
2005-12-11 Miloslav Trmac <mitr@volny.cz>
* cs.po: Updated Czech translation.
|
|
|
|
|
|
|
|
| |
2005-12-11 Christian Persch <chpe@cvs.gnome.org>
* configure.ac:
Post-release version bump.
|
|
|
|
|
|
|
|
|
| |
2005-12-11 Christian Persch <chpe@cvs.gnome.org>
=== Release 1.9.3 ===
* NEWS:
* configure.ac:
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-12-11 Christian Persch <chpe@cvs.gnome.org>
* src/Makefile.am:
A src/ephy-cert-manager-dialog.c:
A src/ephy-cert-manager-dialog.h:
R src/ephy-certificate-manager.c:
R src/ephy-certificate-manager.h:
* src/window-commands.c:
Fix stupid mistake.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-12-11 Christian Persch <chpe@cvs.gnome.org>
* configure.ac:
* data/glade/Makefile.am:
* data/glade/certs-manager.glade:
* data/ui/epiphany-ui.xml:
* embed/Makefile.am:
A embed/ephy-certificate-manager.c:
A embed/ephy-certificate-manager.h:
A embed/ephy-x509-cert.c:
A embed/ephy-x509-cert.h:
* embed/mozilla/Makefile.am:
* embed/mozilla/mozilla-embed-single.cpp:
A embed/mozilla/mozilla-x509-cert.cpp:
A embed/mozilla/mozilla-x509-cert.h:
* src/Makefile.am:
A src/ephy-certificate-manager.c:
A src/ephy-certificate-manager.h:
* src/ephy-window.c:
* src/window-commands.c:
* src/window-commands.h:
Add certificate manager. Patch by Robert Marcano and Crispin
Flowerday. Fixes bug #119090.
|
| |
|
|
|
|
|
|
| |
2005-12-10 Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
* zh_TW.po: Updated Traditional Chinese translation.
|
|
|
|
|
|
|
|
|
| |
2005-12-08 Christian Persch <chpe@cvs.gnome.org>
* src/pdm-dialog.c: (pdm_dialog_cookies_construct),
(pdm_dialog_cookie_add):
Fix crash when adding a cookie while the dialogue is open.
|
|
|
|
|
|
| |
2005-12-08 Priit Laes <plaes@cvs.gnome.org>
* et.po: Translation updated.
|
|
|
|
|
|
|
| |
2005-12-08 Kjartan Maraas <kmaraas@gnome.org>
* nb.po: Updated Norwegian bokmål translation.
* no.po: Same.
|
|
|
|
|
|
| |
2005-12-07 Žygimantas Beručka <zygis@gnome.org>
* lt.po: Updated Lithuanian translation.
|
|
|
|
|
|
| |
2005-12-07 Priit Laes <plaes@cvs.gnome.org>
* et.po: Translation updated by Ivar Smolin.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-12-07 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/EphyFind.cpp:
Minor code cleanup.
* src/ephy-find-toolbar.c: (entry_key_press_event_cb),
(ephy_find_toolbar_close):
Also check for GDK_ISO_Enter.
* src/ephy-window.c: (sync_tab_address):
Close the find toolbar when loading a new page.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-12-07 Christian Persch <chpe@cvs.gnome.org>
* embed/ephy-embed.c: (ephy_embed_scroll),
(ephy_embed_page_scroll), (ephy_embed_scroll_pixels):
* embed/ephy-embed.h:
* embed/mozilla/EphyBrowser.cpp:
* embed/mozilla/EphyBrowser.h:
* embed/mozilla/mozilla-embed.cpp:
Add ephy_embed_scroll_pixels.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-12-06 Crispin Flowerday <gnome@flowerday.cx>
* embed/ephy-embed.c: (ephy_embed_scroll),
(ephy_embed_page_scroll):
* embed/ephy-embed.h:
* embed/mozilla/EphyBrowser.cpp:
* embed/mozilla/EphyBrowser.h:
* embed/mozilla/mozilla-embed.cpp:
* src/ephy-find-toolbar.c: (entry_key_press_event_cb):
Forward up/down/page up/page down from the findbar entry
to the embed.
|
| |
|
|
|
|
|
|
|
|
| |
2005-12-05 Christian Persch <chpe@cvs.gnome.org>
* src/bookmarks/ephy-related-action.c: (node_destroyed_cb):
Don't try to connect signals to the destroyed node!
|
|
|
|
|
|
| |
2005-12-06 Francisco Javier F. Serrador <serrador@cvs.gnome.org>
* es.po: Updated Spanish translation.
|
|
|
|
|
|
|
|
|
|
| |
2005-12-05 Crispin Flowerday <gnome@flowerday.cx>
* src/ephy-find-toolbar.c: (entry_changed_cb),
(ephy_find_toolbar_request_close):
Fix a compile warning, and don't bother requesting a close
if the find bar is already closed
|
|
|
|
|
|
| |
2005-12-05 Marcel Telka <marcel@telka.sk>
* sk.po: Updated Slovak translation.
|
|
|
|
|
|
|
|
| |
2005-12-05 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-tabs-menu.c: (tab_set_action_accelerator):
Use sizeof() here.
|
|
|
|
|
|
|
|
| |
2005-12-05 Christian Persch <chpe@cvs.gnome.org>
* lib/ephy-langs.c:
Updated comment to refer to the schema autogeneration tool.
|
|
|
|
|
|
|
|
| |
2005-12-05 Christian Persch <chpe@cvs.gnome.org>
* data/ui/epiphany-ui.xml:
Remove a unused popup menu declaration.
|
|
|
|
|
|
|
|
|
|
| |
2005-12-05 Christian Persch <chpe@cvs.gnome.org>
* data/glade/print.glade:
* embed/print-dialog.c: (ephy_print_setup_dialog_new):
Remove the paper selector from the print setup dialogue,
we have one in the print dialogue already.
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-12-05 Christian Persch <chpe@cvs.gnome.org>
* data/glade/certificate-dialogs.glade:
* data/glade/epiphany.glade:
* embed/mozilla/GtkNSSClientAuthDialogs.cpp:
* embed/mozilla/GtkNSSDialogs.cpp:
* src/pdm-dialog.c: (show_cookies_properties), (pdm_dialog_init):
Fix spacings to be HIG compliant. Set window roles.
|
|
|
|
|
|
|
|
| |
2005-12-05 Christian Persch <chpe@cvs.gnome.org>
* src/languages.h:
Add "tt".
|
|
|
|
|
|
|
|
| |
2005-12-05 Christian Persch <chpe@cvs.gnome.org>
* data/mime-types-permissions.xml:
Add image/x-png type.
|
|
|
|
|
|
|
|
| |
2005-12-05 Christian Persch <chpe@cvs.gnome.org>
* Makefile.am:
Use --with-gecko in the distcheck configure args.
|
|
|
|
|
|
| |
2005-12-05 Adam Weinberger <adamw@gnome.org>
* en_CA.po: Updated Canadian English translation.
|
|
|
|
|
|
| |
2005-12-05 Åsmund Skjæveland <aasmunds@fys.uio.no>
* nn.po: Updated Norwegian Nynorsk translation.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-12-04 Christian Persch <chpe@cvs.gnome.org>
* embed/ephy-embed-find.c: (ephy_embed_find_set_selection):
* embed/ephy-embed-find.h:
* embed/mozilla/EphyFind.cpp:
* embed/mozilla/EphyFind.h:
* embed/mozilla/mozilla-embed-find.cpp:
While in find mode, set the selection colour to "attention".
* src/ephy-find-toolbar.c: (set_status), (clear_status),
(tab_search_key_press_cb), (entry_key_press_event_cb),
(entry_activate_cb), (set_focus_cb),
(ephy_find_toolbar_set_window), (ephy_find_toolbar_init),
(ephy_find_toolbar_class_init), (ephy_find_toolbar_set_embed),
(ephy_find_toolbar_open), (ephy_find_toolbar_close),
(ephy_find_toolbar_request_close):
* src/ephy-find-toolbar.h:
* src/ephy-window.c: (sync_tab_document_type),
(find_toolbar_close_cb), (ephy_window_set_print_preview),
(ephy_window_get_find_toolbar), (ephy_window_get_context_event):
Refactor find toolbar closing not to crash with auto-closing popups.
Unset the selection colour on close.
Remove dead #ifdef FIND_WHILE_TYPING_IN_EMBED code.
|
|
|
|
|
|
|
|
| |
2005-12-04 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/GtkNSSDialog.cpp:
Add a comment for translators.
|
|
|
|
|
|
|
|
| |
2005-12-03 Kjartan Maraas <kmaraas@gnome.org>
* POTFILES.in: Fix desktop files.
* nb.po: Updated Norwegian bokmål translation
* no.po: Same.
|
|
|
|
|
|
|
|
| |
2005-11-29 Christian Persch <chpe@cvs.gnome.org>
* src/pdm-dialog.c: (pdm_dialog_cookie_scroll_to):
Fix transposed arguments.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-11-29 Christian Persch <chpe@cvs.gnome.org>
* lib/ephy-string.c: (ephy_string_collate_key_for_domain):
* lib/ephy-string.h:
Add a method to generate collation keys for domain names.
* src/pdm-dialog.c: (cookie_search_equal),
(pdm_dialog_cookies_construct), (cookie_host_to_iter),
(compare_cookie_host_keys), (pdm_dialog_fill_cookies_list),
(pdm_dialog_cookies_destruct), (pdm_dialog_cookie_add),
(pdm_dialog_cookie_scroll_to), (sync_notebook_tab),
(pdm_dialog_init), (pdm_dialog_finalize), (pdm_dialog_open):
* src/pdm-dialog.h:
* src/window-commands.c: (window_cmd_edit_personal_data):
Open the PDM dialogue on the cookies page scrolled to show the
cookies of the currently loaded page, if there are any. Sort
cookies by domain. Allow treeview typeaheadfind search to find
by substring not prefix.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-11-29 Christian Persch <chpe@cvs.gnome.org>
* configure.ac:
* data/Makefile.am:
R data/bme.desktop.in:
A data/bme.desktop.in.in:
R data/epiphany.desktop.in:
A data/epiphany.desktop.in.in:
Remove empty DocPath from desktop files, and add bugzilla version.
Generate the .in files from configure.
|
|
|
|
|
|
|
|
| |
2005-11-28 Christian Persch <chpe@cvs.gnome.org>
* configure.ac:
Suppress some C++ compiler warnings.
|
|
|
|
|
|
|
|
|
| |
2005-11-28 Christian Persch <chpe@cvs.gnome.org>
* configure.ac:
* m4/gecko.m4:
Move more checks to gecko.m4.
|
|
|
|
|
|
| |
2005-11-27 Francisco Javier F. Serrador <serrador@cvs.gnome.org>
* es.po: Updated Spanish translation (QA)
|
|
|
|
|
|
|
|
| |
2005-11-27 Christian Persch <chpe@cvs.gnome.org>
* configure.ac:
Correctly save and restore CXXFLAGS.
|
| |
|
| |
|
|
|
|
|
|
| |
2005-11-26 Theppitak Karoonboonyanan <thep@linux.thai.net>
* th.po: Updated Thai translation.
|
|
|
|
|
|
| |
2005-11-25 Francisco Javier F. Serrador <serrador@cvs.gnome.org>
* es.po: Updated Spanish tranlation.
|
| |
|
|
|
|
|
|
|
| |
2005-11-25 Alexander Shopov <ash@contact.bg>
* bg.po: Updated Bulgarian translation by
Vladimir Petkov <vpetkov@i-space.org>
|
|
|
|
|
|
|
| |
2005-11-23 Alexander Shopov <ash@contact.bg>
* bg.po: Updated Bulgarian translation by
Vladimir Petkov <vpetkov@i-space.org>
|
| |
|
|
|
|
|
|
| |
2005-11-21 Theppitak Karoonboonyanan <thep@linux.thai.net>
* th.po: Updated Thai translation.
|
|
|
|
|
|
| |
2005-11-20 Theppitak Karoonboonyanan <thep@linux.thai.net>
* th.po: Updated Thai translation.
|
| |
|
|
|
|
|
|
| |
2005-11-19 Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
* zh_TW.po: Updated Traditional Chinese translation.
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-11-18 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/EphyContentPolicy.cpp:
* embed/ephy-embed-single.c:
* embed/ephy-embed-single.h:
* src/epiphany.defs:
Add chrome: and resource: to the safe list; otherwise
forms and scrollbars break. Fixes bug #316498.
|
|
|
|
|
|
|
|
|
|
|
| |
2005-11-18 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/EphyContentPolicy.cpp:
* embed/ephy-embed-single.c:
* embed/ephy-embed-single.h:
Add chrome: and resource: to the safe list; otherwise
forms and scrollbars break. Fixes bug #316498.
|
|
|
|
|
|
|
|
|
|
| |
2005-11-18 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-extensions-manager.c:
Don't warn when reading a .xml when we previously read the
.ephy-extension for this identifier. Allows .xml and .ephy-extension
to co-exist in ~/.gnome2/epiphany/extensions.
|
|
|
|
|
|
|
|
|
| |
2005-11-18 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-tab.c:
Delay reloads when we get many change notifications in a short time.
Fixes bug #319993.
|
| |
|
|
|
|
|
|
| |
2005-11-17 Adam Weinberger <adamw@gnome.org>
* en_CA.po: Updated Canadian English translation.
|
|
|
|
|
|
| |
2005-11-17 Francisco Javier F. Serrador <serrador@cvs.gnome.org>
* es.po: Updated Spanish translation.
|
|
|
|
|
|
|
|
| |
2005-11-17 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-window.c:
Add F5 as accel for reload.
|
|
|
|
|
|
|
|
|
| |
2005-11-17 Christian Persch <chpe@cvs.gnome.org>
* src/pdm-dialog.c:
Set the model's sort column only after filling it. Vastly improves
delay when opening the PDM dialogue when you have many cookies.
|
|
|
|
|
|
| |
2005-11-17 Marcel Telka <marcel@telka.sk>
* sk.po: Updated Slovak translation.
|
| |
|
|
|
|
|
|
|
|
| |
2005-11-16 Christian Persch <chpe@cvs.gnome.org>
* configure.ac:
Fix the nsIPassword.h presence check.
|
|
|
|
|
|
|
|
| |
2005-11-15 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/GtkNSSDialogs.cpp:
Prettify CRL import dialogue. Fixes bug #321590.
|
| |
|
|
|
|
|
|
| |
2005-11-16 Marcel Telka <marcel@telka.sk>
* sk.po: Updated Slovak translation.
|
|
|
|
|
|
|
| |
2005-11-15 Kjartan Maraas <kmaraas@gnome.org>
* nb.po: Updated Norwegian bokmål translation.
* no.po: Same.
|
|
|
|
|
|
| |
2005-11-15 Theppitak Karoonboonyanan <thep@linux.thai.net>
* th.po: Updated Thai translation.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-11-15 Christian Persch <chpe@cvs.gnome.org>
* data/glade/epiphany.glade:
* data/glade/prefs-dialog.glade:
* data/glade/print.glade:
* src/pdm-dialog.c: (pdm_dialog_response_cb), (pdm_dialog_init):
* src/prefs-dialog.c: (setup_add_language_dialog),
(prefs_dialog_init):
Don't put the prefs/pdm dialogue over all windows. Make the
add-language dialogue modal to the prefs dialogue.
|
|
|
|
|
|
|
|
|
| |
2005-11-14 Christian Persch <chpe@cvs.gnome.org>
* src/window-commands.c: (window_cmd_help_about):
Mark message for translation. Patch by Guilherme de S. Pastore,
fixes bug #319988.
|
|
|
|
|
|
|
| |
2005-11-14 Alexander Shopov <ash@contact.bg>
* bg.po: Updated Bulgarian translation by
Vladimir Petkov <vpetkov@i-space.org>
|
|
|
|
|
|
|
|
|
| |
2005-11-13 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/EphyAboutModule.cpp:
* embed/mozilla/EphyAboutModule.h:
Fix for mozilla API change.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-11-12 Philip Langdale <philipl@mail.utexas.edu>
* data/ui/epiphany-ui.xml: Remove accelerator actions
for extra keybindings.
* src/ephy-lockdown.c: (update_window):
Don't manipulate removed "FileSave" action.
* src/ephy-toolbar.c
* src/ephy-toolbar.h: (ephy_toolbar_get_action_group):
Add getter for the toolbar's action group.
* src/ephy-window.c: (ephy_window_key_press_event):
Transition over to the Galeon mechanism for handling
extra keybindings. This maps the keybindings to
actions so that no extra actions are required. The
only subtlety is that some of the actions come from
the toolbar, so access to its action group is required.
* src/window-commands.c
* src/window-commands.h: (window_cmd_go_back/forward/home):
Remove the now unsued back/forward/home callbacks.
|
|
|
|
|
|
|
|
|
| |
2005-11-12 Christian Persch <chpe@cvs.gnome.org>
* data/Makefile.am:
Fix schemas install and add generate-font-schemas.py
to EXTRA_DIST.
|
|
|
|
|
|
|
|
|
|
|
| |
2005-11-12 Christian Persch <chpe@cvs.gnome.org>
* data/Makefile.am:
* data/default-prefs-common.js:
* data/generate-font-schemas.py:
* data/epiphany-fonts.schemas:
Add schema entries for the fonts keys.
|
|
|
|
|
|
| |
2005-11-12 Miloslav Trmac <mitr@volny.cz>
* cs.po: Updated Czech translation.
|
|
|
|
|
|
|
|
| |
2005-11-12 Christian Persch <chpe@cvs.gnome.org>
* configure.ac:
Post-release version bump.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-11-12 Christian Persch <chpe@cvs.gnome.org>
=== Release 1.9.2 ===
* Makefile.am:
Pass make distcheck.
* NEWS:
* configure.ac:
Updated for 1.9.2.
* lib/egg/egg-toolbars-model.c: (egg_toolbars_model_to_xml),
(egg_toolbars_model_save), (parse_data_list), (parse_item_list),
(parse_toolbars):
* src/bookmarks/ephy-bookmarks-ui.c:
(ephy_bookmarks_ui_attach_toolbar_model):
Fix compile warnings.
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
2005-11-10 Crispin Flowerday <gnome@flowerday.cx>
* lib/ephy-file-helpers.c
* lib/widgets/ephy-location-entry.c
* src/ephy-session.c
* src/bookmarks/ephy-bookmarks-import.c:
Remove some unused variables
|
|
|
|
|
|
|
|
|
|
|
| |
2005-11-09 Christian Persch <chpe@cvs.gnome.org>
* configure.ac:
* m4/gecko.m4:
Rewrite the contractid check. Now works with builds without
--with-default-mozilla-five-home.
Balance AC_LANG_POP/PUSH.
|
|
|
|
|
|
|
|
| |
2005-11-09 Christian Persch <chpe@cvs.gnome.org>
* m4/gecko.m4:
Use $PACKAGE_NAME.
|
|
|
|
|
|
|
|
|
| |
2005-11-09 Christian Persch <chpe@cvs.gnome.org>
* configure.ac:
* m4/gecko.m4:
Tiny output improvements.
|
|
|
|
|
|
|
|
|
|
|
| |
2005-11-09 Christian Persch <chpe@cvs.gnome.org>
* configure.ac:
* m4/gecko.m4:
Add check for contract IDs which we need but are only provided
by extensions which may or may not have been built into gecko.
We cannot check for the headers here since they are always present.
|
|
|
|
|
|
|
|
|
|
| |
2005-11-09 Christian Persch <chpe@cvs.gnome.org>
* data/glade/epiphany.glade:
Because the Dwnloads window is a GtkDiaog for technical reasons,
we set the type hint to 'normal' so it still has close/minimise
buttons.
|
|
|
|
|
|
|
|
|
| |
2005-11-09 Christian Persch <chpe@cvs.gnome.org>
* configure.ac:
A m4/gecko.m4:
Distill the gecko detection logic into a macro package.
|
| |
|
|
|
|
|
|
| |
2005-11-09 Žygimantas Beručka <zygis@gnome.org>
* lt.po: Updated Lithuanian translation.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
2005-11-08 Christian Persch <chpe@cvs.gnome.org>
* lib/egg/eggstatusicon.c: (egg_status_icon_class_init):
* lib/egg/eggtrayicon.c: (egg_tray_icon_class_init):
* lib/egg/eggtraymanager.c: (egg_tray_manager_class_init):
Don't translate param spec strings.
|
|
|
|
|
|
|
|
|
| |
2005-11-08 Christian Persch <chpe@cvs.gnome.org>
* embed/ephy-embed-single.c: (ephy_embed_single_iface_init):
* embed/mozilla/mozilla-embed-single.cpp:
Make "network-status" property readwrite.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-11-08 Christian Persch <chpe@cvs.gnome.org>
* embed/ephy-embed-single.c: (ephy_embed_single_iface_init):
* lib/egg/eggstatusicon.c: (egg_status_icon_class_init):
* lib/egg/eggtrayicon.c: (egg_tray_icon_class_init):
* lib/widgets/ephy-location-entry.c:
(ephy_location_entry_class_init):
* src/bookmarks/ephy-bookmark-action.c:
(ephy_bookmark_action_class_init):
* src/bookmarks/ephy-topic-action.c:
(ephy_topic_action_class_init):
* src/ephy-find-toolbar.c: (ephy_find_toolbar_class_init):
* src/ephy-fullscreen-popup.c: (ephy_fullscreen_popup_class_init):
* src/ephy-location-action.c: (ephy_location_action_class_init):
* src/ephy-python-extension.c: (ephy_python_extension_class_init):
* src/ephy-session.c: (ephy_session_class_init):
* src/ephy-tab.c: (ephy_tab_class_init):
* src/ephy-toolbar-editor.c: (ephy_toolbar_editor_class_init):
* src/ephy-toolbar.c: (ephy_toolbar_class_init):
* src/ppview-toolbar.c: (ppview_toolbar_class_init):
More static strings.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-11-08 Christian Persch <chpe@cvs.gnome.org>
* embed/ephy-embed-dialog.c: (ephy_embed_dialog_class_init):
* embed/ephy-embed-persist.c: (ephy_embed_persist_class_init):
* embed/ephy-history.c: (ephy_history_class_init):
* embed/mozilla/mozilla-download.cpp:
* lib/egg/egg-editable-toolbar.c:
(egg_editable_toolbar_class_init):
* lib/egg/egg-toolbar-editor.c: (egg_toolbar_editor_class_init):
* lib/egg/eggstatusicon.c: (egg_status_icon_class_init):
* lib/egg/eggtraymanager.c: (egg_tray_manager_class_init):
* lib/ephy-dialog.c: (ephy_dialog_class_init):
* lib/ephy-file-chooser.c: (ephy_file_chooser_class_init):
* lib/ephy-node-db.c: (ephy_node_db_class_init):
* lib/widgets/ephy-node-view.c: (ephy_node_view_class_init):
* lib/widgets/ephy-tree-model-node.c:
(ephy_tree_model_node_class_init):
* lib/widgets/ephy-zoom-action.c: (ephy_zoom_action_class_init):
* lib/widgets/ephy-zoom-control.c: (ephy_zoom_control_class_init):
* src/bookmarks/ephy-bookmark-action.c:
(ephy_bookmark_action_class_init):
* src/bookmarks/ephy-bookmark-properties.c:
(ephy_bookmark_properties_class_init):
* src/bookmarks/ephy-bookmarks-editor.c:
(ephy_bookmarks_editor_class_init):
* src/bookmarks/ephy-new-bookmark.c:
(ephy_new_bookmark_class_init):
* src/bookmarks/ephy-topic-action.c:
(ephy_topic_action_class_init):
* src/bookmarks/ephy-topics-selector.c:
(ephy_topics_selector_class_init):
* src/ephy-encoding-menu.c: (ephy_encoding_menu_class_init):
* src/ephy-history-window.c: (ephy_history_window_class_init):
* src/ephy-location-action.c: (ephy_location_action_class_init):
* src/ephy-navigation-action.c:
(ephy_navigation_action_class_init):
* src/ephy-notebook.c: (ephy_notebook_class_init):
* src/ephy-tab.c: (ephy_tab_class_init):
* src/ephy-tabs-menu.c: (ephy_tabs_menu_class_init):
* src/ephy-window.c: (ephy_window_class_init):
Mark strings in param specs as static.
|
|
|
|
|
|
|
|
|
| |
2005-11-07 Christian Persch <chpe@cvs.gnome.org>
* configure.ac:
Allow compilation against xulrunner. Patch by
Robert O'Callahan <rocallahan@novell.com>.
|
|
|
|
|
|
|
|
|
| |
2005-11-07 Bastien Nocera <hadess@hadess.net>
reviewed by: Christian Persch <chpe@gnome.org>
* plugins/desktop-file/plugin.cpp: Fix memleaks in the usage of
g_key_file_get_string(). Fixes bug #320901.
|
|
|
|
|
|
| |
2005-11-07 Francisco Javier F. Serrador <serrador@cvs.gnome.org>
* es.po: Updated Spanish translation.
|
|
|
|
|
|
| |
2005-11-06 Marcel Telka <marcel@telka.sk>
* sk.po: Updated Slovak translation.
|
|
|
|
|
|
|
|
| |
2005-11-05 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/GtkNSSDialog.cpp:
Scroll the view so the selected cert is visible. Fixes bug #320758.
|
|
|
|
|
|
| |
2005-11-05 Vincent van Adrighem <adrighem@gnome.org>
* nl.po: Translation updated by Reinout van Schouwen.
|
|
|
|
|
|
| |
2005-11-04 Adam Weinberger <adamw@gnome.org>
* en_CA.po: Updated Canadian English translation.
|
|
|
|
|
|
|
|
| |
2005-11-04 Christian Persch <chpe@cvs.gnome.org>
* lib/ephy-gui.c: (ephy_gui_check_location_writable):
String cleanup.
|
|
|
|
|
|
| |
2005-11-03 Francisco Javier F. Serrador <serrador@cvs.gnome.org>
* es.po: Updated Spanish translation.
|
|
|
|
|
|
| |
2005-11-03 Adam Weinberger <adamw@gnome.org>
* en_CA.po: Updated Canadian English translation.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-11-03 Christian Persch <chpe@cvs.gnome.org>
* embed/ephy-embed-find.c:
* embed/ephy-embed-find.h:
* embed/mozilla/EphyFind.cpp:
* embed/mozilla/EphyFind.h:
* embed/mozilla/mozilla-embed-find.cpp:
More detailed result code from find backend.
* src/ephy-find-toolbar.c: (set_status), (clear_status),
(entry_changed_cb), (ephy_find_toolbar_init),
(ephy_find_toolbar_find_next), (ephy_find_toolbar_find_previous),
(ephy_find_toolbar_open):
Add status text to the find toolbar.
Reverse Next/Previous button order.
|
|
|
|
|
|
|
|
|
|
|
| |
2005-11-03 Christian Persch <chpe@cvs.gnome.org>
* data/art/Makefile.am:
R data/art/hand-open.png:
* lib/egg/egg-toolbar-editor.c: (drag_data_get_cb),
(set_drag_cursor):
Use a gtk stock cursor (GDK_HAND2) instead of our own, un-themed one.
|
|
|
|
|
|
|
|
|
| |
2005-11-03 Christian Persch <chpe@cvs.gnome.org>
* lib/widgets/ephy-location-entry.c: (favicon_drag_begin_cb),
(ephy_location_entry_construct_contents):
Simplify the drag icon code.
|
|
|
|
|
|
| |
2005-11-02 Miloslav Trmac <mitr@volny.cz>
* cs.po: Updated Czech translation.
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-11-02 Christian Persch <chpe@cvs.gnome.org>
* lib/widgets/ephy-location-entry.c: (favicon_create_drag_pixmap),
(favicon_button_press_event_cb), (favicon_button_release_event_cb),
(favicon_motion_notify_event_cb),
(ephy_location_entry_construct_contents):
Show drag icon with page title + URL when dragging from the drag
handle.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-11-02 Christian Persch <chpe@cvs.gnome.org>
* data/ui/epiphany-ui.xml:
* src/ephy-window.c: (update_popup_actions_visibility),
(show_embed_popup):
Simplify context menu code by removing the extra
EphyDocument*FramePopup variants, and just setting the OpenFrame
action's visibility accordingly; and fix its accelerator.
Fixes bug #320520.
|
|
|
|
|
|
|
|
|
|
| |
2005-11-02 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/EphyAboutModule.cpp:
* embed/mozilla/EphyAboutModule.h:
Add titles with title capitalisation, and chanage the icon
on the netOffline error page.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
2005-11-02 Christian Persch <chpe@cvs.gnome.org>
* lib/egg/egg-editable-toolbar.c: (create_item_from_action),
(item_added_cb):
Return early when the action doesn't exist; don't crash.
Patch by Peter Harvey.
|
|
|
|
|
|
|
|
| |
2005-11-02 Christian Persch <chpe@cvs.gnome.org>
* data/ui/epiphany-fs-toolbar.xml:
Remove spinner from fullscreen toolbars file.
|
|
|
|
|
|
|
|
|
|
| |
2005-11-02 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-window.c: (settings_change_notify),
(settings_changed_cb), (ephy_window_key_press_event),
(ephy_window_constructor):
Use a single connection to the settings object, and
|
|
|
|
|
|
|
|
| |
2005-11-02 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-window.c:
Revert change from H18 patch which shouldn't have been committed.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-11-01 Philip Langdale <philipl@mail.utexas.edu>
* src/ephy-window.c: (ephy_window_key_press_event),
(gtk_key_theme_changed_cb), (ephy_window_constructor),
(ephy_window_class_init): I accidentally committed my
half-complete port of the Galeon key-press event handler
that allows emacs keybindings to work when I made my last
commit. Whoops.
This change addresses post-facto comments made by chpe :-)
Nothing terribly profound; just attaching the GktSettings
listener on a per-window, rather than global, basis and
detecting the other keycodes for Enter/Return.
As the original change wasn't described, I will do it here:
Gtk+ has optional support for emacs style keybindings in
GtkEditable based widgets. But, these keybindings often
conflict with toplevel accelerators. To make things work
sanely, we'd like the emacs keybindings to take priority when
the Editable is focused, and the toplevel accelerators take
priority for other widgets. As gtk2 uses outside-in event
propagation, we have to attach a topevel event handler to
get the event and then pass it on to the focused widget if
appropriate - and that is what this change does.
|
|
|
|
|
|
| |
2005-11-01 Adam Weinberger <adamw@gnome.org>
* en_CA.po: Updated Canadian English translation.
|
|
|
|
|
|
|
|
|
|
| |
2005-11-01 Christian Persch <chpe@cvs.gnome.org>
* lib/egg/egg-toolbars-model.c: (item_node_new), (item_node_free),
(egg_toolbars_model_get_n_avail), (egg_toolbars_model_set_n_avail):
Use GINT_TO_POINTER/GPOINTER_TO_INT when stuffing ints into pointers,
and fix gcc 2.95 issues.
|