aboutsummaryrefslogtreecommitdiffstats
path: root/shell/main.c
Commit message (Expand)AuthorAgeFilesLines
...
* Move uri_list loop into a separate function so we don't duplicate code inRodney Dawes2004-01-241-15/+30
* kill the correct binary, tidy includesJP Rosevear2004-01-161-2/+3
* move version detection hereJP Rosevear2004-01-151-3/+61
* detect the version more completely with the new util routine (main): don'tJP Rosevear2004-01-141-12/+10
* these just handle creating the ~/evolution dir and so are no longer neededJP Rosevear2003-12-301-4/+1
* If component_id is the empty string, pass NULL for it toEttore Perazzoli2003-12-041-1/+4
* Reimplemented using EComponentRegistry.Ettore Perazzoli2003-11-211-5/+4
* New helper function. (idle_cb): Call it if we have a local shell. Also,Ettore Perazzoli2003-11-181-2/+22
* Do not #include "e-local-folder.h".Ettore Perazzoli2003-11-181-1/+1
* Remove spurious puts()s.Ettore Perazzoli2003-11-141-3/+0
* (DEVELOPMENT_WARNING): Define.Ettore Perazzoli2003-11-141-6/+13
* kill the right thing (kill_old_dataserver): rename and check the versionJP Rosevear2003-11-121-10/+10
* Added a new "-c" command-line arg. (idle_cb): If the arg is specified,Ettore Perazzoli2003-11-111-39/+11
* Various changes to merge in evolution-data-server reliance.JP Rosevear2003-11-071-4/+4
* New member "component_registry". (e_shell_construct): Don't callEttore Perazzoli2003-10-231-6/+0
* Remove e_proxy_init call. (e-proxy is gone now)Dan Winship2003-10-221-2/+0
* Merge new-ui-branch to the trunk.Ettore Perazzoli2003-10-221-25/+20
* Ooops, revert changes: wrong branch.Ettore Perazzoli2003-07-241-7/+2
* Create a new EShellWindow and show it.Ettore Perazzoli2003-07-241-2/+7
* Removed "forced_upgrade" unused variable. (show_development_warning): PutEttore Perazzoli2003-05-201-5/+6
* #ifdef'ed wombat killing code, depending on whether KILL_PROCESS_CMD isRodrigo Moya2003-05-151-0/+8
* Add a #include to fix a warning.Jeremy Katz2003-05-091-0/+1
* (main): Add e_proxy_init()Ettore Perazzoli2003-04-291-0/+1
* Add a "--setup-only" flag, to just run e_setup() and exit. (For #40889)Dan Winship2003-04-101-0/+5
* Substitute version number into the evolution binary name in the serverDan Winship2003-04-081-0/+11
* (kill_old_wombat): New.Ettore Perazzoli2003-03-291-1/+51
* Update for e_notice move. Likewise Likewise Likewise Likewise LikewiseDan Winship2003-03-251-1/+1
* [Patch from Not Zed <NotZed@Ximian.com>]Ettore Perazzoli2003-03-071-7/+12
* Added a key for /apps/evolution/version - seems the best place to put it.Not Zed2003-02-261-32/+6
* fix the conf keys, currently unused.Not Zed2003-02-241-2/+2
* (segv_redirect): New, SIGSEGV signal handler.Ettore Perazzoli2003-02-141-0/+57
* Suggest people use 1.2.x instead of 1.0.x.Joe Shaw2003-02-121-1/+1
* s/glade_gnome_init/glade_init/Dan Winship2003-02-061-1/+1
* Set GTK_RESPONSE_OK as the default response.Ettore Perazzoli2003-01-281-1/+1
* Generate the URI list from the popt context fetched from the GnomeProgramEttore Perazzoli2003-01-111-7/+14
* setup gettextDan Winship2003-01-081-0/+4
* [With this commit, the shell compiles without deprecatedEttore Perazzoli2002-12-201-10/+3
* changed to use a gtkdialog instead of a gnome one.Not Zed2002-12-021-11/+13
* (idle_cb): Set displayed_any in the case when we areEttore Perazzoli2002-11-211-1/+3
* Disabled for now.Ettore Perazzoli2002-11-201-64/+41
* Use bonobo_main_quit() instead of gtk_main_quit(). (shell_weak_notify):Ettore Perazzoli2002-11-151-5/+5
* Removed. (no_views_left_cb): Use g_object_add_weak_pointer() instad ofEttore Perazzoli2002-11-151-16/+5
* New. (impl_finalize): New. (destroy): Removed. (class_init): InstallEttore Perazzoli2002-11-061-2/+2
* Changed all gtk_object_refs()/gtk_object_unrefs() intoEttore Perazzoli2002-11-041-18/+18
* Renamed from GNOME_Evolution_Shell.oaf.in.Ettore Perazzoli2002-11-041-52/+35
* Added some missing names.Ettore Perazzoli2002-09-241-1/+1
* Add a -DPREFIX.Ettore Perazzoli2002-09-051-5/+57
* Pass FALSE as @restore_all_views to e_shell_restore_from_settings() so weEttore Perazzoli2002-09-051-1/+1
* Call e_icon_factory_init().Ettore Perazzoli2002-07-101-0/+2
* Set @allow_shrink and @allow_grow to FALSE for the window. Fixes #17534.Ettore Perazzoli2002-05-241-0/+1
* Add a toggle to avoid displaying the dialog again. Don't display theEttore Perazzoli2002-05-241-5/+33
* New callback for when the first created view in the shell gets mapped.Ettore Perazzoli2002-05-231-0/+91
* Shell config page routines. Right now handles the default folders page.Dan Winship2002-04-111-0/+3
* Change the logic for displaying a default window, so we don't end up withEttore Perazzoli2002-04-101-1/+1
* If the shell fails to display all of the requested URIs, fall back toDan Winship2002-04-091-7/+13
* Add a "view_info" argument.Dan Winship2002-04-091-1/+2
* Fix "evolution evolution:/path/to/folder" to use default viewDan Winship2002-04-081-3/+8
* [Fix #3029, Offline mode should be preserved across sessions.]Ettore Perazzoli2002-02-231-1/+9
* Don't show the folder bar and the shortcut bar in the new window.Ettore Perazzoli2002-02-211-1/+14
* -- Merging patches from evolution-1-0-branch.Ettore Perazzoli2001-12-201-0/+3
* Removed. (idle_cb): Don't call it. (warning_dialog_clicked_callback):Ettore Perazzoli2001-10-311-58/+0
* 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
* Use gtk_widget_show_now() so the stupid dialog hopefully displays all theEttore Perazzoli2001-10-271-3/+3
* Set the WMClass of the quit dialog to be different from the default one inEttore Perazzoli2001-10-251-0/+4
* Urgh. Remove stale line that caused `display_default' to be set to TRUEEttore Perazzoli2001-10-181-2/+0
* Also flush GDK after flushing GTK. Otherwise GTK might queue draw requestsEttore Perazzoli2001-10-121-0/+5
* [Hopefully really, finally fix #8615 and friends.]Ettore Perazzoli2001-10-121-0/+23
* Display the default view only if we are starting our own shell, or if theEttore Perazzoli2001-10-121-8/+25
* Do not invoke `e_shell_restore_from_settings()' if `shell' is NULL.Ettore Perazzoli2001-10-061-1/+1
* Also `gdk_flush()'. (idle_cb): If the user doesn't specify at least oneEttore Perazzoli2001-10-061-20/+28
* #include "e-util/e-gtk-utils.h". (quit_box_new): Queue a draw on theEttore Perazzoli2001-10-061-0/+7
* Call `e_make_widget_backing_stored()' on the widget so it refreshesEttore Perazzoli2001-09-181-0/+5
* New. (quit_box_destroyed_callback): New. (no_views_left_cb): Use these twoEttore Perazzoli2001-09-181-1/+54
* Add SUB_VERSION to the version string passed toEttore Perazzoli2001-09-131-1/+1
* Replace "Evolution" with "Ximian Evolution" in a bunch of user-visibleEttore Perazzoli2001-09-061-6/+6
* [Fix #6971, Default folder should be the Summary.]Ettore Perazzoli2001-09-051-1/+1
* Replaced the chained `if' statements with a `switch' statement forEttore Perazzoli2001-08-141-19/+29
* [Fix #6232, the thirty-four-splash-screens-at-startup bug.]Ettore Perazzoli2001-08-031-4/+10
* Fix support for gtkhtml when compiled with gconf supportFrédéric Crozat2001-07-301-0/+8
* Only show the warning dialog instead of using `gnome_dialog_run()' so itEttore Perazzoli2001-07-241-2/+10
* Only show the warning dialog instead of using `gnome_dialog_run()' so itEttore Perazzoli2001-07-241-7/+5
* Make the local storage name "Local Folders" instead of "local", looksJason Leach2001-07-201-4/+1
* Revised to make it less scary.Aaron Weber2001-07-041-10/+6
* Don't assert that there is a handler, so we don't crash if user clicks onEttore Perazzoli2001-07-031-0/+1
* Fix the fix.Ettore Perazzoli2001-06-291-1/+1
* Fix #3756, `--debug' option not working anymore.Ettore Perazzoli2001-06-291-5/+12
* Make the shell to be able to display URIs that the user specified onEttore Perazzoli2001-06-281-41/+65
* Get the shell to unregister the components on exit again.Ettore Perazzoli2001-06-251-0/+2
* Fixed a nasty chain of broken fixes to broken fixes to broken fixes,Ettore Perazzoli2001-06-251-0/+3
* Remove the ugliness that was `e_shell_quit()'; implement anEttore Perazzoli2001-06-251-1/+3
* Update the copyrights, replacing Helix Code with Ximian andEttore Perazzoli2001-06-231-1/+1
* Remove $(UNICODE_LIBS).Dan Winship2001-04-261-2/+0
* Don't declare debug_log as extern in evolution-shell-component-client.c,Dan Winship2001-04-041-4/+4
* add a "debug" method to tell a component to output debugging messages to aDan Winship2001-03-311-1/+17
* Remove/replace unneeded includes and move around stuff so that systemKjartan Maraas2001-03-301-2/+10
* Added Azeri language filePablo Saratxaga2001-03-151-3/+2
* Don't try to generate a Makefile in camel/providers/vee as it's empty.Kjartan Maraas2001-03-081-1/+1
* Update this again.Dan Winship2001-02-281-14/+12
* Slightly updated the startup warning message for the release.Ettore Perazzoli2000-12-141-2/+2
* Complete the code to associate a URI and a folder type to the toplevelEttore Perazzoli2000-12-091-3/+4
* Handle a NIL return value from `oaf_activate_from_id' withoutEttore Perazzoli2000-12-051-1/+2
* New `createNewView' method in `Evolution::Shell'. Register the shellEttore Perazzoli2000-12-051-4/+35
* removed #ifdef ENABLE_NLS/#endif on Miguel's request.Gediminas Paulauskas2000-11-301-2/+0
* Added a `--no-splash' option to the shell.Ettore Perazzoli2000-11-041-10/+14
* modified or added a bunch of .cvsignore to ignore generated files, whichGediminas Paulauskas2000-11-011-0/+2
* Added check for gnome-app-lib. Removed directories that have been moved toChristopher James Lahey2000-09-181-2/+2
* The Commit from hell that breaks all UI related stuff;Michael Meeks2000-09-141-1/+1
* Initialize libunicodeDan Winship2000-09-121-1/+2
* convert to use ETree instead of GtkCTree.Chris Toshok2000-08-261-0/+3
* Actually commit this - I though it went in already.JP Rosevear2000-08-041-17/+2
* work with either gconf 0.5 or newerDan Winship2000-07-281-0/+4
* Remove GOAD support.Dan Winship2000-07-251-36/+3
* Added/fixed support for multiple views.Ettore Perazzoli2000-07-201-21/+2
* Fixed to match gconf API change.Christopher James Lahey2000-07-131-1/+1
* Update the message.Dan Winship2000-07-111-15/+13
* Add FIXME comment.Ettore Perazzoli2000-07-111-0/+2
* Implement saving of configuration information. Now when you runEttore Perazzoli2000-06-291-4/+20
* Just fix some empty space and add the name of the file at the top ofEttore Perazzoli2000-06-281-2/+1
* Initial support for creating/removing folders. This implies some newEttore Perazzoli2000-06-101-0/+3
* Use version here. Add padding to the message. Only destroy object if itsMiguel de Icaza2000-06-091-11/+7
* Make the close button on the shell view exit Evolution cleanly. Not aEttore Perazzoli2000-06-021-2/+18
* Set up gettext. (Problem noted by Héctor García Alvarez)Dan Winship2000-06-011-0/+4
* Remove extra free of evolution_directory.Dan Winship2000-05-291-2/+0
* Reorganized the shell to allow dynamic registration of storages andEttore Perazzoli2000-05-251-17/+21
* move the development_warning from mail to shell so you don't get theDan Winship2000-05-191-0/+59
* Set the icons when changing between components.Christopher James Lahey2000-05-101-0/+4
* Display the default inbox at startup, instead of an empty view.Ettore Perazzoli2000-05-091-1/+16
* Actually quit when the shell is destroyed.Ettore Perazzoli2000-05-091-0/+8
* Fix brainos so that the application quits after closing all theEttore Perazzoli2000-05-071-4/+3
* Machinery for quitting and handling the relationship between a shellEttore Perazzoli2000-05-071-0/+17
* Fix non-OAF compilation.Ettore Perazzoli2000-05-071-1/+1
* Big shell reorganization.Ettore Perazzoli2000-05-071-95/+55
* Made Evolution OAF-compatible.Ettore Perazzoli2000-04-281-3/+34
* Moved all ChangeLog entries for the shell to shell/ChangeLog.Miguel de Icaza2000-04-071-2/+6
* + * shell/main.c (evolution_boot): Make sure our data directory isMatthew Loper2000-04-071-0/+5
* + * shell/main.c (evolution_boot): gtk_signal_connect'ed "destroy"Matthew Loper2000-03-231-1/+4
* Make Evolution compile with the latest Bonobo changes.Arturo Espinosa2000-01-261-1/+1
* More work on the code. Added more for the framework.Arturo Espinosa2000-01-191-2/+5
* Use e_bar_set_item_data.Miguel de Icaza2000-01-161-1/+1
* MoreArturo Espinosa2000-01-121-9/+43
* More framework work -miguelArturo Espinosa2000-01-071-0/+59