| Commit message (Expand) | Author | Age | Files | Lines |
* | update protos | JP Rosevear | 2003-10-24 | 1 | -30/+103 |
* | just uses the views array and the current view type (setup_widgets): ditto | JP Rosevear | 2003-10-24 | 1 | -0/+5 |
* | Make the scrolled window have a GTK_SHADOW_IN shadow. Likewise. | Ettore Perazzoli | 2003-10-23 | 1 | -0/+2 |
* | (impl_createControls): Set the | Ettore Perazzoli | 2003-10-23 | 1 | -0/+2 |
* | Merge new-ui-branch to the trunk. | Ettore Perazzoli | 2003-10-22 | 1 | -666/+183 |
* | Fixes #35814 | Rodney Dawes | 2003-04-29 | 1 | -2/+2 |
* | If we already have an evolution_dir, free the old one before setting it | Hans Petter Jansson | 2003-04-16 | 1 | -1/+3 |
* | Fixes #39740 | Rodrigo Moya | 2003-03-15 | 1 | -9/+0 |
* | Remove cruft. Rename ICONSDIR to IMAGESDIR. (gladedir, etspecdir, | Dan Winship | 2003-02-06 | 1 | -1/+1 |
* | Removed. Removed. | Ettore Perazzoli | 2003-01-14 | 1 | -24/+15 |
* | Pass the env argument to bonobo_control_set_property (). | Hans Petter Jansson | 2002-12-07 | 1 | -2/+2 |
* | pass type to bonobo_control_set_property. | Not Zed | 2002-11-21 | 1 | -2/+2 |
* | Use bonobo_main_quit instead of gtk | Rodney Dawes | 2002-11-16 | 1 | -1/+1 |
* | Use g_object_ref()/g_object_unref() instead of | Ettore Perazzoli | 2002-11-09 | 1 | -1/+1 |
* | Use g_signal_connect() instead of gtk_signal_connect(). Likewise. | Ettore Perazzoli | 2002-11-09 | 1 | -7/+5 |
* | Initial port of gui/ subdir to GNOME 2 | JP Rosevear | 2002-11-08 | 1 | -7/+8 |
* | Fixes #32613 | Rodrigo Moya | 2002-10-23 | 1 | -10/+25 |
* | Add "calendar/public" and "tasks/public". (type_is_calendar, | Dan Winship | 2002-09-26 | 1 | -18/+44 |
* | Pass NULL as @unpopulate_folder_context_menu_fn to | Ettore Perazzoli | 2002-09-05 | 1 | -0/+1 |
* | Use meeting-request-16.png instead of meeting-request.png. | Ettore Perazzoli | 2002-08-02 | 1 | -1/+1 |
* | Change the order so that "New Contact" is first and "New Contact List" is | Ettore Perazzoli | 2002-08-01 | 1 | -5/+5 |
* | Pass "contacts" as the @folder_type to | Ettore Perazzoli | 2002-08-01 | 1 | -4/+6 |
* | New arg @tooltip; pass it to | Ettore Perazzoli | 2002-07-02 | 1 | -0/+6 |
* | if there are remaining items, return false (foreach_close_cb): don't | JP Rosevear | 2002-05-27 | 1 | -3/+1 |
* | a registry of comp editors so we can close them all centrally | JP Rosevear | 2002-05-27 | 1 | -2/+12 |
* | Check with e_shell_prepare_for_quit() before quitting. | Ettore Perazzoli | 2002-05-16 | 1 | -0/+1 |
* | Use new-and-improved default folder URI config paths. | Dan Winship | 2002-04-11 | 1 | -0/+2 |
* | Add view_info arg. If the view_info is non-empty and this is a calendar | Dan Winship | 2002-04-09 | 1 | -0/+3 |
* | add all day event editor mode | JP Rosevear | 2002-03-15 | 1 | -22/+30 |
* | Add <visible>False</visible> to cal-prefs-dialog so it doesn't get shown | Ettore Perazzoli | 2002-03-13 | 1 | -0/+3 |
* | New helper function. (create_object): Add icons for the various user | Ettore Perazzoli | 2002-02-22 | 1 | -15/+40 |
* | pass meeting boolean for gnome_calendar_edit_object and | JP Rosevear | 2002-02-08 | 1 | -20/+37 |
* | Pass a NULL @icon to | Ettore Perazzoli | 2002-01-24 | 1 | -4/+4 |
* | Fixing the license text. | Ettore Perazzoli | 2001-10-28 | 1 | -1/+0 |
* | Update the licensing information to require version 2 of the GPL | Ettore Perazzoli | 2001-10-27 | 1 | -2/+2 |
* | Handle tasks folders as well; was always using "calendar.ics" as the | Federico Mena Quintero | 2001-10-25 | 1 | -2/+14 |
* | Fixed to only copy the `calendar.ics' and `calendar.ics~' files. | Ettore Perazzoli | 2001-10-25 | 1 | -99/+88 |
* | keep a reference to the EvolutionShellClient component | Rodrigo Moya | 2001-10-19 | 1 | -0/+3 |
* | Adds session management for the alarm daemon. Also makes it store a list | Federico Mena Quintero | 2001-10-19 | 1 | -0/+58 |
* | use bonobo-exception stuff to clean code | JP Rosevear | 2001-09-26 | 1 | -20/+8 |
* | don't use gnome_vfs_uri_new_private (fixes Ximian #10544) | Rodrigo Moya | 2001-09-21 | 1 | -7/+6 |
* | #include a few files we were missing from libgnomevfs. | Federico Mena Quintero | 2001-09-21 | 1 | -0/+2 |
* | Fixes bug #6350. | Federico Mena Quintero | 2001-09-19 | 1 | -71/+83 |
* | new class for managing multiple calendars, with an API very similar to the | Rodrigo Moya | 2001-09-19 | 1 | -131/+202 |
* | Do not call calendar_config_init() here. | Federico Mena Quintero | 2001-09-18 | 1 | -3/+0 |
* | [Fix #958, ShellComponents should not be created by factories, for | Ettore Perazzoli | 2001-09-06 | 1 | -12/+11 |
* | Implemented. | Federico Mena Quintero | 2001-09-05 | 1 | -3/+113 |
* | Added display_name and description to the type. | Ettore Perazzoli | 2001-08-20 | 1 | -2/+2 |
* | Add the user creatable items. The callback is not actually implemented | Federico Mena Quintero | 2001-08-15 | 1 | -0/+31 |
* | Handle an array of categories in the CalSearchBar instead of our own menu | Federico Mena Quintero | 2001-08-15 | 1 | -1/+2 |
* | Add an extra @type arg to the xferFolder and removeFolder methods in | Ettore Perazzoli | 2001-07-23 | 1 | -1/+37 |
* | Add a `user_creatable' property to folder types and make components | Ettore Perazzoli | 2001-07-22 | 1 | -2/+2 |
* | fix the calendar not exiting with a gross hack because i don't have time | JP Rosevear | 2001-07-12 | 1 | -0/+18 |
* | Re-added removed paramter in call to evolution_shell_component_new | Rodrigo Moya | 2001-06-28 | 1 | -0/+1 |
* | removed not-uses-anymore parameter in call to | Rodrigo Moya | 2001-06-28 | 1 | -1/+0 |
* | Add method `ShellComponent::handleExternalURI' and an | Ettore Perazzoli | 2001-06-28 | 1 | -0/+1 |
* | Update the copyrights, replacing Helix Code with Ximian and | Ettore Perazzoli | 2001-06-23 | 1 | -1/+1 |
* | add auto exit unref | JP Rosevear | 2001-06-20 | 1 | -11/+15 |
* | Committing the new My Evolution. | Iain Holmes | 2001-06-09 | 1 | -8/+2 |
* | implemented the 'remove_folder' function for the calendar shell component | Rodrigo Moya | 2001-05-28 | 1 | -2/+174 |
* | Replace includes of <gnome.h>, <bonobo.h> and <gtk/gtk.h> with the needed | Kjartan Maraas | 2001-03-26 | 1 | -1/+0 |
* | Added a ShellComponent method to retrieve the selection for drag and | Ettore Perazzoli | 2001-03-08 | 1 | -0/+1 |
* | New files with a simple sequence to migrate the task components from the | Federico Mena Quintero | 2001-01-19 | 1 | -1/+10 |
* | Ximianified email addresses and copyrights. | Federico Mena Quintero | 2001-01-17 | 1 | -1/+4 |
* | Add an ::asyncCopyFolder method to the ShellComponent interface. Move | Ettore Perazzoli | 2001-01-13 | 1 | -1/+6 |
* | added new source files for the Tasks folders. | Damon Chaplin | 2001-01-08 | 1 | -7/+34 |
* | Handle the case where the calendar view cannot be created; present a | Federico Mena Quintero | 2001-01-04 | 1 | -1/+6 |
* | Working Calendar summary. | Iain Holmes | 2000-12-22 | 1 | -27/+3 |
* | #if 0ed cal_obj_date_only_compare_func. (cal_object_get_rdate_end): | Christopher James Lahey | 2000-12-14 | 1 | -0/+2 |
* | return NULL if we can't create a view. | Michael Meeks | 2000-12-05 | 1 | -2/+2 |
* | Disable stuff | Iain Holmes | 2000-10-12 | 1 | -1/+2 |
* | Disable executive-summary | Iain Holmes | 2000-10-12 | 1 | -1/+9 |
* | don't free evolution_dir as we need it to save the config settings. | Damon Chaplin | 2000-10-12 | 1 | -1/+0 |
* | call calendar_config_write_on_exit() to write out some special config | Damon Chaplin | 2000-10-12 | 1 | -6/+7 |
* | Added the executive-summary library and cflags | Iain Holmes | 2000-10-10 | 1 | -1/+25 |
* | Remove gnorba stuff | JP Rosevear | 2000-08-26 | 1 | -4/+0 |
* | Handle the PERCENT-COMPLETE property. (free_icalcomponent): Likewise. | Federico Mena Quintero | 2000-08-12 | 1 | -3/+1 |
* | Update prototype. | Dan Winship | 2000-08-11 | 1 | -1/+2 |
* | Update the components to match the changes in the libeshell API. | Ettore Perazzoli | 2000-07-21 | 1 | -1/+1 |
* | One of these days, I need somebody to teach me how to program. | Ettore Perazzoli | 2000-06-30 | 1 | -3/+3 |
* | Make calendar die when evolution quits. | Christopher James Lahey | 2000-06-30 | 1 | -1/+15 |
* | EvolutionShellClient. | Ettore Perazzoli | 2000-06-30 | 1 | -1/+2 |
* | Initial support for creating/removing folders. This implies some new | Ettore Perazzoli | 2000-06-10 | 1 | -3/+10 |
* | Do not initialize libglade twice. | Federico Mena Quintero | 2000-05-26 | 1 | -4/+6 |
* | Reorganized the shell to allow dynamic registration of storages and | Ettore Perazzoli | 2000-05-25 | 1 | -0/+96 |