| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-02-02 Christian Persch <chpe@cvs.gnome.org>
* idl/EphyAutomation.idl:
Define variants with startup ID.
* lib/ephy-gui.c: (ephy_gui_window_update_user_time):
* lib/ephy-gui.h:
* src/bookmarks/ephy-bookmarks.c: (redirect_cb):
* src/ephy-automation.c:
(impl_ephy_automation_loadUrlWithStartupId),
(impl_ephy_automation_loadurl), (impl_ephy_automation_addBookmark),
(impl_ephy_automation_importBookmarks),
(impl_ephy_automation_loadSessionWithStartupId),
(impl_ephy_automation_loadSession),
(impl_ephy_automation_openBookmarksEditorWithStartupId),
(impl_ephy_automation_openBookmarksEditor),
(ephy_automation_class_init):
* src/ephy-main.c: (get_startup_id), (main):
* src/ephy-session.c: (offer_to_resume), (ephy_session_autoresume),
(ephy_session_load):
* src/ephy-session.h:
* src/ephy-shell.c: (open_urls), (ephy_shell_startup),
(ephy_shell_new_tab_full), (ephy_shell_new_tab):
* src/ephy-shell.h:
Implement startup ID forwarding to the already-running ephy instance.
Part of bug #150085.
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-11-07 Christian Persch <chpe@cvs.gnome.org>
* Makefile.am:
* configure.ac:
A idl/.cvsignore:
A idl/Makefile.am:
* src/Makefile.am:
Add idl/Makefile.am and move src/Makefile.am's EXTRA_DIST there.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2003-11-09 Marco Pesenti Gritti <marco@gnome.org>
* embed/ephy-embed.h:
* idl/EphyAutomation.idl:
* src/ephy-automation.c: (impl_ephy_automation_loadurl),
(impl_ephy_automation_open_bookmarks_editor),
(ephy_automation_init), (ephy_automation_object_finalize),
(ephy_automation_class_init):
* src/ephy-completion-model.c: (root_child_removed_cb):
* src/ephy-main.c: (ephy_main_start):
* src/ephy-shell.c: (ephy_shell_get_active_window),
(toolwindow_show_cb), (toolwindow_hide_cb),
(ephy_shell_get_bookmarks_editor), (ephy_shell_get_history_window):
* src/ephy-shell.h:
* src/ephy-tab.c: (ephy_tab_net_state_cb), (ephy_tab_size_to_cb):
* src/ephy-window.c: (remove_from_session), (ephy_window_init):
* src/session.c: (session_autoresume), (session_close),
(session_dispose), (save_window_geometry), (save_tool_window),
(save_ephy_window), (session_save), (session_load),
(session_get_windows), (net_stop_cb), (tab_added_cb),
(tab_removed_cb), (tabs_reordered_cb), (session_add_window),
(session_remove_window), (save_yourself_cb), (session_die_cb),
(gnome_session_init), (session_init):
* src/session.h:
* src/window-commands.c: (window_cmd_go_bookmarks),
(window_cmd_go_history):
Cleanup session. Persist also history and bookmarks.
|
|
|
|
|
|
|
|
|
|
|
|
| |
2003-09-24 Christian Persch <chpe@cvs.gnome.org>
* idl/EphyAutomation.idl:
* src/ephy-automation.c: (impl_ephy_automation_quit):
* src/ephy-main.c: (ephy_main_start):
Remove --server mode. It was a dirty hack anyway, and had a
crasher when loggin out from gnome-session. Sort of fixes bug #123047.
Flames will be redirected > /dev/null .
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2003-09-19 Christian Persch <chpe@cvs.gnome.org>
* idl/EphyAutomation.idl:
* src/ephy-automation.c: (impl_ephy_automation_add_bookmark),
(impl_ephy_automation_import_bookmarks),
(ephy_automation_class_init):
* src/ephy-main.c: (ephy_main_start):
Add an --import-bookmarks command line option, and really implement
the --add-bookmark one.
|
|
|
|
|
|
| |
Remove --geometry option, we weren't respecting it anyway (this
patch patronized by marco's "DropDropDrop" project).
Fix Leak.
|
|
|
|
|
| |
Allow to launch the BME alone, rework some CORBA code, add a .desktop
file for the BME. Fixes #102477.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2003-01-13 Alex Duggan <aldug@gnome.org>
* configure.in:
* embed/mozilla/ExternalProtocolService.cpp:
* embed/mozilla/ExternalProtocolService.h:
* embed/mozilla/FilePicker.h:
* embed/mozilla/FtpProtocolHandler.h:
* embed/mozilla/IRCProtocolHandler.h:
* embed/mozilla/MailtoProtocolHandler.h:
* embed/mozilla/PrintingPromptService.h:
* embed/mozilla/PromptService.cpp:
* embed/mozilla/PromptService.h:
* embed/mozilla/StartHereProtocolHandler.h:
* idl/EphyAutomation.idl:
s/Galeon/Epiphany/
|
|
|