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

546 Коммитов

Автор SHA1 Сообщение Дата
dmose%mozilla.org 813f9db43f Fix Lightning regression by using longhand for all references to nsIScriptableDateFormat (bug 266241), r=jminta 2006-03-28 03:40:29 +00:00
jminta%gmail.com 9f39e126c7 Bug 327856 Views don't display events that start and end at 00:00 on the same day, r=dmose 2006-03-28 02:57:36 +00:00
jminta%gmail.com 5f8fd21f92 Bug 329669 Views don't update after changing timezone setting - restart required, r=dmose 2006-03-28 02:50:22 +00:00
jminta%gmail.com 61de418428 Bug 331887 Make the choose calendar dialog resizable and give it a title. patch by ssitter, r=jminta 2006-03-27 21:00:58 +00:00
jminta%gmail.com 948a470af3 Bug 324676 Day/week view don't refresh correctly when start/end time changed via preferences (no events displayed). r=mvl 2006-03-27 19:37:43 +00:00
jminta%gmail.com 4aad90d2b0 Bug 263479 Tasks aren't removed from view after delete. r=mvl 2006-03-27 19:31:27 +00:00
mattwillis%gmail.com d9e2f7954c bug 329975: added missing call to update percent complete ui widget. r=jminta 2006-03-27 02:50:02 +00:00
jminta%gmail.com d8afd1c21d Bug 323696 Dragging events that span multiple days does not react/display properly. r=mvl 2006-03-27 02:37:04 +00:00
mvl%exedo.nl 6942057a28 Bug 328073, make the UI for monthly recurrence work. r=jminta 2006-03-26 19:17:18 +00:00
jminta%gmail.com dff59e32ae Bug 331022 Shared entity for 'Status' and 'Priority' causes translation problems in some languages. patch by bugzilla@babylonsounds.com, r=jminta 2006-03-25 16:31:46 +00:00
jminta%gmail.com d07d1c243c Bug 331698 change anonid to class for consistency in nav-button boxes. patch by ssitter, r=jminta 2006-03-25 15:20:03 +00:00
mvl%exedo.nl de11ff7f83 Bug 329226: highlight current day. patch by thomas.benisch@sun.com, r=mvl 2006-03-25 14:23:42 +00:00
jminta%gmail.com 25eff7e0b1 Bug 321380 calendar-month-view.xml needs to support removing non-workweek days. r=mvl 2006-03-24 21:55:15 +00:00
jminta%gmail.com c5be355a08 Bug 327832 'To' date and time no longer linked to 'From' date/time, in new event dialog. r=mvl 2006-03-23 22:35:17 +00:00
jminta%gmail.com 20ddf51dcf Bug 329855 Add Lightning support for default alarm settings for new events/tasks. patch by ssitter, r=jminta 2006-03-23 03:54:50 +00:00
mvl%exedo.nl a8adc18592 Bug 325519: Better readable error dialog. r=jminta 2006-03-21 18:32:46 +00:00
jminta%gmail.com 032e5d18ed Bug 327805 Use calendar name as initial filename during calendar export. patch by ssitter, r=jminta 2006-03-20 13:31:27 +00:00
jminta%gmail.com 39272c9371 Bug 330103 Remove hardcoded strings. Also removes extra debug code and fixes a strict warning about sharp variables. r=mvl 2006-03-20 13:28:00 +00:00
jminta%gmail.com 7ce2bbd1b9 Bug 321693 (part 2) Listen for changes to the prefs for multiweek weeks in view. r=mvl 2006-03-20 13:23:52 +00:00
mvl%exedo.nl e77ada00a9 Bug 329654: calDateTimeFormatter always uses selfmade long formatted date string hack. patch by ssitter, r=mvl 2006-03-19 13:27:38 +00:00
mvl%exedo.nl f959c1bf09 Bug 266241: use system time format in the views. patch by ssiter, r=mvl 2006-03-18 19:56:18 +00:00
jminta%gmail.com 550b0aee03 Bug 329360 strict javascript warning: 'variable event hides argument' in calendar-alarm-dialog. patch by gekacheka@yahoo.com, r=jminta 2006-03-18 15:18:15 +00:00
jminta%gmail.com 34bbdb243e Bug 329415 Trying to remove exceptions in recurrencedialog with no exceptions selected throws JS-errors. patch by robin.edrenius@gmail.com, r=jminta 2006-03-18 15:13:54 +00:00
jminta%gmail.com 908ff289f0 Bug 327662 'Currently selected day' in unifinder doesn't update on selection. r=mvl 2006-03-18 15:05:48 +00:00
jminta%gmail.com 5852908a8a Bug 321560 Wrong day selected in Sunbird when using minimonth or datepicker r=mvl 2006-03-18 14:51:59 +00:00
jminta%gmail.com 855624035e Bug 321608 First day of week setting not honoured in multiweek or month views. r=mvl 2006-03-18 14:39:40 +00:00
mvl%exedo.nl 9011b0796c Bug 325068: Improve printing UI (and interfaces). r=jminta 2006-03-18 13:10:58 +00:00
mvl%exedo.nl b3fcaad307 bug 330244: replace preventBubble with stopPropagation. pach by ssitter, r=mvl 2006-03-18 11:56:48 +00:00
dmose%mozilla.org 313a8ded82 Add missing observer methods (bug 325726); patch by <daniel.boelzle@sun.com>, r=dmose. 2006-03-17 17:42:55 +00:00
mvl%exedo.nl 7ecf922afe bug 325519: show a short textual error code, instead of a magic number. r=jminta 2006-03-16 19:33:10 +00:00
Olli.Pettay%helsinki.fi 0707e707ba Bug 330020, View navigation buttons does not work since 2006-03-08 build, r=jminta 2006-03-15 21:54:32 +00:00
bryner%brianryner.com cdc7ad6d9b fixing bustage, bug 330420 2006-03-15 06:31:46 +00:00
bryner%brianryner.com 4cd1e2b280 Remove dependency on nsIClassInfo.h from nsISupports.h (bug 330420). This adds a new nsIClassInfoImpl.h file which can be included to get the CI implementation macros. Also, removes unneeded inclusion of nsIProgrammingLanguage.h from nsIClassInfo.h. r=darin. 2006-03-15 04:59:42 +00:00
jminta%gmail.com db555c8c59 Use correct logical operator. No bug. patch by ssitter@googlemail.com, r=jminta 2006-03-05 14:50:50 +00:00
dmose%mozilla.org 5a87292dc0 Fix alarms not working regression (bug 329240); thanks to Stefan Sitter <ssitter@googlemail.com> for the patch, r=dmose. 2006-03-03 18:14:40 +00:00
jminta%gmail.com 23a1eae230 Bug 328011 Fix identify comparison testing of xpcom objects to avoid problems with == and wrapping. r=dmose 2006-03-03 13:22:52 +00:00
jminta%gmail.com eb816987f4 Bug 325786 Cannot add exceptions to recurring events in new item dialog. r=mvl 2006-03-03 13:17:15 +00:00
dmose%mozilla.org 08e541e3ee Add method to calIItemBase to compare items by id, regardless of whether either or both are proxy items and change some code to use this new method (bug 328011). Thanks to <daniel.boelzle@sun.com> for the patch; r=dmose 2006-03-03 06:27:42 +00:00
dmose%mozilla.org 6b1a8e840d Fix issues caused by mixing "modify single occurrence" and "modify all occurrences" (bug 328084). Thanks to <michael.buettner@sun.com> for the patch; r=jminta@gmail.com 2006-03-03 06:04:20 +00:00
dmose%mozilla.org 77d61ffaab Make deleting an exception actually get rid of the exception rather than adding an EXDATE (bug 328510). Thanks to <michael.buettner@sun.com> for the patch; r=dmose. 2006-03-03 05:55:09 +00:00
jminta%gmail.com 98e3687701 Bug 328483 Lightning: Play sound on alarm does not work. patch by ssitter@googlemail.com, r=jminta 2006-03-03 03:43:51 +00:00
jminta%gmail.com 751868878a Bug 328632 Use the date-formatter in alarms. r=mvl 2006-03-03 03:38:31 +00:00
jminta%gmail.com 8d5a13d34c Bug 328508 JavaScript error after dismiss of last remaining alarm. r=mvl 2006-03-03 03:36:22 +00:00
dmose%mozilla.org 9c5e61a284 Make views autosize to include events out of the default time view (bug 323093). Patch by thomas.benisch@sun.com and me; r=jminta@gmail.com 2006-03-01 23:19:03 +00:00
jminta%gmail.com ad451f0f7e Bug 328763 Alarm for all day event always set to 00:00:00 UTC. r=dmose 2006-03-01 04:42:01 +00:00
jminta%gmail.com e44f29539c Bug 328653 Alarms set for 15 or 30 min after an event show up as 15/30 minutes before. r=mvl 2006-03-01 01:11:47 +00:00
jminta%gmail.com e954912248 Bug 328636 Editing event with reminder (15 or 30 min.) crashes Thunderbird (branch). Patch by ssitter@googlemail.com. r=jminta 2006-02-27 01:53:18 +00:00
jminta%gmail.com 658ddef297 Bug 328631 Position of the label 'category' inside New-event dialog is too high. Patch by ssitter@googlemail.com. r=jminta 2006-02-27 01:49:44 +00:00
dmose%mozilla.org b9451f3262 Fix a couple of thinkos which cause bad things to happen when dealing with recurring tasks (bug 328197). Thanks to <daniel.boelzle@sun.com> for the patch, r=dmose 2006-02-26 01:54:49 +00:00
dmose%mozilla.org 7981b21875 Disabling recurring todos until bug 328197 is sorted out. Thanks to <michael.buettner@sun.com> for the patch, r=dmose. 2006-02-26 01:00:49 +00:00
jminta%gmail.com 6ae9bda125 Bug 300117 Recurring events are not visible on 'until' date. patch by michael.buettner@sun.com. r=jminta 2006-02-25 04:09:37 +00:00
jminta%gmail.com 1dd2cf7ebd Bug 328504 Error parsing ics file with X-MOZ-LASTACK element due typo. patch by ssitter@googlemail.com. r=jminta 2006-02-25 01:21:34 +00:00
mvl%exedo.nl e7d07d5d0e Bug 327890: Serialize exceptions to ics calendars. patch by michael.buettner@sun.com and daniel.boelzle@sun.com. r=mvl 2006-02-24 20:42:56 +00:00
jminta%gmail.com b3c5aac5fd Sunbird/Lightning bustage fix for Bug 315051. r=dmose 2006-02-24 00:17:11 +00:00
jminta%gmail.com 24e6bb8260 Bug 315051 Switch to storing alarms based on offsets from start/end time rather than as absolute times. Ensure that missed alarms are fired. r=dmose 2006-02-23 23:14:14 +00:00
jminta%gmail.com 21d2c2080b Bug 322859 Organizer is incorrectly converted to an attendee on ics roundtrip. r=mvl 2006-02-23 03:58:55 +00:00
dmose%mozilla.org 1ef624a1e5 Attendee participationStatus lost when cloning an event due to typo (bug 327840). Thanks to gekacheka@yahoo.com for the patch, r=dmose. 2006-02-21 08:36:09 +00:00
mvl%exedo.nl 5906b996bc Bug 326077 cannot delete modified events from a series. patch by daniel.boelzle@sun.com, r=mvl 2006-02-20 19:05:49 +00:00
jminta%gmail.com f5c02c755c Bug 323085 Add import/export functionality for lightning, improve options/UI for Sunbird. r=mvl 2006-02-18 22:42:13 +00:00
jminta%gmail.com 5f9d5c9ad9 Bug 326132 Start time of all-day events is set to odd times. patch by ssitter@googlemail.com. r=jminta 2006-02-18 22:06:44 +00:00
jminta%gmail.com 78f79f62dc Bug 326074 Edit event via middle/right double click should not be possible. Original patch by ssitter@googlemail.com, ported by jminta. r=mvl 2006-02-18 22:03:34 +00:00
jminta%gmail.com 5e3907b741 Bug 320178 Need UI for editing single instance or all instances of recuring events r=mvl 2006-02-18 21:58:19 +00:00
jminta%gmail.com 175e882f76 Bug 327175 Define text color for selected event too (better legibility). patch by ssitter@googlemail.com. r=jminta 2006-02-15 03:52:37 +00:00
jminta%gmail.com 4e0e8b2d38 Bug 322059 Current year not visible in month-view. patch by ssitter@googlemail.com, r=jminta 2006-02-13 19:24:52 +00:00
jminta%gmail.com c867bbdb3d Bug 321383 Multiweek view boxes are colored incorrectly, r=mvl 2006-02-13 19:18:57 +00:00
jminta%gmail.com 2a5a04b724 Bug 326132 Start time of all-day events is set to 1:00 causing 'Your start time is after your end time' error, r=mvl 2006-02-13 19:13:10 +00:00
jminta%gmail.com 41ba5b698f Bug 325701 Do not display start time 0:00 for all day events. patch by bowmanmc@gmail.com, r=jminta 2006-02-13 19:05:09 +00:00
jminta%gmail.com 8fcbdef3f6 Bug 321560 Wrong day selected (due to tz-offset) in new views when using minimonth or datepicker. r=mvl 2006-02-12 20:42:58 +00:00
jminta%gmail.com 721c4f044b Bug 322060 First (top-left) day should note current month, in multi-week view. r=mvl 2006-02-12 20:33:55 +00:00
jminta%gmail.com 0c2d6d757f Bug 326787 day/week view fails if event end is on next day [exception in getStartEndMinutesForOccurrence]. patch by ssitter@googlemail.com, r=jminta 2006-02-11 14:55:27 +00:00
jminta%gmail.com 2b7262b2d1 Bug 326653 Can't select allday-events in week-view. patch by michael.buettner@sun.com r=jminta 2006-02-11 01:05:57 +00:00
jminta%gmail.com 7a49873bf6 Bug 304084 All day event gets changed to previous day. patch by michael.buettner@sun.com r=jminta 2006-02-11 01:03:03 +00:00
jminta%gmail.com d47145c784 Bug 326331 New event/task dialog does not use selected calendar as default. r=mvl 2006-02-11 01:00:27 +00:00
jminta%gmail.com cf3295ce8e Last bit of Bug 324735. Remove reference to obsolete calIItemOccurrence. r=mvl 2006-02-11 00:56:22 +00:00
jminta%gmail.com 8e12c08504 Bug 326390 Completed date for tasks is not saved. r=dmose 2006-02-10 05:06:44 +00:00
jminta%gmail.com 65741aec71 Bug 326268 make the multiweek-view use calIWeekTitleFormatter. r=mvl 2006-02-10 05:02:29 +00:00
jminta%gmail.com 9459b034ff Bug 325459 Month view's relayout fails and variouos fixes to duration manipulation. Team effort here, parts of the patch by mvl, michael.buettner@sun.com, and me. r=dmose 2006-02-08 02:23:27 +00:00
dmose%mozilla.org b5d29e8065 Scroll rather than hide extra items when the event list for a day overflows in the month view. Reverted to normal size fonts, as the x-small ones were hard to read. (bug 312830), r=jminta,mvl 2006-02-08 00:18:28 +00:00
mvl%exedo.nl efc0ad16fe bug 319790: add a way to calculate the weeknumber, given a calIDateTime. r=jminta 2006-02-07 18:47:06 +00:00
jminta%gmail.com 841c1636b7 Bug 324665 New events do not display in day/week view until refresh. patch by michael.buettner@sun.com, r=jminta 2006-02-06 14:59:29 +00:00
jminta%gmail.com b6115da7d9 Bug 295387 Day/Week views do not display all day events. r=mvl 2006-02-05 16:32:38 +00:00
mvl%exedo.nl 5ba2c0ea35 bug 325399 more css tweaks, r=jminta 2006-02-04 22:21:59 +00:00
mvl%exedo.nl 19c22950c1 Bug 325399 tweak CSS padding to cut down on font-clipping in event boxes 2006-02-04 18:04:51 +00:00
jminta%gmail.com e7c90dd767 Bug 321546 Make item-boxes inherit from a base class. Also allows for inline-editing in the month/multiweek views. r=dmose 2006-02-04 15:53:28 +00:00
jminta%gmail.com 6217e9d593 Bug 313615 Automatically close the alarm window when the last alarm is dismissed. r=dmose 2006-02-04 15:14:58 +00:00
jminta%gmail.com 9ec51e95ba Bug 325354 Snooze button doesn't do anything. r=dmose 2006-02-04 15:12:07 +00:00
jminta%gmail.com 57612d1924 Bug 325762 Recurrence dialog's COUNT ignores corresponding units. patch by stephan.schaefer@sun.com, r=jminta 2006-02-03 19:47:16 +00:00
jminta%gmail.com 68554c4245 Bug 165963 Views/dialog should default to pegging events to default timezone. r=mvl 2006-02-03 16:06:54 +00:00
dmose%mozilla.org e10fc5c417 Change alarm service to be explicitly started by the GUI rather than started immediately on app-startup. This keeps providers from popping up dialogs that need to be parented before there is anything to parent them. It also avoids the Mac hang that was often happening when authenticating to remote providers on startup (bug 325476), r=jminta 2006-02-02 23:17:06 +00:00
jminta%gmail.com 13d416badd Bug 324028 week-view: An event spanning multiple days loses its last day if end time <= start time (regardless of day) r=dmose 2006-02-02 16:22:33 +00:00
jminta%gmail.com ee49e8e0c1 Bug 298349 (month-view) Need to support events that span multiple days r=dmose 2006-02-02 16:15:54 +00:00
mvl%exedo.nl 34a9e1faf6 bug 325325: correcting calIOperationListener MOVE->MODIFY, calIAttendee documentation. patch by daniel.boelzle@sun.com, r=mvl 2006-02-02 15:00:57 +00:00
mvl%exedo.nl 4e901494fc bug 270995: look at exceptions after looking at addiotions, to make expections work. patch by daniel.boelzle@sun.com, r=mvl 2006-02-02 14:48:02 +00:00
jminta%gmail.com ae6d09f9ed Bug 320175 Can't delete event from keyboard in new month view. patch by michael.buettner@sun.com, r=jminta 2006-01-30 13:58:52 +00:00
jminta%gmail.com f3cbee26c4 Bug 325141 Fix for typo: this.mProperties.enumerator. patch by reidrankin@gmail.com, r=jminta 2006-01-29 21:26:45 +00:00
jminta%gmail.com 35560c9506 Bug 324735 Remove some references to obsolete calIItemOccurence interface. patch by robin.edrenius@gmail.com, r=jminta 2006-01-29 03:44:25 +00:00
jminta%gmail.com b1719f2df9 Bug 323321 Drag'n'drop of events via right mouse button confuses the views. patch by ssitter, r=jminta 2006-01-26 17:45:35 +00:00
dmose%mozilla.org 05111d0512 Make day + week views respect default start and end time preferences (bug 321769). r=<jminta@gmail.com> 2006-01-25 20:00:48 +00:00
jminta%gmail.com b19484a101 Bug 324312 Make event dialog resizable. patch by ssitter@googlemail.com, r=jminta 2006-01-25 04:14:40 +00:00
jminta%gmail.com d390326285 Bug 296893 Unify Sunbird and Lightning event dialogs r=pavlov, ui-r=beltzner 2006-01-21 18:55:22 +00:00
mvl%exedo.nl 96398ce85d missed this file for bug 315959, add .adoptItem for faster loading of ics files. r=dmose 2006-01-20 17:03:50 +00:00
jminta%gmail.com 1ff2c7a9ea Bug 321381 Non-localized strings in the new-views r=mostafah 2006-01-19 23:02:57 +00:00
jminta%gmail.com 637c840fbd Bug 322917 Category color not used in new Day/Week View due to typo. r=dmose 2006-01-18 21:05:04 +00:00
jminta%gmail.com 01ad2a2a63 Bug 321913 alarm service's mRangeEnd needs to be more timezone sensitive r=dmose 2006-01-18 14:04:52 +00:00
jminta%gmail.com 514aab2d9b Bug 323809 findColumnForItem isn't defined. r=dmose 2006-01-17 22:38:45 +00:00
jminta%gmail.com cff5db1172 Bug 298349 Need to support events (not all-day) that span multiple days, in multiday-view r=dmose 2006-01-17 01:12:21 +00:00
jminta%gmail.com 2d8ca8fcea Bug 323273 Lightning context menu for events not available. patch by stephan.schaefer@sun.com r=jminta 2006-01-16 22:02:44 +00:00
jminta%gmail.com f3310774f5 Bug 321563 Day and week views don't show events before the current time. patch by ssitter@googlemail.com r=jminta 2006-01-12 23:33:50 +00:00
jminta%gmail.com a8b6abec6f Bug 323057 Fix js warnings about not always returning a value. patch by ssitter@googlemail.com r=jminta 2006-01-12 23:27:19 +00:00
dmose%mozilla.org 5887637a86 Keep item organizer from being lost on round-trip (bug 322859), r=jminta 2006-01-10 03:03:50 +00:00
dmose%mozilla.org fd6a218463 Disable the R button until view rotation works better (bug 322272). Patch from robin.edrenius@gmail.com, r=dmose. 2006-01-10 00:32:13 +00:00
mvl%exedo.nl 0f66e79226 Add a xpcom interface to format a datetime. bug 322230, r=dmose (not part of default build) 2006-01-08 21:51:01 +00:00
jminta%gmail.com 21c3c88b55 Bug 319701 Move Lightning to the decorated views. r=dmose 2006-01-04 18:24:51 +00:00
darin%meer.net 990b17ea90 fixing bustage (bug 318193) 2006-01-02 04:31:00 +00:00
jminta%gmail.com 1a6eefe7c4 Bug 315955 Month view displays events at wrong times. r=dmose 2005-12-29 00:17:44 +00:00
jminta%gmail.com 0469cc2c3a Bug 321535 Right clicking on a day and selecting 'New Event' doesn't always give the correct default date. r=mvl 2005-12-26 16:29:07 +00:00
jminta%gmail.com b83b9c785c Bug 297934 Move Sunbird to the new views. Implement calIDecoratedView. First step in removing gCalendarWindow. Remove several global variables. r=dmose+mvl 2005-12-23 21:58:53 +00:00
dmose%mozilla.org 4c80aa876b Gave function names to most anonymous functions so that this code is easier to profile and debug in Venkman (no bug), rs=jminta@gmail.com 2005-12-21 20:20:18 +00:00
jminta%gmail.com 57221e6523 Bug 315960 Reuse the existing month-view grid whenever possible. r=dmose 2005-12-19 23:12:49 +00:00
mvl%exedo.nl c0d780179a Bugzilla Bug 315719 Events with neither DTEND nor DURATION handled incorrectly (end date is default value 01-Jan-1970). r=mvl, patch by ssitter@googlemail.com 2005-12-15 21:55:48 +00:00
jminta%gmail.com 12692a312d More line ending fixes. no bug. 2005-12-15 19:24:20 +00:00
gerv%gerv.net adbec5dbff Bug 236613: change to MPL/LGPL/GPL tri-license. 2005-12-13 13:25:40 +00:00
jminta%gmail.com 320a1965cf Bug 317477 Canceling 'Edit Event' dialog opens 'New Event' dialog in Lightning. patch by ssitter@googlemail.com, r=jminta 2005-12-08 16:10:55 +00:00
dmose%mozilla.org c39e622e34 Fix nativeTime to correctly account for timezone changes on dates (bug 314954), r=mvl@exedo.nl 2005-12-04 22:09:54 +00:00
dmose%mozilla.org 7670235c86 Make core calendar code work against both trunk and 1.8 branch builds (bug 318850), r=jminta@gmail.com 2005-12-04 21:53:17 +00:00
dmose%mozilla.org 7109ac97be Add a compare method to calIDuration (bug 315960), r=mvl@exedo.nl 2005-12-04 21:35:17 +00:00
jminta%gmail.com dca3c64e08 Bug 317473 For new events no calendar is chosen by default in calendar-event-dialog. Also includes some whitespace cleanup. Patch by ssitter@googlemail.com. r=jminta 2005-11-27 00:04:24 +00:00
jminta%gmail.com 4b3164d2cf Bug 317864 Fix old consumers of .stringValue. Patch by ssitter@googlemail.com, r=jminta 2005-11-26 21:17:55 +00:00
mvl%exedo.nl 07892e1dac Bug 310221 icalendar items with a duration and no dtend are handled incorrectly. r=dmose 2005-11-25 19:50:12 +00:00
mvl%exedo.nl 9ea11b3a4f bug 317588 update calToto to the changed calIProperty interface.
patch by gekacheka@yahoo.com, r=mvl
2005-11-23 17:56:41 +00:00
jminta%gmail.com c1d8a1855c Bug 309734 Double clicking on an empty space in the calendar should create a new event. r=dmose 2005-11-22 01:49:28 +00:00
mvl%exedo.nl 7bafff4577 Bug 316756 option is listed twice in type dropdown box for export.
patch by Stefan Sitter (ssitter@googlemail.com), r=mvl
2005-11-19 10:17:19 +00:00
mvl%exedo.nl e0d1988d46 Define the escaping behaviour of ical properties, to make sure we do the right thing with escaped values in ical calendars.
bug 307948, r=dmose
2005-11-18 18:05:37 +00:00
jminta%gmail.com fc44499eeb Bug 315960 (correct file) Improve multiday view's relayout time by adding batching r=dmose 2005-11-18 16:10:07 +00:00
jminta%gmail.com cfe1246be3 Backing out previous checkin for Bug 315960, wrong copy of the file 2005-11-18 16:05:43 +00:00
jminta%gmail.com 989dd0e5f1 Bug 315960 Improve multiday view's relayout time by adding batching r=dmose 2005-11-18 16:01:17 +00:00
mvl%exedo.nl 11ff204869 bustage fix for the mozStorage changes.
bug 316761, patch by ssitter@googlemail.com, r=mvl
2005-11-16 19:40:41 +00:00
dmose%mozilla.org 61f58a935a Binding given incorrect duplicate id (no bug); r=jminta 2005-11-16 19:00:09 +00:00
mvl%exedo.nl 29fb8d922e show location in the alarm dialog.
bug 220694, patch by robin.edrenius@gmail.com, r=mvl
2005-11-10 21:52:06 +00:00
dmose%mozilla.org 5db4ed0d9a Fix alarm popups are empty (bug 315916); patch=ssitter@googlemail.com, r=dmose 2005-11-10 21:05:41 +00:00
dmose%mozilla.org e4ec870e1c Make Lightning localizable (bug 298348); patch=bugzilla@babylonsounds.com,robin.edrenius@gmail.com; r=mvl,dmose 2005-11-09 00:35:57 +00:00
mvl%exedo.nl d0d088d1a8 make importer notify observers about a batch change coming up.
bug 313502, r=dmose
2005-10-28 20:13:53 +00:00
jminta%gmail.com 75dc21e70f Bug 313648 Setting recurrence endDate to null does not result in infinite recurrence, but instead returns an error. r=mvl 2005-10-27 22:17:50 +00:00
jminta%gmail.com 02cbbd5ccc Bug 306508 WebDAV provider should notice and propagate all possible dataloss issues to the UI. r1=dmose, r2=mvl 2005-10-25 21:15:41 +00:00
jminta%gmail.com fe549c4b05 Bug 313474 Dialog title in calendar-alarm-dialog.xul not localizable, patch by robin.edrenius@gmail.com, r=jminta 2005-10-23 16:53:14 +00:00
jminta%gmail.com 8127ab2430 Bug 310503 Implement support for readonly calendars, put calendars in readonly mode when an error occurs, report this to the user in relevant UI bits. r1=mvl, r2=dmose 2005-10-21 16:51:13 +00:00
mvl%exedo.nl 63b6ca598d Use the right units in setting the alarm delay.
bug 308832, r=dmose
2005-10-20 18:01:02 +00:00
dmose%mozilla.org be63c93879 ICS provider assertion/failure and performance fix (bug 312381); r=mvl 2005-10-14 21:12:56 +00:00
mvl%exedo.nl 41679d4f0f Makes calIDateTime.getInTimezone on a floating datetime return a datetime that is still floating.
bug 309527, r=dmose, r=jminta
2005-10-13 17:59:29 +00:00
mrbkap%gmail.com ac604da132 bug 311024: Make sure eval grabs the right scope object. r=brendan sr=jst 2005-10-08 00:28:45 +00:00