aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/alarm-notify/notify-main.c
Commit message (Expand)AuthorAgeFilesLines
* Enable debugging of alarm-notify with ALARMS_DEBUG=1 environment variableMilan Crha2010-12-171-0/+2
* Increase safety on WindowsFridrich Štrba2010-09-151-1/+33
* Coding style cleanups.Matthew Barnes2010-09-131-1/+1
* Remove the last traces of dbus-glib.Matthew Barnes2010-08-291-1/+0
* We are not using dbus-glib anymore, don't call dbus_g_thread_initFridrich Štrba2010-08-051-1/+0
* [win32] Set a path in evolution-alarm-notify binary,Fridrich Štrba2010-05-281-0/+10
* Bug 618113 - Missing icon in alarm dialogMatthew Barnes2010-05-091-0/+4
* include missing headerMichael Meeks2010-04-251-1/+2
* Initialize dbus threading to avoid loosing alarmsMichael Meeks2010-04-231-0/+1
* Only #include Camel's top-level header.Matthew Barnes2010-04-031-1/+1
* Kill Evolution's icon cache once and for all.Matthew Barnes2009-11-201-3/+0
* Bug 589153 - Use GtkBuilder instead of libgladeMatthew Barnes2009-11-171-3/+0
* Restore the alarm notify daemon.Matthew Barnes2009-09-181-106/+24
* Bug 571488 - Migrate from deprecated gnome_sound to libcanberraH.Habighorst2009-08-231-6/+0
* Prefer GLib basic types over C types.Matthew Barnes2009-05-271-4/+4
* Remove trailing whitespace, again.Matthew Barnes2009-05-271-1/+1
* License Changes from GPL to LGPLSankarasivasubramanian Pasupathilingam2008-09-131-14/+17
* updated novell copyright notices (left others alone)Jeffrey Stedfast2008-06-211-2/+2
* ** Allow evolution to build with G_DISABLE_SINGLE_INCLUDES andMatthew Barnes2008-06-061-2/+1
* ** Fix for bug #526741 (gnome-vfs to gio/gvfs port)Milan Crha2008-04-181-1/+0
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-151-2/+2
* ** Fix for bug #471791 (Move away from asserts to g_ret*)Srinivasa Ragavan2007-09-031-2/+2
* Update FSF address in header comments (#469886). Patch from TobiasMatthew Barnes2007-09-021-1/+1
* 2007-07-26 mcrha Fix for bug #273699Milan Crha2007-07-261-2/+4
* ** Fixes bug #419524Matthew Barnes2007-03-211-1/+1
* applied an approved patch for fixing #323955. Also correct the date of previo...Chenthill Palanisamy2005-12-201-20/+5
* gui/calendar-commands.c gui/e-cal-list-view.c gui/e-calendar-table.cTor Lillqvist2005-11-261-2/+10
* fixes 271480.Chenthill Palanisamy2005-10-031-0/+7
* Fixes 313705Chenthill Palanisamy2005-08-251-0/+6
* Fixes #72928Rodrigo Moya2005-03-011-3/+2
* Make mailer depend on libedataserverui.Hans Petter Jansson2005-02-241-1/+1
* just set up the alarm notify objectJP Rosevear2004-05-181-33/+4
* Call e_icon_factory_init ()Rodney Dawes2004-04-241-0/+3
* removed useless call to set the POA after construction.Rodrigo Moya2004-04-051-1/+0
* set session restart style to RESTART_IF_RUNNING.Rodrigo Moya2004-02-171-1/+1
* no need to keep the master client. (init_session): just set the daemon'sRodrigo Moya2004-02-161-17/+20
* Fixes #52970Rodrigo Moya2004-02-041-5/+6
* removed.Rodrigo Moya2004-01-161-1/+0
* added missing headers.Rodrigo Moya2004-01-111-0/+1
* return a reference to the alarm_notify_service, not NULL and ref theRodrigo Moya2003-12-171-1/+3
* return a reference to the alarm_notify_service, not NULL.Rodrigo Moya2003-12-171-1/+1
* Use BASE_VERSION for repo_ids and OAFIIDs Update killev to kill theRodney Dawes2003-12-021-1/+1
* removed this function, since we now use the ESourceList to know whatRodrigo Moya2003-12-011-7/+10
* Update OAFIID of AlarmNotifyRoss Burton2003-11-241-1/+1
* remove the AlarmNotify service, no more need for it, since the alarmRodrigo Moya2003-11-171-24/+6
* use bonobo_main_quit, not gtk_main_quit.Rodrigo Moya2003-10-311-1/+3
* if the component received is an instance, add it to the recurrences hashRodrigo Moya2003-10-241-2/+2
* Ensure we get UTF-8 strings from gettext.Frédéric Crozat2003-08-221-0/+1
* Fixes all "alarm daemon doesn't start with session"Rodrigo Moya2003-07-291-1/+2
* Fixes #41671Rodrigo Moya2003-04-241-0/+4
* This makes alarm notification work.Hans Petter Jansson2003-02-271-1/+1
* Use privlibexecdir. (INCLUDES): Remove cruft. (gladedir, serversdir):Dan Winship2003-02-061-2/+2
* array of localized month day names ("1st" - "31st")Dan Winship2003-02-061-1/+1
* Use EVOLUTION_GALVIEWSDIR.Ettore Perazzoli2003-01-231-1/+0
* #include <string.h>Federico Mena Quintero2002-11-131-2/+2
* use libxml2 headers.Rodrigo Moya2002-11-051-13/+10
* removed unneeded g_assert which was preventing the alarm daemon to startRodrigo Moya2002-10-031-2/+0
* Fixes #12326Rodrigo Moya2002-08-261-16/+14
* ported changes from evolution-1-0 to make it work with reminders on remoteRodrigo Moya2002-05-211-4/+6
* 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-1/+4
* Adds session management for the alarm daemon. Also makes it store a listFederico Mena Quintero2001-10-191-5/+105
* Switch the alarm system from using SIGALRM to normal glib timers. Also,Federico Mena Quintero2001-09-181-27/+0
* Added an use_description argument so that other alarms can fall back toFederico Mena Quintero2001-09-121-0/+2
* Initialize libglade.Federico Mena Quintero2001-06-251-0/+3
* Converted to use BonoboXObject.Federico Mena Quintero2001-06-251-2/+8
* Update the copyrights, replacing Helix Code with Ximian andEttore Perazzoli2001-06-231-1/+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
* 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-261-2/+6
* New function to set the EDateEdit's value when a row is selected in theFederico Mena Quintero2001-03-011-1/+0
* Ximianified email addresses and copyrights.Federico Mena Quintero2001-01-171-1/+2
* New interface for the alarm notification system.Federico Mena Quintero2001-01-101-0/+81