mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 22:55:23 +00:00
40e4684d36
Collect file commands in file menu, and separate new/open calendar to avoid warning "already exists. do you want to replace it" Parts that didn't get in will be provided in a separate patch just in case |
||
---|---|---|
.. | ||
base | ||
installer | ||
libxpical | ||
linux/icons/default | ||
mac | ||
os2/icons/default | ||
resources | ||
sunbird | ||
windows/icons/default | ||
.cvsignore | ||
copyToServer.sh | ||
createBuildId.pl | ||
createXPI.sh | ||
INSTALL | ||
install.js | ||
install.rdf | ||
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.