gecko-dev/calendar
shaver%mozilla.org 660aba3f98 Make in-memory calendar actually work:
- Don't share the prototype's mObservers and mItems with all instances.
- Enumerate mItems as an object, not an array, since that's how we use it.
- Commonize occurrence-creation logic.
- Fix itemNotCompleted filter to trigger on COMPLETED_NO instead of
  COMPLETED_YES.
- Use instanceof rather than QI failure (which will throw, and uglifies control
  flow) to check item type.
- Handle items with no startTime/endTime specified.
- Unify brace style.
- Use constant for END_OF_TIME.
2004-11-25 16:55:31 +00:00
..
base mutable, immutable, what's the difference? 2004-11-25 14:55:03 +00:00
installer Bumping up version for new build 2004-11-05 21:16:36 +00:00
libxpical use utf8 strings instead of ascii for path names 2004-11-08 18:23:03 +00:00
linux/icons/default Fixed bug 212520: Calendar xpi should follow the standar xpi structure 2004-02-06 20:13:15 +00:00
mac Enhanced Mac installer and fixed problems 2002-09-06 17:40:28 +00:00
os2/icons/default OS/2 calendar icon 2004-03-18 21:47:50 +00:00
providers Make in-memory calendar actually work: 2004-11-25 16:55:31 +00:00
resources use nsIScriptableUnicodeConverter to convert from array to string. 2004-11-24 22:14:30 +00:00
sunbird Checked in attachment 166615 and 166616 for bug 269266: 2004-11-24 21:55:01 +00:00
windows/icons/default Fixed bug 212520: Calendar xpi should follow the standar xpi structure 2004-02-06 20:13:15 +00:00
.cvsignore Don't worry about the auto-generated Makefile's 2002-02-13 20:20:18 +00:00
createBuildId.pl Checking in patch from bug 135779. 2002-06-03 17:10:11 +00:00
INSTALL Added classic skin (bug 133618) 2002-04-05 14:27:07 +00:00
install.js Added ca-AD and tr-TR to the dist 2004-10-29 19:39:38 +00:00
install.rdf Bumped up version from 0.8+ to 0.8.1+ 2004-11-04 16:05:52 +00:00
Makefile.in Use install.rdf from now on. Also fixed version 2004-08-03 13:56:55 +00:00
README Removing unnecessary lines 2003-11-24 17:11:21 +00:00

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.