aboutsummaryrefslogtreecommitdiffstats
path: root/shell/evolution-shell-component.c
Commit message (Expand)AuthorAgeFilesLines
* Pass NULL as @unpopulate_folder_context_menu_fn toEttore Perazzoli2002-09-051-21/+72
* Pass "contacts" as the @folder_type toEttore Perazzoli2002-08-011-1/+7
* New arg @tooltip; pass it toEttore Perazzoli2002-07-021-1/+6
* Set release for the CORBA path sequence to TRUE.Ettore Perazzoli2002-06-011-0/+4
* Check with e_shell_prepare_for_quit() before quitting.Ettore Perazzoli2002-05-161-0/+34
* Add a "view_info" argument.Dan Winship2002-04-091-1/+2
* Change type of parent_class to BonoboXObjectClass.Ettore Perazzoli2002-04-041-2/+2
* Move the ComponentActionsPlaceholder into the Actions menu, instead of theEttore Perazzoli2002-03-211-0/+22
* [Implement an Outlook-style "New" dropdown button. It is basicallyEttore Perazzoli2002-01-241-5/+18
* Duplicate the owner before pinging it. Fixes #13802.Ettore Perazzoli2001-10-311-0/+12
* New. (class_init): Install it. (impl_unsetOwner): Just emit theEttore Perazzoli2001-10-311-13/+37
* Slightly change the debugigng message for when the shell has disappeared.Ettore Perazzoli2001-10-301-1/+1
* Remove ping debugging messages.Ettore Perazzoli2001-10-301-5/+1
* [The following should fix #13802, crash on exit.]Ettore Perazzoli2001-10-291-4/+8
* Fix the license text to make sense.Ettore Perazzoli2001-10-271-1/+0
* Update the licensing information to require version 2 of the GPLEttore Perazzoli2001-10-271-2/+2
* Remove the ping timeout.Ettore Perazzoli2001-10-231-0/+3
* New member `is_interactive' in `EShellPrivate'. (init): Init to %FALSE.Ettore Perazzoli2001-10-231-1/+26
* New member `ping_timeout_id' in `EvolutionShellComponentPrivate'.Ettore Perazzoli2001-10-061-3/+67
* If the owner is dead, emit "owner_died" instead of "owner_unset".Ettore Perazzoli2001-10-061-1/+28
* If setting the owner fails, print the a warning message out. Then restartEttore Perazzoli2001-10-061-2/+69
* Studlycapsize all the IDs that are not. Likewise. Updated accordingly.Ettore Perazzoli2001-08-281-26/+26
* fill the corba sequence for the accepted_dnd_types.Chris Toshok2001-08-201-0/+2
* Added display_name and description to the type.Ettore Perazzoli2001-08-201-0/+8
* Initialize priv->user_creatable_item_types. (Score: g_new: 0, g_new0: 2)Dan Winship2001-08-141-0/+1
* `#if 0'ed out. (rename_cb): Likewise.Ettore Perazzoli2001-08-101-2/+3
* Updated to display the parent folder's URI and its type as well.Ettore Perazzoli2001-08-101-3/+7
* Cast the toplevel to be passed to `e_request_string()' to GtkWindow, notEttore Perazzoli2001-08-101-1/+1
* Add the menu items using the EShellUserCreatableItemsHandler.Ettore Perazzoli2001-08-101-16/+148
* Set the release flag on the sequence, and CORBA_string_dup() the stringsEttore Perazzoli2001-08-081-4/+2
* Set the release flag on the returned folder type list too.Ettore Perazzoli2001-08-081-0/+2
* Fill the CORBA sequence once.Ettore Perazzoli2001-08-081-2/+0
* Add some padding to the label so that the title doesn't move around whenEttore Perazzoli2001-08-051-1/+1
* Add an extra @type arg to the xferFolder and removeFolder methods inEttore Perazzoli2001-07-231-1/+4
* Add a `user_creatable' property to folder types and make componentsEttore Perazzoli2001-07-221-2/+4
* Get EvolutionShellComponent to emit a "handle_external_uri" when itEttore Perazzoli2001-06-281-0/+13
* Rename the method implementation functions to match the CORBA names.Ettore Perazzoli2001-06-281-41/+41
* Add method `ShellComponent::handleExternalURI' and anEttore Perazzoli2001-06-281-0/+69
* #include <glib.h> and move corresponding local includes to the top.Kjartan Maraas2001-04-251-2/+3
* add a "debug" method to tell a component to output debugging messages to aDan Winship2001-03-311-0/+35
* Remove/replace unneeded includes and move around stuff so that systemKjartan Maraas2001-03-301-3/+4
* Finish the DnD stuff by implementing move/copy on the shell side asEttore Perazzoli2001-03-271-11/+10
* Initial step for refactoring of the DnD API for ShellComponents.Ettore Perazzoli2001-03-191-48/+0
* Added a ShellComponent method to retrieve the selection for drag andEttore Perazzoli2001-03-081-7/+60
* Added the ability for components to specify drag/drop types, andEttore Perazzoli2001-03-081-2/+69
* add include. (show_import_wizard): update signature to that of a verb.Michael Meeks2001-02-231-70/+16
* Cast this fucntion pointer.Christopher James Lahey2001-02-171-0/+2
* Initial steps to support Drag 'n Drop in the tree view.Ettore Perazzoli2001-01-141-1/+1
* Add an ::asyncCopyFolder method to the ShellComponent interface. MoveEttore Perazzoli2001-01-131-6/+47
* Rename `::addFolderAsync' into `::createFolderAsync'.Ettore Perazzoli2001-01-131-1/+1
* Plug leak; mark the CORBA sequence so that it will be released.Federico Mena Quintero2000-11-251-0/+1
* A very, long, very tedious IDL API rename and re-scoping;Michael Meeks2000-11-111-37/+37
* Fixed a missing `CORBA_Object_duplicate()' problem. This should fixEttore Perazzoli2000-11-071-1/+1
* update for new UI handler.Michael Meeks2000-10-191-5/+5
* s/Bonobo_UIHandler/Bonobo_UIContainer/Michael Meeks2000-09-211-1/+1
* Added check for gnome-app-lib. Removed directories that have been moved toChristopher James Lahey2000-09-181-1/+1
* Added new interfaces to be exposed by the local storage, so thatEttore Perazzoli2000-09-081-0/+2
* add "in string evolution_homedir" to ShellComponent::set_owner'sDan Winship2000-08-111-4/+5
* Everywhere unref the remote_uih having done a set_container.Michael Meeks2000-08-041-0/+1
* Prevent a crash by avoiding calling the populate_folder_context_menuEttore Perazzoli2000-07-211-0/+3
* Add interfaces to populate a folder's context menu. (Untested.)Ettore Perazzoli2000-07-211-18/+50
* Added missing CORBA_Object_duplicate() when storing the shellEttore Perazzoli2000-06-301-4/+6
* Derive EvolutionShellClient from BonoboObjectClient instead of BonoboObject.Ettore Perazzoli2000-06-301-1/+4
* EvolutionShellClient.Ettore Perazzoli2000-06-301-16/+14
* Change EvolutionShellComponent so that it does ::ref the shell.Ettore Perazzoli2000-06-281-1/+0
* Initial support for creating/removing folders. This implies some newEttore Perazzoli2000-06-101-12/+94
* Eeek! Declare the "owner_unset" signal correctly.Ettore Perazzoli2000-05-311-1/+1
* Make quit work again by implementing a CORBA method to unregisterEttore Perazzoli2000-05-311-7/+42
* Made the storage view update at changes in the storage, andEttore Perazzoli2000-05-261-1/+11
* Reorganized the shell to allow dynamic registration of storages andEttore Perazzoli2000-05-251-0/+332