Граф коммитов

90 Коммитов

Автор SHA1 Сообщение Дата
Philipp Kewisch 9200e1a5b6 Part of bug 462277 - Turn on experimental cache by default - string change only. r=release
--HG--
extra : rebase_source : 60b338f1f40bb81fee78b88ba13fcf38cf884c1f
2011-10-24 22:07:01 +02:00
Stefan Sitter 49c4534ac7 Bug 684582 - Fix strict warnings "assignment to undeclared variable" and minor style nits. r=philipp 2011-09-18 14:43:40 +02:00
Stefan Sitter 41bf752445 Bug 686273 - Subscribed WCAP calendars not appearing (do not use "cal" as variable name because it shadows the namespace "cal") r=philipp 2011-09-13 21:21:32 +02:00
Edmund Wong 665facd511 Bug 611735 - Added aEvent.target to openPopup() parameter to make it work properly. r=philipp 2011-06-21 11:29:08 +03:00
Edmund Wong d82f1d5673 Fix bug 611735 - Deprecated function showPopup() used in datetimepickers.xml. r=philipp
--HG--
extra : rebase_source : 4f51c2aa7522b217e003b0a15b565a721b4c9e83
2011-02-14 06:31:00 +01:00
Philipp Kewisch ee5fff3d62 Fix bug 576746 - Command Line Service - Make calendar XPCOM components use new manifests and data tables. r=mschroeder
--HG--
extra : rebase_source : 84115a006a1b52d3418b8ff154215a6bda39a8f7
2010-08-23 13:31:14 +02:00
Edmund Wong ade0eb1b3b Fix bug 412768 - Make use of calUtils.jsm' |cal.getIOService()|. r=philipp
--HG--
extra : rebase_source : 5864be6f487c9cc4fa076f1e154d667828f8fc59
2010-08-16 20:29:00 +02:00
Simon Vaillancourt 42de5b041a Bug 466686 - Can't create cached calendars right away (r=philipp) 2010-06-16 08:44:54 -04:00
Philipp Kewisch 410202f57c Fix bug 561735 - [dataloss] content of local calendar not shown after the database scheme change. r=simon.at.orcl
--HG--
extra : rebase_source : 29a65c55fc91aec92051ef92a7b80fb82c4a18a1
2010-05-06 20:21:08 +02:00
Decathlon 6dcbf4bd9f Fix bug 563813 - Localization issue for menu "Status" in "New event/New task" dialogs. r=philipp
--HG--
extra : rebase_source : 41b0993c4af6c00eb22f6d29f8370e74ce0d0abc
2010-05-06 05:31:00 +02:00
Philipp Kewisch 648cbd1ccb Fix bug 561026 - Creating storage calendar not possible, Lightning hangs using 100% CPU cycles. r=ssitter 2010-04-30 14:40:30 +02:00
Philipp Kewisch cecd8ba348 Fix bug 479867 - Cached calendars don't set id correctly, causing duplicate events to be shown for multiple cached calendars. r=simon.at.orcl
--HG--
extra : rebase_source : 2b349da84a90f2ce55ea121d2b8789ef1713bdbc
2010-04-09 02:15:00 +02:00
Robert Brand 48f49093b0 Fix bug 383501 - Task list: Tooltip of task not updated after setting status back to "Not specified". r=philipp 2010-03-31 14:00:00 +02:00
Phil Ringnalda 9cd35be000 Bug 553529 - Remove leftover checks for mac widget toolkit, r=Standard8 2010-03-17 21:37:21 -07:00
Philipp Kewisch c714b3fcf0 Fix bug 450318 - No error on duplicate calendar address, stalls. r=markus 2010-03-25 22:31:37 +01:00
Christophe Humbert 33fb30d4f5 Fix bug 543744 - Add calendar name to event tooltip information. r=philipp, p=c.humber@free.fr and grahamperrin@gmail.com 2010-02-18 10:42:46 +01:00
Martin Schroeder 4c864adc3b Bug 517805 - Move printDialog to calendar/base/content. r=philipp
--HG--
rename : calendar/resources/content/printDialog.js => calendar/base/content/dialogs/calendar-print-dialog.js
rename : calendar/resources/content/printDialog.xul => calendar/base/content/dialogs/calendar-print-dialog.xul
2009-10-25 23:32:13 +01:00
Martin Schroeder 391ecf3d3d Bug 507700 - WARNING: Illegal character in window name for Calendar. r=philipp 2009-09-09 13:04:33 +02:00
Martin Schroeder 9bf5c16df3 Bug 507700: WARNING: Illegal character in window name calendar-properties-dialog, calendar-gotodate-dialog. r=philipp 2009-08-12 21:23:42 +02:00
Martin Schroeder 28dbd5a93d Bug 459478 - Tooltips in Calendar do not work anymore on Vista. r=philipp 2009-06-30 12:41:42 +02:00
Martin Schroeder cfd0d49e73 Bug 435168 - New Calendar Wizard shows empty focus box next to "Show Alarms" check box. r=philipp 2009-06-25 16:03:44 +02:00
Philipp Kewisch bece7b9212 Fix bug 456385 - Thunderbird3: Integrate Calendar and Task mode menu items into new menu. r=mschroeder 2009-06-20 18:26:22 +02:00
Daniel Boelzle [:dbo] c8edb4997c Fix bug 492192 - Opening local ics files breaks views [Exception in calendar-view-core.xml and calendar-month-view.xml] (regression). r=ssitter 2009-05-12 23:46:08 +02:00
Stefan Sitter be53d8b30f Additional fix for Bug 480702 - Add ifdef MOZ_UPDATER for the app update preferences UI and Help menu [r=mschroeder] 2009-04-07 23:57:34 +02:00
Robert Strong d1835d480e Bug 480702 - Add ifdef MOZ_UPDATER for the app update preferences UI and Help menu. r=mschroeder 2009-03-19 12:07:28 -07:00
timeless 65f15f3beb Fix bug 363085 - Not possible to enter a webdav share that requires SSLVerifyClient. r=philipp 2009-03-02 12:06:04 +01:00
Philipp Kewisch 0572230c79 Fix bug 474276 - Add windowtype to all calendar dialogs. r=sipaq 2009-01-19 10:35:35 +01:00
Phil Ringnalda 43b0d9326c Bug 243621 - Back out standardizing QueryInterface to not throw, since it actually should throw, r=timeless, sr=Standard8 2009-01-15 20:43:07 -08:00
Berend Cornelius [:berend] 4cb780cf6e Bug 467909 - Remove datepicker in Lightning sidebar;r=philipp;ui-review=christian 2008-12-22 00:28:23 +01:00
Daniel Boelzle [:dbo] 617a4bad5e Fix bug 405529 - [Trunk] Event dialog: Typed start time or end time reset to default after moving focus. r=berend 2008-11-26 12:49:49 +01:00
Martin Schroeder f00b883edd Bug 463060 - Clean-up and move clipboard.js. r=philipp
--HG--
rename : calendar/resources/content/clipboard.js => calendar/base/content/calendar-clipboard.js
2008-11-06 12:17:22 +01:00
Daniel Boelzle [:dbo] 5734c7a991 Fix bug 457203 - iTIP overhaul. r=mschroeder 2008-11-05 15:43:33 +01:00
Martin Schroeder 0fee46be0b Bug 329582 - Remove gCalendarWindow. r=dbo 2008-10-21 14:09:31 +02:00
Philipp Kewisch 7c4a7a17d9 Fix bug 290747 - use sunbird.jar for sunbird specific files. r=dbo
--HG--
rename : calendar/locales/en-US/chrome/calendar/aboutDialog.dtd => calendar/locales/en-US/chrome/sunbird/aboutDialog.dtd
rename : calendar/sunbird/themes/pinstripe/sunbird/calendar.css => calendar/sunbird/base/themes/pinstripe/calendar.css
rename : calendar/sunbird/themes/pinstripe/sunbird/icon.png => calendar/sunbird/base/themes/pinstripe/icon.png
rename : calendar/sunbird/themes/pinstripe/sunbird/offline-online.png => calendar/sunbird/base/themes/pinstripe/offline-online.png
rename : calendar/sunbird/themes/pinstripe/sunbird/preview.png => calendar/sunbird/base/themes/pinstripe/preview.png
rename : calendar/sunbird/themes/winstripe/sunbird/calendar.css => calendar/sunbird/base/themes/winstripe/calendar.css
rename : calendar/sunbird/themes/winstripe/sunbird/icon.png => calendar/sunbird/base/themes/winstripe/icon.png
rename : calendar/sunbird/themes/winstripe/sunbird/offline-online.png => calendar/sunbird/base/themes/winstripe/offline-online.png
rename : calendar/sunbird/themes/winstripe/sunbird/preview.png => calendar/sunbird/base/themes/winstripe/preview.png
2008-10-21 13:09:14 +02:00
Martin Schroeder e13bae3df0 Bug 458368 - Move and integrate calendar/prototypes to calendar/base. r=dbo r=philipp
--HG--
rename : calendar/prototypes/wcap/calendar-invitations-manager.js => calendar/base/content/calendar-invitations-manager.js
rename : calendar/prototypes/wcap/sun-calendar-event-dialog-attendees.js => calendar/base/content/dialogs/calendar-event-dialog-attendees.js
rename : calendar/prototypes/wcap/sun-calendar-event-dialog-attendees.xml => calendar/base/content/dialogs/calendar-event-dialog-attendees.xml
rename : calendar/prototypes/wcap/sun-calendar-event-dialog-attendees.xul => calendar/base/content/dialogs/calendar-event-dialog-attendees.xul
rename : calendar/prototypes/wcap/sun-calendar-event-dialog-freebusy.xml => calendar/base/content/dialogs/calendar-event-dialog-freebusy.xml
rename : calendar/prototypes/wcap/sun-calendar-event-dialog-recurrence-preview.xml => calendar/base/content/dialogs/calendar-event-dialog-recurrence-preview.xml
rename : calendar/prototypes/wcap/sun-calendar-event-dialog-recurrence.js => calendar/base/content/dialogs/calendar-event-dialog-recurrence.js
rename : calendar/prototypes/wcap/sun-calendar-event-dialog-recurrence.xul => calendar/base/content/dialogs/calendar-event-dialog-recurrence.xul
rename : calendar/prototypes/wcap/sun-calendar-event-dialog-reminder.js => calendar/base/content/dialogs/calendar-event-dialog-reminder.js
rename : calendar/prototypes/wcap/sun-calendar-event-dialog-reminder.xul => calendar/base/content/dialogs/calendar-event-dialog-reminder.xul
rename : calendar/prototypes/wcap/sun-calendar-event-dialog-timezone.js => calendar/base/content/dialogs/calendar-event-dialog-timezone.js
rename : calendar/prototypes/wcap/sun-calendar-event-dialog-timezone.xul => calendar/base/content/dialogs/calendar-event-dialog-timezone.xul
rename : calendar/prototypes/wcap/sun-calendar-event-dialog.css => calendar/base/content/dialogs/calendar-event-dialog.css
rename : calendar/prototypes/wcap/sun-calendar-event-dialog.js => calendar/base/content/dialogs/calendar-event-dialog.js
rename : calendar/prototypes/wcap/sun-calendar-event-dialog.xul => calendar/base/content/dialogs/calendar-event-dialog.xul
rename : calendar/prototypes/wcap/calendar-invitations-dialog.css => calendar/base/content/dialogs/calendar-invitations-dialog.css
rename : calendar/prototypes/wcap/calendar-invitations-dialog.js => calendar/base/content/dialogs/calendar-invitations-dialog.js
rename : calendar/prototypes/wcap/calendar-invitations-dialog.xul => calendar/base/content/dialogs/calendar-invitations-dialog.xul
rename : calendar/prototypes/wcap/calendar-invitations-list.xml => calendar/base/content/dialogs/calendar-invitations-list.xml
rename : calendar/prototypes/themes/pinstripe/sun-calendar-event-dialog-attendees.png => calendar/base/themes/pinstripe/dialogs/calendar-event-dialog-attendees.png
rename : calendar/prototypes/themes/pinstripe/sun-calendar-event-dialog-toolbar.png => calendar/base/themes/pinstripe/dialogs/calendar-event-dialog-toolbar.png
rename : calendar/prototypes/themes/pinstripe/sun-calendar-event-dialog.png => calendar/base/themes/pinstripe/dialogs/calendar-event-dialog.png
rename : calendar/prototypes/themes/pinstripe/calendar-invitations-dialog-button-images.png => calendar/base/themes/pinstripe/dialogs/calendar-invitations-dialog-button-images.png
rename : calendar/prototypes/themes/pinstripe/calendar-invitations-dialog-list-images.png => calendar/base/themes/pinstripe/dialogs/calendar-invitations-dialog-list-images.png
rename : calendar/prototypes/themes/pinstripe/calendar-invitations-dialog.css => calendar/base/themes/pinstripe/dialogs/calendar-invitations-dialog.css
rename : calendar/prototypes/themes/pinstripe/timezone_-10h.png => calendar/base/themes/pinstripe/dialogs/timezone_-10h.png
rename : calendar/prototypes/themes/pinstripe/timezone_-11h.png => calendar/base/themes/pinstripe/dialogs/timezone_-11h.png
rename : calendar/prototypes/themes/pinstripe/timezone_-12h.png => calendar/base/themes/pinstripe/dialogs/timezone_-12h.png
rename : calendar/prototypes/themes/pinstripe/timezone_-12h45.png => calendar/base/themes/pinstripe/dialogs/timezone_-12h45.png
rename : calendar/prototypes/themes/pinstripe/timezone_-1h.png => calendar/base/themes/pinstripe/dialogs/timezone_-1h.png
rename : calendar/prototypes/themes/pinstripe/timezone_-2h.png => calendar/base/themes/pinstripe/dialogs/timezone_-2h.png
rename : calendar/prototypes/themes/pinstripe/timezone_-3h.png => calendar/base/themes/pinstripe/dialogs/timezone_-3h.png
rename : calendar/prototypes/themes/pinstripe/timezone_-3h30.png => calendar/base/themes/pinstripe/dialogs/timezone_-3h30.png
rename : calendar/prototypes/themes/pinstripe/timezone_-4h.png => calendar/base/themes/pinstripe/dialogs/timezone_-4h.png
rename : calendar/prototypes/themes/pinstripe/timezone_-5h.png => calendar/base/themes/pinstripe/dialogs/timezone_-5h.png
rename : calendar/prototypes/themes/pinstripe/timezone_-6h.png => calendar/base/themes/pinstripe/dialogs/timezone_-6h.png
rename : calendar/prototypes/themes/pinstripe/timezone_-7h.png => calendar/base/themes/pinstripe/dialogs/timezone_-7h.png
rename : calendar/prototypes/themes/pinstripe/timezone_-8h.png => calendar/base/themes/pinstripe/dialogs/timezone_-8h.png
rename : calendar/prototypes/themes/pinstripe/timezone_-8h30.png => calendar/base/themes/pinstripe/dialogs/timezone_-8h30.png
rename : calendar/prototypes/themes/pinstripe/timezone_-9h.png => calendar/base/themes/pinstripe/dialogs/timezone_-9h.png
rename : calendar/prototypes/themes/pinstripe/timezone_-9h30.png => calendar/base/themes/pinstripe/dialogs/timezone_-9h30.png
rename : calendar/prototypes/themes/pinstripe/timezone_0h.png => calendar/base/themes/pinstripe/dialogs/timezone_0h.png
rename : calendar/prototypes/themes/pinstripe/timezone_10h.png => calendar/base/themes/pinstripe/dialogs/timezone_10h.png
rename : calendar/prototypes/themes/pinstripe/timezone_10h30.png => calendar/base/themes/pinstripe/dialogs/timezone_10h30.png
rename : calendar/prototypes/themes/pinstripe/timezone_11h.png => calendar/base/themes/pinstripe/dialogs/timezone_11h.png
rename : calendar/prototypes/themes/pinstripe/timezone_11h30.png => calendar/base/themes/pinstripe/dialogs/timezone_11h30.png
rename : calendar/prototypes/themes/pinstripe/timezone_12h.png => calendar/base/themes/pinstripe/dialogs/timezone_12h.png
rename : calendar/prototypes/themes/pinstripe/timezone_12h45.png => calendar/base/themes/pinstripe/dialogs/timezone_12h45.png
rename : calendar/prototypes/themes/pinstripe/timezone_13h.png => calendar/base/themes/pinstripe/dialogs/timezone_13h.png
rename : calendar/prototypes/themes/pinstripe/timezone_14h.png => calendar/base/themes/pinstripe/dialogs/timezone_14h.png
rename : calendar/prototypes/themes/pinstripe/timezone_1h.png => calendar/base/themes/pinstripe/dialogs/timezone_1h.png
rename : calendar/prototypes/themes/pinstripe/timezone_2h.png => calendar/base/themes/pinstripe/dialogs/timezone_2h.png
rename : calendar/prototypes/themes/pinstripe/timezone_3h.png => calendar/base/themes/pinstripe/dialogs/timezone_3h.png
rename : calendar/prototypes/themes/pinstripe/timezone_3h30.png => calendar/base/themes/pinstripe/dialogs/timezone_3h30.png
rename : calendar/prototypes/themes/pinstripe/timezone_4h.png => calendar/base/themes/pinstripe/dialogs/timezone_4h.png
rename : calendar/prototypes/themes/pinstripe/timezone_4h30.png => calendar/base/themes/pinstripe/dialogs/timezone_4h30.png
rename : calendar/prototypes/themes/pinstripe/timezone_5h.png => calendar/base/themes/pinstripe/dialogs/timezone_5h.png
rename : calendar/prototypes/themes/pinstripe/timezone_5h30.png => calendar/base/themes/pinstripe/dialogs/timezone_5h30.png
rename : calendar/prototypes/themes/pinstripe/timezone_5h45.png => calendar/base/themes/pinstripe/dialogs/timezone_5h45.png
rename : calendar/prototypes/themes/pinstripe/timezone_6h.png => calendar/base/themes/pinstripe/dialogs/timezone_6h.png
rename : calendar/prototypes/themes/pinstripe/timezone_6h30.png => calendar/base/themes/pinstripe/dialogs/timezone_6h30.png
rename : calendar/prototypes/themes/pinstripe/timezone_7h.png => calendar/base/themes/pinstripe/dialogs/timezone_7h.png
rename : calendar/prototypes/themes/pinstripe/timezone_8h.png => calendar/base/themes/pinstripe/dialogs/timezone_8h.png
rename : calendar/prototypes/themes/pinstripe/timezone_9h.png => calendar/base/themes/pinstripe/dialogs/timezone_9h.png
rename : calendar/prototypes/themes/pinstripe/timezone_9h30.png => calendar/base/themes/pinstripe/dialogs/timezone_9h30.png
rename : calendar/prototypes/themes/pinstripe/timezone_map.png => calendar/base/themes/pinstripe/dialogs/timezone_map.png
rename : calendar/prototypes/themes/winstripe/sun-calendar-event-dialog-attendees.png => calendar/base/themes/winstripe/dialogs/calendar-event-dialog-attendees.png
rename : calendar/prototypes/themes/winstripe/sun-calendar-event-dialog-toolbar.png => calendar/base/themes/winstripe/dialogs/calendar-event-dialog-toolbar.png
rename : calendar/prototypes/themes/winstripe/sun-calendar-event-dialog.png => calendar/base/themes/winstripe/dialogs/calendar-event-dialog.png
rename : calendar/prototypes/themes/winstripe/calendar-invitations-dialog-button-images.png => calendar/base/themes/winstripe/dialogs/calendar-invitations-dialog-button-images.png
rename : calendar/prototypes/themes/winstripe/calendar-invitations-dialog-list-images.png => calendar/base/themes/winstripe/dialogs/calendar-invitations-dialog-list-images.png
rename : calendar/prototypes/themes/winstripe/calendar-invitations-dialog.css => calendar/base/themes/winstripe/dialogs/calendar-invitations-dialog.css
rename : calendar/prototypes/themes/winstripe/timezone_-10h.png => calendar/base/themes/winstripe/dialogs/timezone_-10h.png
rename : calendar/prototypes/themes/winstripe/timezone_-11h.png => calendar/base/themes/winstripe/dialogs/timezone_-11h.png
rename : calendar/prototypes/themes/winstripe/timezone_-12h.png => calendar/base/themes/winstripe/dialogs/timezone_-12h.png
rename : calendar/prototypes/themes/winstripe/timezone_-12h45.png => calendar/base/themes/winstripe/dialogs/timezone_-12h45.png
rename : calendar/prototypes/themes/winstripe/timezone_-1h.png => calendar/base/themes/winstripe/dialogs/timezone_-1h.png
rename : calendar/prototypes/themes/winstripe/timezone_-2h.png => calendar/base/themes/winstripe/dialogs/timezone_-2h.png
rename : calendar/prototypes/themes/winstripe/timezone_-3h.png => calendar/base/themes/winstripe/dialogs/timezone_-3h.png
rename : calendar/prototypes/themes/winstripe/timezone_-3h30.png => calendar/base/themes/winstripe/dialogs/timezone_-3h30.png
rename : calendar/prototypes/themes/winstripe/timezone_-4h.png => calendar/base/themes/winstripe/dialogs/timezone_-4h.png
rename : calendar/prototypes/themes/winstripe/timezone_-5h.png => calendar/base/themes/winstripe/dialogs/timezone_-5h.png
rename : calendar/prototypes/themes/winstripe/timezone_-6h.png => calendar/base/themes/winstripe/dialogs/timezone_-6h.png
rename : calendar/prototypes/themes/winstripe/timezone_-7h.png => calendar/base/themes/winstripe/dialogs/timezone_-7h.png
rename : calendar/prototypes/themes/winstripe/timezone_-8h.png => calendar/base/themes/winstripe/dialogs/timezone_-8h.png
rename : calendar/prototypes/themes/winstripe/timezone_-8h30.png => calendar/base/themes/winstripe/dialogs/timezone_-8h30.png
rename : calendar/prototypes/themes/winstripe/timezone_-9h.png => calendar/base/themes/winstripe/dialogs/timezone_-9h.png
rename : calendar/prototypes/themes/winstripe/timezone_-9h30.png => calendar/base/themes/winstripe/dialogs/timezone_-9h30.png
rename : calendar/prototypes/themes/winstripe/timezone_0h.png => calendar/base/themes/winstripe/dialogs/timezone_0h.png
rename : calendar/prototypes/themes/winstripe/timezone_10h.png => calendar/base/themes/winstripe/dialogs/timezone_10h.png
rename : calendar/prototypes/themes/winstripe/timezone_10h30.png => calendar/base/themes/winstripe/dialogs/timezone_10h30.png
rename : calendar/prototypes/themes/winstripe/timezone_11h.png => calendar/base/themes/winstripe/dialogs/timezone_11h.png
rename : calendar/prototypes/themes/winstripe/timezone_11h30.png => calendar/base/themes/winstripe/dialogs/timezone_11h30.png
rename : calendar/prototypes/themes/winstripe/timezone_12h.png => calendar/base/themes/winstripe/dialogs/timezone_12h.png
rename : calendar/prototypes/themes/winstripe/timezone_12h45.png => calendar/base/themes/winstripe/dialogs/timezone_12h45.png
rename : calendar/prototypes/themes/winstripe/timezone_13h.png => calendar/base/themes/winstripe/dialogs/timezone_13h.png
rename : calendar/prototypes/themes/winstripe/timezone_14h.png => calendar/base/themes/winstripe/dialogs/timezone_14h.png
rename : calendar/prototypes/themes/winstripe/timezone_1h.png => calendar/base/themes/winstripe/dialogs/timezone_1h.png
rename : calendar/prototypes/themes/winstripe/timezone_2h.png => calendar/base/themes/winstripe/dialogs/timezone_2h.png
rename : calendar/prototypes/themes/winstripe/timezone_3h.png => calendar/base/themes/winstripe/dialogs/timezone_3h.png
rename : calendar/prototypes/themes/winstripe/timezone_3h30.png => calendar/base/themes/winstripe/dialogs/timezone_3h30.png
rename : calendar/prototypes/themes/winstripe/timezone_4h.png => calendar/base/themes/winstripe/dialogs/timezone_4h.png
rename : calendar/prototypes/themes/winstripe/timezone_4h30.png => calendar/base/themes/winstripe/dialogs/timezone_4h30.png
rename : calendar/prototypes/themes/winstripe/timezone_5h.png => calendar/base/themes/winstripe/dialogs/timezone_5h.png
rename : calendar/prototypes/themes/winstripe/timezone_5h30.png => calendar/base/themes/winstripe/dialogs/timezone_5h30.png
rename : calendar/prototypes/themes/winstripe/timezone_5h45.png => calendar/base/themes/winstripe/dialogs/timezone_5h45.png
rename : calendar/prototypes/themes/winstripe/timezone_6h.png => calendar/base/themes/winstripe/dialogs/timezone_6h.png
rename : calendar/prototypes/themes/winstripe/timezone_6h30.png => calendar/base/themes/winstripe/dialogs/timezone_6h30.png
rename : calendar/prototypes/themes/winstripe/timezone_7h.png => calendar/base/themes/winstripe/dialogs/timezone_7h.png
rename : calendar/prototypes/themes/winstripe/timezone_8h.png => calendar/base/themes/winstripe/dialogs/timezone_8h.png
rename : calendar/prototypes/themes/winstripe/timezone_9h.png => calendar/base/themes/winstripe/dialogs/timezone_9h.png
rename : calendar/prototypes/themes/winstripe/timezone_9h30.png => calendar/base/themes/winstripe/dialogs/timezone_9h30.png
rename : calendar/prototypes/themes/winstripe/timezone_map.png => calendar/base/themes/winstripe/dialogs/timezone_map.png
rename : calendar/locales/en-US/chrome/prototypes/sun-calendar-event-dialog.properties => calendar/locales/en-US/chrome/calendar/calendar-event-dialog.properties
rename : calendar/locales/en-US/chrome/prototypes/calendar-invitations-dialog.dtd => calendar/locales/en-US/chrome/calendar/calendar-invitations-dialog.dtd
2008-10-15 18:12:01 +02:00
Berend Cornelius [:berend] ca37108216 Bug 456102 - Minimonth should generally be able to show free-busy states;r=philipp 2008-10-13 23:00:33 +02:00
Stefan Sitter c5fb2c8237 Fix bug 455768 - Convert calendar/ from application/x-javascript to application/javascript. r=philipp 2008-10-05 18:18:22 +02:00
Martin Schroeder ff592566f3 Fix bug 455869 - Remove MOZILLA_1_8_BRANCH ifdefs from calendar trunk code. r=philipp 2008-10-05 13:50:31 +02:00
Robert Kaiser b922ed94c2 remove .cvsignore files that shouldn't have been imported by bug 455727 2008-09-18 17:57:24 +02:00
hg@mozilla.org 44f560b8a9 bug 455727 - import calendar/ into comm-central, initial import of code from CVS tag HG_COMM_INITIAL_IMPORT at 2008-09-18 07:11:38 PST, imported and tagged cvs.mozilla.org modules: mozilla/calendar mozilla/other-licenses/branding/sunbird/ 2008-09-18 16:13:11 +02:00