gecko-dev/calendar
2006-03-30 17:31:15 +00:00
..
base Bug 331921 - Fix up some corrupt/dodgy Initial Developer lines. 2006-03-30 07:57:05 +00:00
import-export Bug 325068: Improve printing UI (and interfaces). r=jminta 2006-03-18 13:10:58 +00:00
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 330385 'My Timezone' preference isn't selected when the prefpane loads, r=dmose 2006-03-28 02:45:59 +00:00
linux/icons/default
locales
os2/icons/default
providers Bug 322958 caldav time-range needs to be UTC datetimes, not dates, patch by browning@uwalumni.com, r=jminta 2006-03-23 04:01:37 +00:00
resources Bug 331921 - Fix up some corrupt/dodgy Initial Developer lines. 2006-03-30 07:57:05 +00:00
sunbird fixes bug 287646 "Eliminate nsPIProtocolProxyService and introduce reloadPAC method" r=biesi,neil,beng,mscott sr=bzbarsky 2006-03-30 17:31:15 +00:00
test
windows/icons/default
xpi Checked in patch for bug 330963: install.js needs to be corrected for Calendar XPI. (Also removed deprecated install.* files r=mostafah 2006-03-21 12:19:05 +00:00
.cvsignore
createBuildId.pl
INSTALL
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.