aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell.c
Commit message (Expand)AuthorAgeFilesLines
* Add a caption to the folder selection dialog widget, and get theEttore Perazzoli2001-05-201-1/+5
* component_new refs the object itself, so unref ours when we finish with itJP Rosevear2001-05-121-5/+0
* Initial implementation for the "warning, some connections are stillEttore Perazzoli2001-05-041-12/+76
* Add interfaces to the shell to handle off-line operation, as well as aEttore Perazzoli2001-05-031-0/+105
* #include <glib.h> and move corresponding local includes to the top.Kjartan Maraas2001-04-251-0/+1
* Remove/replace unneeded includes and move around stuff so that systemKjartan Maraas2001-03-301-4/+10
* All my changes to get the folder creation working, and the magic NetscapeIain Holmes2001-03-131-0/+4
* Added `accepted_dnd_mime_types' and `exported_dnd_mime_types' membersEttore Perazzoli2001-02-271-7/+7
* Update copyrights for files modified in year 2001.Ettore Perazzoli2001-01-281-1/+1
* (Fix #1252: Need a File->Close way to close a view)Jason Leach2001-01-251-2/+11
* (Bug #883: Shortcut bar does not update when a folders display nameJason Leach2001-01-191-0/+17
* Unref our copy, and then destroy.Miguel de Icaza2001-01-131-0/+4
* New `createNewView' method in `Evolution::Shell'. Register the shellEttore Perazzoli2000-12-051-29/+77
* de-register a component's UI if it dies.Michael Meeks2000-11-281-0/+5
* Plug leaks of the fullname and fulldefaultname.Federico Mena Quintero2000-11-251-0/+3
* Update the remaining "IDL:Evolution*" to "IDL:GNOME/Evolution*" to sync upMatt Bissiri2000-11-111-2/+2
* A very, long, very tedious IDL API rename and re-scoping;Michael Meeks2000-11-111-34/+34
* Make the shell pop-up a warning dialog per component when a componentEttore Perazzoli2000-11-071-1/+65
* Added a `--no-splash' option to the shell.Ettore Perazzoli2000-11-041-8/+23
* The big api rename ...Michael Meeks2000-11-021-1/+1
* Save the settings before the view is destroyed. (e_shell_quit): Don't saveIain Holmes2000-10-181-3/+24
* Add a typecast.Dan Winship2000-10-171-0/+2
* Check if there are any files in default_user that are not in ~/evolutionIain Holmes2000-10-161-0/+1
* 31337 splash screen for the shell's startup sequence.Ettore Perazzoli2000-10-151-2/+62
* Added the ability for the shell to export the storage set view as aEttore Perazzoli2000-10-021-3/+20
* Fix a refcounting problem with the local storage. ("Somebody" added aEttore Perazzoli2000-09-251-2/+0
* Added check for gnome-app-lib. Removed directories that have been moved toChristopher James Lahey2000-09-181-1/+1
* The Commit from hell that breaks all UI related stuff;Michael Meeks2000-09-141-14/+20
* Changed so that ::set_owner is called after setting up the localEttore Perazzoli2000-09-081-0/+32
* Added new interfaces to be exposed by the local storage, so thatEttore Perazzoli2000-09-081-8/+35
* Make the shell start up components through a OAF query forEttore Perazzoli2000-08-281-12/+83
* Ref a few things that need it. Avoid triggering some assertions.Peter Williams2000-08-261-1/+4
* Commit the right version of this file.Ettore Perazzoli2000-08-131-4/+0
* Add a kludgy and simple interface to the shell views to access theEttore Perazzoli2000-08-131-3/+9
* add "in string evolution_homedir" to ShellComponent::set_owner'sDan Winship2000-08-111-0/+9
* Fixed some warnings.Christopher James Lahey2000-08-101-1/+1
* Actually commit this - I though it went in already.JP Rosevear2000-08-041-31/+24
* Remove erroneous refs on folder_type_registry, storage_set.Michael Meeks2000-08-041-4/+11
* Remove GOAD support.Dan Winship2000-07-251-6/+0
* Fix a braino that caused Evolution to unref a NULL object when theEttore Perazzoli2000-07-221-5/+1
* Add support for saving the current configuration of all theEttore Perazzoli2000-07-201-17/+95
* Added/fixed support for multiple views.Ettore Perazzoli2000-07-201-1/+5
* Translate a default_folder of "" into NULL (which can't be passed overDan Winship2000-07-111-0/+3
* Add an extra ref for the CORBA storage BonoboObject so that the numberEttore Perazzoli2000-07-081-4/+10
* Use the correct gconf path (/apps, not /app), and callDan Winship2000-07-061-5/+6
* Added an extra @allowed_types parameter to the shell's folderEttore Perazzoli2000-07-021-32/+63
* Removed bogus extra gtk_object_ref() that caused the shell not to quitEttore Perazzoli2000-07-021-2/+0
* add "cancel" to FolderSelectionListener.Dan Winship2000-07-011-13/+14
* Typo fixPeter Williams2000-06-301-1/+3
* Fixes brought to us by PurifyMatthew Loper2000-06-291-1/+3
* Implement saving of configuration information. Now when you runEttore Perazzoli2000-06-291-4/+124
* Close the dialog when done. Dont do anything if 'new' was pressed, andMichael Zucchi2000-06-271-2/+8
* Folder selection dialog, (untested) CORBA interfaces for it, and a newEttore Perazzoli2000-06-111-0/+74
* Implemented folder creation dialog (File -> New -> Folder). To makeEttore Perazzoli2000-06-111-1/+1
* Initial support for creating/removing folders. This implies some newEttore Perazzoli2000-06-101-1/+1
* Fixed a refcount leak and added interfaces to add/remove foldersEttore Perazzoli2000-06-081-12/+21
* Free the uri variable.Christopher James Lahey2000-06-021-0/+2
* Make quit work again by implementing a CORBA method to unregisterEttore Perazzoli2000-05-311-8/+55
* Added a title bar for the folder view. Removed title bar from theEttore Perazzoli2000-05-301-3/+4
* Made the storage view update at changes in the storage, andEttore Perazzoli2000-05-261-0/+2
* Reorganized the shell to allow dynamic registration of storages andEttore Perazzoli2000-05-251-12/+65
* Get rid of the old `evolution-service-repository' cruft and startEttore Perazzoli2000-05-231-9/+104
* Initial implementation of the tree view for the folders.Ettore Perazzoli2000-05-141-5/+6
* Display the default inbox at startup, instead of an empty view.Ettore Perazzoli2000-05-091-1/+4
* Fix misplaced `g_free()' that resulted in garbage to be printed outEttore Perazzoli2000-05-091-1/+3
* Fix brainos so that the application quits after closing all theEttore Perazzoli2000-05-071-2/+2
* Machinery for quitting and handling the relationship between a shellEttore Perazzoli2000-05-071-8/+74
* Portability fix (use `readdir()', not `readdir_r()'). Also, be saferEttore Perazzoli2000-05-071-3/+8
* Big shell reorganization.Ettore Perazzoli2000-05-071-296/+152
* Update for shortcut bar changes.Dan Winship2000-04-011-1/+1
* i2000-03-13 bertrand <bertrand@helixcode.com>bertrand2000-03-131-1/+15
* added the get_e_folder_type function.bertrand2000-03-131-0/+1
* Implementation of the service repository interface as a bonobo object.bertrand2000-03-121-0/+14
* Make Evolution compile with the latest Bonobo changes.Arturo Espinosa2000-01-261-28/+28
* More work; Model view for the shortcut bar is better; More menus; More fea...Arturo Espinosa2000-01-181-29/+9
* Shaping up; Model/view is still not fully setup, but coming, comingArturo Espinosa2000-01-171-15/+88
* Use e_bar_set_item_data.Miguel de Icaza2000-01-161-0/+37
* MoreArturo Espinosa2000-01-121-23/+178
* More work. Before the shortcut changes -migArturo Espinosa2000-01-091-3/+0
* More framework work -miguelArturo Espinosa2000-01-071-0/+106