gecko-dev/calendar
2005-11-18 16:10:07 +00:00
..
base Bug 315960 (correct file) Improve multiday view's relayout time by adding batching r=dmose 2005-11-18 16:10:07 +00:00
import-export Parse multiple vcalendar components for importing. 2005-10-24 18:00:03 +00:00
installer removing references to necko_data.xpt 2005-11-12 23:12:09 +00:00
libical make adding a duration be done in parts, instead of converting to seconds. 2005-09-01 19:21:16 +00:00
lightning Make Lightning localizable (bug 298348); patch=bugzilla@babylonsounds.com,robin.edrenius@gmail.com; r=mvl,dmose 2005-11-09 00:35:57 +00:00
linux/icons/default
os2/icons/default
providers b=273050, storage module interface review, r=darin 2005-11-15 00:35:50 +00:00
resources Bug 315731 Next button's enabled status doesn't update properly in the wizard. patch by robin.edrenius@gmail.com, r=jminta 2005-11-18 16:00:31 +00:00
sunbird Bug 315760. The title of the 'Go to Today' and 'Go to Date' is slightly off. 2005-11-15 20:14:37 +00:00
test
windows/icons/default
xpi
.cvsignore
createBuildId.pl
INSTALL
install.js
install.rdf
Makefile.in Make builds of Sunbird not also attempt to implicitly build the xpi (bug 307749); patch=mozilla@rosenauer.org, r=mvl 2005-11-09 23:36:44 +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.