aboutsummaryrefslogtreecommitdiffstats
path: root/shell/evolution-shell-component.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'GAL_0_8'.GAL_0_8nobody2001-05-191-598/+0
* #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