| Commit message (Expand) | Author | Age | Files | Lines |
* | License changes. Changed license from GPL to LGPL. | Sankarasivasubramanian Pasupathilingam | 2008-09-04 | 1 | -13/+13 |
* | ** Fixes bug #546892 | Matthew Barnes | 2008-08-12 | 1 | -2/+0 |
* | ** Fixes bug #467115 | Matthew Barnes | 2008-08-07 | 1 | -27/+4 |
* | updated novell copyright notices (left others alone) | Jeffrey Stedfast | 2008-06-21 | 1 | -1/+1 |
* | Minor build break. | Matthew Barnes | 2008-01-30 | 1 | -1/+1 |
* | Replace G_GNUC_FUNCTION (deprecated) with G_STRFUNC. | Matthew Barnes | 2008-01-29 | 1 | -1/+1 |
* | ** Remove trailing whitespace from source code. | Matthew Barnes | 2007-11-15 | 1 | -1/+1 |
* | Warning fixes: - NULL vs 0 vs FALSE - ANSIfication of declarations - guint | Kjartan Maraas | 2007-10-26 | 1 | -1/+1 |
* | Update FSF address in header comments (#469886). Patch from Tobias | Matthew Barnes | 2007-09-02 | 1 | -2/+2 |
* | Fix compilation warnings in shell directory (#441055). | Matthew Barnes | 2007-06-03 | 1 | -2/+1 |
* | ** Fixes bug #419524 | Matthew Barnes | 2007-03-21 | 1 | -10/+11 |
* | Fix for bug 341334 | Srinivasa Ragavan | 2006-06-03 | 1 | -2/+2 |
* | include missing e-error.h | Not Zed | 2005-08-24 | 1 | -1/+1 |
* | Dont enter default values for button label and menu label Dont add the | Sarfraaz Ahmed | 2005-07-25 | 1 | -5/+1 |
* | shell/ChangeLog shell/e-component-registry.c shell/e-component-registry.h | Srinivasa Ragavan | 2005-05-16 | 1 | -1/+7 |
* | unref the menu icon if it exists to fix a leak | JP Rosevear | 2005-02-17 | 1 | -0/+2 |
* | Remove e-shell-utils.c include | JP Rosevear | 2005-01-28 | 1 | -1/+0 |
* | Convert to G_DEFINE_TYPE | JP Rosevear | 2004-12-21 | 1 | -15/+4 |
* | ** See bug #57367. | Not Zed | 2004-06-24 | 1 | -12/+28 |
* | ** See #58827. | Not Zed | 2004-06-01 | 1 | -25/+17 |
* | use the menu icon not the button icon for the menus. (setup_widgets): | Not Zed | 2004-05-19 | 1 | -6/+28 |
* | Remove e-lang-utils.h include. | Not Zed | 2004-04-30 | 1 | -1/+0 |
* | do the same as below. | Not Zed | 2004-04-30 | 1 | -1/+5 |
* | Same. | Jeffrey Stedfast | 2004-04-20 | 1 | -1/+1 |
* | Change component icons to use the icon theme names for icons Remove | Michael Terry | 2004-04-19 | 1 | -3/+2 |
* | don't generate a g_warning if button_icon == NULL. (component_info_free): | Chris Toshok | 2004-02-03 | 1 | -1/+5 |
* | Use BASE_VERSION for repo_ids and OAFIIDs Update killev to kill the | Rodney Dawes | 2003-12-02 | 1 | -1/+4 |
* | Reimplemented using EComponentRegistry. | Ettore Perazzoli | 2003-11-21 | 1 | -0/+22 |
* | Free ->uri_schemas. (set_schemas): New function to get the list of URI | Ettore Perazzoli | 2003-11-20 | 1 | -2/+32 |
* | New member "component_alias". (component_view_new): Get a new "alias" arg, | Ettore Perazzoli | 2003-11-11 | 1 | -6/+8 |
* | handle the case where label == NULL, and set it to _("Unknown"). | Chris Toshok | 2003-10-23 | 1 | -0/+5 |
* | Add a little border to the buttons so it looks nicer. | Ettore Perazzoli | 2003-10-23 | 1 | -8/+26 |
* | New member "component_registry". (e_shell_construct): Don't call | Ettore Perazzoli | 2003-10-23 | 1 | -395/+113 |
* | Merge new-ui-branch to the trunk. | Ettore Perazzoli | 2003-10-22 | 1 | -0/+1 |
* | [With this commit, the shell compiles without deprecated | Ettore Perazzoli | 2002-12-20 | 1 | -4/+4 |
* | (component_free): Only invoke | Ettore Perazzoli | 2002-12-05 | 1 | -2/+5 |
* | changed to use a gtkdialog instead of a gnome one. | Not Zed | 2002-12-02 | 1 | -1/+1 |
* | e-shell-user-creatable-items-handler.c, Changed into a GObject subclass | Ettore Perazzoli | 2002-11-15 | 1 | -3/+3 |
* | Make separate dispose/finalize overrides of just overriding destroy. | Ettore Perazzoli | 2002-11-12 | 1 | -9/+24 |
* | New. (impl_finalize): New. (destroy): Removed. (class_init): Install | Ettore Perazzoli | 2002-11-06 | 1 | -5/+5 |
* | First big sync of my GNOME 2 porting work (incomplete, and still | Ettore Perazzoli | 2002-11-02 | 1 | -5/+7 |
* | Fix the names of these functions. (They previously used "register" instead | Dan Winship | 2002-08-19 | 1 | -2/+2 |
* | Change type of parent_class to BonoboXObjectClass. | Ettore Perazzoli | 2002-04-04 | 1 | -31/+22 |
* | New utility function. (sleep_with_g_main_loop_timeout_callback): Callback | Ettore Perazzoli | 2001-10-31 | 1 | -1/+25 |
* | 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 |
* | Don't allow invalid folder names. [#12027] | Ettore Perazzoli | 2001-10-27 | 1 | -2/+2 |
* | New helper function. (e_component_registry_restart_component): Use it. | Ettore Perazzoli | 2001-10-26 | 1 | -15/+30 |
* | If setting the owner fails, print the a warning message out. Then restart | Ettore Perazzoli | 2001-10-06 | 1 | -11/+84 |
* | [Remove a bunch of debugging messages, as per #7741.] | Ettore Perazzoli | 2001-09-14 | 1 | -7/+0 |
* | Studlycapsize all the IDs that are not. Likewise. Updated accordingly. | Ettore Perazzoli | 2001-08-28 | 1 | -9/+9 |
* | Added display_name and description to the type. | Ettore Perazzoli | 2001-08-20 | 1 | -2/+8 |
* | Chain to the destroy handler in the parent class! | Federico Mena Quintero | 2001-08-09 | 1 | -0/+3 |
* | Add a `user_creatable' property to folder types and make components | Ettore Perazzoli | 2001-07-22 | 1 | -2/+3 |
* | Added a URI schema registry to the shell, and changed the bootstrap | Ettore Perazzoli | 2001-06-28 | 1 | -1/+25 |
* | Fixed a nasty chain of broken fixes to broken fixes to broken fixes, | Ettore Perazzoli | 2001-06-25 | 1 | -4/+0 |
* | Update the copyrights, replacing Helix Code with Ximian and | Ettore Perazzoli | 2001-06-23 | 1 | -1/+1 |
* | component_new refs the object itself, so unref ours when we finish with it | JP Rosevear | 2001-05-12 | 1 | -1/+2 |
* | #include <glib.h> and move corresponding local includes to the top. | Kjartan Maraas | 2001-04-25 | 1 | -1/+3 |
* | Remove/replace unneeded includes and move around stuff so that system | Kjartan Maraas | 2001-03-30 | 1 | -5/+2 |
* | Added the ability for components to specify drag/drop types, and | Ettore Perazzoli | 2001-03-08 | 1 | -2/+17 |
* | A very, long, very tedious IDL API rename and re-scoping; | Michael Meeks | 2000-11-11 | 1 | -7/+7 |
* | Added check for gnome-app-lib. Removed directories that have been moved to | Christopher James Lahey | 2000-09-18 | 1 | -1/+1 |
* | Changed so that ::set_owner is called after setting up the local | Ettore Perazzoli | 2000-09-08 | 1 | -9/+0 |
* | add "in string evolution_homedir" to ShellComponent::set_owner's | Dan Winship | 2000-08-11 | 1 | -1/+3 |
* | Add support for saving the current configuration of all the | Ettore Perazzoli | 2000-07-20 | 1 | -0/+71 |
* | Initial support for creating/removing folders. This implies some new | Ettore Perazzoli | 2000-06-10 | 1 | -4/+9 |
* | Make quit work again by implementing a CORBA method to unregister | Ettore Perazzoli | 2000-05-31 | 1 | -0/+13 |
* | Reorganized the shell to allow dynamic registration of storages and | Ettore Perazzoli | 2000-05-25 | 1 | -0/+283 |