gecko-dev/calendar
2006-03-10 05:26:33 +00:00
..
base Use correct logical operator. No bug. patch by ssitter@googlemail.com, r=jminta 2006-03-05 14:50:50 +00:00
import-export
installer
libical Bug 315051 Switch to storing alarms based on offsets from start/end time rather than as absolute times. Ensure that missed alarms are fired. r=dmose 2006-02-23 23:14:14 +00:00
lightning Make the agenda work in the default timezone, not a hardcoded tz of Los_Angeles (bug 329647); thanks to <ssitter@googlemail.com> for finding and patching this, r=dmose. 2006-03-10 05:26:33 +00:00
linux/icons/default
locales
os2/icons/default
providers Check the ETag when downloading to avoid unnecessary downloads (bug 326116) and fix remote ICS calendar creation to not throw an error (bug 315511); thanks to Michiel van Leeuwen <mvl+moz@exedo.nl> for the patches, r=dmose 2006-03-06 07:23:37 +00:00
resources Bug 328754 Event/task creation fails if 'Default alarm setting' is set to 'On'. r=mvl 2006-03-03 20:13:21 +00:00
sunbird
test
windows/icons/default
xpi
.cvsignore
createBuildId.pl
INSTALL
install.js
install.rdf
Makefile.in
README

Mozilla Calendar Readme
-----------------------

Directory Explanation:

resources/
	 content/ - This directory contains all the XUL and JS files needed for the calendar.
               /test      - Test files for the calendar. These are not needed to run it.
         locale/  - Where the text for the calendar ends up, as well as definitions for dates and date formats.
            en-US/
         skin/    - Graphics and CSS files defining the look of the calendar.
            modern/
               ca-event-dialog/ - Graphics and CSS files for the dialog which adds and edits events.
            classic/
               ca-event-dialog/ - Graphics and CSS files for the dialog which adds and edits events.
   
libxpical/ - An XPCOM interface to the libical library. This is needed to retreive and write calendar information to a file.