aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/alarm-notify
Commit message (Expand)AuthorAgeFilesLines
* ignore .pureChris Toshok2002-04-021-0/+1
* Should fix #21240Rodrigo Moya2002-03-071-22/+31
* Clean up some of the Makefiles so we dont' link every library multipleEttore Perazzoli2002-01-251-17/+9
* add protosJP Rosevear2002-01-143-21/+151
* make the timezone default to UTC. Fixes bug #14362.Damon Chaplin2001-11-141-4/+6
* The last argument to the bonobo_config_get_XXX_with_default() is aFederico Mena Quintero2001-11-121-14/+9
* -export-dynamic for libglade custom widget.Dan Winship2001-11-051-0/+2
* Removed. (KEY_NUM_CALENDARS_TO_LOAD): New key, containing the number ofEttore Perazzoli2001-10-311-64/+30
* s/BONOBO_HTML_GNOME_LIBS/BONOBO_HTML_GNOME_CFLAGS/Dan Winship2001-10-311-2/+1
* Require gal 0.15.99.8Joe Shaw2001-10-301-1/+1
* use libical-evolution.laDamon Chaplin2001-10-301-1/+1
* Fixing the license text.Ettore Perazzoli2001-10-2813-52/+39
* Fixes bug #5282.Federico Mena Quintero2001-10-258-54/+238
* Do not assert if we fail to load the URI list. This would of course haveFederico Mena Quintero2001-10-204-12/+29
* add html widget (url_requested_cb): add function to load images from fileLarry Ewing2001-10-193-57/+154
* Adds session management for the alarm daemon. Also makes it store a listFederico Mena Quintero2001-10-199-256/+434
* Fixes bug #884.Federico Mena Quintero2001-10-105-17/+217
* Set the window state to sticky. Thanks to Peter Teichman for theFederico Mena Quintero2001-10-021-0/+6
* Fixes the GUI part of bug #7892.Federico Mena Quintero2001-09-271-1/+1
* Rebuge demugging printf() - FedericoFederico Mena Quintero2001-09-261-2/+0
* Check that the timeout is not set up before we create a new one; theFederico Mena Quintero2001-09-261-4/+10
* Display a notification message always, in addition to playing the sound.Federico Mena Quintero2001-09-201-26/+50
* Duh, only setup the timeout if the list was empty. (alarm_ready_cb):Federico Mena Quintero2001-09-181-7/+15
* Switch the alarm system from using SIGALRM to normal glib timers. Also,Federico Mena Quintero2001-09-182-187/+95
* [Automake 1.5 fixes pointed out by Richard BoultonEttore Perazzoli2001-09-151-1/+1
* Added an use_description argument so that other alarms can fall back toFederico Mena Quintero2001-09-122-17/+143
* Handle the new icalattach type instead of struct icalattachtype.Federico Mena Quintero2001-09-111-406/+0
* Implemented.Federico Mena Quintero2001-09-051-1/+51
* Added a snooze flag to differentiate snoozed alarms from real occurrences.Federico Mena Quintero2001-08-231-68/+143
* Added missing underlined shortcuts.Taylor Hayward2001-07-131-3/+3
* Handle the different alarm actions. (display_notification): Do the alarmFederico Mena Quintero2001-07-114-95/+131
* Renamed the occur field to occur_start; added an occur_end field. This wayFederico Mena Quintero2001-06-273-21/+108
* Initialize libglade.Federico Mena Quintero2001-06-251-0/+3
* Converted to use BonoboXObject.Federico Mena Quintero2001-06-256-156/+89
* Update the copyrights, replacing Helix Code with Ximian andEttore Perazzoli2001-06-239-9/+9
* create a WombatClient when creating a CalClient object, so that we canRodrigo Moya2001-06-221-0/+1
* Replace "<" by "<=" in the comparison for due dates against the currentFederico Mena Quintero2001-04-271-1/+0
* Fixed Strftime so it uses the locale prefered way to display date/time.Duncan Mak2001-04-251-1/+1
* Pull up fix from the branch:Ettore Perazzoli2001-04-181-0/+2
* Create the ESearchBar thingy. (search_bar_query_changed_cb): Build theFederico Mena Quintero2001-04-161-0/+35
* Replace includes of <gnome.h>, <bonobo.h> and <gtk/gtk.h> with the neededKjartan Maraas2001-03-263-5/+12
* Added a ShellComponent method to retrieve the selection for drag andEttore Perazzoli2001-03-081-9/+9
* When when when when when when oh WHEN will I remember to add the files - Fede...Federico Mena Quintero2001-03-021-0/+180
* New function to set the EDateEdit's value when a row is selected in theFederico Mena Quintero2001-03-012-9/+17
* Create a little stand-alone library for the low-level alarm triggerFederico Mena Quintero2001-02-271-2/+7
* Switched to using our own refcounted structure for loaded clients.Federico Mena Quintero2001-02-245-26/+129
* Added a `registered' field. (cal_factory_oaf_register): New function; nowFederico Mena Quintero2001-02-212-2/+59
* Getting almost full and proper use of xml-i18n-tools.Gediminas Paulauskas2001-02-111-2/+0
* 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-179-12/+141
* New interface for the alarm notification system.Federico Mena Quintero2001-01-107-34/+395
* If the component has no alarms, do not try to queue them.Federico Mena Quintero2001-01-031-1/+47
* Unconditionally remove the client from the alarm notification system.Federico Mena Quintero2001-01-031-0/+406
* Alarm trigger queueing for the GUI part.Federico Mena Quintero2000-12-234-26/+626
* Fix confusion in the way the range is expanded.Federico Mena Quintero2000-12-201-1/+2
* Now the views monitor the client by themselves; it does not make sense toFederico Mena Quintero2000-08-301-2/+2
* Oops, subtract the new alarm's trigger time from the current time.Federico Mena Quintero2000-08-101-1/+1
* New function. (cal_component_get_icalcomponent): Ensure that the SEQUENCEFederico Mena Quintero2000-08-083-11/+17
* Alarm stuff I had not cvs added, sigh - FedericoFederico Mena Quintero2000-05-163-0/+492
* Removed unused arguments. Load the initial alarms here. (load_alarms): NewFederico Mena Quintero2000-05-122-177/+259
* Renamed library from libcalutil to libcal-util, to be consistent withFederico Mena Quintero2000-04-172-2/+2
* track movement of calobj.[ch]Seth Alves2000-03-082-2/+2
* back out recent commit, and remove calendar.[ch] from Makefile.amSeth Alves2000-03-082-26/+14
* stubs for client side access to alarm structures. this will probablySeth Alves2000-03-062-14/+26
* this is not right, but it gets this closer to building.Seth Alves2000-03-041-1/+1
* new file -- things shared between the client and server go in thisSeth Alves2000-03-041-1/+1
* Added get_uids() method to get a list of UIDs based on object types.Federico Mena Quintero2000-02-091-0/+1
* Debugging enhancements: report alarms not added (because they have alreadyRussell Steinthal1999-12-031-10/+42
* Style fix.Russell Steinthal1999-10-221-1/+2
* Commit debugging support to HEAD as well; there's no good reason to have debu...Russell Steinthal1999-10-221-1/+37
* Release points here.Miguel de Icaza1999-08-061-1/+1
* Schedule an alarm for midnight to change theMiguel de Icaza1999-01-292-5/+15
* Rewrote the old and broken alarm system. It never actually workedMiguel de Icaza1998-12-172-9/+35
* Use an array of const strings to keep gcc happy.Federico Mena Quintero1998-08-041-3/+3
* Lots of fixes:Arturo Espinosa1998-04-292-3/+4
* Fix compiler warnings - FedericoArturo Espinosa1998-04-211-0/+2
* More touches -migArturo Espinosa1998-04-191-1/+0
* Yes.Arturo Espinosa1998-04-182-0/+155