aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/alarm-notify/alarm-notify.c
Commit message (Expand)AuthorAgeFilesLines
* Bug #353743 - Add Print button to meeting notification dialogMilan Crha2012-01-031-566/+0
* Miscellaneous cleanups.Matthew Barnes2011-11-231-1/+2
* Miscellaneous cleanups.Matthew Barnes2011-11-231-4/+5
* Merge branch 'master' into wip/gsettingsRodrigo Moya2011-11-171-9/+84
|\
| * Bug #664016 - [evolution-alarm-notify] Try reconnect offline calendarsMilan Crha2011-11-151-9/+84
* | Merge from masterRodrigo Moya2011-10-051-4/+29
|\|
| * Miscellaneous cleanups from the account-mgmt branch.Matthew Barnes2011-09-271-7/+33
| * Bug 658460 - alarm-notify issues runtime warningMatthew Barnes2011-09-071-0/+9
| * Coding style and whitespace cleanup.Matthew Barnes2011-09-041-1/+1
| * Coding style and whitespace cleanup.Matthew Barnes2011-08-131-30/+59
| * Adapt to CamelSession and e-passwords changes.Matthew Barnes2011-07-041-5/+1
| * Do not use deprecated EBook/ECal APIMilan Crha2011-06-141-39/+46
| * Bug #646109 - Fix use of include <config.h> to make sure translations workMilan Crha2011-05-271-1/+1
| * Port AlarmNotify to GtkApplication.Matthew Barnes2011-03-251-31/+42
| * Coding style and whitespace cleanup.Matthew Barnes2011-03-061-1/+2
| * Bug #614480 - Avoid using G_TYPE_INSTANCE_GET_PRIVATE repeatedlyMilan Crha2011-02-251-6/+2
| * Enable debugging of alarm-notify with ALARMS_DEBUG=1 environment variableMilan Crha2010-12-171-15/+12
* | Bug 658460 - alarm-notify issues runtime warningMatthew Barnes2011-09-141-0/+9
* | Coding style and whitespace cleanup.Matthew Barnes2011-09-141-1/+1
* | Coding style and whitespace cleanup.Matthew Barnes2011-09-141-30/+59
* | Adapt to CamelSession and e-passwords changes.Matthew Barnes2011-09-141-5/+1
* | Do not use deprecated EBook/ECal APIMilan Crha2011-06-301-39/+46
* | Bug #646109 - Fix use of include <config.h> to make sure translations workMilan Crha2011-06-301-1/+1
* | Port AlarmNotify to GtkApplication.Matthew Barnes2011-06-301-31/+42
* | Coding style and whitespace cleanup.Matthew Barnes2011-06-301-1/+2
* | Bug #614480 - Avoid using G_TYPE_INSTANCE_GET_PRIVATE repeatedlyMilan Crha2011-06-301-6/+2
* | Enable debugging of alarm-notify with ALARMS_DEBUG=1 environment variableMilan Crha2011-06-301-15/+12
|/
* Bug #615835 - Alarm not working for authenticated calendarsMilan Crha2010-10-051-1/+3
* Bug #623204 - Be able to report detailed errors from backendsMilan Crha2010-07-091-4/+4
* Make authentication functionality availableGustavo Noronha Silva2010-01-271-1/+1
* Restore the alarm notify daemon.Matthew Barnes2009-09-181-102/+104
* Fix excessive whitespace.Matthew Barnes2009-07-131-1/+0
* Prefer GLib basic types over C types.Matthew Barnes2009-05-291-14/+14
* Remove trailing whitespace, again.Matthew Barnes2009-05-291-2/+2
* ** Fix for bug #558366Milan Crha2009-02-251-0/+2
* ** Disable debug macros (#define d(x) x) throughout. (#569638)Matthew Barnes2009-02-011-1/+1
* Change License from GPL to LGPL. 2nd batch.Sankarasivasubramanian Pasupathilingam2008-09-031-14/+15
* updated novell copyright notices (left others alone)Jeffrey Stedfast2008-06-211-1/+1
* Google Calendar alarm works now.Srinivasa Ragavan2008-02-111-1/+4
* ** Fixes bug #362638Matthew Barnes2007-12-211-81/+4
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-151-38/+38
* Warning fixes: - NULL vs 0 vs FALSE/TRUE - ANSIfication of declarations -Kjartan Maraas2007-10-241-2/+2
* Update FSF address in header comments (#469886). Patch from TobiasMatthew Barnes2007-09-021-1/+1
* 2007-08-10 mcrha Fix for bug #351552Milan Crha2007-08-101-8/+14
* Fixes #208318.Chenthill Palanisamy2006-11-071-4/+6
* Fix all compiler warnings and correct some other issues.Kjartan Maraas2006-08-241-6/+7
* Rewrite Alarm Notify with EThreadSrinivasa Ragavan2006-04-221-24/+97
* fixes #325762Chenthill Palanisamy2006-01-251-9/+13
* Changes for alarm notification bubbleChenthill Palanisamy2005-11-241-4/+20
* Modified the code in alarm_notify_add_calendars() to generate the correct key...Chenthill Palanisamy2005-11-081-2/+9
* Free the uri to the source in a few cases. Free the timezone location.Kjartan Maraas2005-07-131-0/+3
* Made the alarm-notify dialog multi-alarm awarePhilip Van Hoof2005-05-091-1/+1
* Fixes #274406 Removed the additional unref present.Chenthill Palanisamy2005-05-021-1/+0
* Fixes #72928Rodrigo Moya2005-03-011-3/+5
* Make mailer depend on libedataserverui.Hans Petter Jansson2005-02-241-1/+1
* if opening the calendar failed, disconnect signals and unref it.Rodrigo Moya2005-02-181-0/+3
* use libedataserver's e-url.Rodrigo Moya2005-01-171-1/+1
* update protoJP Rosevear2004-08-271-18/+28
* initialize the mutext needed to prevent concurrect accessSivaiah Nallagatla2004-08-181-16/+30
* change the prototype of alarm_notify_add_calendar to take Esource insteadSivaiah Nallagatla2004-08-161-8/+18
* Merge from release branch.JP Rosevear2004-06-041-5/+12
* add argJP Rosevear2004-05-181-0/+2
* just set up the alarm notify objectJP Rosevear2004-05-181-59/+99
* set a GConf listener callback to list for changes in selected calendars.Rodrigo Moya2004-03-051-0/+92
* fix rampant double-freeing.Dan Winship2004-03-021-20/+8
* remove the client from the queue also.Rodrigo Moya2004-02-191-0/+2
* open the calendars asynchonously. (cal_opened_cb): callback forRodrigo Moya2004-02-171-5/+25
* Fixes #52970Rodrigo Moya2004-02-041-22/+5
* removed.Rodrigo Moya2004-01-161-1/+0
* added missing headers.Rodrigo Moya2004-01-111-2/+1
* new files for managing interactive authentication with backends.Rodrigo Moya2003-12-221-1/+2
* rewrite for new ecal api, cache all ecal's by type and minimize loading.JP Rosevear2003-12-221-1/+1
* make sure we free the data stored in the hash table.Rodrigo Moya2003-12-171-2/+5
* removed unneeded functions. (alarm_notify_add_calendar,Rodrigo Moya2003-12-011-109/+0
* e_cal_new () -> e_cal_new_from_uri (). (backend_go_online): Ditto.Hans Petter Jansson2003-11-271-1/+1
* remove the AlarmNotify service, no more need for it, since the alarmRodrigo Moya2003-11-171-60/+39
* Various changes to merge in evolution-data-server reliance.JP Rosevear2003-11-071-6/+6
* removed.Rodrigo Moya2003-10-311-0/+11
* Merge new-ui-branch to the trunk.Ettore Perazzoli2003-10-221-184/+25
* ** Fixes #47863.Jack Jia2003-08-271-0/+3
* Merged from calendar-views-with-model branchRodrigo Moya2003-08-201-4/+5
* removed unused code.Rodrigo Moya2003-04-301-18/+0
* if we already have the client loaded, don't remove it, just increment itsRodrigo Moya2003-03-101-34/+34
* GObject, not GtkObject. (calendar_model_destroy): ->Hans Petter Jansson2003-02-221-1/+1
* #include <string.h>Federico Mena Quintero2002-11-131-4/+14
* use libxml2 headers.Rodrigo Moya2002-11-051-30/+34
* Fixes #25410Rodrigo Moya2002-06-261-0/+8
* added timeout_id to LoadedClient structure, to keep track of the timeoutRodrigo Moya2002-06-131-26/+23
* removed already loaded client when asked to be opened again, and *really*Rodrigo Moya2002-06-121-11/+7
* ported changes from evolution-1-0 to make it work with reminders on remoteRodrigo Moya2002-05-211-5/+56
* Should fix #21240Rodrigo Moya2002-03-071-22/+31
* Fixing the license text.Ettore Perazzoli2001-10-281-4/+3
* Do not assert if we fail to load the URI list. This would of course haveFederico Mena Quintero2001-10-201-2/+12
* Adds session management for the alarm daemon. Also makes it store a listFederico Mena Quintero2001-10-191-57/+180
* Converted to use BonoboXObject.Federico Mena Quintero2001-06-251-140/+21
* Update the copyrights, replacing Helix Code with Ximian andEttore Perazzoli2001-06-231-1/+1
* Switched to using our own refcounted structure for loaded clients.Federico Mena Quintero2001-02-241-18/+89
* Added a `registered' field. (cal_factory_oaf_register): New function; nowFederico Mena Quintero2001-02-211-2/+53
* New files with a simple sequence to migrate the task components from theFederico Mena Quintero2001-01-191-3/+8
* Ximianified email addresses and copyrights.Federico Mena Quintero2001-01-171-2/+123
* New interface for the alarm notification system.Federico Mena Quintero2001-01-101-0/+156