aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-user-creatable-items-handler.c
Commit message (Expand)AuthorAgeFilesLines
* #if 0'ed out for now, since it seems to cause trouble for localEttore Perazzoli2003-01-281-1/+1
* [With this commit, the shell compiles without deprecatedEttore Perazzoli2002-12-201-7/+8
* changed to use a gtkdialog instead of a gnome one.Not Zed2002-12-021-2/+2
* e-shell-user-creatable-items-handler.c, Changed into a GObject subclassEttore Perazzoli2002-11-151-2/+2
* Make separate dispose/finalize overrides of just overriding destroy.Ettore Perazzoli2002-11-121-5/+19
* Use g_object_get_data() instead of gtk_object_get_data(). Likewise.Ettore Perazzoli2002-11-061-3/+3
* New. (impl_finalize): New. (destroy): Removed. (class_init): InstallEttore Perazzoli2002-11-061-3/+3
* Use g_object_set_data() instead of gtk_object_set_data(). Likewise.Ettore Perazzoli2002-11-041-3/+3
* Changed all gtk_object_refs()/gtk_object_unrefs() intoEttore Perazzoli2002-11-041-9/+9
* Renamed from GNOME_Evolution_Shell.oaf.in.Ettore Perazzoli2002-11-041-1/+3
* (ensure_menu_items):Ettore Perazzoli2002-08-011-110/+80
* Pass "contacts" as the @folder_type toEttore Perazzoli2002-08-011-43/+119
* (ensure_menu_xml): Put inEttore Perazzoli2002-07-271-2/+2
* New arg @tooltip; pass it toEttore Perazzoli2002-07-021-1/+19
* New member default_menu_item in EShellUserCreatableItemsHandlerPrivate.Ettore Perazzoli2002-05-231-5/+37
* Fix up GList/GSList confusion.Dan Winship2002-03-071-0/+3
* Return NULL if there is no component ID for the current view.Ettore Perazzoli2002-02-221-0/+2
* Set the icons for all the "New..." menu items from the specified one inEttore Perazzoli2002-02-221-11/+10
* [Implement an Outlook-style "New" dropdown button. It is basicallyEttore Perazzoli2002-01-241-82/+299
* 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
* Studlycapsize all the IDs that are not. Likewise. Updated accordingly.Ettore Perazzoli2001-08-281-1/+3
* [Fix #7775, crash trying to do New Task]Ettore Perazzoli2001-08-231-2/+2
* Only free the `type_list' if not NULL. (setup_menu_xml): Deal with theEttore Perazzoli2001-08-101-16/+26
* Updated to display the parent folder's URI and its type as well.Ettore Perazzoli2001-08-101-4/+19
* Add the menu items using the EShellUserCreatableItemsHandler.Ettore Perazzoli2001-08-101-0/+432