mvl%exedo.nl
f3cf8e3b3b
remove duplicate cal_calendars definition. also fixes some JS strict warnings.
...
bug 286944, r=vlad
2005-04-13 22:09:54 +00:00
mvl%exedo.nl
481c7dee72
make the new-calendar wizard a bit less annoying.
...
bug 286959, r=pavlov
2005-04-13 17:00:15 +00:00
pavlov%pavlov.net
c78177ed7c
@import has to go at the top of the CSS file, not the bottom.
2005-04-13 06:09:12 +00:00
shaver%mozilla.org
861253a7b4
Use the lemony-fresh calendar-views.css so that we can actually show the
...
views sanely in Lightning. NPOTB.
2005-04-12 18:45:35 +00:00
shaver%mozilla.org
51c0f54fc2
Bug 289796: split the view-related CSS out of calendar.css, so that it's safe
...
to include in Lightning. r=mvl, npotb.
2005-04-12 18:44:30 +00:00
shaver%mozilla.org
bb12a01247
Bug 288891: fix use of outdated ICAL_STATUS_ constants, and the Status:
...
mouseover. Patch from gekacheka, r=me, NPOTB.
2005-04-12 15:46:00 +00:00
pavlov%pavlov.net
fe3609abb3
fix typos on class names
2005-04-11 19:23:27 +00:00
mvl%exedo.nl
94d8d0d8fe
for real this time. still bug 289803 and still npotb
2005-04-10 19:56:03 +00:00
mvl%exedo.nl
6fc69c3276
use what the patch for bug 289803 suggested. npotb
2005-04-10 19:45:12 +00:00
mvl%exedo.nl
a326c1b962
use composite calendar for task list
...
bug 288889, p=gekacheka, r=me. npotb
2005-04-10 18:59:15 +00:00
mvl%exedo.nl
abfbfbd239
Edit events or tasks fails to save after 'ok'
...
bug 289803, p=gekacheka, r=me. nptob
2005-04-10 18:48:11 +00:00
mvl%exedo.nl
a4ca18affd
create jsDate only once. small optimization.
...
bug 289746, p=gekacheka, r=me. nptob
2005-04-10 18:31:50 +00:00
mvl%exedo.nl
79a5357450
Use the timezone hour, not UTC or whatever JS happens to use.
...
bug 289746, p=gekacheka, r=me. nptob
2005-04-10 18:28:19 +00:00
mvl%exedo.nl
b26aa48539
Not everybody lives in amsterdam
...
bug 289746, p=gekacheka, r=me. nptob
2005-04-10 18:24:54 +00:00
mvl%exedo.nl
7b6120f4ed
day/week views do not show location and description
...
bug 289716, p=gekacheka, r=me. nptob
2005-04-10 18:07:34 +00:00
mvl%exedo.nl
c850d75201
day view initially does not show items before current time
...
bug 289725, p=gekacheka, r=me. nptob
2005-04-10 18:03:41 +00:00
mvl%exedo.nl
f7863d2d1e
Make double-clicking on an event in weekview work.
...
bug 289722, p=gekacheka, r=me. nptob
2005-04-10 17:40:52 +00:00
dbaron%dbaron.org
f8d5514a5a
Fix bustage from bug 274928. b=289786
2005-04-10 16:50:40 +00:00
shaver%mozilla.org
9477255847
Infrastructure for skins for both chrome://calendar/ (shared) and
...
chrome://lightning/ (specialized). Currently makes a lightning-afflicted
Thunderbird pretty unhappy, because calendar.css overrides a lot of
Tbird UI CSS rules, but Pav's all over that. r=vlad, NPTOB.
2005-04-09 23:39:13 +00:00
vladimir%pobox.com
6acfac2509
b=289439, lightning and calendar update stuff
2005-04-08 20:57:34 +00:00
shaver%mozilla.org
2eb0e6819c
Show week view when calendar is active.
...
- Package calendar.dtd.
- Register our calendar-en-US locale provider.
- Fix calendar-view-box naming.
- Handle cases in which there is no panel selected in the displayDeck.
- Overlay weekView.xul (due for a renaming!) into the calendar panel.
- Fix JS errors in weekView.js, remove dead code in weekView.xul.
Still needs some skin stuff to make the calendar view appear in a more
reasonable fashion. NPOTB.
2005-04-08 20:36:18 +00:00
shaver%mozilla.org
7baaa5733f
(This commit introduces a dependency on the patch in bug 289483, which adds
...
a <deck> to tbird for controlling the main display mode.)
Overlay the world's simplest lightning-deck into tbird, and switch to it when
our pane gets the user's attention. r=pavlov, though I will note his objection
to the Ltn prefix in my function. NPOTB > NKOTB.
2005-04-07 23:40:53 +00:00
pavlov%pavlov.net
0a65cf71ae
adding setDisplayCalendar function to set the current composite calendar
2005-04-07 18:43:52 +00:00
dbaron%dbaron.org
7da9618f88
Make it possible for apps, extensions, and vendors to all add tokens to the User-Agent string (using default preferences) without overwriting each other. b=274928 r+sr=darin a=mkaply
2005-04-07 18:11:59 +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
mvl%exedo.nl
cb107e6220
Show list of calendars in the event dialog, and store in the right calendar
...
bug 286146, r=stuart
2005-04-06 12:43:24 +00:00
mvl%exedo.nl
5aac138348
Stop loading jslib
...
bug 288045, r=stuart
2005-04-06 12:41:43 +00:00
mvl%exedo.nl
908b3bdcfb
Show events from all calendars in the unifinder
...
bug 288880, r=stuart
2005-04-06 12:40:07 +00:00
pavlov%pavlov.net
55171ea352
more view refactoring. get week view's next/previous/goto functions implemented
2005-04-04 23:36:01 +00:00
vladimir%pobox.com
db1cec37d7
Fix component registration order issues
2005-04-04 21:46:09 +00:00
mvl%exedo.nl
adbc4adc07
show dates in tooltips
...
bug 288923, p=gekacheka, r=me
2005-04-04 21:04:42 +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
pavlov%pavlov.net
06f3748cd5
first pass at getting week view in to lightning. bug 288324
2005-03-31 20:17:46 +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
mostafah%oeone.com
58a1e54d84
Checked in patch for bug 288208: Sunbird default prefs are bloated
2005-03-29 22:47:47 +00:00
darin%meer.net
02f8c9d9ad
fixes bug 286147 "switch from .xulapp to application.ini" r=bsmedberg
2005-03-28 19:36:24 +00:00
mvl%exedo.nl
14f593e510
Add some documentation
...
bug 278140, r=vlad
2005-03-28 18:59:33 +00:00
mvl%exedo.nl
66b764759b
Can't save task start or due dates.
...
Bug 287985, patch by gekacheka, r=me
2005-03-28 11:45:48 +00:00
mvl%exedo.nl
f7370579cf
fix the syntax.
2005-03-27 14:34:46 +00:00
mvl%exedo.nl
8b7cb1b8c1
Changing Days Off setting doesn't change colors in calendar
...
bug 279263, patch by gekacheka, r=stuart
2005-03-26 22:46:15 +00:00
mvl%exedo.nl
f1cda48460
queue any changes while loading or storing the ics file.
2005-03-26 20:51:55 +00:00
mvl%exedo.nl
8d38014cc4
fill tooltips with some useful info
...
bug 285012, patch by jt@nerant.org , r=me
2005-03-26 11:19:20 +00:00
mvl%exedo.nl
8260eb8ec6
it is a todo, not an event.
2005-03-25 14:45:58 +00:00
shaver%mozilla.org
52a4e503eb
- Build a minimal calendar.jar with the bits we need for calendar creation.
...
- Wire up calendar creation.
- Package providers. (CalDAV won't work until I pull in the webdav code.)
2005-03-24 23:25:20 +00:00
shaver%mozilla.org
dc34f04c07
Refactor some code for reuse from Lightning:
...
- move some utility code into new calendarUtils.js
- calendarCreation.xul only depends on calendarCreation.js and
calendarUtils.js
- remove old wizard.xul/js code and unused launch function
2005-03-24 21:27:16 +00:00
pavlov%pavlov.net
0e541d864b
fixing bug 286228. patch by stelian@popies.net. r=pavlov
2005-03-24 20:22:46 +00:00
shaver%mozilla.org
04396aeb57
- Convert to chrome.manifest, removing contents.rdf and outdated install.rdf
...
stanza.
- Remove fake-account mess, replacing it with a sidebar model.
2005-03-24 18:38:14 +00:00
mattwillis%gmail.com
dfcd2f1722
Bug 287589
...
Fixes undefined entity errors
r=pavlov@pavlov.net
2005-03-24 18:33:12 +00:00
timeless%mozdev.org
7bb18230cf
Bug 286198 use application/xml rather than text/xml
...
patch by bug@annevankesteren.nl r=dmose
2005-03-23 20:05:22 +00:00