| Commit message (Expand) | Author | Age | Files | Lines |
* | Free the uri to the source in a few cases. Free the timezone location. | Kjartan Maraas | 2005-07-13 | 1 | -0/+3 |
* | Made the alarm-notify dialog multi-alarm aware | Philip Van Hoof | 2005-05-09 | 1 | -1/+1 |
* | Fixes #274406 Removed the additional unref present. | Chenthill Palanisamy | 2005-05-02 | 1 | -1/+0 |
* | Fixes #72928 | Rodrigo Moya | 2005-03-01 | 1 | -3/+5 |
* | Make mailer depend on libedataserverui. | Hans Petter Jansson | 2005-02-24 | 1 | -1/+1 |
* | if opening the calendar failed, disconnect signals and unref it. | Rodrigo Moya | 2005-02-18 | 1 | -0/+3 |
* | use libedataserver's e-url. | Rodrigo Moya | 2005-01-17 | 1 | -1/+1 |
* | update proto | JP Rosevear | 2004-08-27 | 1 | -18/+28 |
* | initialize the mutext needed to prevent concurrect access | Sivaiah Nallagatla | 2004-08-18 | 1 | -16/+30 |
* | change the prototype of alarm_notify_add_calendar to take Esource instead | Sivaiah Nallagatla | 2004-08-16 | 1 | -8/+18 |
* | Merge from release branch. | JP Rosevear | 2004-06-04 | 1 | -5/+12 |
* | add arg | JP Rosevear | 2004-05-18 | 1 | -0/+2 |
* | just set up the alarm notify object | JP Rosevear | 2004-05-18 | 1 | -59/+99 |
* | set a GConf listener callback to list for changes in selected calendars. | Rodrigo Moya | 2004-03-05 | 1 | -0/+92 |
* | fix rampant double-freeing. | Dan Winship | 2004-03-02 | 1 | -20/+8 |
* | remove the client from the queue also. | Rodrigo Moya | 2004-02-19 | 1 | -0/+2 |
* | open the calendars asynchonously. (cal_opened_cb): callback for | Rodrigo Moya | 2004-02-17 | 1 | -5/+25 |
* | Fixes #52970 | Rodrigo Moya | 2004-02-04 | 1 | -22/+5 |
* | removed. | Rodrigo Moya | 2004-01-16 | 1 | -1/+0 |
* | added missing headers. | Rodrigo Moya | 2004-01-11 | 1 | -2/+1 |
* | new files for managing interactive authentication with backends. | Rodrigo Moya | 2003-12-22 | 1 | -1/+2 |
* | rewrite for new ecal api, cache all ecal's by type and minimize loading. | JP Rosevear | 2003-12-22 | 1 | -1/+1 |
* | make sure we free the data stored in the hash table. | Rodrigo Moya | 2003-12-17 | 1 | -2/+5 |
* | removed unneeded functions. (alarm_notify_add_calendar, | Rodrigo Moya | 2003-12-01 | 1 | -109/+0 |
* | e_cal_new () -> e_cal_new_from_uri (). (backend_go_online): Ditto. | Hans Petter Jansson | 2003-11-27 | 1 | -1/+1 |
* | remove the AlarmNotify service, no more need for it, since the alarm | Rodrigo Moya | 2003-11-17 | 1 | -60/+39 |
* | Various changes to merge in evolution-data-server reliance. | JP Rosevear | 2003-11-07 | 1 | -6/+6 |
* | removed. | Rodrigo Moya | 2003-10-31 | 1 | -0/+11 |
* | Merge new-ui-branch to the trunk. | Ettore Perazzoli | 2003-10-22 | 1 | -184/+25 |
* | ** Fixes #47863. | Jack Jia | 2003-08-27 | 1 | -0/+3 |
* | Merged from calendar-views-with-model branch | Rodrigo Moya | 2003-08-20 | 1 | -4/+5 |
* | removed unused code. | Rodrigo Moya | 2003-04-30 | 1 | -18/+0 |
* | if we already have the client loaded, don't remove it, just increment its | Rodrigo Moya | 2003-03-10 | 1 | -34/+34 |
* | GObject, not GtkObject. (calendar_model_destroy): -> | Hans Petter Jansson | 2003-02-22 | 1 | -1/+1 |
* | #include <string.h> | Federico Mena Quintero | 2002-11-13 | 1 | -4/+14 |
* | use libxml2 headers. | Rodrigo Moya | 2002-11-05 | 1 | -30/+34 |
* | Fixes #25410 | Rodrigo Moya | 2002-06-26 | 1 | -0/+8 |
* | added timeout_id to LoadedClient structure, to keep track of the timeout | Rodrigo Moya | 2002-06-13 | 1 | -26/+23 |
* | removed already loaded client when asked to be opened again, and *really* | Rodrigo Moya | 2002-06-12 | 1 | -11/+7 |
* | ported changes from evolution-1-0 to make it work with reminders on remote | Rodrigo Moya | 2002-05-21 | 1 | -5/+56 |
* | Should fix #21240 | Rodrigo Moya | 2002-03-07 | 1 | -22/+31 |
* | Fixing the license text. | Ettore Perazzoli | 2001-10-28 | 1 | -4/+3 |
* | Do not assert if we fail to load the URI list. This would of course have | Federico Mena Quintero | 2001-10-20 | 1 | -2/+12 |
* | Adds session management for the alarm daemon. Also makes it store a list | Federico Mena Quintero | 2001-10-19 | 1 | -57/+180 |
* | Converted to use BonoboXObject. | Federico Mena Quintero | 2001-06-25 | 1 | -140/+21 |
* | Update the copyrights, replacing Helix Code with Ximian and | Ettore Perazzoli | 2001-06-23 | 1 | -1/+1 |
* | Switched to using our own refcounted structure for loaded clients. | Federico Mena Quintero | 2001-02-24 | 1 | -18/+89 |
* | Added a `registered' field. (cal_factory_oaf_register): New function; now | Federico Mena Quintero | 2001-02-21 | 1 | -2/+53 |
* | New files with a simple sequence to migrate the task components from the | Federico Mena Quintero | 2001-01-19 | 1 | -3/+8 |
* | Ximianified email addresses and copyrights. | Federico Mena Quintero | 2001-01-17 | 1 | -2/+123 |
* | New interface for the alarm notification system. | Federico Mena Quintero | 2001-01-10 | 1 | -0/+156 |