aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-component-registry.c
Commit message (Expand)AuthorAgeFilesLines
* include missing e-error.hNot Zed2005-08-241-1/+1
* Dont enter default values for button label and menu label Dont add theSarfraaz Ahmed2005-07-251-5/+1
* shell/ChangeLog shell/e-component-registry.c shell/e-component-registry.hSrinivasa Ragavan2005-05-161-1/+7
* unref the menu icon if it exists to fix a leakJP Rosevear2005-02-171-0/+2
* Remove e-shell-utils.c includeJP Rosevear2005-01-281-1/+0
* Convert to G_DEFINE_TYPEJP Rosevear2004-12-211-15/+4
* ** See bug #57367.Not Zed2004-06-241-12/+28
* ** See #58827.Not Zed2004-06-011-25/+17
* use the menu icon not the button icon for the menus. (setup_widgets):Not Zed2004-05-191-6/+28
* Remove e-lang-utils.h include.Not Zed2004-04-301-1/+0
* do the same as below.Not Zed2004-04-301-1/+5
* Same.Jeffrey Stedfast2004-04-201-1/+1
* Change component icons to use the icon theme names for icons RemoveMichael Terry2004-04-191-3/+2
* don't generate a g_warning if button_icon == NULL. (component_info_free):Chris Toshok2004-02-031-1/+5
* Use BASE_VERSION for repo_ids and OAFIIDs Update killev to kill theRodney Dawes2003-12-021-1/+4
* Reimplemented using EComponentRegistry.Ettore Perazzoli2003-11-211-0/+22
* Free ->uri_schemas. (set_schemas): New function to get the list of URIEttore Perazzoli2003-11-201-2/+32
* New member "component_alias". (component_view_new): Get a new "alias" arg,Ettore Perazzoli2003-11-111-6/+8
* handle the case where label == NULL, and set it to _("Unknown").Chris Toshok2003-10-231-0/+5
* Add a little border to the buttons so it looks nicer.Ettore Perazzoli2003-10-231-8/+26
* New member "component_registry". (e_shell_construct): Don't callEttore Perazzoli2003-10-231-395/+113
* Merge new-ui-branch to the trunk.Ettore Perazzoli2003-10-221-0/+1
* [With this commit, the shell compiles without deprecatedEttore Perazzoli2002-12-201-4/+4
* (component_free): Only invokeEttore Perazzoli2002-12-051-2/+5
* changed to use a gtkdialog instead of a gnome one.Not Zed2002-12-021-1/+1
* e-shell-user-creatable-items-handler.c, Changed into a GObject subclassEttore Perazzoli2002-11-151-3/+3
* Make separate dispose/finalize overrides of just overriding destroy.Ettore Perazzoli2002-11-121-9/+24
* New. (impl_finalize): New. (destroy): Removed. (class_init): InstallEttore Perazzoli2002-11-061-5/+5
* First big sync of my GNOME 2 porting work (incomplete, and stillEttore Perazzoli2002-11-021-5/+7
* Fix the names of these functions. (They previously used "register" insteadDan Winship2002-08-191-2/+2
* Change type of parent_class to BonoboXObjectClass.Ettore Perazzoli2002-04-041-31/+22
* New utility function. (sleep_with_g_main_loop_timeout_callback): CallbackEttore Perazzoli2001-10-311-1/+25
* 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
* Don't allow invalid folder names. [#12027]Ettore Perazzoli2001-10-271-2/+2
* New helper function. (e_component_registry_restart_component): Use it.Ettore Perazzoli2001-10-261-15/+30
* If setting the owner fails, print the a warning message out. Then restartEttore Perazzoli2001-10-061-11/+84
* [Remove a bunch of debugging messages, as per #7741.]Ettore Perazzoli2001-09-141-7/+0
* Studlycapsize all the IDs that are not. Likewise. Updated accordingly.Ettore Perazzoli2001-08-281-9/+9
* Added display_name and description to the type.Ettore Perazzoli2001-08-201-2/+8
* Chain to the destroy handler in the parent class!Federico Mena Quintero2001-08-091-0/+3
* Add a `user_creatable' property to folder types and make componentsEttore Perazzoli2001-07-221-2/+3
* Added a URI schema registry to the shell, and changed the bootstrapEttore Perazzoli2001-06-281-1/+25
* Fixed a nasty chain of broken fixes to broken fixes to broken fixes,Ettore Perazzoli2001-06-251-4/+0
* Update the copyrights, replacing Helix Code with Ximian andEttore Perazzoli2001-06-231-1/+1
* component_new refs the object itself, so unref ours when we finish with itJP Rosevear2001-05-121-1/+2
* #include <glib.h> and move corresponding local includes to the top.Kjartan Maraas2001-04-251-1/+3
* Remove/replace unneeded includes and move around stuff so that systemKjartan Maraas2001-03-301-5/+2
* Added the ability for components to specify drag/drop types, andEttore Perazzoli2001-03-081-2/+17
* A very, long, very tedious IDL API rename and re-scoping;Michael Meeks2000-11-111-7/+7
* Added check for gnome-app-lib. Removed directories that have been moved toChristopher James Lahey2000-09-181-1/+1
* Changed so that ::set_owner is called after setting up the localEttore Perazzoli2000-09-081-9/+0
* add "in string evolution_homedir" to ShellComponent::set_owner'sDan Winship2000-08-111-1/+3
* Add support for saving the current configuration of all theEttore Perazzoli2000-07-201-0/+71
* Initial support for creating/removing folders. This implies some newEttore Perazzoli2000-06-101-4/+9
* Make quit work again by implementing a CORBA method to unregisterEttore Perazzoli2000-05-311-0/+13
* Reorganized the shell to allow dynamic registration of storages andEttore Perazzoli2000-05-251-0/+283