aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/dialogs/calendar-setup.c
Commit message (Expand)AuthorAgeFilesLines
* Adapt calendar/gui to the new ESource API.Matthew Barnes2012-06-031-717/+0
* Adapt to libedataserver[ui] changes.Matthew Barnes2012-04-221-4/+4
* Bug #670934 - Was saving ESourceList first, rather than lastMilan Crha2012-03-011-3/+3
* Coding style and whitespace cleanup.Matthew Barnes2012-02-201-3/+9
* Bug #577322 - Rename of a system ESource doesn't persistMilan Crha2011-12-071-1/+15
* Coding style and whitespace cleanup.Matthew Barnes2011-09-041-25/+43
* Bug #650839 - Add option for alarms into calendar preferencesMilan Crha2011-08-251-0/+42
* EConfig: Broadcast abort/commit events by way of signals.Matthew Barnes2011-08-111-5/+14
* Bug 652958 - Evolution Account Assistant jumps stepsMatthew Barnes2011-07-011-4/+24
* Do not use deprecated EBook/ECal APIMilan Crha2011-06-141-11/+11
* Coding style cleanups.Matthew Barnes2011-05-091-5/+5
* Bug #630490 - Not visible calendar color change immediatelyMilan Crha2010-10-141-0/+6
* Bug #629636 - Doesn't recognize local ESource-sMilan Crha2010-09-291-1/+1
* Use accessor functions instead direct access (GSEAL work)Javier Jardón2010-04-131-7/+9
* More whitespace cleanup.Matthew Barnes2009-07-191-1/+1
* Stop abusing forward declarations.Matthew Barnes2009-06-191-9/+9
* Prefer GLib basic types over C types.Matthew Barnes2009-05-291-23/+23
* Remove trailing whitespace, again.Matthew Barnes2009-05-291-2/+2
* Fix compiler warnings in calendar.Matthew Barnes2009-05-261-21/+21
* Only #include specific libgnome[ui] headers; easier to track.Matthew Barnes2009-05-011-1/+0
* Fix for bug #424818 (bugzilla.novell.com) - Integrate the mark-calendar-offli...Suman Manjunath2008-10-131-1/+2
* License changes. Changed license from GPL to LGPL.Sankarasivasubramanian Pasupathilingam2008-09-041-12/+13
* 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-4/+1
* Patch from Qin Kuangyu: Fix for bug #346555 (Fixed a couple of mnemonic confl...Suman Manjunath2008-03-311-1/+1
* ** Fix for bug #517492Milan Crha2008-03-271-6/+3
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-151-11/+11
* Update FSF address in header comments (#469886). Patch from TobiasMatthew Barnes2007-09-021-1/+1
* ** Fix for bug #308636Milan Crha2007-08-231-79/+41
* Fix compiler warnings in the calendar directory (#439122).Matthew Barnes2007-06-031-1/+1
* Massive code cleanup (bug #429422)Matthew Barnes2007-04-201-0/+2
* ** Fixes bug #373116Matthew Barnes2007-04-021-73/+69
* ** Fixes bug #419524Matthew Barnes2007-03-211-1/+1
* harmonize strings. Fixes bug #346552.Andre Klapper2006-07-191-2/+2
* Remove GroupWise from the Calendar ESource Groups as it supports a singleHarish Krishnaswamy2006-06-191-1/+20
* Remove GroupWise from the list Task ESource Groups as it supports a singleHarish Krishnaswamy2006-06-151-2/+21
* Committing fix for bug #328194Srinivasa Ragavan2006-04-261-4/+3
* broken pipes are soo funKjartan Maraas2006-02-081-1/+2
* Memo Component - submitted by Nathan Owens <pianocomp81@yahoo.com>Harish Krishnaswamy2005-10-191-0/+79
* source-type is an enum not a pointer!Not Zed2005-08-241-5/+3
* Added the source type field in _ECalConfigTargetSource Set the source typePraveen Kumar2005-07-011-0/+2
* Fixes #272114 Check if the color is present in the source before settingChenthill Palanisamy2005-05-241-4/+4
* Fixes #271523Vivek Jain2005-05-121-2/+11
* Merging offline brnach with HEADSivaiah Nallagatla2004-12-241-0/+39
* Correct some white space ugliness in the previous commit.Harish Krishnaswamy2004-12-141-0/+1
* +2004-12-10 Vivek Jain <jvivek@novell.com>Jain Vivek2004-12-131-3/+5
* Evo UI Hackfest : harishHarish Krishnaswamy2004-11-251-3/+5
* added EConfig subclass for calendars initialize plugin hooks on componentDavid Trowbridge2004-11-041-762/+344
* hide dialog items that don't apply when editing properties.Larry Ewing2004-07-301-3/+22
* set a different title if we are editing; de-sensitize option menu if weJP Rosevear2004-07-261-2/+5
* rename can_add to is_mutable, add sensitivity logic for both readonly andLarry Ewing2004-06-021-26/+41
* remove now unused functions. (source_group_can_add): fix can add logic,Larry Ewing2004-05-261-207/+25
* i2004-05-25 Larry Ewing <lewing@ximian.com>Larry Ewing2004-05-261-40/+0
* (key_press_event): look for escape press and destroy dialog.Larry Ewing2004-05-261-0/+18
* use the new dialog. (calendar_setup_edit_calendar): use the new dialog.Larry Ewing2004-05-261-50/+105
* Use gtk_window_set_icon_list() here instead of gtk_window_set_icon().Jeffrey Stedfast2004-05-261-14/+22
* Fixes: #57472Trent Lloyd2004-05-251-0/+9
* i2004-05-21 Larry Ewing <lewing@ximian.com>Larry Ewing2004-05-221-15/+16
* use random color for calendar default.Larry Ewing2004-05-071-1/+17
* (calendar_setup_new_task_list): fix the previous fix to work ifLarry Ewing2004-05-051-8/+5
* make sure that we don't crash if there are no sources.Larry Ewing2004-05-051-5/+20
* (source_group_can_add): helper function to fix groupwise case.Larry Ewing2004-05-051-1/+22
* fix logic error.Larry Ewing2004-05-051-3/+3
* convert units. (dialog_to_source): convert time units.Larry Ewing2004-05-051-7/+61
* hook up the color picker and test buttons in the new task dialog.Larry Ewing2004-04-281-3/+10
* i2004-04-27 Larry Ewing <lewing@ximian.com>Larry Ewing2004-04-281-1/+53
* ** Fixes #57034.Not Zed2004-04-211-5/+16
* fix missing parameters, wow that was a mess.Larry Ewing2004-04-151-144/+150
* add remote calendar setup page to task list setup assistant and editWilliam Jon McCann2004-03-311-1/+26
* CV Fixes #51871Gary Ekker2004-01-301-0/+4
* Fixes #53338Rodrigo Moya2004-01-271-0/+3
* added 'ECalSourceType' argument to be able to create the ECal correctly.Rodrigo Moya2004-01-221-16/+18
* just use the convienence function for the default gconf client (fixesJP Rosevear2004-01-211-2/+1
* just use the convienence function for the default gconf client (fixesJP Rosevear2004-01-211-8/+2
* only block widgets that existJP Rosevear2004-01-211-8/+14
* Only update dialog widgets if they exist.Hans Petter Jansson2004-01-121-2/+4
* calendar_config -> calendar_setup. (edit_calendar_cb): Ditto.Hans Petter Jansson2004-01-101-0/+773