mvl%exedo.nl
be473bb2ee
check displayed daterange early, to prevent a slow script warning. bug 300369, r=mvl, patch by jminta
2005-07-14 17:39:20 +00:00
mvl%exedo.nl
2dd809b7cd
Moves sunbird to using the new commands. Also fixes the calendar listbox popup
...
to disable certain options if it isn't clicked on an actual calendar.
bug 300254, r=mvl, patch by jminta
2005-07-14 17:29:54 +00:00
mostafah%oeone.com
bdeab84d7f
Updated translation
2005-07-12 17:27:28 +00:00
mvl%exedo.nl
c3921eaccd
Don't show an extra day for allday events. bug 300217, r=jminta
2005-07-10 19:02:08 +00:00
mvl%exedo.nl
1106e6feab
handle some kindsof invalid ics files a bit more graceful. bug 285892, patch by gekacheka, r=pavlov
2005-07-09 22:01:03 +00:00
mvl%exedo.nl
641d5ef9f7
Hook up alarm dialog for sunbird. bug 299366, patch by jminta, r=mvl
2005-07-09 19:32:47 +00:00
mvl%exedo.nl
838e437a71
Hook up alarm dialog for sunbird. bug 299366, patch by jminta, r=mvl
2005-07-09 17:31:26 +00:00
mvl%exedo.nl
78312347ce
Misc improvements to sunbird views. bug 300180, patch by jminta, r=mvl
2005-07-09 15:50:43 +00:00
mvl%exedo.nl
2f9ab3cdd3
Make allday events work in the eventdialog. patch by jminta and me, r=me
2005-07-09 15:31:05 +00:00
mvl%exedo.nl
b4b8e731fc
make sunbird work on the real events, not the occurences. bug 299671, r=jminta
2005-07-09 13:38:13 +00:00
mvl%exedo.nl
dfc506d7b1
Update sunbird callers to removal of .isAllDay. bug 299182, r=jminta
2005-07-09 13:35:47 +00:00
shaver%mozilla.org
e7f17d0e89
Bug 299980: rename Components.util to Components.utils to match other
...
Components children, and developer expectation. telepathic-r=brendan,
a=bsmedberg.
2005-07-07 19:34:35 +00:00
mvl%exedo.nl
7f83d40a3e
fix deleting items from ics calendar. update event dialog to change recurrence api. r=shaver
2005-07-07 17:44:03 +00:00
shaver%mozilla.org
4a173cbe16
Wire up edit, delete, and new-todo from the todo list. Try to make the todo
...
labels aligned correctly, still somewhat failing.
2005-07-07 15:28:57 +00:00
shaver%mozilla.org
6e19cc4d7b
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
shaver%mozilla.org
856be7066d
Use explicit style for collapsing calendar views, rather than relying on XUL
...
property propagation and re-cascade. (Sounds obvious when I write it like
that, doesn't it?) Also, restore the setTimeout scheduling of the calendar
showing, so that we don't end up with singularity-sized event boxes the first
time. r=chase-is-a-god-among-men.
2005-07-07 13:58:55 +00:00
shaver%mozilla.org
42fe46e01b
Fix event handling for todo list. r=finally-getting-the-hang-of-this
2005-07-06 16:03:09 +00:00
shaver%mozilla.org
62d9411150
Todo list XBLification and key-binding improvements. More event-handling
...
goodness to come. r=desire-for-better-error-XBL-error-reporting.
2005-07-06 14:57:18 +00:00
shaver%mozilla.org
cb63bcf266
Some random todo hacking I want to get out of my tree, so vlad can help me
...
debug. r=2:52am.
2005-07-06 06:52:48 +00:00
mvl%exedo.nl
eabe549684
Make date attributes in calIICSService null when not valid. Bug 299762, r=shaver
2005-07-05 22:24:03 +00:00
mvl%exedo.nl
fbb71c7667
Fixes to memory provider's modifyItem. bug 299760, r=shaver
2005-07-05 21:47:16 +00:00
cls%seawood.org
08b02ee902
Fixing mingw cross-compile bustage:
...
- Moves HOST_AR_FLAGS into configure.in
- Adds HOST_OS_ARCH to better handle the native build case
- Exposes autoconf standard host_cpu, host_vendor, host_os variables
- Always build native version of libmar & mar tool
Bug #299557 r,a=bsmedberg
2005-07-05 20:37:27 +00:00
mvl%exedo.nl
64d45521f2
relabel calendar tab to date, for less confusion with the calendars tab.
...
bug 270907, r=mvl
2005-07-04 17:44:30 +00:00
mvl%exedo.nl
bfa09d5237
Bug 299650: Go To Date dialog shows no datepicker. patch by jminta, r=mvl
2005-07-04 17:42:13 +00:00
mvl%exedo.nl
50614338cf
fix errors in datetimepickers css. bug 298104, patch by gekacheka, r=jminta
2005-07-04 17:07:57 +00:00
mvl%exedo.nl
fa153894fc
works on todos. Update some callers to how the items handle unset dates.
...
bug 299238, r=jminta
2005-07-04 17:06:04 +00:00
mvl%exedo.nl
3131c34808
make unifinder show occurences. bug 285033, r=jminta
2005-07-04 17:00:22 +00:00
shaver%mozilla.org
3f7875d176
Lightning fix potpourri: bug 299236 is hacked around with a collapse trick,
...
which mostly works, kinda -- better than before! bug 298343 is kinda fixed,
with a todo list that shows todos and allows completed/incomplete setting
via the checkbox, has calendar colouring, and notices new events. Doesn't
notice active-calendar-set changes, handle deletion, or let you select the
items for editing/deletion yet. Fix some CSS and other problems by using
a proper data: url for our magic stylesheet. r=35-degree-heat
2005-07-04 14:44:38 +00:00
shaver%mozilla.org
cf78b0dd75
allow us to reflow from a collapsed monthview, r=vlad-in-spirit
2005-07-04 14:25:31 +00:00
mvl%exedo.nl
0fab1d9281
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
0b9a6214cc
use calITodo.isCompleted instead of just setting percentComplete.
2005-07-01 00:58:19 +00:00
vladimir%pobox.com
a5d3526ca9
fix editing recurrence exceptions in dialog, r=pav
2005-07-01 00:57:28 +00:00
pavlov%pavlov.net
91a16a156a
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
02bf3d9bbb
remove isAllDay from calIEvent. bug 299182. r=vlad
2005-06-30 22:41:14 +00:00
vladimir%pobox.com
0d5c0837a0
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
e95908bf2c
typo fix
2005-06-30 22:36:38 +00:00
shaver%mozilla.org
7ecfd9c993
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
f72cd8892f
use the right constant, one that was actually defined.
2005-06-30 09:30:00 +00:00
pavlov%pavlov.net
39aa62b270
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
39168e344a
making duedate be optional when creating/editing tasks
2005-06-29 23:39:05 +00:00
cvshook%sicking.cc
0e9ae70de9
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
75c6f94966
attempt to unscrew todos
2005-06-29 22:38:42 +00:00
mvl%exedo.nl
2a983bce39
Make all-day events show up.
...
bug 299142, r=pavlov
2005-06-29 17:35:38 +00:00
vladimir%pobox.com
f70c9b0253
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
788ce708e6
fixed pixels-per-minute thinko in multiday view
2005-06-28 21:23:07 +00:00
vladimir%pobox.com
fb602d6132
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
859633d631
Bug 287111 - Change onpreferenceread/onpreferencewrite to onsyncfrompreference/onsynctopreference. r=mconnor/mscott, a=bsmedberg.
2005-06-28 20:08:56 +00:00
pavlov%pavlov.net
cd2c75e527
adding toplevel Calendar menu for lightning
2005-06-28 17:34:38 +00:00
mvl%exedo.nl
d2267b5bfd
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
dfcadc2960
Bug 298556 Cannot delete discountinuous task selection.
...
patch by jminta, r=mvl
2005-06-27 21:38:53 +00:00