Commit Graph

350 Commits

Author SHA1 Message Date
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
jminta%gmail.com
18433125e1 Bug 298357 Switch to coloring the background of events instead of the font. r=dmose 2005-10-07 17:51:22 +00:00
jminta%gmail.com
3672441dd3 Bug 298357 Colorize multiday view events by calendar-pref r=dmose 2005-10-06 17:50:39 +00:00
jminta%gmail.com
2744632a7a Bug 310842 this.mBaseItem.getRecurrenceStartDate is not a function, push does not return array. patch by gekacheka@yahoo.com r=jminta 2005-10-02 22:26:19 +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
d57fba0bf3 Keep on reading from the inputstream, or else importing large files fails.
bug 309868, r=dmose
2005-09-28 18:28:25 +00:00
jminta%gmail.com
0bb57fc1dd Bug 293201 Activate the agenda filter r=dmose 2005-09-27 00:57:02 +00:00
dmose%mozilla.org
d16fb10ce9 Make recurrence debugging spew conditional on DEBUG_vlad, not just DEBUG. No bug 2005-09-20 22:27:08 +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
dmose%mozilla.org
e402f921cc Fix reserved variable name strict warning; no bug. 2005-09-17 23:33:38 +00:00
mvl%exedo.nl
a89345a2cf (de)serialize alarms from/to ics.
bug 298359, r=pav
2005-09-12 21:35:42 +00:00
mvl%exedo.nl
3fd2e3a645 alarms don't work with events with a floating start datetime.
bug 306982, r=dmose
2005-09-08 12:57:16 +00:00
mvl%exedo.nl
15ad777e62 create new events with floating datetime, to prevent problems with recurrence and views.
bug 306148, r=jminta (frontend part), r=dmose (calDateTime changes)
2005-08-29 18:48:47 +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
dmose%mozilla.org
1cc0ef8377 Work around bug in libical's API for comparing dates (bug 299327), r=shaver. Not part of the build. 2005-08-20 23:17:55 +00:00
dmose%mozilla.org
2c08e49108 Fixed events created with a timezone off by some number of hours (bug 305025); r=vlad 2005-08-19 18:17:39 +00:00
mvl%exedo.nl
5c24bb0b18 Don't change lastmodified when cloning an time.
bug 301140, r=shaver.
2005-08-17 15:21:15 +00:00
dmose%mozilla.org
89f4b64970 Make new event dialog unable to create events that end before they start (bug 304463), r=pavlov@pavlov.net 2005-08-15 21:49:44 +00:00
dmose%mozilla.org
bd7db8b452 Fix bogus warning when serializing events with a floating timezone to ICS (bug 303983), r=shaver. 2005-08-15 16:40:16 +00:00
dmose%mozilla.org
b593e1f71a Fixing build bustage by adding stub methods for the two new methods that were added to nsIXPCScriptable 2005-07-31 21:12:49 +00:00
bzbarsky%mit.edu
6e9cbfcb44 Make XPCNativeWrapper call the wrapped native's classinfo resolve/get/set
hooks.  Makes native wrappers work in lots of nasty DOM0 corner cases.  Bug
296967, r=mrbkap, sr=jst, a=asa
2005-07-29 15:11:08 +00:00
mvl%exedo.nl
b53700cfb7 Misc fixes to make import actually work. bug 285019, r=jminta 2005-07-28 18:05:08 +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
28e26c3c69 Rename the callers to make them match the interface spec.
Should have been part of bug 298772
2005-07-24 12:36: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
timeless%mozdev.org
868761998f Bug 299955 calAlarmService.prototype.shutdown should not call getservice in xpcom shutdown
r=shaver
2005-07-19 23:28:16 +00:00
shaver%mozilla.org
c62b130207 Permit insertRecurrenceItemAt to insert one past the end of the current list,
in which case it acts as appendRecurrenceItem.  (This means that
insertRecurrenceItemAt(0, item) always works, even if there have been no items
added already.)
2005-07-07 14:01:19 +00:00
mvl%exedo.nl
2911f43ddf Make date attributes in calIICSService null when not valid. Bug 299762, r=shaver 2005-07-05 22:24:03 +00:00
shaver%mozilla.org
94f6c3d0f3 allow us to reflow from a collapsed monthview, r=vlad-in-spirit 2005-07-04 14:25:31 +00:00
pavlov%pavlov.net
47ec6b7088 use calITodo.isCompleted instead of just setting percentComplete. 2005-07-01 00:58:19 +00:00
vladimir%pobox.com
6b571210d7 fix editing recurrence exceptions in dialog, r=pav 2005-07-01 00:57:28 +00:00
pavlov%pavlov.net
edffbf2f96 fix multi-week view to only show textboxes when editing the title. bug 299312. r=vlad 2005-07-01 00:46:07 +00:00
pavlov%pavlov.net
80f1651b1e remove isAllDay from calIEvent. bug 299182. r=vlad 2005-06-30 22:41:14 +00:00
vladimir%pobox.com
e32dd66908 move to just one minimonth; also make multiday view a little bit less horrible 2005-06-30 22:37:00 +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
pavlov%pavlov.net
84e15d54f6 making duedate be optional when creating/editing tasks 2005-06-29 23:39:05 +00:00
vladimir%pobox.com
545ec4d5a4 attempt to unscrew todos 2005-06-29 22:38:42 +00:00
vladimir%pobox.com
c56668a258 fix broken in-place editing due to mangled event handling in xul, and mangled focus/blur on textboxes in particular. 2005-06-29 01:02:22 +00:00
vladimir%pobox.com
6b25b72d02 fixed pixels-per-minute thinko in multiday view 2005-06-28 21:23:07 +00:00
vladimir%pobox.com
b5a30c118c b=298356, inline editing of item titles in multiday view; b=298344, editable events in month view; b=298352, multiday view needs pref control for start/end times; r=shaver 2005-06-28 20:36:24 +00:00
pavlov%pavlov.net
2d449dc2eb adding name paramter for deleteCalendarPref 2005-06-24 08:34:57 +00:00
vladimir%pobox.com
464b16c790 b=298353,298367,298335 need to make calendar views shrinkable, add context menu support to views, fix bug with last day not being queried correctly in views. r=vladimir 2005-06-22 19:41:12 +00:00
shaver%mozilla.org
47544c7bfd Select correct theme, in preparation for building from base/jar.mn 2005-06-22 17:17:52 +00:00
shaver%mozilla.org
c315445ee3 Bug 298357: set the item's calendar's URI as an attribute so that we can
style the bejeezus out of it based on the user's calendar prefs. r=vlad.
2005-06-22 16:59:03 +00:00
pavlov%pavlov.net
ba0fbb5e74 s/setEventProperty/setItemProperty/ and adding code to properly set the dialog title 2005-06-21 21:24:53 +00:00
pavlov%pavlov.net
5521ea7dd4 adding todo support to dialog. 2005-06-21 21:00:47 +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
pavlov%pavlov.net
ab092e4b98 removing use of the obsolete dialogOverlay and adding code to disable the accept button if there is no event title entered 2005-06-15 18:45:34 +00:00
vladimir%pobox.com
6d633a181b add month and day view to lightning 2005-06-15 09:27:29 +00:00
pavlov%pavlov.net
41a67763e6 fixing storage to read properties back correctly r=vlad 2005-06-14 23:22:07 +00:00
mvl%exedo.nl
13bf4e403d don't output unset attributes to ics. bug 297530, r=vlad 2005-06-14 21:03:06 +00:00
pavlov%pavlov.net
a46f916721 removing extra dump() 2005-06-14 20:26:07 +00:00
pavlov%pavlov.net
32e73e93d7 check alarm related properties to see if they've changed before setting them 2005-06-14 20:12:18 +00:00
pavlov%pavlov.net
8ae256dbf1 adding null check in Compare() 2005-06-14 20:11:48 +00:00
pavlov%pavlov.net
50a23fe088 additional checks to see if the values have changed before setting them on the event itself. 2005-06-14 02:04:52 +00:00
pavlov%pavlov.net
d38195560e reverting previous code to allow modifying occurrences/original item via the dialog in favor of external ui to modify the right thing 2005-06-13 23:57:26 +00:00
pavlov%pavlov.net
af9d365fa1 making ctrl+doubleclick modify the parent item if recurrence is set and ctrl+delete delete the parent item. r=vlad 2005-06-13 23:53:25 +00:00
mvl%exedo.nl
eaa070c911 remove dump 2005-06-13 23:24:19 +00:00
mvl%exedo.nl
58f58c45ae Prevent serializing one attribute twice. Bug 297530, r=vlad 2005-06-13 23:19:01 +00:00
pavlov%pavlov.net
8ded529181 adding support for editing all occurrences vs editing a single occurence 2005-06-13 22:49:03 +00:00
shaver%mozilla.org
d652c76d83 bug 296184: add ITEM_FILTER_ALL_ITEMS; r=mvl, npotb. 2005-06-13 13:46:08 +00:00
mvl%exedo.nl
07b56ea7ee Make NewCalDateTime do the right thing. bug 297530, r=pavlov 2005-06-13 09:36:45 +00:00
mvl%exedo.nl
d3f66e083e Use the right scope. Bustage bug. 2005-06-12 20:41:05 +00:00
dmose%mozilla.org
e2586829cd Added forgotten this. qualifier 2005-06-10 23:31:18 +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
pavlov%pavlov.net
ceb1acc639 removing new dump() 2005-06-09 00:03:21 +00:00
pavlov%pavlov.net
aa61ada928 adding some integer validation code to the textboxes and adding code to delete properties from the event object if they are empty in the dialog 2005-06-08 21:58:28 +00:00
pavlov%pavlov.net
9d074667f4 fixing typo 2005-06-06 21:08:33 +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
97f14603cf fixing all-day to adjust the start/end dates appropriatly 2005-06-03 20:27:27 +00:00
pavlov%pavlov.net
c08a757fd8 set hour/minute/second components to 0 when setting isDate to true. bug 296559 r=vlad 2005-06-03 20:25:54 +00:00
pavlov%pavlov.net
1111506386 Adjusting some wording and fixing the layout of a few spots 2005-06-03 06:19:44 +00:00
shaver%mozilla.org
337abc3450 Commonize toolbar images and CSS, lightly hacked from their sunbird
origins. r=pav, npotb.
2005-06-02 21:39:41 +00:00
pavlov%pavlov.net
174449cc9c only set BYDAY if we have days checked 2005-06-02 18:34:07 +00:00
pavlov%pavlov.net
134ae8143b hooking up attendess in to the event dialog 2005-06-01 19:28:05 +00:00
pavlov%pavlov.net
ad81bb77a2 check for an empty string instead of null when looking at the value of a textbox 2005-06-01 01:47:38 +00:00
pavlov%pavlov.net
0741ff04a6 enable/disable elements in the duration radiogroup 2005-06-01 01:11:24 +00:00
pavlov%pavlov.net
f8facef6b2 hook up weekly recurrence 2005-06-01 00:44:52 +00:00
pavlov%pavlov.net
a3b976daea splitting out the dialog helper functions in to its own file. fixing a couple more recurrence dialog bugs 2005-05-31 23:35:38 +00:00
pavlov%pavlov.net
774160b722 first pass at handling loading recurrence in to the dialog 2005-05-31 23:02:47 +00:00
pavlov%pavlov.net
df0bea63ed making the labels use capitol letters for vlad 2005-05-31 23:02:16 +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
dmose%mozilla.org
dc273d98d8 Move preventBubble calls to the top of all relevant handlers to avoid an extremely confusing debugging experience if something in the handler throws an exception. Also, fix a JS strict warning. r=vlad. Not part of the build. 2005-05-28 02:47:44 +00:00
dmose%mozilla.org
106d0bd068 Fix JS strict warning; not part of the build 2005-05-28 02:36:38 +00:00
pavlov%pavlov.net
af1efa094b set is_utc as well as zone when doing getInTimezone r=vlad 2005-05-25 23:09:40 +00:00
pavlov%pavlov.net
b80358a64d adding support for playing a sound based on a pref 2005-05-25 22:06:36 +00:00
pavlov%pavlov.net
8ac9d1a760 event dialog cleanups getting ready for recurrence 2005-05-24 22:19:24 +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
d4e623044f fix setTimeInTimezone with null timezone for duration 2005-05-23 21:10:54 +00:00
vladimir%pobox.com
ab222a8f83 oops, stray %s 2005-05-20 22:00:47 +00:00
pavlov%pavlov.net
a313abb9da removing bogus css rule and old alarm setting code 2005-05-20 19:01:25 +00:00
pavlov%pavlov.net
ee351fc436 fixing typo 2005-05-20 18:50:24 +00:00
pavlov%pavlov.net
d7012576a3 new event editing dialog. bug 293970. r=vlad 2005-05-20 18:47:18 +00:00