removed notifyCategoriesChanged method on CalListener.
[platform/upstream/evolution-data-server.git] / calendar / backends / file / e-cal-backend-file.c
2005-01-28 Rodrigo Moyaremoved notifyCategoriesChanged method on CalListener.
2005-01-27 Rodrigo Moyaadded a GMutex for the idle saving callback. (save_file...
2005-01-26 Rodrigo Moyasave the file when we add the component to the toplevel.
2005-01-25 Rodrigo Moyauninstall idle handler when successfully saving the...
2005-01-19 Rodrigo Moyadeal with instances.
2005-01-19 Rodrigo Moyaset the correct method on the VCALENDAR we create or...
2005-01-17 Rodrigo Moyadon't save the file if it's not dirty!
2005-01-17 Rodrigo Moyause guint for idle id.
2005-01-17 Rodrigo Moyanew function, to save the file to disk at application...
2005-01-10 Harish KrishnaswamyFunction to fetch the attachments data into the file...
2004-12-24 Rodrigo Moyamade it work for objects with only detached instances.
2004-12-23 Rodrigo Moyachanged recurrence hash table to use g_hash_table_new...
2004-12-21 Rodrigo Moyadeal correctly with objects only having detached instan...
2004-12-15 Rodrigo MoyaMerge from recurrences-work-branch
2004-10-28 Rodrigo Moyanew function to retrieve objects and detached recurrenc...
2004-08-17 Rodrigo MoyaFixes #61782
2004-06-11 Rodrigo Moyaif the deletion is successful, check if the object...
2004-05-28 JP RosevearFixes #55524
2004-05-25 Rodrigo Moyamake sure we process correctly the detached instances.
2004-05-21 JP Rosevearmake sure we only handle the type of objects the backen...
2004-05-17 Rodrigo MoyaFixes #51412
2004-05-13 Rodrigo MoyaFixes #54094
2004-04-22 Jeffrey StedfastPass the address of calobj to file_create_object().
2004-03-31 JP Rosevearallow debugging code to be turned on and off easily
2004-03-25 Rodrigo Moyamade the 'calobj' argument to be inout, so that the...
2004-03-10 JP RosevearFixes #55389
2004-03-01 Rodrigo Moyaadded new arguments to the notifyObjectsSent method...
2004-02-10 Rodrigo Moyaswitch wrongly-placed creation/modification of objects.
2004-02-04 Rodrigo Moyanew function created from e_cal_open, without signal...
2004-01-27 JP Rosevearupdate proto
2004-01-21 Rodrigo Moyaremove the cache from disk when removing the calendar.
2004-01-21 Rodrigo Moyause the full path when removing files.
2004-01-21 Rodrigo Moyacreate directory tree to contain the calendar.
2004-01-21 Rodrigo MoyaFixes #51705
2004-01-16 JP Rosevearremove test bits
2004-01-16 Rodrigo Moyareturn AUTH_REQUIRED error if we don't get a password...
2004-01-16 JP Rosevearidle handler to actually proxy the signal emission...
2004-01-13 Rodrigo Moyanew function, moved from the file and groupwise backends.
2004-01-12 Rodrigo Moyafixed leak.
2004-01-06 Rodrigo Moyathe list returned by e_cal_get_object_list() contains...
2003-12-22 JP Rosevearcheck the kind with the parent (e_cal_backend_file_crea...
2003-12-21 JP Rosevearset the uri before scanning the vcalendar because we...
2003-12-19 Rodrigo Moyaadded 'username' and 'password' arguments to Cal::open...
2003-12-15 Rodrigo Moyag_strdup the 'capabilities' argument, since it is expec...
2003-12-11 Rodrigo MoyaFixes #52013
2003-11-27 Hans Petter JanssonSupport absolute URI. (e_source_update_from_xml_node...
2003-11-20 Harry Lumove to the front to avoid a compile warning.
2003-11-06 JP Rosevearbuild new subdirs
2003-11-04 Hans Petter JanssonImplement. (e_cal_backend_file_dispose): Use above...
2003-11-03 JP RosevearInitial revision