| Commit message (Expand) | Author | Age | Files | Lines |
* | [Fix #8053, `GNOME_Evolution_Shortcuts' doesn't seem to work.] | Ettore Perazzoli | 2001-09-29 | 1 | -10/+0 |
* | Allow callers to set the default type of folder to be created. | Iain Holmes | 2001-09-29 | 1 | -1/+3 |
* | Only raise NotReady if the local storage pointer is actually NULL. This | Ettore Perazzoli | 2001-09-18 | 1 | -3/+6 |
* | Return a proper value. (impl_Shell_createStorageSetView): Likewise. | Ettore Perazzoli | 2001-09-15 | 1 | -5/+5 |
* | [Fix #8204 and the other bugs caused by allowing invocations on | Ettore Perazzoli | 2001-09-15 | 1 | -11/+54 |
* | [Fix #5990, Remembering Evolution window geometry.] | Ettore Perazzoli | 2001-09-14 | 1 | -1/+6 |
* | [Remove a bunch of debugging messages, as per #7741.] | Ettore Perazzoli | 2001-09-14 | 1 | -1/+0 |
* | Disable DnD on the EStorageSetView to avoid strange behaviors. | Ettore Perazzoli | 2001-09-14 | 1 | -12/+18 |
* | [Fix #6971, Default folder should be the Summary.] | Ettore Perazzoli | 2001-09-05 | 1 | -1/+1 |
* | Shut down other components correctly when cancelling the first time startup d... | Iain Holmes | 2001-09-05 | 1 | -1/+3 |
* | #include "e-shell-startup-wizard.h". | Ettore Perazzoli | 2001-08-22 | 1 | -0/+1 |
* | Put the bonobo_object_release_unref() for the db at the top in an attempt | Ettore Perazzoli | 2001-08-20 | 1 | -3/+5 |
* | Compile fixes | Iain Holmes | 2001-08-18 | 1 | -1/+0 |
* | Don't destroy the splash twice. | Jeffrey Stedfast | 2001-08-18 | 1 | -29/+26 |
* | Startup assistant stuff | Iain Holmes | 2001-08-17 | 1 | -3/+18 |
* | s/the view for `%s' have/the views for `%s' have/. | Ettore Perazzoli | 2001-08-17 | 1 | -1/+1 |
* | Add a new IDL function, Evolution::Shell::setLineStatus (in boolean). Bug | Jason Leach | 2001-08-16 | 1 | -0/+18 |
* | [Fix #7109, Evolution crashes when the splash screen dialog is | Ettore Perazzoli | 2001-08-14 | 1 | -1/+2 |
* | Restore the shell reffing/unreffing here. | Ettore Perazzoli | 2001-08-14 | 1 | -2/+2 |
* | Add the menu items using the EShellUserCreatableItemsHandler. | Ettore Perazzoli | 2001-08-10 | 1 | -18/+48 |
* | [This should fix #5407, application crash on re-opening.] | Ettore Perazzoli | 2001-08-08 | 1 | -0/+1 |
* | Add some padding to the label so that the title doesn't move around when | Ettore Perazzoli | 2001-08-05 | 1 | -26/+80 |
* | [Removing Evolution::LocalStorage interface, abstracting the unread counts | Jason Leach | 2001-08-04 | 1 | -20/+22 |
* | [Fix #6232, the thirty-four-splash-screens-at-startup bug.] | Ettore Perazzoli | 2001-08-03 | 1 | -24/+57 |
* | Make "My Evolution" a normal storage instead of being the toplevel | Ettore Perazzoli | 2001-08-03 | 1 | -0/+9 |
* | [Fixes #4663, startup crash.] | Ettore Perazzoli | 2001-08-03 | 1 | -0/+6 |
* | Spit out a warning if we cannot resolve "Bonobo/ConfigDatabase" on | Ettore Perazzoli | 2001-08-03 | 1 | -6/+12 |
* | [Fix a crash if you start evolution with a bad URI.] | Jason Leach | 2001-07-21 | 1 | -1/+2 |
* | Initialize priv->db and priv->iid so that destroy() won't crash if | Dan Winship | 2001-07-13 | 1 | -0/+2 |
* | use bonobo-conf everywhere | Dietmar Maurer | 2001-07-04 | 1 | -13/+39 |
* | [The following makes the shell able to create the `shortcuts.xml' | Ettore Perazzoli | 2001-07-03 | 1 | -2/+3 |
* | Rename `e_shell_new_view()' into `e_shell_create_view()' to avoid | Ettore Perazzoli | 2001-06-28 | 1 | -6/+6 |
* | Make the shell to be able to display URIs that the user specified on | Ettore Perazzoli | 2001-06-28 | 1 | -2/+20 |
* | Added a URI schema registry to the shell, and changed the bootstrap | Ettore Perazzoli | 2001-06-28 | 1 | -0/+66 |
* | Get the shell to unregister the components on exit again. | Ettore Perazzoli | 2001-06-25 | 1 | -1/+4 |
* | Break the build so the current shell breakage doesn't get into the | Ettore Perazzoli | 2001-06-25 | 1 | -0/+13 |
* | Fixed a nasty chain of broken fixes to broken fixes to broken fixes, | Ettore Perazzoli | 2001-06-25 | 1 | -16/+7 |
* | Remove the ugliness that was `e_shell_quit()'; implement an | Ettore Perazzoli | 2001-06-25 | 1 | -39/+9 |
* | Change EShell to derive from BonoboXObject for sake of simplicity. | Ettore Perazzoli | 2001-06-25 | 1 | -88/+29 |
* | Fix a bunch of stupid warnings caused by missing includes. Also | Ettore Perazzoli | 2001-06-23 | 1 | -1/+3 |
* | Implemented an Evolution::Activity interface for keeping track of | Ettore Perazzoli | 2001-06-23 | 1 | -2/+42 |
* | Fix splash setup to keep it from giving two Gtk-CRITICAL assertions when | Jason Leach | 2001-06-09 | 1 | -14/+9 |
* | (Fix bug #418: Save state of folder tree view) | Jason Leach | 2001-06-07 | 1 | -16/+8 |
* | Removed an unecessary sleep(2) call, so evolution will start up 2 seconds | Jason Leach | 2001-05-31 | 1 | -1/+0 |
* | Added ETSPECDIR. Added e-storage-set-view.etspec to get installed. | Christopher James Lahey | 2001-05-26 | 1 | -4/+2 |
* | Add a caption to the folder selection dialog widget, and get the | Ettore Perazzoli | 2001-05-20 | 1 | -1/+5 |
* | component_new refs the object itself, so unref ours when we finish with it | JP Rosevear | 2001-05-12 | 1 | -5/+0 |
* | Initial implementation for the "warning, some connections are still | Ettore Perazzoli | 2001-05-04 | 1 | -12/+76 |
* | Add interfaces to the shell to handle off-line operation, as well as a | Ettore Perazzoli | 2001-05-03 | 1 | -0/+105 |
* | #include <glib.h> and move corresponding local includes to the top. | Kjartan Maraas | 2001-04-25 | 1 | -0/+1 |
* | Remove/replace unneeded includes and move around stuff so that system | Kjartan Maraas | 2001-03-30 | 1 | -4/+10 |
* | All my changes to get the folder creation working, and the magic Netscape | Iain Holmes | 2001-03-13 | 1 | -0/+4 |
* | Added `accepted_dnd_mime_types' and `exported_dnd_mime_types' members | Ettore Perazzoli | 2001-02-27 | 1 | -7/+7 |
* | Update copyrights for files modified in year 2001. | Ettore Perazzoli | 2001-01-28 | 1 | -1/+1 |
* | (Fix #1252: Need a File->Close way to close a view) | Jason Leach | 2001-01-25 | 1 | -2/+11 |
* | (Bug #883: Shortcut bar does not update when a folders display name | Jason Leach | 2001-01-19 | 1 | -0/+17 |
* | Unref our copy, and then destroy. | Miguel de Icaza | 2001-01-13 | 1 | -0/+4 |
* | New `createNewView' method in `Evolution::Shell'. Register the shell | Ettore Perazzoli | 2000-12-05 | 1 | -29/+77 |
* | de-register a component's UI if it dies. | Michael Meeks | 2000-11-28 | 1 | -0/+5 |
* | Plug leaks of the fullname and fulldefaultname. | Federico Mena Quintero | 2000-11-25 | 1 | -0/+3 |
* | Update the remaining "IDL:Evolution*" to "IDL:GNOME/Evolution*" to sync up | Matt Bissiri | 2000-11-11 | 1 | -2/+2 |
* | A very, long, very tedious IDL API rename and re-scoping; | Michael Meeks | 2000-11-11 | 1 | -34/+34 |
* | Make the shell pop-up a warning dialog per component when a component | Ettore Perazzoli | 2000-11-07 | 1 | -1/+65 |
* | Added a `--no-splash' option to the shell. | Ettore Perazzoli | 2000-11-04 | 1 | -8/+23 |
* | The big api rename ... | Michael Meeks | 2000-11-02 | 1 | -1/+1 |
* | Save the settings before the view is destroyed. (e_shell_quit): Don't save | Iain Holmes | 2000-10-18 | 1 | -3/+24 |
* | Add a typecast. | Dan Winship | 2000-10-17 | 1 | -0/+2 |
* | Check if there are any files in default_user that are not in ~/evolution | Iain Holmes | 2000-10-16 | 1 | -0/+1 |
* | 31337 splash screen for the shell's startup sequence. | Ettore Perazzoli | 2000-10-15 | 1 | -2/+62 |
* | Added the ability for the shell to export the storage set view as a | Ettore Perazzoli | 2000-10-02 | 1 | -3/+20 |
* | Fix a refcounting problem with the local storage. ("Somebody" added a | Ettore Perazzoli | 2000-09-25 | 1 | -2/+0 |
* | Added check for gnome-app-lib. Removed directories that have been moved to | Christopher James Lahey | 2000-09-18 | 1 | -1/+1 |
* | The Commit from hell that breaks all UI related stuff; | Michael Meeks | 2000-09-14 | 1 | -14/+20 |
* | Changed so that ::set_owner is called after setting up the local | Ettore Perazzoli | 2000-09-08 | 1 | -0/+32 |
* | Added new interfaces to be exposed by the local storage, so that | Ettore Perazzoli | 2000-09-08 | 1 | -8/+35 |
* | Make the shell start up components through a OAF query for | Ettore Perazzoli | 2000-08-28 | 1 | -12/+83 |
* | Ref a few things that need it. Avoid triggering some assertions. | Peter Williams | 2000-08-26 | 1 | -1/+4 |
* | Commit the right version of this file. | Ettore Perazzoli | 2000-08-13 | 1 | -4/+0 |
* | Add a kludgy and simple interface to the shell views to access the | Ettore Perazzoli | 2000-08-13 | 1 | -3/+9 |
* | add "in string evolution_homedir" to ShellComponent::set_owner's | Dan Winship | 2000-08-11 | 1 | -0/+9 |
* | Fixed some warnings. | Christopher James Lahey | 2000-08-10 | 1 | -1/+1 |
* | Actually commit this - I though it went in already. | JP Rosevear | 2000-08-04 | 1 | -31/+24 |
* | Remove erroneous refs on folder_type_registry, storage_set. | Michael Meeks | 2000-08-04 | 1 | -4/+11 |
* | Remove GOAD support. | Dan Winship | 2000-07-25 | 1 | -6/+0 |
* | Fix a braino that caused Evolution to unref a NULL object when the | Ettore Perazzoli | 2000-07-22 | 1 | -5/+1 |
* | Add support for saving the current configuration of all the | Ettore Perazzoli | 2000-07-20 | 1 | -17/+95 |
* | Added/fixed support for multiple views. | Ettore Perazzoli | 2000-07-20 | 1 | -1/+5 |
* | Translate a default_folder of "" into NULL (which can't be passed over | Dan Winship | 2000-07-11 | 1 | -0/+3 |
* | Add an extra ref for the CORBA storage BonoboObject so that the number | Ettore Perazzoli | 2000-07-08 | 1 | -4/+10 |
* | Use the correct gconf path (/apps, not /app), and call | Dan Winship | 2000-07-06 | 1 | -5/+6 |
* | Added an extra @allowed_types parameter to the shell's folder | Ettore Perazzoli | 2000-07-02 | 1 | -32/+63 |
* | Removed bogus extra gtk_object_ref() that caused the shell not to quit | Ettore Perazzoli | 2000-07-02 | 1 | -2/+0 |
* | add "cancel" to FolderSelectionListener. | Dan Winship | 2000-07-01 | 1 | -13/+14 |
* | Typo fix | Peter Williams | 2000-06-30 | 1 | -1/+3 |
* | Fixes brought to us by Purify | Matthew Loper | 2000-06-29 | 1 | -1/+3 |
* | Implement saving of configuration information. Now when you run | Ettore Perazzoli | 2000-06-29 | 1 | -4/+124 |
* | Close the dialog when done. Dont do anything if 'new' was pressed, and | Michael Zucchi | 2000-06-27 | 1 | -2/+8 |
* | Folder selection dialog, (untested) CORBA interfaces for it, and a new | Ettore Perazzoli | 2000-06-11 | 1 | -0/+74 |
* | Implemented folder creation dialog (File -> New -> Folder). To make | Ettore Perazzoli | 2000-06-11 | 1 | -1/+1 |
* | Initial support for creating/removing folders. This implies some new | Ettore Perazzoli | 2000-06-10 | 1 | -1/+1 |
* | Fixed a refcount leak and added interfaces to add/remove folders | Ettore Perazzoli | 2000-06-08 | 1 | -12/+21 |
* | Free the uri variable. | Christopher James Lahey | 2000-06-02 | 1 | -0/+2 |
* | Make quit work again by implementing a CORBA method to unregister | Ettore Perazzoli | 2000-05-31 | 1 | -8/+55 |
* | Added a title bar for the folder view. Removed title bar from the | Ettore Perazzoli | 2000-05-30 | 1 | -3/+4 |
* | Made the storage view update at changes in the storage, and | Ettore Perazzoli | 2000-05-26 | 1 | -0/+2 |
* | Reorganized the shell to allow dynamic registration of storages and | Ettore Perazzoli | 2000-05-25 | 1 | -12/+65 |
* | Get rid of the old `evolution-service-repository' cruft and start | Ettore Perazzoli | 2000-05-23 | 1 | -9/+104 |
* | Initial implementation of the tree view for the folders. | Ettore Perazzoli | 2000-05-14 | 1 | -5/+6 |
* | Display the default inbox at startup, instead of an empty view. | Ettore Perazzoli | 2000-05-09 | 1 | -1/+4 |
* | Fix misplaced `g_free()' that resulted in garbage to be printed out | Ettore Perazzoli | 2000-05-09 | 1 | -1/+3 |
* | Fix brainos so that the application quits after closing all the | Ettore Perazzoli | 2000-05-07 | 1 | -2/+2 |
* | Machinery for quitting and handling the relationship between a shell | Ettore Perazzoli | 2000-05-07 | 1 | -8/+74 |
* | Portability fix (use `readdir()', not `readdir_r()'). Also, be safer | Ettore Perazzoli | 2000-05-07 | 1 | -3/+8 |
* | Big shell reorganization. | Ettore Perazzoli | 2000-05-07 | 1 | -296/+152 |
* | Update for shortcut bar changes. | Dan Winship | 2000-04-01 | 1 | -1/+1 |
* | i2000-03-13 bertrand <bertrand@helixcode.com> | bertrand | 2000-03-13 | 1 | -1/+15 |
* | added the get_e_folder_type function. | bertrand | 2000-03-13 | 1 | -0/+1 |
* | Implementation of the service repository interface as a bonobo object. | bertrand | 2000-03-12 | 1 | -0/+14 |
* | Make Evolution compile with the latest Bonobo changes. | Arturo Espinosa | 2000-01-26 | 1 | -28/+28 |
* | More work; Model view for the shortcut bar is better; More menus; More fea... | Arturo Espinosa | 2000-01-18 | 1 | -29/+9 |
* | Shaping up; Model/view is still not fully setup, but coming, coming | Arturo Espinosa | 2000-01-17 | 1 | -15/+88 |
* | Use e_bar_set_item_data. | Miguel de Icaza | 2000-01-16 | 1 | -0/+37 |
* | More | Arturo Espinosa | 2000-01-12 | 1 | -23/+178 |
* | More work. Before the shortcut changes -mig | Arturo Espinosa | 2000-01-09 | 1 | -3/+0 |
* | More framework work -miguel | Arturo Espinosa | 2000-01-07 | 1 | -0/+106 |