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 |
|
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
|
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 |
|
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
|
cf3295ce8e
|
Last bit of Bug 324735. Remove reference to obsolete calIItemOccurrence. r=mvl
|
2006-02-11 00:56:22 +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
|
9ec51e95ba
|
Bug 325354 Snooze button doesn't do anything. r=dmose
|
2006-02-04 15:12:07 +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 |
|
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 |
|
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 |
|
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 |
|
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
|
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 |
|
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
|
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
|
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
|
7109ac97be
|
Add a compare method to calIDuration (bug 315960), r=mvl@exedo.nl
|
2005-12-04 21:35:17 +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
|
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 |
|
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
|
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 |
|
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
|
a45fb556d3
|
propagate libical errors through the ics service.
part of bug 306508, r=dmose
|
2005-09-30 17:09:38 +00:00 |
|
mvl%exedo.nl
|
ee00fd5347
|
When querying, convert items with a floating timezone to the timezone used for the query, instead of UTC.
bug 307416, r=dmose
|
2005-09-19 20:24:51 +00:00 |
|
mvl%exedo.nl
|
a89345a2cf
|
(de)serialize alarms from/to ics.
bug 298359, r=pav
|
2005-09-12 21:35:42 +00:00 |
|
dmose%mozilla.org
|
37e5245aae
|
Give icaltime_compare_date_only a third argument; fix calDateTime::Compare to use; get calIErrors working; remove the previous hacky workaround from the new weekview (bug 299327), r=shaver
|
2005-08-25 17:47:36 +00:00 |
|
mvl%exedo.nl
|
ea6fce7366
|
Add a way to refresh calendars. bug 285018, r=shaver
|
2005-07-25 19:17:09 +00:00 |
|
mvl%exedo.nl
|
20b13a946f
|
puggable import/export interfaces for calendar, plus initial implementations.
bug 298772, r=shaver
|
2005-07-22 18:27:28 +00:00 |
|
pavlov%pavlov.net
|
80f1651b1e
|
remove isAllDay from calIEvent. bug 299182. r=vlad
|
2005-06-30 22:41:14 +00:00 |
|
shaver%mozilla.org
|
e39cf948f3
|
Bug 299163: add a calITodo.isCompleted for some semblance of sane completion
handling. r=pavlov.
|
2005-06-30 21:59:22 +00:00 |
|
pavlov%pavlov.net
|
747e5d0556
|
Hooking up the exceptions part of the recurrence dialog so that you can restore dates that you had previously deleted. bug 298346.
|
2005-06-29 23:44:49 +00:00 |
|
vladimir%pobox.com
|
545ec4d5a4
|
attempt to unscrew todos
|
2005-06-29 22:38:42 +00:00 |
|
vladimir%pobox.com
|
1e3a6865e6
|
Implement current day selection for views, also various misc UI fixes
|
2005-06-16 06:52:11 +00:00 |
|
pavlov%pavlov.net
|
dcbe2f5e68
|
adding calIDuration bug 297827 r=vlad,shaver
|
2005-06-15 23:57:09 +00:00 |
|
vladimir%pobox.com
|
6d633a181b
|
add month and day view to lightning
|
2005-06-15 09:27:29 +00:00 |
|
shaver%mozilla.org
|
d652c76d83
|
bug 296184: add ITEM_FILTER_ALL_ITEMS; r=mvl, npotb.
|
2005-06-13 13:46:08 +00:00 |
|
vladimir%pobox.com
|
5b694a6ce6
|
missing files from last comimt
|
2005-06-10 01:48:14 +00:00 |
|
vladimir%pobox.com
|
1afea82710
|
b=293183, implement exception support for recurrence, r=shaver
|
2005-06-10 01:31:48 +00:00 |
|
dmose%mozilla.org
|
f0c77cac48
|
Change modifyItems to require the caller to pass in the old item for ease of provider implementation (bug 295775). Also contains fixes for CalDAV bugs discovered at the CalConnect interop. r=pavlov@pavlov.net. Not part of the build.
|
2005-06-09 23:24:45 +00:00 |
|
vladimir%pobox.com
|
4cc1760f46
|
b=296318, rename item.parent to item.calendar, r=shaver/pavlov
|
2005-06-03 20:46:36 +00:00 |
|
pavlov%pavlov.net
|
8a12538df4
|
new lightning pref overlays for thunderbird. bug 296108 r=vlad
added a way to enumerate the list of supported timezones. bug 296109 r=vlad
new recurrence editing dialog
(not part of default build. a=chase)
|
2005-05-31 21:42:21 +00:00 |
|
pavlov%pavlov.net
|
8c9d493652
|
adding note about .name property only working after the calendar is registered
|
2005-05-24 22:16:49 +00:00 |
|
vladimir%pobox.com
|
41d1a31363
|
b=294104, remove isUtc to explicit 'UTC' timezone, and change null timezone -> 'floating', r=shaver+pav
|
2005-05-19 21:14:24 +00:00 |
|
mvl%exedo.nl
|
4a03424f60
|
Bug 290761 calIDateTime: rename valid to isValid.
patch by gekacheka@yahoo.com, r=vladimir
|
2005-05-19 13:29:48 +00:00 |
|
vladimir%pobox.com
|
c2b8e6122f
|
b=293549, add minimonths to lightning, r=shaver,
|
2005-05-10 02:45:18 +00:00 |
|
vladimir%pobox.com
|
2f53fa9249
|
some datetime fixes
|
2005-05-07 01:01:06 +00:00 |
|
pavlov%pavlov.net
|
014aaace17
|
changing snooze to modify the event's alarmTime
|
2005-05-06 20:46:56 +00:00 |
|
pavlov%pavlov.net
|
388da891d7
|
hooking up new alarm framework and hooking it in to lightning bug 292704 r=shaver
|
2005-05-06 00:05:42 +00:00 |
|