gecko-dev/calendar
2006-03-20 14:29:12 +00:00
..
base Bug 327805 Use calendar name as initial filename during calendar export. patch by ssitter, r=jminta 2006-03-20 13:31:27 +00:00
import-export Bug 325068: Improve printing UI (and interfaces). r=jminta 2006-03-18 13:10:58 +00:00
installer Bugzilla Bug 317620: landed NSS 3.11 on the Mozilla trunk. The patch is 2006-01-13 18:09:32 +00:00
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 330103 Add new file that didn't get committed the first time around. r=mvl 2006-03-20 14:29:12 +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 Add missing observer methods (bug 325726); patch by <daniel.boelzle@sun.com>, r=dmose. 2006-03-17 17:42:55 +00:00
resources Bug 330103 Remove hardcoded strings. Also removes extra debug code and fixes a strict warning about sharp variables. r=mvl 2006-03-20 13:28:00 +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 Checked in patch for bug 323519: 2006-01-17 15:26:23 +00:00
.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.