pavlov%pavlov.net
a900c05973
persisting calendar name and name changes using calendar prefs (bug 292097) r=shaver
2005-04-27 21:13:48 +00:00
dmose%mozilla.org
78dfa6d542
Meta-interface for calICalendar providers to implement. r=stuart; NPOTB.
2005-04-27 18:15:18 +00:00
shaver%mozilla.org
52dc48d41c
Syntax error fix; NPOTB.
2005-04-26 19:01:26 +00:00
vladimir%pobox.com
6ba75d8d63
b=291721, add classinfo to calendar components for less painful JS-ing
2005-04-25 22:04:59 +00:00
shaver%mozilla.org
3cb4c8fb35
Nobody cares what the toString method is, fool. (NPOTB)
2005-04-25 13:27:26 +00:00
shaver%mozilla.org
beddae0eba
If we can't create a calendar instance, perhaps because of a bogus id or uri,
...
just skip the calendar in question, rather than failing to get any calendars.
(Still to do: figure out exactly how we get into this state in the current
code.) NPOTB.
2005-04-25 12:59:52 +00:00
vladimir%pobox.com
5eec50c16f
use screen coords instead of client coords for event modification; scrolled views are then handled correctly
2005-04-25 03:57:55 +00:00
vladimir%pobox.com
94bdee71e0
can move between days now
2005-04-24 18:57:38 +00:00
vladimir%pobox.com
0f2db322cc
whitespace only changes, get rid of tabs
2005-04-24 18:51:02 +00:00
vladimir%pobox.com
7325b8f57c
drag fix for horizontal views
2005-04-24 10:59:07 +00:00
vladimir%pobox.com
f9acecc07c
more draggy swoopy goodness in the multiday view
2005-04-24 10:53:33 +00:00
vladimir%pobox.com
34ae824ad9
add calIItemOccurrence.equals()
2005-04-24 10:52:27 +00:00
vladimir%pobox.com
9a1ea0b4c9
Fixed CalendarViewController interface to correctly deal with Occurrences instead of events; selection & event deleting via keyboard
2005-04-24 06:37:18 +00:00
vladimir%pobox.com
95b2b685cc
basic view event selection
2005-04-24 04:45:57 +00:00
vladimir%pobox.com
aee3b880f3
don't create tiny events
2005-04-24 03:41:48 +00:00
vladimir%pobox.com
6df5d58451
more fixication
2005-04-24 03:16:16 +00:00
vladimir%pobox.com
31d26e7fdd
more view event creation goodness
2005-04-24 03:09:20 +00:00
vladimir%pobox.com
f6dd018024
more view fixes
2005-04-24 02:06:55 +00:00
vladimir%pobox.com
b5c3248b3d
I dare you to drag out an event in the view. Double dare ya.
2005-04-23 21:48:54 +00:00
vladimir%pobox.com
99cba17889
some more view prettyness fixes
2005-04-23 00:23:15 +00:00
pavlov%pavlov.net
21cb9652c2
fixing event dialog to use use timezone-corrected times when displaying start/end times. adding some code to try to guess what your system timezone is
2005-04-22 22:57:08 +00:00
vladimir%pobox.com
c821876e36
Let GetInTimezone return a new calDateTime correctly for dates, by just setting the timezone on the newly created time and not doing anything to the month/day
2005-04-22 21:11:14 +00:00
vladimir%pobox.com
b851368ad4
add in Reorient button to view
2005-04-22 07:16:16 +00:00
vladimir%pobox.com
09e8b4d022
make the view not look horrible
2005-04-22 04:38:36 +00:00
vladimir%pobox.com
e94397c47c
make the view not look horrible
2005-04-22 03:07:59 +00:00
vladimir%pobox.com
31f4279c59
make the view not look horrible
2005-04-22 02:18:34 +00:00
vladimir%pobox.com
b7fe8cc76f
b=290772, make calendar getItems() use non-inclusive end date, r=shaver
2005-04-21 21:03:12 +00:00
vladimir%pobox.com
aa2fc01b8f
remove some dump()s
2005-04-19 07:50:38 +00:00
vladimir%pobox.com
fa84ead7c1
fix getOccurrencesBetween
2005-04-19 07:50:08 +00:00
vladimir%pobox.com
39f2bf106d
fix event title display
2005-04-19 07:13:27 +00:00
vladimir%pobox.com
6b2227e5c9
more multiday view stuff, now with timezone handling and correct calendar observing
2005-04-19 06:50:13 +00:00
pavlov%pavlov.net
0999f01461
try to find a good start time before opening the event dialog.
2005-04-19 03:28:58 +00:00
pavlov%pavlov.net
0006aaa46d
fixing getInTimezone to return a new mutable object r=vlad
2005-04-19 03:26:32 +00:00
pavlov%pavlov.net
0be11d1202
getting event dialog wired up for lightning
2005-04-18 22:55:28 +00:00
vladimir%pobox.com
2989a7526e
missing file
2005-04-18 22:20:34 +00:00
vladimir%pobox.com
8d56706e7d
more multiday view goodness; hooked up controller
2005-04-18 22:11:24 +00:00
vladimir%pobox.com
bbcdf74fc7
*** empty log message ***
2005-04-16 22:58:25 +00:00
shaver%mozilla.org
776c3f6556
Bug 290530: add organizer support to calItemBase. r=dmose, NPOTB.
2005-04-15 22:11:05 +00:00
vladimir%pobox.com
ce9de0bfba
idl, not .h, teehee
2005-04-15 20:55:24 +00:00
vladimir%pobox.com
96f4de57dd
calendar multiday view
2005-04-15 20:33:29 +00:00
vladimir%pobox.com
cad8acc188
remove itemFilter from calICalendar's addObserver method
2005-04-15 18:51:47 +00:00
vladimir%pobox.com
6acfac2509
b=289439, lightning and calendar update stuff
2005-04-08 20:57:34 +00:00
shaver%mozilla.org
d7293225e2
Make the subscript-loading properly detect the installation directory
...
of the components, so that we work in Lightning as well as Sunbird. (Had
this in my other tree for ages, *blush*.)
Properly navigate the prototype chain to find the shadowed QI, rather than
just recurring infinitely on ourselves.
Tested in sunbird and lightning, NPOTB, r=dmose.
2005-04-07 15:55:14 +00:00
shaver%mozilla.org
7e62cda06d
Bug 289272: fix component initialization to let us create calEvents and such
...
again. r=mvl, NPOTB.
2005-04-06 18:46:11 +00:00
vladimir%pobox.com
db1cec37d7
Fix component registration order issues
2005-04-04 21:46:09 +00:00
bsmedberg%covad.net
a33114e31e
Adding MOZILLA_INTERNAL_API to internal makefiles, bug 288626, rs=darin
2005-04-04 17:05:17 +00:00
mvl%exedo.nl
2297a8a082
make date-like attributes readwrite, to make it possible to edit a todo
...
bug 287985, r=vlad
2005-03-30 21:21:58 +00:00
mvl%exedo.nl
14f593e510
Add some documentation
...
bug 278140, r=vlad
2005-03-28 18:59:33 +00:00
mvl%exedo.nl
8260eb8ec6
it is a todo, not an event.
2005-03-25 14:45:58 +00:00
pavlov%pavlov.net
0e541d864b
fixing bug 286228. patch by stelian@popies.net. r=pavlov
2005-03-24 20:22:46 +00:00