Commit Graph

2514 Commits

Author SHA1 Message Date
shaver%mozilla.org
94f6c3d0f3 allow us to reflow from a collapsed monthview, r=vlad-in-spirit 2005-07-04 14:25:31 +00:00
mvl%exedo.nl
52a70e374a Make subscribing to a webcal calendar from a link in a browser work. Bug 295896, r=pavlov 2005-07-03 18:36:51 +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
vladimir%pobox.com
e30bb95289 typo fix 2005-06-30 22:36:38 +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
mvl%exedo.nl
8d91ed1daf use the right constant, one that was actually defined. 2005-06-30 09:30:00 +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
cvshook%sicking.cc
23fe2ae1ed Bug 296764: Move html keybindings to chrome to make sure they work even with js turned off
r=bsmedberg sr=jst a=bsmedberg
2005-06-29 22:41:59 +00:00
vladimir%pobox.com
545ec4d5a4 attempt to unscrew todos 2005-06-29 22:38:42 +00:00
mvl%exedo.nl
ca0d21321a Make all-day events show up.
bug 299142, r=pavlov
2005-06-29 17:35:38 +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
mozilla.mano%sent.com
b6af78208d Bug 287111 - Change onpreferenceread/onpreferencewrite to onsyncfrompreference/onsynctopreference. r=mconnor/mscott, a=bsmedberg. 2005-06-28 20:08:56 +00:00
pavlov%pavlov.net
2b9dd7c45d adding toplevel Calendar menu for lightning 2005-06-28 17:34:38 +00:00
mvl%exedo.nl
3b80878fe9 Bug 229708 select more than one task and change priority or progress should affect all selected items.
patch by jminta, r=mvl
2005-06-27 21:40:53 +00:00
mvl%exedo.nl
9727cfed7f Bug 298556 Cannot delete discountinuous task selection.
patch by jminta, r=mvl
2005-06-27 21:38:53 +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
3184f80479 Bug 298357: maintain style rules to set the colour of entries (foreground, for
month view) based on the user's preferences. r=vlad.
2005-06-22 17:20:42 +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
2cdc4a0b63 remove unused remnant 2005-06-22 17:10:26 +00:00
shaver%mozilla.org
9bd1437b72 Bug 298357: maintain style rules to set the colour of entries (foreground, for
month view) based on the user's preferences. r=vlad.
2005-06-22 17:02:23 +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
afaebfed95 adding new task toolbar item 2005-06-21 21:01:28 +00:00
pavlov%pavlov.net
5521ea7dd4 adding todo support to dialog. 2005-06-21 21:00:47 +00:00
shaver%mozilla.org
5866a5e7dd Bug 295990: fix creation of multiple storage calendars, by finding an unused
id via brute force and ignorance. r=vlad,r2=pavlov.
2005-06-21 19:45:13 +00:00
timeless%mozdev.org
70162a7ad5 Bug 297433 On Mac OS X preview.png and icon.png in Firefox's classic.jar are not available when using the jar protocol
patch for calendar
patch by rob_strong@exchangecode.com r=shaver a=asa
2005-06-21 19:00:42 +00:00
mkaply%us.ibm.com
e033e166c5 OS/2 only changes to get sunbird building on OS/2 2005-06-19 02:30:55 +00:00
mvl%exedo.nl
f47a45a621 Bring back tooltips. bug 297818, r=vlad 2005-06-16 09:23:41 +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
mvl%exedo.nl
e92a3efb39 make this valid javascript. r=shaver 2005-06-15 20:12:17 +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
mvl%exedo.nl
3ac1064eeb Bug 286841 Minimonth showMonth is called twice when month changes.
patch by gekacheka@yahoo.com, r=woo (andrew@progressivex.com)
2005-06-15 17:39:51 +00:00
shaver%mozilla.org
f9f92b367f Make sure we build webdav in lightning, if it's not already in the list 2005-06-15 13:23:38 +00:00
vladimir%pobox.com
6d633a181b add month and day view to lightning 2005-06-15 09:27:29 +00:00
pavlov%pavlov.net
4beb182da2 fixing buttons to look right on the toolbar. 2005-06-15 06:29:46 +00:00
pavlov%pavlov.net
260c7973f6 making the week view back to the normal view 2005-06-15 01:25:20 +00:00
pavlov%pavlov.net
c7763cbedd adding support for multiple views and switching views 2005-06-15 01:19:00 +00:00
shaver%mozilla.org
f7992c9437 forgot to commit jar.mn change 2005-06-14 23:39:23 +00:00
pavlov%pavlov.net
41a67763e6 fixing storage to read properties back correctly r=vlad 2005-06-14 23:22:07 +00:00
shaver%mozilla.org
00e3ec09ac Keep a calendar selected at all times, and make the selected calendar be
the default event target. r=vlad
2005-06-14 23:06:49 +00:00
shaver%mozilla.org
3ba994d145 Bug 297547: refactor agenda-tree into its own overlay, for easier sharing
and conflict avoidance. r=vlad
2005-06-14 22:58:33 +00:00