gecko-dev/calendar
2006-03-01 04:42:01 +00:00
..
base Bug 328763 Alarm for all day event always set to 00:00:00 UTC. r=dmose 2006-03-01 04:42:01 +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 Bug 328763 Alarm for all day event always set to 00:00:00 UTC. r=dmose 2006-03-01 04:42:01 +00:00
linux/icons/default
locales Checked in attachment 210907 (just adds files) from bug 326003.r=mostafah 2006-02-10 23:58:13 +00:00
os2/icons/default
providers Bug 328761 Wrong alarm offset calculation during startup for alarm with offset > 9 hours. r=mvl 2006-03-01 01:16:09 +00:00
resources Bug 328763 Alarm for all day event always set to 00:00:00 UTC. r=dmose 2006-03-01 04:42:01 +00:00
sunbird Bug 323085 Add import/export functionality for lightning, improve options/UI for Sunbird. r=mvl 2006-02-18 22:42:13 +00:00
test
windows/icons/default
xpi
.cvsignore
createBuildId.pl
INSTALL
install.js
install.rdf
Makefile.in Checked in attachment 211486.(Also removed obsolete files). Bug 326003:Move brand.dtd and brand.properties to locales. r=mostafah 2006-02-11 22:59:14 +00:00
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.