| Commit message (Expand) | Author | Age | Files | Lines |
* | Set release for the CORBA path sequence to TRUE. | Ettore Perazzoli | 2002-06-01 | 1 | -0/+4 |
* | Check with e_shell_prepare_for_quit() before quitting. | Ettore Perazzoli | 2002-05-16 | 1 | -0/+34 |
* | Add a "view_info" argument. | Dan Winship | 2002-04-09 | 1 | -1/+2 |
* | Change type of parent_class to BonoboXObjectClass. | Ettore Perazzoli | 2002-04-04 | 1 | -2/+2 |
* | Move the ComponentActionsPlaceholder into the Actions menu, instead of the | Ettore Perazzoli | 2002-03-21 | 1 | -0/+22 |
* | [Implement an Outlook-style "New" dropdown button. It is basically | Ettore Perazzoli | 2002-01-24 | 1 | -5/+18 |
* | Duplicate the owner before pinging it. Fixes #13802. | Ettore Perazzoli | 2001-10-31 | 1 | -0/+12 |
* | New. (class_init): Install it. (impl_unsetOwner): Just emit the | Ettore Perazzoli | 2001-10-31 | 1 | -13/+37 |
* | Slightly change the debugigng message for when the shell has disappeared. | Ettore Perazzoli | 2001-10-30 | 1 | -1/+1 |
* | Remove ping debugging messages. | Ettore Perazzoli | 2001-10-30 | 1 | -5/+1 |
* | [The following should fix #13802, crash on exit.] | Ettore Perazzoli | 2001-10-29 | 1 | -4/+8 |
* | Fix the license text to make sense. | Ettore Perazzoli | 2001-10-27 | 1 | -1/+0 |
* | Update the licensing information to require version 2 of the GPL | Ettore Perazzoli | 2001-10-27 | 1 | -2/+2 |
* | Remove the ping timeout. | Ettore Perazzoli | 2001-10-23 | 1 | -0/+3 |
* | New member `is_interactive' in `EShellPrivate'. (init): Init to %FALSE. | Ettore Perazzoli | 2001-10-23 | 1 | -1/+26 |
* | New member `ping_timeout_id' in `EvolutionShellComponentPrivate'. | Ettore Perazzoli | 2001-10-06 | 1 | -3/+67 |
* | If the owner is dead, emit "owner_died" instead of "owner_unset". | Ettore Perazzoli | 2001-10-06 | 1 | -1/+28 |
* | If setting the owner fails, print the a warning message out. Then restart | Ettore Perazzoli | 2001-10-06 | 1 | -2/+69 |
* | Studlycapsize all the IDs that are not. Likewise. Updated accordingly. | Ettore Perazzoli | 2001-08-28 | 1 | -26/+26 |
* | fill the corba sequence for the accepted_dnd_types. | Chris Toshok | 2001-08-20 | 1 | -0/+2 |
* | Added display_name and description to the type. | Ettore Perazzoli | 2001-08-20 | 1 | -0/+8 |
* | Initialize priv->user_creatable_item_types. (Score: g_new: 0, g_new0: 2) | Dan Winship | 2001-08-14 | 1 | -0/+1 |
* | `#if 0'ed out. (rename_cb): Likewise. | Ettore Perazzoli | 2001-08-10 | 1 | -2/+3 |
* | Updated to display the parent folder's URI and its type as well. | Ettore Perazzoli | 2001-08-10 | 1 | -3/+7 |
* | Cast the toplevel to be passed to `e_request_string()' to GtkWindow, not | Ettore Perazzoli | 2001-08-10 | 1 | -1/+1 |
* | Add the menu items using the EShellUserCreatableItemsHandler. | Ettore Perazzoli | 2001-08-10 | 1 | -16/+148 |
* | Set the release flag on the sequence, and CORBA_string_dup() the strings | Ettore Perazzoli | 2001-08-08 | 1 | -4/+2 |
* | Set the release flag on the returned folder type list too. | Ettore Perazzoli | 2001-08-08 | 1 | -0/+2 |
* | Fill the CORBA sequence once. | Ettore Perazzoli | 2001-08-08 | 1 | -2/+0 |
* | Add some padding to the label so that the title doesn't move around when | Ettore Perazzoli | 2001-08-05 | 1 | -1/+1 |
* | Add an extra @type arg to the xferFolder and removeFolder methods in | Ettore Perazzoli | 2001-07-23 | 1 | -1/+4 |
* | Add a `user_creatable' property to folder types and make components | Ettore Perazzoli | 2001-07-22 | 1 | -2/+4 |
* | Get EvolutionShellComponent to emit a "handle_external_uri" when it | Ettore Perazzoli | 2001-06-28 | 1 | -0/+13 |
* | Rename the method implementation functions to match the CORBA names. | Ettore Perazzoli | 2001-06-28 | 1 | -41/+41 |
* | Add method `ShellComponent::handleExternalURI' and an | Ettore Perazzoli | 2001-06-28 | 1 | -0/+69 |
* | #include <glib.h> and move corresponding local includes to the top. | Kjartan Maraas | 2001-04-25 | 1 | -2/+3 |
* | add a "debug" method to tell a component to output debugging messages to a | Dan Winship | 2001-03-31 | 1 | -0/+35 |
* | Remove/replace unneeded includes and move around stuff so that system | Kjartan Maraas | 2001-03-30 | 1 | -3/+4 |
* | Finish the DnD stuff by implementing move/copy on the shell side as | Ettore Perazzoli | 2001-03-27 | 1 | -11/+10 |
* | Initial step for refactoring of the DnD API for ShellComponents. | Ettore Perazzoli | 2001-03-19 | 1 | -48/+0 |
* | Added a ShellComponent method to retrieve the selection for drag and | Ettore Perazzoli | 2001-03-08 | 1 | -7/+60 |
* | Added the ability for components to specify drag/drop types, and | Ettore Perazzoli | 2001-03-08 | 1 | -2/+69 |
* | add include. (show_import_wizard): update signature to that of a verb. | Michael Meeks | 2001-02-23 | 1 | -70/+16 |
* | Cast this fucntion pointer. | Christopher James Lahey | 2001-02-17 | 1 | -0/+2 |
* | Initial steps to support Drag 'n Drop in the tree view. | Ettore Perazzoli | 2001-01-14 | 1 | -1/+1 |
* | Add an ::asyncCopyFolder method to the ShellComponent interface. Move | Ettore Perazzoli | 2001-01-13 | 1 | -6/+47 |
* | Rename `::addFolderAsync' into `::createFolderAsync'. | Ettore Perazzoli | 2001-01-13 | 1 | -1/+1 |
* | Plug leak; mark the CORBA sequence so that it will be released. | Federico Mena Quintero | 2000-11-25 | 1 | -0/+1 |
* | A very, long, very tedious IDL API rename and re-scoping; | Michael Meeks | 2000-11-11 | 1 | -37/+37 |
* | Fixed a missing `CORBA_Object_duplicate()' problem. This should fix | Ettore Perazzoli | 2000-11-07 | 1 | -1/+1 |
* | update for new UI handler. | Michael Meeks | 2000-10-19 | 1 | -5/+5 |
* | s/Bonobo_UIHandler/Bonobo_UIContainer/ | Michael Meeks | 2000-09-21 | 1 | -1/+1 |
* | Added check for gnome-app-lib. Removed directories that have been moved to | Christopher James Lahey | 2000-09-18 | 1 | -1/+1 |
* | Added new interfaces to be exposed by the local storage, so that | Ettore Perazzoli | 2000-09-08 | 1 | -0/+2 |
* | add "in string evolution_homedir" to ShellComponent::set_owner's | Dan Winship | 2000-08-11 | 1 | -4/+5 |
* | Everywhere unref the remote_uih having done a set_container. | Michael Meeks | 2000-08-04 | 1 | -0/+1 |
* | Prevent a crash by avoiding calling the populate_folder_context_menu | Ettore Perazzoli | 2000-07-21 | 1 | -0/+3 |
* | Add interfaces to populate a folder's context menu. (Untested.) | Ettore Perazzoli | 2000-07-21 | 1 | -18/+50 |
* | Added missing CORBA_Object_duplicate() when storing the shell | Ettore Perazzoli | 2000-06-30 | 1 | -4/+6 |
* | Derive EvolutionShellClient from BonoboObjectClient instead of BonoboObject. | Ettore Perazzoli | 2000-06-30 | 1 | -1/+4 |
* | EvolutionShellClient. | Ettore Perazzoli | 2000-06-30 | 1 | -16/+14 |
* | Change EvolutionShellComponent so that it does ::ref the shell. | Ettore Perazzoli | 2000-06-28 | 1 | -1/+0 |
* | Initial support for creating/removing folders. This implies some new | Ettore Perazzoli | 2000-06-10 | 1 | -12/+94 |
* | Eeek! Declare the "owner_unset" signal correctly. | Ettore Perazzoli | 2000-05-31 | 1 | -1/+1 |
* | Make quit work again by implementing a CORBA method to unregister | Ettore Perazzoli | 2000-05-31 | 1 | -7/+42 |
* | Made the storage view update at changes in the storage, and | Ettore Perazzoli | 2000-05-26 | 1 | -1/+11 |
* | Reorganized the shell to allow dynamic registration of storages and | Ettore Perazzoli | 2000-05-25 | 1 | -0/+332 |