mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-01 05:43:46 +00:00
ea186dd056
filled with temporary sample data. - Replace "new calendar" context entry (indeed, whole menu) with buttons for new, edit, delete. - Wire up new, edit, delete of calendars. - Make sure that we register our calendarManager listeners early, so that we see new calendars being created, if that's the first thing that happens. |
||
---|---|---|
.. | ||
base | ||
installer | ||
libical | ||
libxpical | ||
lightning | ||
linux/icons/default | ||
os2/icons/default | ||
providers | ||
resources | ||
sunbird | ||
test | ||
windows/icons/default | ||
.cvsignore | ||
createBuildId.pl | ||
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.