| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |