| Commit message (Expand) | Author | Age | Files | Lines |
* | check for an attendee in the list (comp_to_list): only add the user if | JP Rosevear | 2002-08-09 | 1 | -1/+1 |
* | Initialize loaded_backends before using it. (Just kills off a harmless | Dan Winship | 2002-08-09 | 1 | -2/+3 |
* | just return the object untouched since we don't send anything | JP Rosevear | 2002-08-08 | 4 | -0/+87 |
* | new function. (query_backend_get_uids): new function. (query_backend_new): | Rodrigo Moya | 2002-08-06 | 3 | -15/+123 |
* | new class for implementing a backend cache for the calendar queries. | Rodrigo Moya | 2002-08-01 | 3 | -0/+324 |
* | Split pcs-backend-file out of libpcs and build it as a separate (noinst) | Dan Winship | 2002-07-23 | 1 | -2/+5 |
* | Install libversit.a so that people compiling against the addressbook can | Peter Williams | 2002-07-18 | 7 | -23/+33 |
* | Sigh, fix for the wombat.idl -> Evolution-Wombat.idl rename here too. At | Peter Williams | 2002-07-13 | 1 | -1/+1 |
* | Free the uri_string once we're done with it. | Jeffrey Stedfast | 2002-06-13 | 1 | -1/+3 |
* | keep a reference to the Query object, to avoid crashes when the queries | Rodrigo Moya | 2002-06-04 | 1 | -4/+6 |
* | check the value returned by gnome_vfs_uri_to_string before using it. | Rodrigo Moya | 2002-05-25 | 1 | -1/+4 |
* | check the string returned by gnome_vfs_uri_to_string, which can be empty. | Rodrigo Moya | 2002-05-20 | 1 | -0/+4 |
* | added support for CAL_CLIENT_OPEN_PERMISSION_DENIED error code. | Rodrigo Moya | 2002-05-17 | 1 | -0/+16 |
* | added PermissionDenied exception and make it be raised in open, | Rodrigo Moya | 2002-05-17 | 4 | -27/+61 |
* | #include <gtk/gtkmain.h> to avoid warnings. | Rodrigo Moya | 2002-05-03 | 1 | -0/+1 |
* | refactored a bit, to not do things in idle loops. | Rodrigo Moya | 2002-05-02 | 1 | -83/+76 |
* | raise an exception if the backend's method returns NULL, since we can't | Rodrigo Moya | 2002-04-22 | 1 | -0/+5 |
* | new method. | Rodrigo Moya | 2002-04-12 | 6 | -2/+58 |
* | Remove dead files. | JP Rosevear | 2002-04-07 | 2 | -1250/+0 |
* | simple fix for DB3 header inclusion in Mac OS X, by Max Horn | Rodrigo Moya | 2002-04-02 | 1 | -0/+4 |
* | Clean up some of the Makefiles so we dont' link every library multiple | Ettore Perazzoli | 2002-01-25 | 1 | -3/+2 |
* | (committed by Damon) | Federico Mena Quintero | 2001-12-08 | 1 | -25/+42 |
* | recurrence expansion callback for free/busy (create_user_free_busy): | JP Rosevear | 2001-11-12 | 1 | -18/+44 |
* | don't leak the string returned by cal_component_get_as_string nor the | Rodrigo Moya | 2001-11-09 | 1 | -1/+7 |
* | If a query is not in progress, just retag the whole thing. An event may | Federico Mena Quintero | 2001-10-31 | 1 | -41/+41 |
* | new function. (dump_backend): new function. | Chris Toshok | 2001-10-30 | 2 | -0/+25 |
* | Fixing the license text. | Ettore Perazzoli | 2001-10-28 | 17 | -68/+51 |
* | Get a fresh CORBA_Environment for every CORBA call. Hopefully will fix | Federico Mena Quintero | 2001-10-26 | 1 | -1/+6 |
* | when iterating over the subcomponents, use 'subcomp' rather than | Damon Chaplin | 2001-10-25 | 1 | -2/+2 |
* | added setDefaultTimezone() method. | Damon Chaplin | 2001-10-23 | 5 | -92/+250 |
* | write out the correct time in the control | JP Rosevear | 2001-10-23 | 1 | -26/+31 |
* | there may be cases when the backend will return an invalid component from | Rodrigo Moya | 2001-10-18 | 1 | -1/+1 |
* | Return the original key in the hash table if requested. | Federico Mena Quintero | 2001-10-11 | 1 | -18/+35 |
* | fix logic checks | JP Rosevear | 2001-10-10 | 1 | -2/+2 |
* | util function to get address (itip_addresses_get_default): get only the | JP Rosevear | 2001-10-10 | 1 | -8/+9 |
* | deal correctly with URIs to be inserted into the hash table, so that we | Rodrigo Moya | 2001-10-10 | 1 | -2/+20 |
* | moved to a common place (cal_backend_file_open): check if "uristr != NULL" | Rodrigo Moya | 2001-10-10 | 3 | -62/+82 |
* | refactor functionality into several function (comp_string): if we are | JP Rosevear | 2001-10-04 | 1 | -1/+1 |
* | replace use of gnome_vfs_uri with e_uri | Rodrigo Moya | 2001-10-04 | 5 | -84/+97 |
* | strdup the uid to avoid double free, write out only after everything is | JP Rosevear | 2001-10-02 | 1 | -3/+3 |
* | don't use gnome_vfs_uri_is_local on URIs created with | Rodrigo Moya | 2001-10-02 | 1 | -5/+0 |
* | Handle the fields and category we don't sync by making sure we don't | JP Rosevear | 2001-09-29 | 1 | -3/+9 |
* | added InvalidURI and UnsupportedMethod exceptions to the CalFactory | Rodrigo Moya | 2001-09-27 | 1 | -2/+33 |
* | new proto | JP Rosevear | 2001-09-26 | 6 | -26/+131 |
* | use bonobo-exception stuff to clean code | JP Rosevear | 2001-09-26 | 5 | -50/+139 |
* | gets a config db (cal_backend_file_destroy): release config db | JP Rosevear | 2001-09-21 | 1 | -15/+145 |
* | Fixed weird include path | Rodrigo Moya | 2001-09-20 | 1 | -1/+1 |
* | add a new parameter (const char *iid) to specify the OAFIID of the factory | Rodrigo Moya | 2001-09-19 | 2 | -6/+21 |
* | new class for managing multiple calendars, with an API very similar to the | Rodrigo Moya | 2001-09-19 | 4 | -47/+76 |
* | added a timeout to refresh the list every 10 minutes. Not ideal, as the | Damon Chaplin | 2001-09-18 | 2 | -21/+88 |
* | [Automake 1.5 fixes pointed out by Richard Boulton | Ettore Perazzoli | 2001-09-15 | 1 | -1/+1 |
* | See if the set of categories changed by using the removed_categories hash | Federico Mena Quintero | 2001-08-30 | 1 | -16/+77 |
* | Fixes bug #7879, a query may receive an update notification from the | Federico Mena Quintero | 2001-08-29 | 1 | -28/+98 |
* | open the tasks folder associated with the calendar being opened, and not | Rodrigo Moya | 2001-08-22 | 1 | -1/+1 |
* | added new e-sexp operator. We don't currently use it though. | Damon Chaplin | 2001-08-22 | 1 | -1/+42 |
* | new files to contain utility functions for calendar backends | Rodrigo Moya | 2001-08-21 | 7 | -251/+225 |
* | new functions moved from the CalBackendFile, to allow its use outside of | Rodrigo Moya | 2001-08-21 | 2 | -543/+38 |
* | added new backend method to get the component given a UID. | Damon Chaplin | 2001-08-10 | 4 | -21/+51 |
* | New function to stop further notification from happening. | Federico Mena Quintero | 2001-08-08 | 1 | -1/+2 |
* | added 'different_timezone' fields to EDayViewEvent and EWeekViewEvent, to | Damon Chaplin | 2001-08-07 | 1 | -1/+16 |
* | The calendar search bar widget now includes a drop-down menu of available | Federico Mena Quintero | 2001-08-02 | 2 | -58/+83 |
* | The Wombat now keeps track of which categories are present in the objects | Federico Mena Quintero | 2001-08-01 | 3 | -1/+179 |
* | implemented | Rodrigo Moya | 2001-07-30 | 1 | -1/+57 |
* | new proto | JP Rosevear | 2001-07-13 | 1 | -18/+2 |
* | renamed updateObject to updateObjects and removed the UID argument, since | Damon Chaplin | 2001-07-12 | 4 | -26/+21 |
* | more timezone updates. I'm pretty much done with the calendar code now, | Damon Chaplin | 2001-07-11 | 2 | -0/+12 |
* | Pass the parent vCalendar component as the timezone closure of | Federico Mena Quintero | 2001-07-11 | 1 | -1/+10 |
* | added virtual method to get a VTIMEZONE component given a TZID. We need | Damon Chaplin | 2001-07-03 | 4 | -18/+66 |
* | cal-client/cal-client.[hc] cal-util/cal-component.c | Damon Chaplin | 2001-07-03 | 5 | -8/+190 |
* | Renamed the occur field to occur_start; added an occur_end field. This way | Federico Mena Quintero | 2001-06-27 | 1 | -3/+23 |
* | Initialize libglade. | Federico Mena Quintero | 2001-06-25 | 2 | -10/+24 |
* | Converted to use BonoboXObject. | Federico Mena Quintero | 2001-06-25 | 1 | -1/+1 |
* | Update the copyrights, replacing Helix Code with Ximian and | Ettore Perazzoli | 2001-06-23 | 10 | -10/+10 |
* | new function for the backends to be able to call the getPassword method on | Rodrigo Moya | 2001-06-23 | 4 | -3/+88 |
* | changed getFreeBusy method to return a CalObj instead of a sequence | Rodrigo Moya | 2001-06-22 | 6 | -20/+41 |
* | added getFreeBusy method | Rodrigo Moya | 2001-06-20 | 5 | -0/+83 |
* | removed stuff to get builtin timezone info from the server. | Damon Chaplin | 2001-06-20 | 1 | -41/+0 |
* | new dialog for setting the time zone. | Damon Chaplin | 2001-06-14 | 1 | -0/+42 |
* | Convert to bonobo xobject | JP Rosevear | 2001-05-08 | 4 | -495/+218 |
* | Connect to the "changed" signal of the categories entry so that they will | Federico Mena Quintero | 2001-04-18 | 1 | -2/+2 |
* | Add EXTRA_GNOME_CFLAGS, for gal. | Dan Winship | 2001-04-17 | 1 | -0/+1 |
* | Create the ESearchBar thingy. (search_bar_query_changed_cb): Build the | Federico Mena Quintero | 2001-04-16 | 1 | -7/+272 |
* | Do this everywhere, also fixup CLEANFILES | Michael Meeks | 2001-04-14 | 1 | -0/+4 |
* | New function to restart a query for the day view. (query_obj_updated_cb): | Federico Mena Quintero | 2001-04-13 | 2 | -13/+198 |
* | prepend to both changes and change_ids when different and mark as | JP Rosevear | 2001-04-12 | 1 | -2/+2 |
* | Engine for live queries to calendars. A query object watches a CalBackend | Federico Mena Quintero | 2001-03-30 | 8 | -12/+1067 |
* | Replace includes of <gnome.h>, <bonobo.h> and <gtk/gtk.h> with the needed | Kjartan Maraas | 2001-03-26 | 1 | -1/+2 |
* | fixed generation of history records | Rodrigo Moya | 2001-02-24 | 1 | -2/+38 |
* | Added a `registered' field. (cal_factory_oaf_register): New function; now | Federico Mena Quintero | 2001-02-21 | 2 | -1/+71 |
* | close DB environment. Some compilation warnings removed | Rodrigo Moya | 2001-02-17 | 1 | -14/+28 |
* | implemented | Rodrigo Moya | 2001-02-14 | 1 | -38/+73 |
* | cal_backend_db_update_object(): manage both updates and additions/add | Rodrigo Moya | 2001-02-13 | 1 | -194/+486 |
* | added DB3 transactions support | Rodrigo Moya | 2001-02-13 | 1 | -29/+145 |
* | added the new DB3-based backend. This is just the beginning, there are | Rodrigo Moya | 2001-02-13 | 2 | -0/+1052 |
* | Move the get_change code here | JP Rosevear | 2001-02-09 | 3 | -149/+174 |
* | libical import cleanup | JP Rosevear | 2001-01-24 | 1 | -2/+2 |
* | Fix transposition of sync db location | JP Rosevear | 2001-01-17 | 1 | -1/+1 |
* | Ximianified email addresses and copyrights. | Federico Mena Quintero | 2001-01-17 | 11 | -373/+214 |
* | accomadate tasks in their new dir | JP Rosevear | 2001-01-16 | 1 | -1/+4 |
* | If the component has no alarms, do not try to queue them. | Federico Mena Quintero | 2001-01-03 | 1 | -2/+1 |
* | account for the case where there are no alarms, fixes crash | JP Rosevear | 2000-12-23 | 1 | -2/+6 |
* | Fix confusion in the way the range is expanded. | Federico Mena Quintero | 2000-12-20 | 1 | -12/+2 |
* | Alarm instance generation support for the Wombat. | Federico Mena Quintero | 2000-12-19 | 4 | -132/+444 |
* | Create an empty cal component if the object has been deleted. | JP Rosevear | 2000-12-08 | 1 | -1/+6 |
* | kill (Cal_get_changes): return the corba sequence directly | JP Rosevear | 2000-12-07 | 3 | -66/+47 |
* | Update so as not to conflict with calendar (next_changed_item): update to | JP Rosevear | 2000-12-07 | 3 | -329/+109 |
* | DOH, fixed reversed test for the presence of the icalcomp's parent. This | Federico Mena Quintero | 2000-11-25 | 1 | -0/+1 |
* | Use the new libical external iterators (icalcomponent_begin_component() | Federico Mena Quintero | 2000-11-25 | 2 | -5/+9 |
* | A very, long, very tedious IDL API rename and re-scoping; | Michael Meeks | 2000-11-11 | 5 | -129/+129 |
* | SHUT THE FUCK UP, DONNIE. DUDE, THEY PEED YOUR FUCKING RUG. | Federico Mena Quintero | 2000-10-27 | 1 | -1/+0 |
* | unsigned chars to isalpha | Michael Meeks | 2000-10-27 | 1 | -1/+1 |
* | AM_GNOME_GETTEXT doesn't use $(datadir)/locale as the locale dir. (It | Dan Winship | 2000-10-24 | 1 | -1/+1 |
* | Pulling up stuff from the 0.6 branch | JP Rosevear | 2000-10-21 | 2 | -32/+45 |
* | Remove pilot cruft. All pilot stuff is in the conduits now and uses the | JP Rosevear | 2000-10-16 | 4 | -164/+4 |
* | Take CalObjType as a param because its impossible to determine after a | JP Rosevear | 2000-10-12 | 1 | -5/+9 |
* | The element is "pilot_id" not "pilotid". Update both maps (compute_pid): | JP Rosevear | 2000-10-11 | 1 | -1/+6 |
* | Add since field to context | JP Rosevear | 2000-09-21 | 1 | -1/+1 |
* | Make the log file name relevant to the actual calendar file, rather than | JP Rosevear | 2000-09-21 | 1 | -4/+4 |
* | Oops | JP Rosevear | 2000-09-21 | 1 | -1/+1 |
* | Use a local sax handler. | JP Rosevear | 2000-09-21 | 1 | -28/+5 |
* | Properly assign the CalObjChange type. (cal_backend_log_sax_parse): Delete | JP Rosevear | 2000-09-21 | 1 | -57/+47 |
* | New utility function (cal_backend_load): use above (cal_backend_create): | JP Rosevear | 2000-09-20 | 2 | -52/+70 |
* | Add some other cases where a slow sync is in order (pre_sync): Pre load | JP Rosevear | 2000-09-20 | 6 | -1487/+471 |
* | Only remove the pilot item from the hash if it exists in the first place. | JP Rosevear | 2000-09-13 | 1 | -6/+5 |
* | Use g_int_* for now (cal_backend_file_create): ditto | JP Rosevear | 2000-09-13 | 1 | -8/+13 |
* | Remove bogus #include. | Ettore Perazzoli | 2000-09-13 | 1 | -1/+1 |
* | Use cal component pilot stuff properly (find_record_in_repository): Remove | JP Rosevear | 2000-09-10 | 1 | -9/+54 |
* | New function. We need this from code that dynamically updates from a | Federico Mena Quintero | 2000-08-29 | 5 | -9/+10 |
* | Remove the icalcomponent from the toplevel calendar here. | Federico Mena Quintero | 2000-08-29 | 1 | -21/+28 |
* | Write out the calendar object (cal_backend_file_update_object): Remove/add | JP Rosevear | 2000-08-28 | 1 | -9/+51 |
* | Fixed some warnings. | Christopher James Lahey | 2000-08-09 | 1 | -2/+2 |
* | Added a get_objects_in_range() method. Takes in a time range and the type | Federico Mena Quintero | 2000-08-09 | 4 | -133/+124 |
* | Big sync. Disable calendar compilation for a few hours - Federico | Federico Mena Quintero | 2000-08-08 | 3 | -2/+5 |
* | Fixed a g_return_if_fail that had two parameters and thus wouldn't build. | Joe Shaw | 2000-08-03 | 1 | -1/+1 |
* | call save (cbimc) after setting the pilot id and status. | Seth Alves | 2000-08-03 | 1 | -0/+7 |
* | Dum dum dum - Federico | Federico Mena Quintero | 2000-08-03 | 1 | -0/+36 |
* | New files for the iCalendar file backend. | Federico Mena Quintero | 2000-08-03 | 4 | -1/+1070 |
* | Ahem, these files will be back in a second - Federico | Federico Mena Quintero | 2000-08-03 | 1 | -2/+0 |
* | Use CalComponent and the new property types instead of the old iCalObject | Federico Mena Quintero | 2000-08-02 | 1 | -2/+2 |
* | New function. (scan_property): Handle the RDATE property. (scan_period): | Federico Mena Quintero | 2000-07-26 | 3 | -13/+2 |
* | Removed unneeded check for the URI. (load_fn): Be more paranoid about the | Federico Mena Quintero | 2000-07-12 | 1 | -14/+40 |
* | As a quasi-hack, do a gdk_flush() when the shell view is unrealized so | Federico Mena Quintero | 2000-07-10 | 2 | -0/+4 |
* | server code to service these: | Seth Alves | 2000-06-29 | 4 | -0/+155 |
* | use BONOBO_VFS_GNOME_CFLAGS. | Michael Meeks | 2000-06-28 | 1 | -1/+1 |
* | Doh, sync - Federico | Federico Mena Quintero | 2000-06-16 | 1 | -0/+2 |
* | added icalendar-test. | Damon Chaplin | 2000-06-16 | 1 | -0/+1 |
* | Added a get_n_objects() method. | Federico Mena Quintero | 2000-06-09 | 4 | -0/+107 |
* | update some .cvsignores | Seth Alves | 2000-06-08 | 1 | -1/+0 |
* | Moved these files to calendar/cal-util - Federico | Federico Mena Quintero | 2000-06-07 | 5 | -1362/+0 |
* | fixed a bunch of problems use libical instead of libversit | Seth Alves | 2000-06-07 | 3 | -60/+49 |
* | Removed from the public header; made static. Now everyone should use | Federico Mena Quintero | 2000-06-07 | 1 | -2/+2 |
* | Fix more Makefile breakage. | Ettore Perazzoli | 2000-05-13 | 1 | -0/+1 |
* | New function to add today's alarms for a single object. | Federico Mena Quintero | 2000-05-12 | 4 | -5/+124 |
* | remove unused timezone variable to make this compile on BSD systems (where | Dan Winship | 2000-05-12 | 1 | -1/+0 |
* | Removed unused arguments. Load the initial alarms here. (load_alarms): New | Federico Mena Quintero | 2000-05-12 | 5 | -26/+319 |
* | Set the format when creating a new calendar. | Christopher James Lahey | 2000-05-10 | 1 | -0/+21 |
* | + * calendar/pcs/cal-backend.c (cal_backend_add_cal): Return nothing | Matthew Loper | 2000-05-10 | 1 | -1/+1 |
* | Removed double free of method_string in uri->method_string. | Christopher James Lahey | 2000-05-09 | 1 | -1/+3 |
* | Fix compilation with builddir != srcdir. Boy I love this. | Ettore Perazzoli | 2000-05-09 | 2 | -2/+2 |
* | CalBackendClass now is just an interface for calendar backends; this is an | Federico Mena Quintero | 2000-05-09 | 7 | -1068/+1443 |
* | ignore the .pure directory | Chris Toshok | 2000-05-05 | 1 | -0/+1 |
* | for the long events pass E_DAY_VIEW_LONG_EVENT as the day. Fixes SEGV. | Damon Chaplin | 2000-05-05 | 1 | -2/+2 |
* | Stylistic fix - Federico | Federico Mena Quintero | 2000-05-01 | 1 | -3/+1 |
* | set attendee and contact address correctly. | Seth Alves | 2000-05-01 | 2 | -17/+31 |
* | Made Evolution OAF-compatible. | Ettore Perazzoli | 2000-04-28 | 1 | -1/+2 |
* | fix memory leak (save_to_vcal): same (save): same (cal_backend_load): same | Seth Alves | 2000-04-28 | 1 | -0/+5 |
* | Replaced libcal-util.la with *.la | Christopher James Lahey | 2000-04-26 | 1 | -0/+2 |
* | Renamed from backend_destroy_cb. Now we use it for the "last_client_gone" | Federico Mena Quintero | 2000-04-26 | 4 | -10/+65 |
* | don't save on destroy. | Seth Alves | 2000-04-26 | 1 | -3/+2 |
* | The Joy of Broken Makefiles Part #3. | Ettore Perazzoli | 2000-04-26 | 1 | -2/+2 |
* | allow for null CN (parse_person): allow for null sent_by | Seth Alves | 2000-04-25 | 5 | -14/+192 |
* | finished first stab at iCalObject to icalcomponent conversion. | Seth Alves | 2000-04-25 | 1 | -3/+147 |
* | start on code to do the opposite of icalendar.c (convert from iCalObjects | Seth Alves | 2000-04-22 | 4 | -3/+379 |
* | fixed code to populate the todo clist | Seth Alves | 2000-04-20 | 2 | -2/+7 |
* | don't call save from here because in all cases the caller of remove_object | Seth Alves | 2000-04-20 | 1 | -1/+1 |
* | calls gnome_calendar_open instead of checking on disk and calling load or | Seth Alves | 2000-04-20 | 1 | -0/+2 |
* | We have a new "last_calendar_gone" signal that Wombat can use to terminate | Federico Mena Quintero | 2000-04-18 | 3 | -3/+26 |
* | removed implicit save, since we don't want to save as we load from disk. | Seth Alves | 2000-04-18 | 1 | -1/+2 |
* | Renamed library from libcalutil to libcal-util, to be consistent with | Federico Mena Quintero | 2000-04-17 | 7 | -199/+12 |
* | use HAVE_TIMEZONE to switch between linux's timezone variable and *bsd's | Chris Toshok | 2000-04-12 | 1 | -2/+13 |
* | create and save an actual vcalendar instead of a list of vcal objects. | Seth Alves | 2000-04-11 | 1 | -40/+56 |
* | catch cal_loaded signal on the cal client. (gnome_calendar_load_cb): | Seth Alves | 2000-04-10 | 1 | -21/+114 |
* | + + * tests/.cvsignore: Added test-movemail. + + * art/.cvsignore: New | Matthew Loper | 2000-04-01 | 1 | -0/+1 |
* | + * wombat/wombat.gnorba: new file. | Matthew Loper | 2000-03-29 | 2 | -0/+19 |
* | Use ical_object_to_string(). | Federico Mena Quintero | 2000-03-28 | 3 | -73/+4 |
* | Fix for srcdir != builddir. | Elliot Lee | 2000-03-18 | 1 | -2/+3 |
* | Initialize the alarm types here. Do not call default_alarm() anymore, | Federico Mena Quintero | 2000-03-11 | 1 | -21/+0 |
* | replaced "Calendar *cal" with "CalClient *calc" in the GnomeCalendar | Seth Alves | 2000-03-09 | 1 | -1/+1 |
* | calobj.[ch] has moved into cal-util/ | Seth Alves | 2000-03-08 | 1 | -2/+0 |
* | More file moving - Federico | Federico Mena Quintero | 2000-03-08 | 2 | -1871/+0 |
* | added some .cvsignore files | Seth Alves | 2000-03-04 | 1 | -0/+9 |
* | new file -- things shared between the client and server go in this | Seth Alves | 2000-03-04 | 3 | -17/+705 |
* | I always forget to add the stupid files - Federico | Federico Mena Quintero | 2000-03-04 | 1 | -0/+66 |
* | moved CalendarFormat type def here | Seth Alves | 2000-02-18 | 2 | -7/+134 |
* | Implemented. | Federico Mena Quintero | 2000-02-17 | 4 | -7/+98 |
* | Change iCalObject.organizer from char* to iCalPerson* | Russell Steinthal | 2000-02-16 | 2 | -11/+91 |
* | Implemented. | Federico Mena Quintero | 2000-02-12 | 6 | -12/+258 |
* | Connect to the Cal's destroy signal. (cal_backend_remove_cal): Killed | Federico Mena Quintero | 2000-02-11 | 7 | -60/+293 |
* | Added get_uids() method to get a list of UIDs based on object types. | Federico Mena Quintero | 2000-02-09 | 5 | -79/+288 |
* | New struct to wrap instances of calendar objects for recurrencies and | Federico Mena Quintero | 2000-02-08 | 3 | -12/+183 |
* | New function to create the base VObject for a calendar. | Federico Mena Quintero | 2000-02-04 | 1 | -1/+45 |
* | Sync to laptop - Federico | Arturo Espinosa | 2000-02-03 | 2 | -25/+65 |
* | Added the get_object() method. | Federico Mena Quintero | 2000-02-02 | 4 | -2/+61 |
* | Changed the namespace from GNOME::Calendar to Evolution::Calendar. | Federico Mena Quintero | 2000-01-29 | 7 | -71/+71 |
* | Make Evolution compile with the latest Bonobo changes. | Arturo Espinosa | 2000-01-26 | 5 | -34/+34 |
* | Check that the listener is not nil and emit and exception if it is. | Federico Mena Quintero | 2000-01-25 | 2 | -7/+61 |
* | When will I ever learn to add the files... - Federico | Arturo Espinosa | 2000-01-25 | 1 | -0/+101 |
* | Added the gnome-pilot and capplet checks; they will likely be reworked for | Federico Mena Quintero | 2000-01-25 | 7 | -35/+48 |
* | New function to remove a calendar client interface object from a backend. | Federico Mena Quintero | 2000-01-24 | 4 | -42/+161 |
* | Take in a GnomeVFSURI, not a string. | Federico Mena Quintero | 2000-01-22 | 3 | -21/+49 |
* | Moved the calendar backend here. This is the actual calendar-handling | Federico Mena Quintero | 2000-01-19 | 6 | -110/+560 |
* | Sync, take two - Federico | Arturo Espinosa | 2000-01-18 | 1 | -0/+1 |
* | Forgot these - Federico | Arturo Espinosa | 2000-01-18 | 2 | -0/+131 |
* | Sync - Federico | Arturo Espinosa | 2000-01-18 | 2 | -6/+112 |
* | Removed the CORBA listener methods, adjusted for the new IDL. | Federico Mena Quintero | 2000-01-12 | 1 | -29/+6 |
* | New IDL for the personal calendar server. | Federico Mena Quintero | 2000-01-12 | 4 | -0/+755 |
* | Add default alarm support, Beep on display alarms option | Russell Steinthal | 1999-11-03 | 1 | -13/+8 |
* | Small fix -miguel | Arturo Espinosa | 1999-09-28 | 1 | -30/+30 |
* | About to rehash conduit. | Eskil Heyn Olsen | 1999-09-19 | 1 | -1/+1 |
* | added sources to calendar-conduit | Eskil Heyn Olsen | 1999-09-15 | 1 | -2/+2 |
* | Fix the hostname part. | Miguel de Icaza | 1999-08-15 | 1 | -3/+3 |
* | Lots of more work on the sync stuff. It works pretty well now. | Arturo Espinosa | 1999-07-29 | 1 | -6/+11 |
* | New file. Implements PalmPilot syncronization with the Gnome Calendar. | Miguel de Icaza | 1999-07-28 | 2 | -0/+73 |
* | Generate unique IDs on Vevents we load that lack it. WE need this for the | Miguel de Icaza | 1999-07-27 | 1 | -1/+3 |
* | Changed gnome-pim.keys to use the --file flag | Miguel de Icaza | 1999-07-17 | 1 | -3/+27 |
* | One line bug fix from Sergey I Panov. | Miguel de Icaza | 1999-06-04 | 1 | -1/+1 |
* | Work around broken software that writes a broken month-of-day as "zero". | Miguel de Icaza | 1999-06-02 | 1 | -0/+8 |
* | Make intervals always exist. a 0 interval is wrong. | Miguel de Icaza | 1999-05-26 | 1 | -0/+4 |
* | Added this routine so Monthly recurrences use the weekday field as a | Steve Murphy | 1999-04-04 | 1 | -9/+86 |
* | Include <config.h> so that strings get translated. Correct spelling. | Nuno Ferreira | 1999-03-28 | 1 | -0/+1 |
* | Added 2 paranthesis.. "foobar = d / 60*60" is _NOT_ the same as "foobar = | Tomas Ogren | 1999-03-24 | 1 | -1/+1 |
* | 1999-03-10 Craig A Soules (soules+@andrew.cmu.edu) | Arturo Espinosa | 1999-03-11 | 1 | -2/+13 |
* | Save the owner/organizer of the event. (ical_object_create_from_vobject): | Miguel de Icaza | 1999-02-24 | 1 | -0/+10 |
* | GNOME PIM lives | Michael Fulbright | 1998-12-09 | 2 | -2/+2 |
* | Add ctype.h | Miguel de Icaza | 1998-11-07 | 1 | -0/+1 |
* | Changed name from time_start_of_day() to be consistent with the other | Federico Mena Quintero | 1998-10-03 | 2 | -63/+110 |
* | Small fixes for calendar saving | Arturo Espinosa | 1998-08-22 | 1 | -2/+4 |
* | Fix for the weekly event generation. Was reported on the bug tracking | Miguel de Icaza | 1998-05-26 | 1 | -1/+1 |
* | Bug free version of the range computation in place. | Miguel de Icaza | 1998-05-16 | 1 | -2/+2 |
* | Do not add the spurious padding. | Miguel de Icaza | 1998-05-15 | 2 | -5/+45 |
* | Draw the day at startup. (gncal_day_panel_set): Fix selected-day display. | Miguel de Icaza | 1998-05-04 | 1 | -2/+0 |
* | Fixed alarm saving code. Fixed alarm loading code. New -partial- | Arturo Espinosa | 1998-04-25 | 2 | -22/+46 |
* | Fixes for vTodo thingies -mig | Arturo Espinosa | 1998-04-23 | 1 | -7/+18 |
* | Lots of changes: | Miguel de Icaza | 1998-04-22 | 1 | -1/+0 |
* | Enhance the exception date handling -mig | Arturo Espinosa | 1998-04-21 | 1 | -16/+38 |
* | Fix compiler warnings - Federico | Arturo Espinosa | 1998-04-21 | 1 | -3/+6 |
* | more fixes -mig | Arturo Espinosa | 1998-04-21 | 1 | -0/+3 |
* | A lot of usability changes to GnomeCal -miguel | Arturo Espinosa | 1998-04-21 | 1 | -1/+23 |
* | Add Quoted printable property to items containing new lines. (duration): | Miguel de Icaza | 1998-04-19 | 1 | -6/+15 |
* | Final steps. | Arturo Espinosa | 1998-04-18 | 1 | -2/+1 |