aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/dialogs/alarm-dialog.c
Commit message (Expand)AuthorAgeFilesLines
* Bug #386113 - show custom alarm message in pop-up alertsFabiano Fidêncio2013-07-221-1/+1
* Miscellaneous cleanups.Matthew Barnes2013-07-071-4/+4
* Fix compiler warnings in alarm-dialog.c.Matthew Barnes2013-07-021-2/+1
* Bug #703194 - Custom alarm message is REMINDERFabiano Fidêncio2013-07-021-0/+9
* Fix typo: appointmenet -> appointmentFabiano Fidêncio2013-06-291-1/+1
* Bug #703053 - Error on setting reminder 'after start of appointment'Fabiano Fidêncio2013-06-281-30/+89
* Use EClientComboBox where appropriate.Matthew Barnes2013-03-021-7/+5
* Consolidate base utility libraries into libeutil.Matthew Barnes2012-12-131-4/+3
* Coding style and whitespace cleanup.Matthew Barnes2012-11-111-7/+8
* Adapt to single-include E-D-S libraries.Matthew Barnes2012-06-041-5/+3
* Adapt calendar/gui to the new ESource API.Matthew Barnes2012-06-031-1/+6
* Coding style and whitespace cleanup.Matthew Barnes2012-02-201-4/+6
* Remove e_dialog_editable_get().Matthew Barnes2011-12-241-16/+16
* Remove e_dialog_editable_set().Matthew Barnes2011-12-241-4/+6
* Miscellaneous cleanups.Matthew Barnes2011-11-231-1/+0
* Remove Ctrl + l ( ) character from source filesPaul Menzel2011-09-301-1/+0
* Coding style and whitespace cleanup.Matthew Barnes2011-09-041-44/+77
* Replace alarm by reminder for UI consistency. Fixes bug #340614Andre Klapper2011-08-021-1/+1
* Postpone ENameSelector loading as much as possibleMilan Crha2011-06-241-0/+5
* Do not use deprecated EBook/ECal APIMilan Crha2011-06-141-29/+8
* Coding style cleanups.Matthew Barnes2011-05-091-1/+1
* More whitespace cleanup.Matthew Barnes2011-01-311-49/+50
* Bug #631320 - GtkObject is gone in GTK3Milan Crha2010-10-071-1/+1
* Coding style cleanups.Matthew Barnes2010-09-131-3/+3
* Fix transience problems with ENameSelectorDialogs ...Michael Meeks2010-07-081-6/+2
* Giant leap towards GSEAL compliance.Matthew Barnes2010-04-081-2/+7
* Coding style and whitespace cleanup.Matthew Barnes2010-01-311-15/+15
* Bug 589153 - Use GtkBuilder instead of libgladeMatthew Barnes2009-11-171-46/+33
* Remove some obsolete utility functions.Matthew Barnes2009-09-051-23/+49
* More whitespace cleanup.Matthew Barnes2009-07-191-1/+1
* More code cleanup.Matthew Barnes2009-06-021-1/+1
* Whitespace cleanup.Matthew Barnes2009-05-291-4/+4
* Prefer GLib basic types over C types.Matthew Barnes2009-05-291-31/+31
* Remove trailing whitespace, again.Matthew Barnes2009-05-291-1/+1
* GN-bug #572348 - Removed deprecated Gtk+ symbolsMilan Crha2009-04-241-54/+97
* ** Fix for bug #577717Milan Crha2009-04-021-0/+6
* Substitute some deprecated gtk+ functions.Andre Klapper2009-02-121-1/+1
* ** Part of fix for bug #564229Milan Crha2008-12-151-1/+1
* Patch from Paul Bolle <pebolle@tiscali.nl> : Fix for bug #551599 (Do not fal...Suman Manjunath2008-12-081-9/+8
* Change License from GPL to LGPL. 2nd batch.Sankarasivasubramanian Pasupathilingam2008-09-031-19/+19
* ** Fixes bug #546892Matthew Barnes2008-08-121-8/+2
* ** Fixes bug #546057Matthew Barnes2008-08-031-1/+1
* ** Fixes bug #542125Matthew Barnes2008-07-191-3/+0
* updated novell copyright notices (left others alone)Jeffrey Stedfast2008-06-211-1/+1
* ** Allow evolution to build with G_DISABLE_SINGLE_INCLUDES andMatthew Barnes2008-06-061-12/+1
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-151-27/+27
* Warning fixes: - NULL vs 0 vs FALSE/TRUE - ANSIfication of declarations -Kjartan Maraas2007-10-241-2/+2
* ** Fixes bug #437579Matthew Barnes2007-10-101-0/+4
* ** Fix for bug #471791 (Move away from asserts to g_ret*)Srinivasa Ragavan2007-09-031-5/+5
* Update FSF address in header comments (#469886). Patch from TobiasMatthew Barnes2007-09-021-1/+1
* Remove the aalarm_attach widget and retrieve the selected filename usingMatthew Barnes2007-06-151-7/+7
* Massive code cleanup (bug #429422)Matthew Barnes2007-04-201-6/+9
* ** Fix for bug #349966Daniel Gryniewicz2006-11-281-0/+1
* Fix all compiler warnings and correct some other issues.Kjartan Maraas2006-08-241-4/+5
* Fixes #345222Wang Xin2006-07-071-0/+48
* Fix for 333706Harry Lu2006-03-221-1/+1
* fixes #330521Chenthill Palanisamy2006-02-091-2/+2
* fixes #225816Chenthill Palanisamy2006-01-301-2/+177
* fixes #213660Chenthill Palanisamy2006-01-131-1/+15
* gui/calendar-commands.c gui/e-cal-list-view.c gui/e-calendar-table.cTor Lillqvist2005-11-261-1/+7
* gui/e-alarm-list.c gui/e-cal-component-memo-preview.cTor Lillqvist2005-11-241-1/+1
* Set the border width for the internal dialog containers to be HIGRodney Dawes2005-02-031-1/+5
* add necessary includeJP Rosevear2005-01-011-4/+0
* Unref the name selector. (e_contact_list_editor_save_contact): Fix aHans Petter Jansson2004-12-231-57/+52
* addressbook/gui/component/addressbook-migrate.cHans Petter Jansson2004-12-091-1/+1
* use "Contacts..."JP Rosevear2004-06-261-1/+41
* set the default address here if possible (dialog_to_alarm): don't set itJP Rosevear2004-06-261-21/+59
* the args are optional, don't store them if they aren't thereJP Rosevaer2004-06-251-23/+130
* free old_summary (is_custom_alarm): take description into account whenJP Rosevear2004-06-251-1/+41
* store all the custom alarms (alarm_custom_clicked_cb): emit changed signalJP Rosevear2004-06-251-34/+452
* HIGify and newer design; alarm page is gone, Cancel/OK buttons for theJP Rosevear2004-06-231-0/+324