| Commit message (Expand) | Author | Age | Files | Lines |
* | New callback for when the first created view in the shell gets mapped. | Ettore Perazzoli | 2002-05-23 | 1 | -0/+2 |
* | Check with e_shell_prepare_for_quit() before quitting. | Ettore Perazzoli | 2002-05-16 | 1 | -0/+2 |
* | emit show_settings signal (corba_class_init): assign epv method | JP Rosevear | 2002-04-19 | 1 | -1/+4 |
* | Fix "evolution evolution:/path/to/folder" to use default view | Dan Winship | 2002-04-08 | 1 | -8/+6 |
* | Move the ComponentActionsPlaceholder into the Actions menu, instead of the | Ettore Perazzoli | 2002-03-21 | 1 | -0/+2 |
* | [Fix #3029, Offline mode should be preserved across sessions.] | Ettore Perazzoli | 2002-02-23 | 1 | -2/+9 |
* | Don't show the folder bar and the shortcut bar in the new window. | Ettore Perazzoli | 2002-02-21 | 1 | -1/+3 |
* | 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 |
* | No need to gtk_widget_show() the view anymore. | Ettore Perazzoli | 2001-10-23 | 1 | -3/+8 |
* | [Fix #7643, Starting new view doesn't honor "view" settings.] | Ettore Perazzoli | 2001-10-12 | 1 | -1/+2 |
* | [Hopefully really, finally fix #8615 and friends.] | Ettore Perazzoli | 2001-10-12 | 1 | -0/+1 |
* | Add the menu items using the EShellUserCreatableItemsHandler. | Ettore Perazzoli | 2001-08-10 | 1 | -1/+5 |
* | [Fix #6232, the thirty-four-splash-screens-at-startup bug.] | Ettore Perazzoli | 2001-08-03 | 1 | -7/+21 |
* | use bonobo-conf everywhere | Dietmar Maurer | 2001-07-04 | 1 | -0/+3 |
* | Rename `e_shell_new_view()' into `e_shell_create_view()' to avoid | Ettore Perazzoli | 2001-06-28 | 1 | -2/+2 |
* | Added a URI schema registry to the shell, and changed the bootstrap | Ettore Perazzoli | 2001-06-28 | 1 | -0/+2 |
* | Get the shell to unregister the components on exit again. | Ettore Perazzoli | 2001-06-25 | 1 | -0/+2 |
* | Remove the ugliness that was `e_shell_quit()'; implement an | Ettore Perazzoli | 2001-06-25 | 1 | -1/+1 |
* | Change EShell to derive from BonoboXObject for sake of simplicity. | Ettore Perazzoli | 2001-06-25 | 1 | -12/+12 |
* | Update the copyrights, replacing Helix Code with Ximian and | Ettore Perazzoli | 2001-06-23 | 1 | -1/+1 |
* | Implemented an Evolution::Activity interface for keeping track of | Ettore Perazzoli | 2001-06-23 | 1 | -0/+1 |
* | Initial implementation for the "warning, some connections are still | Ettore Perazzoli | 2001-05-04 | 1 | -3/+14 |
* | Add interfaces to the shell to handle off-line operation, as well as a | Ettore Perazzoli | 2001-05-03 | 1 | -0/+4 |
* | Remove/replace unneeded includes and move around stuff so that system | Kjartan Maraas | 2001-03-30 | 1 | -2/+1 |
* | Remove <config.h> #includes from the `.h' files, which is known to be, | Ettore Perazzoli | 2001-02-06 | 1 | -4/+0 |
* | (Bug #883: Shortcut bar does not update when a folders display name | Jason Leach | 2001-01-19 | 1 | -0/+2 |
* | update to GNOME_Evolution_Shell.oafinfo | Michael Meeks | 2000-12-08 | 1 | -1/+1 |
* | New `createNewView' method in `Evolution::Shell'. Register the shell | Ettore Perazzoli | 2000-12-05 | 1 | -11/+18 |
* | A very, long, very tedious IDL API rename and re-scoping; | Michael Meeks | 2000-11-11 | 1 | -1/+1 |
* | Make the shell pop-up a warning dialog per component when a component | Ettore Perazzoli | 2000-11-07 | 1 | -0/+5 |
* | Added a `--no-splash' option to the shell. | Ettore Perazzoli | 2000-11-04 | 1 | -2/+4 |
* | The Commit from hell that breaks all UI related stuff; | Michael Meeks | 2000-09-14 | 1 | -7/+9 |
* | add "in string evolution_homedir" to ShellComponent::set_owner's | Dan Winship | 2000-08-11 | 1 | -0/+1 |
* | Actually commit this - I though it went in already. | JP Rosevear | 2000-08-04 | 1 | -5/+2 |
* | Implement saving of configuration information. Now when you run | Ettore Perazzoli | 2000-06-29 | 1 | -2/+8 |
* | Reorganized the shell to allow dynamic registration of storages and | Ettore Perazzoli | 2000-05-25 | 1 | -11/+11 |
* | Get rid of the old `evolution-service-repository' cruft and start | Ettore Perazzoli | 2000-05-23 | 1 | -10/+12 |
* | Machinery for quitting and handling the relationship between a shell | Ettore Perazzoli | 2000-05-07 | 1 | -0/+4 |
* | Big shell reorganization. | Ettore Perazzoli | 2000-05-07 | 1 | -51/+69 |
* | Make Evolution compile with the latest Bonobo changes. | Arturo Espinosa | 2000-01-26 | 1 | -3/+3 |
* | More work; Model view for the shortcut bar is better; More menus; More fea... | Arturo Espinosa | 2000-01-18 | 1 | -4/+1 |
* | Shaping up; Model/view is still not fully setup, but coming, coming | Arturo Espinosa | 2000-01-17 | 1 | -0/+8 |
* | Use e_bar_set_item_data. | Miguel de Icaza | 2000-01-16 | 1 | -0/+9 |
* | More | Arturo Espinosa | 2000-01-12 | 1 | -7/+24 |
* | More work. Before the shortcut changes -mig | Arturo Espinosa | 2000-01-09 | 1 | -4/+1 |
* | More framework work -miguel | Arturo Espinosa | 2000-01-07 | 1 | -0/+32 |