aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell.c
Commit message (Expand)AuthorAgeFilesLines
...
* New helper function. (idle_cb): Call it if we have a local shell. Also,Ettore Perazzoli2003-11-181-1/+74
* Do not #include "e-local-folder.h".Ettore Perazzoli2003-11-181-3/+8
* New.Ettore Perazzoli2003-11-141-0/+26
* New signal "component_changed". (class_init): Install. (switch_view):Ettore Perazzoli2003-11-131-10/+18
* Added a new "-c" command-line arg. (idle_cb): If the arg is specified,Ettore Perazzoli2003-11-111-39/+17
* New member "component_registry". (e_shell_construct): Don't callEttore Perazzoli2003-10-231-216/+23
* Merge new-ui-branch to the trunk.Ettore Perazzoli2003-10-221-1238/+151
* Ooops, revert changes: wrong branch.Ettore Perazzoli2003-07-241-2/+1
* Create a new EShellWindow and show it.Ettore Perazzoli2003-07-241-1/+2
* Protect against the component name having slashes in it.Ettore Perazzoli2003-05-161-0/+5
* release the interface if we got itJP Rosevear2003-05-151-0/+2
* Free the temporary string.Hans Petter Jansson2003-04-161-1/+4
* Desensitize the window's top-level container rather than desensitizing theDan Winship2003-04-081-0/+3
* [#39467]Not Zed2003-04-021-12/+7
* Update for e_notice move. Likewise Likewise Likewise Likewise LikewiseDan Winship2003-03-251-9/+2
* add a "new_view_xid" arg, so the component has a window id to make use ofDan Winship2003-03-251-11/+12
* If you can't get a pixbuf icon for the folder's type, do not crash.Ettore Perazzoli2003-03-201-21/+0
* ** reverted the following patch from ettore, this is a gnome 2.2 apiNot Zed2003-03-071-2/+2
* (impl_Shell_selectUserFolder): At least for now,Ettore Perazzoli2003-03-071-2/+4
* (impl_finalize): UseEttore Perazzoli2003-03-071-2/+2
* fix the conf keys, currently unused.Not Zed2003-02-241-1/+1
* (e_shell_construct): UseEttore Perazzoli2003-01-291-2/+2
* Set GTK_RESPONSE_OK as the default response.Ettore Perazzoli2003-01-281-6/+10
* s/BonoboXObject/BonoboObject/ (for BONOBO_DISABLE_DEPRECATED)Dan Winship2003-01-141-8/+8
* Make the view save its settings as the default ones if it's the last one.Ettore Perazzoli2003-01-111-1/+5
* (parse_default_uri): Remove bogus is_default check.Ettore Perazzoli2003-01-111-2/+1
* Properly reset activity_interface to NULL.Ettore Perazzoli2003-01-101-4/+4
* [With this commit, the shell compiles without deprecatedEttore Perazzoli2002-12-201-24/+25
* changed to use a gtkdialog instead of a gnome one.Not Zed2002-12-021-7/+7
* use e_shell_ marshallers, and make sure STRING parameters map to *_STRING*Chris Toshok2002-11-201-2/+2
* Disabled for now.Ettore Perazzoli2002-11-201-130/+58
* Added rule to generate GNOME_Evolution_Shell.server.in fromEttore Perazzoli2002-11-161-2/+2
* Use bonobo_main_quit() instead of gtk_main_quit(). (shell_weak_notify):Ettore Perazzoli2002-11-151-7/+20
* (save_settings_for_views): Removed.Ettore Perazzoli2002-11-151-30/+1
* Removed. (no_views_left_cb): Use g_object_add_weak_pointer() instad ofEttore Perazzoli2002-11-151-25/+9
* (impl_dispose): Do unref the config_listener here [IEttore Perazzoli2002-11-121-1/+1
* (e_shell_show_settings): Allow type being NULL.Ettore Perazzoli2002-11-061-2/+3
* Use g_object_get_data() instead of gtk_object_get_data(). Likewise.Ettore Perazzoli2002-11-061-2/+2
* Split finalize/dispose. Likewise. Likewise. Likewise. Likewise. Likewise.Ettore Perazzoli2002-11-061-16/+46
* New. (impl_finalize): New. (destroy): Removed. (class_init): InstallEttore Perazzoli2002-11-061-6/+6
* Pass TRUE for arg allow_creation to e_shell_folder_selection_dialog_new().Ettore Perazzoli2002-11-051-2/+3
* Use g_object_set_data() instead of gtk_object_set_data(). Likewise.Ettore Perazzoli2002-11-041-7/+7
* Changed all gtk_object_refs()/gtk_object_unrefs() intoEttore Perazzoli2002-11-041-29/+29
* Renamed from GNOME_Evolution_Shell.oaf.in.Ettore Perazzoli2002-11-041-62/+52
* First big sync of my GNOME 2 porting work (incomplete, and stillEttore Perazzoli2002-11-021-23/+15
* Set the is_stock flag to TRUE for the summary folder.Ettore Perazzoli2002-10-241-0/+1
* [Finish fixing #11645.]Ettore Perazzoli2002-09-261-0/+31
* Don't destroy the dialog. It does that itself whenever it emitsDan Winship2002-09-251-2/+0
* (e_shell_construct): Oops, no @shell argument toEttore Perazzoli2002-09-241-1/+1
* Use e_shell_request_close_view().Ettore Perazzoli2002-09-241-17/+36
* Pass TRUE as @queue to e_shell_view_display_uri().Ettore Perazzoli2002-09-051-1/+1
* Pass FALSE as @restore_all_views to e_shell_restore_from_settings() so weEttore Perazzoli2002-09-051-5/+11
* Pass a selection_order to oaf_query so we get the components back in aDan Winship2002-08-291-2/+3
* (endarken_style): Set the color forEttore Perazzoli2002-08-021-3/+3
* Get the EStorageSet from the shortcut's shell since there is noEttore Perazzoli2002-07-181-46/+102
* set corba_folder.customIconName so we don't crash.Chris Toshok2002-07-151-1/+4
* (e_shell_show_settings): Don't set up the settingsEttore Perazzoli2002-07-031-2/+0
* Remove debugging message.Ettore Perazzoli2002-07-021-3/+1
* New member preparing_to_quit in EShellPrivate.Ettore Perazzoli2002-07-021-1/+13
* No more @default_type arg to e_shell_folder_selection_dialog_new().Ettore Perazzoli2002-05-231-2/+1
* New callback for when the first created view in the shell gets mapped.Ettore Perazzoli2002-05-231-0/+12
* Only refuse quitting if the result is CANCEL. This way we allow quittingEttore Perazzoli2002-05-231-1/+1
* Ask e_shell_prepare_for_quit() before destroying the view if it's the lastEttore Perazzoli2002-05-161-2/+11
* Check with e_shell_prepare_for_quit() before quitting.Ettore Perazzoli2002-05-161-0/+64
* Pass self to e_shell_offline_handler_new() instead of the componentEttore Perazzoli2002-05-141-1/+1
* Put the EStorageSetView in an EScrollFrame.Ettore Perazzoli2002-05-081-2/+4
* emit show_settings signal (corba_class_init): assign epv methodJP Rosevear2002-04-191-0/+45
* Shell config page routines. Right now handles the default folders page.Dan Winship2002-04-111-2/+2
* New. Check that things that need to be in the config db are. Right now itDan Winship2002-04-091-0/+2
* Add a "view_info" argument.Dan Winship2002-04-091-8/+45
* Fix "evolution evolution:/path/to/folder" to use default viewDan Winship2002-04-081-24/+9
* New widget for a button that displays a folder selection in a standardDan Winship2002-04-051-10/+54
* Change type of parent_class to BonoboXObjectClass.Ettore Perazzoli2002-04-041-11/+49
* Register a "working" folder type with the hourglass icon. (WouldDan Winship2002-03-251-0/+4
* Move the ComponentActionsPlaceholder into the Actions menu, instead of theEttore Perazzoli2002-03-211-1/+37
* Support for delayed filling-in of storages/folders.Dan Winship2002-03-151-0/+5
* Make storages-with-toplevel-views less of a hack.Dan Winship2002-03-081-2/+4
* Keep the storage name and display_name in EStoragePriv. (impl_get_name,Dan Winship2002-03-071-4/+6
* [Fix #3029, Offline mode should be preserved across sessions.]Ettore Perazzoli2002-02-231-5/+46
* Don't show the folder bar and the shortcut bar in the new window.Ettore Perazzoli2002-02-211-6/+11
* [Implement an Outlook-style "New" dropdown button. It is basicallyEttore Perazzoli2002-01-241-0/+1
* [Fix #17258, shell displays splash even if Evolution is alreadyEttore Perazzoli2001-12-151-9/+9
* Remove debugging message.Ettore Perazzoli2001-10-301-2/+0
* Ref the shell. (destroy): Unref the shell. (destroy): Free theEttore Perazzoli2001-10-291-1/+3
* 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
* Set ->is_initialized to %FALSE. (e_shell_unregister_all): Same here.Ettore Perazzoli2001-10-271-0/+4
* Handle failure from XGetClassHint properly. Also, free res_name andEttore Perazzoli2001-10-261-4/+6
* Explicitly deactivate the control frame, and display the default URIEttore Perazzoli2001-10-241-0/+14
* No need to gtk_widget_show() the view anymore.Ettore Perazzoli2001-10-231-30/+68
* Don't die if the parent window has no WMHints.Ettore Perazzoli2001-10-231-3/+2
* New member `is_interactive' in `EShellPrivate'. (init): Init to %FALSE.Ettore Perazzoli2001-10-231-6/+59
* Fix the WM problems related to the folder selection dialog beingEttore Perazzoli2001-10-191-1/+46
* Re-set the owner on the component that raised OldOwnerHasDied.Ettore Perazzoli2001-10-181-2/+10
* [Fix #7643, Starting new view doesn't honor "view" settings.]Ettore Perazzoli2001-10-121-5/+10
* [Hopefully really, finally fix #8615 and friends.]Ettore Perazzoli2001-10-121-4/+19
* Handle the return value fromEttore Perazzoli2001-10-061-1/+2
* If setting the owner fails, print the a warning message out. Then restartEttore Perazzoli2001-10-061-1/+9
* Make the crash message less dorky. [#10264]Ettore Perazzoli2001-10-031-3/+4
* [Fix #8053, `GNOME_Evolution_Shortcuts' doesn't seem to work.]Ettore Perazzoli2001-09-291-10/+0
* Allow callers to set the default type of folder to be created.Iain Holmes2001-09-291-1/+3
* Only raise NotReady if the local storage pointer is actually NULL. ThisEttore Perazzoli2001-09-181-3/+6
* Return a proper value. (impl_Shell_createStorageSetView): Likewise.Ettore Perazzoli2001-09-151-5/+5
* [Fix #8204 and the other bugs caused by allowing invocations onEttore Perazzoli2001-09-151-11/+54
* [Fix #5990, Remembering Evolution window geometry.]Ettore Perazzoli2001-09-141-1/+6
* [Remove a bunch of debugging messages, as per #7741.]Ettore Perazzoli2001-09-141-1/+0
* Disable DnD on the EStorageSetView to avoid strange behaviors.Ettore Perazzoli2001-09-141-12/+18
* [Fix #6971, Default folder should be the Summary.]Ettore Perazzoli2001-09-051-1/+1
* Shut down other components correctly when cancelling the first time startup d...Iain Holmes2001-09-051-1/+3
* #include "e-shell-startup-wizard.h".Ettore Perazzoli2001-08-221-0/+1
* Put the bonobo_object_release_unref() for the db at the top in an attemptEttore Perazzoli2001-08-201-3/+5
* Compile fixesIain Holmes2001-08-181-1/+0
* Don't destroy the splash twice.Jeffrey Stedfast2001-08-181-29/+26
* Startup assistant stuffIain Holmes2001-08-171-3/+18
* s/the view for `%s' have/the views for `%s' have/.Ettore Perazzoli2001-08-171-1/+1
* Add a new IDL function, Evolution::Shell::setLineStatus (in boolean). BugJason Leach2001-08-161-0/+18
* [Fix #7109, Evolution crashes when the splash screen dialog isEttore Perazzoli2001-08-141-1/+2
* Restore the shell reffing/unreffing here.Ettore Perazzoli2001-08-141-2/+2
* Add the menu items using the EShellUserCreatableItemsHandler.Ettore Perazzoli2001-08-101-18/+48
* [This should fix #5407, application crash on re-opening.]Ettore Perazzoli2001-08-081-0/+1
* Add some padding to the label so that the title doesn't move around whenEttore Perazzoli2001-08-051-26/+80
* [Removing Evolution::LocalStorage interface, abstracting the unread countsJason Leach2001-08-041-20/+22
* [Fix #6232, the thirty-four-splash-screens-at-startup bug.]Ettore Perazzoli2001-08-031-24/+57
* Make "My Evolution" a normal storage instead of being the toplevelEttore Perazzoli2001-08-031-0/+9
* [Fixes #4663, startup crash.]Ettore Perazzoli2001-08-031-0/+6
* Spit out a warning if we cannot resolve "Bonobo/ConfigDatabase" onEttore Perazzoli2001-08-031-6/+12
* [Fix a crash if you start evolution with a bad URI.]Jason Leach2001-07-211-1/+2
* Initialize priv->db and priv->iid so that destroy() won't crash ifDan Winship2001-07-131-0/+2
* use bonobo-conf everywhereDietmar Maurer2001-07-041-13/+39
* [The following makes the shell able to create the `shortcuts.xml'Ettore Perazzoli2001-07-031-2/+3
* Rename `e_shell_new_view()' into `e_shell_create_view()' to avoidEttore Perazzoli2001-06-281-6/+6
* Make the shell to be able to display URIs that the user specified onEttore Perazzoli2001-06-281-2/+20
* Added a URI schema registry to the shell, and changed the bootstrapEttore Perazzoli2001-06-281-0/+66
* Get the shell to unregister the components on exit again.Ettore Perazzoli2001-06-251-1/+4
* Break the build so the current shell breakage doesn't get into theEttore Perazzoli2001-06-251-0/+13
* Fixed a nasty chain of broken fixes to broken fixes to broken fixes,Ettore Perazzoli2001-06-251-16/+7
* Remove the ugliness that was `e_shell_quit()'; implement anEttore Perazzoli2001-06-251-39/+9
* Change EShell to derive from BonoboXObject for sake of simplicity.Ettore Perazzoli2001-06-251-88/+29
* Fix a bunch of stupid warnings caused by missing includes. AlsoEttore Perazzoli2001-06-231-1/+3
* Implemented an Evolution::Activity interface for keeping track ofEttore Perazzoli2001-06-231-2/+42
* Fix splash setup to keep it from giving two Gtk-CRITICAL assertions whenJason Leach2001-06-091-14/+9
* (Fix bug #418: Save state of folder tree view)Jason Leach2001-06-071-16/+8
* Removed an unecessary sleep(2) call, so evolution will start up 2 secondsJason Leach2001-05-311-1/+0
* Added ETSPECDIR. Added e-storage-set-view.etspec to get installed.Christopher James Lahey2001-05-261-4/+2
* 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