summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump libtool versions, version, soup requirementEVOLUTION_DATA_SERVER_0_0_6JP Rosevear2004-01-2647-2352/+2468
* implement this the right way by searching for the "default" property overChris Toshok2004-01-263-14/+133
* don't allocate memory for ECalComponentAttendee's fields, make them justRodrigo Moya2004-01-264-36/+42
* take a const uri (e_cal_backend_cache_set_property): pass a const valueJP Rosevear2004-01-263-7/+24
* description is not constJP Rosevear2004-01-263-2/+8
* fixed memory leaks and use g_list_* functions for GList's, not g_slist_*.Rodrigo Moya2004-01-262-80/+40
* : added and implemented. (e_cal_backend_groupwise_get_object_list) : fixedHarish Krishnaswamy2004-01-264-14/+45
* Added Mongolian translationSanlig Badral2004-01-254-1/+902
* Updated the Greek translationKostas Papadimas2004-01-252-119/+98
* Translation updated by Tino Meinen.Vincent van Adrighem2004-01-252-20828/+167
* make it use ECalBackendCache for its cache, and libsoup for the HTTPRodrigo Moya2004-01-245-262/+223
* s/GROUPWISE/SOUP.Rodrigo Moya2004-01-242-3/+7
* if the source is primary, don't allow it to be un-selectedEVOLUTION_1_5_3JP Rosevear2004-01-241-11/+14
* make public. (e_vcard_escape_string): same. (e_vcard_to_string_vcard_30):Chris Toshok2004-01-236-53/+95
* Updated Brazilian Portuguese translation done by Gustavo Maciel DiasGustavo Maciel Dias Vieira2004-01-232-4/+9
* use check_junk_for_imap flagRadek Doulik2004-01-234-3/+43
* *** empty log message ***Harish Krishnaswamy2004-01-231-8/+18
* use g_new0 instead of g_malloc0 and added NULL check forHarish Krishnaswamy2004-01-232-144/+204
* Removed update_cache function and refactored the call-backHarish Krishnaswamy2004-01-231-17/+1
* Fix leak.Thomas Cataldo2004-01-232-2/+14
* (imap_get_message): revert peterw's change of 2002-07-15, insteadMichael Zucci2004-01-231-8/+0
* removed the meaningless fixme, a butt-retrieved-number is as good as anyNot Zed2004-01-232-1/+12
* Fix prototype to be consistent.Jeremy Katz2004-01-222-2/+6
* Updated Brazilian Portuguese translation done by Gustavo Maciel DiasGustavo Maciel Dias Vieira2004-01-222-20787/+169
* *** empty log message ***Rodrigo Moya2004-01-221-9/+13
* Changed declaration to use GList instead of GSListHarish Krishnaswamy2004-01-222-8/+10
* calendar/backends/groupwise/e-cal-backend-groupwise.cHarish Krishnaswamy2004-01-221-0/+20
* (e_cal_backend_cache_get_components) : return GList instead ofHarish Krishnaswamy2004-01-222-5/+5
* (get_attendee_list_from_soap_parameter) : modifiedHarish Krishnaswamy2004-01-222-128/+560
* populate_cache, e_cal_backend_groupwise_get_object_list,Harish Krishnaswamy2004-01-221-14/+124
* remove the cache from disk when removing the calendar.Rodrigo Moya2004-01-213-1/+15
* new function to remove the file cache from disk.Rodrigo Moya2004-01-213-0/+64
* New function to allow searching of IM fields. Likewise. Likewise.Nat Friedman2004-01-212-4/+82
* use the full path when removing files.Rodrigo Moya2004-01-212-2/+13
* don't build client testJP Rosevear2004-01-213-219/+4
* include calendar test stuff in AC_OUTPUTJP Rosevear2004-01-212-0/+6
* the beginnings of a test clientJP Rosevear2004-01-217-1/+246
* Shush.JP Rosevear2004-01-211-1/+3
* create the component listener here, so that backend_died_cb gets calledRodrigo Moya2004-01-212-0/+10
* added code for retrieving the container ID for tasks also.Rodrigo Moya2004-01-212-1/+9
* added missing g_mutex_unlock call.Rodrigo Moya2004-01-212-1/+9
* check arguments before passing them to functions to avoid warnings atRodrigo Moya2004-01-213-56/+82
* create directory tree to contain the calendar.Rodrigo Moya2004-01-212-0/+16
* Fixed wrong file nameRodrigo Moya2004-01-211-1/+1
* return error when the type of the component does not match the supportedRodrigo Moya2004-01-213-14/+14
* Fixes #51705Rodrigo Moya2004-01-212-7/+35
* use a GSList, which is what we are passed toRodrigo Moya2004-01-212-6/+13
* Fixes nasty crash in e-d-sRodrigo Moya2004-01-214-4/+14
* set a primary selection if there is one before the rebuildJP Rosevear2004-01-211-6/+18
* ** See bug #52996.Not Zed2004-01-213-11/+81