| Commit message (Expand) | Author | Age | Files | Lines |
* | Added widgets in INCLUDES. | Kaushal Kumar | 2005-06-23 | 1 | -1/+1 |
* | Retired GAL from Head. The relevant files have moved inside evolution. | Kaushal Kumar | 2005-06-17 | 1 | -1/+1 |
* | remove mono registrtion, this is implemented using a plugin now. register | Not Zed | 2005-05-25 | 1 | -14/+1 |
* | fix error file build/path changes | Not Zed | 2005-05-16 | 1 | -1/+1 |
* | add evolution-data-server-1.2 to the list of old dataserver instances.) | Harish Krishnaswamy | 2005-05-12 | 1 | -0/+1 |
* | setup the profiling plugin hook if profiling is compiled in. | Not Zed | 2005-04-28 | 1 | -0/+4 |
* | switch #ifdef DEVELOPMENT to #if DEVELOPMENT so the configure.in foo | JP Rosevear | 2005-03-21 | 1 | -10/+6 |
* | Make mailer depend on libedataserverui. | Hans Petter Jansson | 2005-02-24 | 1 | -1/+2 |
* | 2.0 is the current stable version. | Rodrigo Moya | 2004-12-30 | 1 | -1/+1 |
* | include es-event.h to fix 64 bit platform problems. | David Mosberger | 2004-12-08 | 1 | -0/+1 |
* | Evolution product name spelled with an uppercase E | Joan Sanfeliu | 2004-11-23 | 1 | -1/+1 |
* | register event hook. | Not Zed | 2004-10-25 | 1 | -2/+6 |
* | initialise plugin system. (main): add --disable-eplugin and --disable-mono | Not Zed | 2004-10-07 | 1 | -0/+23 |
* | init epasswords. | Not Zed | 2004-08-12 | 1 | -1/+3 |
* | Remove AUTOHELP option since GNOME adds this itself. Fixes bug #60374. | Jeffrey Stedfast | 2004-06-19 | 1 | -1/+3 |
* | test for skip_warning_dialog value in gconf here and not in | Radek Doulik | 2004-06-19 | 1 | -11/+9 |
* | ** See bug #54498. | Not Zed | 2004-06-18 | 1 | -33/+12 |
* | Call gnome_sound_init() before bonobo_main(). | Jeffrey Stedfast | 2004-06-17 | 1 | -1/+4 |
* | added noshell and noshell-reason error strings. the latter seems a waste, | Not Zed | 2004-05-18 | 1 | -5/+4 |
* | #include <gtk/gtkvbox.h> | Jeffrey Stedfast | 2004-05-18 | 1 | -1/+1 |
* | Call e_icon_factory_shutdown() after bonobo_main() exits. | Jeffrey Stedfast | 2004-05-13 | 1 | -2/+4 |
* | set title to just Evolution (show_development_warning): ditto for warning | JP Rosevear | 2004-05-10 | 1 | -6/+6 |
* | Call gnome_program_init with PACKAGE "-" BASE_VERSION so that we start up | Rodney Dawes | 2004-04-29 | 1 | -1/+1 |
* | Change component icons to use the icon theme names for icons Remove | Michael Terry | 2004-04-19 | 1 | -3/+8 |
* | Don't activate the components here. (e_shell_construct): Activate them all | Jeffrey Stedfast | 2004-04-10 | 1 | -1/+1 |
* | Remove dialog separators Change the border with of the dialog's vbox and | Rodney Dawes | 2004-04-01 | 1 | -10/+21 |
* | ** See bug #53683. | Not Zed | 2004-02-04 | 1 | -58/+0 |
* | turn development stuff back on | JP Rosevear | 2004-01-29 | 1 | -1/+1 |
* | g_message this (destroy_config): remove the various pieces to create a | JP Rosevear | 2004-01-29 | 1 | -6/+42 |
* | attempt the upgrade before trying to startup the wizard. | Not Zed | 2004-01-27 | 1 | -76/+0 |
* | drop now useless gtkhtml/gconf check | JP Rosevear | 2004-01-27 | 1 | -4/+0 |
* | Move uri_list loop into a separate function so we don't duplicate code in | Rodney Dawes | 2004-01-24 | 1 | -15/+30 |
* | kill the correct binary, tidy includes | JP Rosevear | 2004-01-16 | 1 | -2/+3 |
* | move version detection here | JP Rosevear | 2004-01-15 | 1 | -3/+61 |
* | detect the version more completely with the new util routine (main): don't | JP Rosevear | 2004-01-14 | 1 | -12/+10 |
* | these just handle creating the ~/evolution dir and so are no longer needed | JP Rosevear | 2003-12-30 | 1 | -4/+1 |
* | If component_id is the empty string, pass NULL for it to | Ettore Perazzoli | 2003-12-04 | 1 | -1/+4 |
* | Reimplemented using EComponentRegistry. | Ettore Perazzoli | 2003-11-21 | 1 | -5/+4 |
* | New helper function. (idle_cb): Call it if we have a local shell. Also, | Ettore Perazzoli | 2003-11-18 | 1 | -2/+22 |
* | Do not #include "e-local-folder.h". | Ettore Perazzoli | 2003-11-18 | 1 | -1/+1 |
* | Remove spurious puts()s. | Ettore Perazzoli | 2003-11-14 | 1 | -3/+0 |
* | (DEVELOPMENT_WARNING): Define. | Ettore Perazzoli | 2003-11-14 | 1 | -6/+13 |
* | kill the right thing (kill_old_dataserver): rename and check the version | JP Rosevear | 2003-11-12 | 1 | -10/+10 |
* | Added a new "-c" command-line arg. (idle_cb): If the arg is specified, | Ettore Perazzoli | 2003-11-11 | 1 | -39/+11 |
* | Various changes to merge in evolution-data-server reliance. | JP Rosevear | 2003-11-07 | 1 | -4/+4 |
* | New member "component_registry". (e_shell_construct): Don't call | Ettore Perazzoli | 2003-10-23 | 1 | -6/+0 |
* | Remove e_proxy_init call. (e-proxy is gone now) | Dan Winship | 2003-10-22 | 1 | -2/+0 |
* | Merge new-ui-branch to the trunk. | Ettore Perazzoli | 2003-10-22 | 1 | -25/+20 |
* | Ooops, revert changes: wrong branch. | Ettore Perazzoli | 2003-07-24 | 1 | -7/+2 |
* | Create a new EShellWindow and show it. | Ettore Perazzoli | 2003-07-24 | 1 | -2/+7 |
* | Removed "forced_upgrade" unused variable. (show_development_warning): Put | Ettore Perazzoli | 2003-05-20 | 1 | -5/+6 |
* | #ifdef'ed wombat killing code, depending on whether KILL_PROCESS_CMD is | Rodrigo Moya | 2003-05-15 | 1 | -0/+8 |
* | Add a #include to fix a warning. | Jeremy Katz | 2003-05-09 | 1 | -0/+1 |
* | (main): Add e_proxy_init() | Ettore Perazzoli | 2003-04-29 | 1 | -0/+1 |
* | Add a "--setup-only" flag, to just run e_setup() and exit. (For #40889) | Dan Winship | 2003-04-10 | 1 | -0/+5 |
* | Substitute version number into the evolution binary name in the server | Dan Winship | 2003-04-08 | 1 | -0/+11 |
* | (kill_old_wombat): New. | Ettore Perazzoli | 2003-03-29 | 1 | -1/+51 |
* | Update for e_notice move. Likewise Likewise Likewise Likewise Likewise | Dan Winship | 2003-03-25 | 1 | -1/+1 |
* | [Patch from Not Zed <NotZed@Ximian.com>] | Ettore Perazzoli | 2003-03-07 | 1 | -7/+12 |
* | Added a key for /apps/evolution/version - seems the best place to put it. | Not Zed | 2003-02-26 | 1 | -32/+6 |
* | fix the conf keys, currently unused. | Not Zed | 2003-02-24 | 1 | -2/+2 |
* | (segv_redirect): New, SIGSEGV signal handler. | Ettore Perazzoli | 2003-02-14 | 1 | -0/+57 |
* | Suggest people use 1.2.x instead of 1.0.x. | Joe Shaw | 2003-02-12 | 1 | -1/+1 |
* | s/glade_gnome_init/glade_init/ | Dan Winship | 2003-02-06 | 1 | -1/+1 |
* | Set GTK_RESPONSE_OK as the default response. | Ettore Perazzoli | 2003-01-28 | 1 | -1/+1 |
* | Generate the URI list from the popt context fetched from the GnomeProgram | Ettore Perazzoli | 2003-01-11 | 1 | -7/+14 |
* | setup gettext | Dan Winship | 2003-01-08 | 1 | -0/+4 |
* | [With this commit, the shell compiles without deprecated | Ettore Perazzoli | 2002-12-20 | 1 | -10/+3 |
* | changed to use a gtkdialog instead of a gnome one. | Not Zed | 2002-12-02 | 1 | -11/+13 |
* | (idle_cb): Set displayed_any in the case when we are | Ettore Perazzoli | 2002-11-21 | 1 | -1/+3 |
* | Disabled for now. | Ettore Perazzoli | 2002-11-20 | 1 | -64/+41 |
* | Use bonobo_main_quit() instead of gtk_main_quit(). (shell_weak_notify): | Ettore Perazzoli | 2002-11-15 | 1 | -5/+5 |
* | Removed. (no_views_left_cb): Use g_object_add_weak_pointer() instad of | Ettore Perazzoli | 2002-11-15 | 1 | -16/+5 |
* | New. (impl_finalize): New. (destroy): Removed. (class_init): Install | Ettore Perazzoli | 2002-11-06 | 1 | -2/+2 |
* | Changed all gtk_object_refs()/gtk_object_unrefs() into | Ettore Perazzoli | 2002-11-04 | 1 | -18/+18 |
* | Renamed from GNOME_Evolution_Shell.oaf.in. | Ettore Perazzoli | 2002-11-04 | 1 | -52/+35 |
* | Added some missing names. | Ettore Perazzoli | 2002-09-24 | 1 | -1/+1 |
* | Add a -DPREFIX. | Ettore Perazzoli | 2002-09-05 | 1 | -5/+57 |
* | Pass FALSE as @restore_all_views to e_shell_restore_from_settings() so we | Ettore Perazzoli | 2002-09-05 | 1 | -1/+1 |
* | Call e_icon_factory_init(). | Ettore Perazzoli | 2002-07-10 | 1 | -0/+2 |
* | Set @allow_shrink and @allow_grow to FALSE for the window. Fixes #17534. | Ettore Perazzoli | 2002-05-24 | 1 | -0/+1 |
* | Add a toggle to avoid displaying the dialog again. Don't display the | Ettore Perazzoli | 2002-05-24 | 1 | -5/+33 |
* | New callback for when the first created view in the shell gets mapped. | Ettore Perazzoli | 2002-05-23 | 1 | -0/+91 |
* | Shell config page routines. Right now handles the default folders page. | Dan Winship | 2002-04-11 | 1 | -0/+3 |
* | Change the logic for displaying a default window, so we don't end up with | Ettore Perazzoli | 2002-04-10 | 1 | -1/+1 |
* | If the shell fails to display all of the requested URIs, fall back to | Dan Winship | 2002-04-09 | 1 | -7/+13 |
* | Add a "view_info" argument. | Dan Winship | 2002-04-09 | 1 | -1/+2 |
* | Fix "evolution evolution:/path/to/folder" to use default view | Dan Winship | 2002-04-08 | 1 | -3/+8 |
* | [Fix #3029, Offline mode should be preserved across sessions.] | Ettore Perazzoli | 2002-02-23 | 1 | -1/+9 |
* | Don't show the folder bar and the shortcut bar in the new window. | Ettore Perazzoli | 2002-02-21 | 1 | -1/+14 |
* | -- Merging patches from evolution-1-0-branch. | Ettore Perazzoli | 2001-12-20 | 1 | -0/+3 |
* | Removed. (idle_cb): Don't call it. (warning_dialog_clicked_callback): | Ettore Perazzoli | 2001-10-31 | 1 | -58/+0 |
* | 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 |
* | Use gtk_widget_show_now() so the stupid dialog hopefully displays all the | Ettore Perazzoli | 2001-10-27 | 1 | -3/+3 |
* | Set the WMClass of the quit dialog to be different from the default one in | Ettore Perazzoli | 2001-10-25 | 1 | -0/+4 |
* | Urgh. Remove stale line that caused `display_default' to be set to TRUE | Ettore Perazzoli | 2001-10-18 | 1 | -2/+0 |
* | Also flush GDK after flushing GTK. Otherwise GTK might queue draw requests | Ettore Perazzoli | 2001-10-12 | 1 | -0/+5 |
* | [Hopefully really, finally fix #8615 and friends.] | Ettore Perazzoli | 2001-10-12 | 1 | -0/+23 |
* | Display the default view only if we are starting our own shell, or if the | Ettore Perazzoli | 2001-10-12 | 1 | -8/+25 |
* | Do not invoke `e_shell_restore_from_settings()' if `shell' is NULL. | Ettore Perazzoli | 2001-10-06 | 1 | -1/+1 |
* | Also `gdk_flush()'. (idle_cb): If the user doesn't specify at least one | Ettore Perazzoli | 2001-10-06 | 1 | -20/+28 |
* | #include "e-util/e-gtk-utils.h". (quit_box_new): Queue a draw on the | Ettore Perazzoli | 2001-10-06 | 1 | -0/+7 |
* | Call `e_make_widget_backing_stored()' on the widget so it refreshes | Ettore Perazzoli | 2001-09-18 | 1 | -0/+5 |
* | New. (quit_box_destroyed_callback): New. (no_views_left_cb): Use these two | Ettore Perazzoli | 2001-09-18 | 1 | -1/+54 |
* | Add SUB_VERSION to the version string passed to | Ettore Perazzoli | 2001-09-13 | 1 | -1/+1 |
* | Replace "Evolution" with "Ximian Evolution" in a bunch of user-visible | Ettore Perazzoli | 2001-09-06 | 1 | -6/+6 |
* | [Fix #6971, Default folder should be the Summary.] | Ettore Perazzoli | 2001-09-05 | 1 | -1/+1 |
* | Replaced the chained `if' statements with a `switch' statement for | Ettore Perazzoli | 2001-08-14 | 1 | -19/+29 |
* | [Fix #6232, the thirty-four-splash-screens-at-startup bug.] | Ettore Perazzoli | 2001-08-03 | 1 | -4/+10 |
* | Fix support for gtkhtml when compiled with gconf support | Frédéric Crozat | 2001-07-30 | 1 | -0/+8 |
* | Only show the warning dialog instead of using `gnome_dialog_run()' so it | Ettore Perazzoli | 2001-07-24 | 1 | -2/+10 |
* | Only show the warning dialog instead of using `gnome_dialog_run()' so it | Ettore Perazzoli | 2001-07-24 | 1 | -7/+5 |
* | Make the local storage name "Local Folders" instead of "local", looks | Jason Leach | 2001-07-20 | 1 | -4/+1 |
* | Revised to make it less scary. | Aaron Weber | 2001-07-04 | 1 | -10/+6 |
* | Don't assert that there is a handler, so we don't crash if user clicks on | Ettore Perazzoli | 2001-07-03 | 1 | -0/+1 |
* | Fix the fix. | Ettore Perazzoli | 2001-06-29 | 1 | -1/+1 |
* | Fix #3756, `--debug' option not working anymore. | Ettore Perazzoli | 2001-06-29 | 1 | -5/+12 |
* | Make the shell to be able to display URIs that the user specified on | Ettore Perazzoli | 2001-06-28 | 1 | -41/+65 |
* | Get the shell to unregister the components on exit again. | Ettore Perazzoli | 2001-06-25 | 1 | -0/+2 |
* | Fixed a nasty chain of broken fixes to broken fixes to broken fixes, | Ettore Perazzoli | 2001-06-25 | 1 | -0/+3 |
* | Remove the ugliness that was `e_shell_quit()'; implement an | Ettore Perazzoli | 2001-06-25 | 1 | -1/+3 |
* | Update the copyrights, replacing Helix Code with Ximian and | Ettore Perazzoli | 2001-06-23 | 1 | -1/+1 |
* | Remove $(UNICODE_LIBS). | Dan Winship | 2001-04-26 | 1 | -2/+0 |
* | Don't declare debug_log as extern in evolution-shell-component-client.c, | Dan Winship | 2001-04-04 | 1 | -4/+4 |
* | add a "debug" method to tell a component to output debugging messages to a | Dan Winship | 2001-03-31 | 1 | -1/+17 |
* | Remove/replace unneeded includes and move around stuff so that system | Kjartan Maraas | 2001-03-30 | 1 | -2/+10 |
* | Added Azeri language file | Pablo Saratxaga | 2001-03-15 | 1 | -3/+2 |
* | Don't try to generate a Makefile in camel/providers/vee as it's empty. | Kjartan Maraas | 2001-03-08 | 1 | -1/+1 |
* | Update this again. | Dan Winship | 2001-02-28 | 1 | -14/+12 |
* | Slightly updated the startup warning message for the release. | Ettore Perazzoli | 2000-12-14 | 1 | -2/+2 |
* | Complete the code to associate a URI and a folder type to the toplevel | Ettore Perazzoli | 2000-12-09 | 1 | -3/+4 |
* | Handle a NIL return value from `oaf_activate_from_id' without | Ettore Perazzoli | 2000-12-05 | 1 | -1/+2 |
* | New `createNewView' method in `Evolution::Shell'. Register the shell | Ettore Perazzoli | 2000-12-05 | 1 | -4/+35 |
* | removed #ifdef ENABLE_NLS/#endif on Miguel's request. | Gediminas Paulauskas | 2000-11-30 | 1 | -2/+0 |
* | Added a `--no-splash' option to the shell. | Ettore Perazzoli | 2000-11-04 | 1 | -10/+14 |
* | modified or added a bunch of .cvsignore to ignore generated files, which | Gediminas Paulauskas | 2000-11-01 | 1 | -0/+2 |
* | Added check for gnome-app-lib. Removed directories that have been moved to | Christopher James Lahey | 2000-09-18 | 1 | -2/+2 |
* | The Commit from hell that breaks all UI related stuff; | Michael Meeks | 2000-09-14 | 1 | -1/+1 |
* | Initialize libunicode | Dan Winship | 2000-09-12 | 1 | -1/+2 |
* | convert to use ETree instead of GtkCTree. | Chris Toshok | 2000-08-26 | 1 | -0/+3 |
* | Actually commit this - I though it went in already. | JP Rosevear | 2000-08-04 | 1 | -17/+2 |
* | work with either gconf 0.5 or newer | Dan Winship | 2000-07-28 | 1 | -0/+4 |
* | Remove GOAD support. | Dan Winship | 2000-07-25 | 1 | -36/+3 |
* | Added/fixed support for multiple views. | Ettore Perazzoli | 2000-07-20 | 1 | -21/+2 |
* | Fixed to match gconf API change. | Christopher James Lahey | 2000-07-13 | 1 | -1/+1 |
* | Update the message. | Dan Winship | 2000-07-11 | 1 | -15/+13 |
* | Add FIXME comment. | Ettore Perazzoli | 2000-07-11 | 1 | -0/+2 |
* | Implement saving of configuration information. Now when you run | Ettore Perazzoli | 2000-06-29 | 1 | -4/+20 |
* | Just fix some empty space and add the name of the file at the top of | Ettore Perazzoli | 2000-06-28 | 1 | -2/+1 |
* | Initial support for creating/removing folders. This implies some new | Ettore Perazzoli | 2000-06-10 | 1 | -0/+3 |
* | Use version here. Add padding to the message. Only destroy object if its | Miguel de Icaza | 2000-06-09 | 1 | -11/+7 |
* | Make the close button on the shell view exit Evolution cleanly. Not a | Ettore Perazzoli | 2000-06-02 | 1 | -2/+18 |
* | Set up gettext. (Problem noted by Héctor García Alvarez) | Dan Winship | 2000-06-01 | 1 | -0/+4 |
* | Remove extra free of evolution_directory. | Dan Winship | 2000-05-29 | 1 | -2/+0 |
* | Reorganized the shell to allow dynamic registration of storages and | Ettore Perazzoli | 2000-05-25 | 1 | -17/+21 |
* | move the development_warning from mail to shell so you don't get the | Dan Winship | 2000-05-19 | 1 | -0/+59 |
* | Set the icons when changing between components. | Christopher James Lahey | 2000-05-10 | 1 | -0/+4 |
* | Display the default inbox at startup, instead of an empty view. | Ettore Perazzoli | 2000-05-09 | 1 | -1/+16 |
* | Actually quit when the shell is destroyed. | Ettore Perazzoli | 2000-05-09 | 1 | -0/+8 |
* | Fix brainos so that the application quits after closing all the | Ettore Perazzoli | 2000-05-07 | 1 | -4/+3 |
* | Machinery for quitting and handling the relationship between a shell | Ettore Perazzoli | 2000-05-07 | 1 | -0/+17 |
* | Fix non-OAF compilation. | Ettore Perazzoli | 2000-05-07 | 1 | -1/+1 |
* | Big shell reorganization. | Ettore Perazzoli | 2000-05-07 | 1 | -95/+55 |
* | Made Evolution OAF-compatible. | Ettore Perazzoli | 2000-04-28 | 1 | -3/+34 |
* | Moved all ChangeLog entries for the shell to shell/ChangeLog. | Miguel de Icaza | 2000-04-07 | 1 | -2/+6 |
* | + * shell/main.c (evolution_boot): Make sure our data directory is | Matthew Loper | 2000-04-07 | 1 | -0/+5 |
* | + * shell/main.c (evolution_boot): gtk_signal_connect'ed "destroy" | Matthew Loper | 2000-03-23 | 1 | -1/+4 |
* | Make Evolution compile with the latest Bonobo changes. | Arturo Espinosa | 2000-01-26 | 1 | -1/+1 |
* | More work on the code. Added more for the framework. | Arturo Espinosa | 2000-01-19 | 1 | -2/+5 |
* | Use e_bar_set_item_data. | Miguel de Icaza | 2000-01-16 | 1 | -1/+1 |
* | More | Arturo Espinosa | 2000-01-12 | 1 | -9/+43 |
* | More framework work -miguel | Arturo Espinosa | 2000-01-07 | 1 | -0/+59 |