mvl%exedo.nl
8bf2e98e88
Test for valid urls before trying to create a calendar.
...
bug 295343, p=jminta, r=mvl
2005-07-22 17:41:43 +00:00
masayuki%d-toybox.com
15165f0770
Bug 298712 Space before parenthesis of accesskey should be removable r=pkwarren, neil, mconnor, sr=bzbarsky, neil, a=asa, mconnor
2005-07-20 08:40:13 +00:00
timeless%mozdev.org
349614a9fe
Bug 299970 "@mozilla.org/transactionmanager;1" is not a service and should not be used as one
...
r=mvl
2005-07-19 23:30:08 +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
mvl%exedo.nl
0f1c9e2cc9
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
4ee5743a9b
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
e798eb69ea
Updated translation
2005-07-12 17:27:28 +00:00
mvl%exedo.nl
18459a03ae
Don't show an extra day for allday events. bug 300217, r=jminta
2005-07-10 19:02:08 +00:00
mvl%exedo.nl
b4e424580e
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
f92c338623
Hook up alarm dialog for sunbird. bug 299366, patch by jminta, r=mvl
2005-07-09 19:32:47 +00:00
mvl%exedo.nl
93cc886d45
Hook up alarm dialog for sunbird. bug 299366, patch by jminta, r=mvl
2005-07-09 17:31:26 +00:00
mvl%exedo.nl
958f420c85
Misc improvements to sunbird views. bug 300180, patch by jminta, r=mvl
2005-07-09 15:50:43 +00:00
mvl%exedo.nl
cf78365242
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
7c7e52ca05
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
a8ffd241f3
Update sunbird callers to removal of .isAllDay. bug 299182, r=jminta
2005-07-09 13:35:47 +00:00
shaver%mozilla.org
83000e23bd
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
fc4096fdc9
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
815892fa38
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
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
shaver%mozilla.org
f1551c47b0
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
58d2456ca3
Fix event handling for todo list. r=finally-getting-the-hang-of-this
2005-07-06 16:03:09 +00:00
shaver%mozilla.org
c5278fd003
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
711c1ef9fa
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
2911f43ddf
Make date attributes in calIICSService null when not valid. Bug 299762, r=shaver
2005-07-05 22:24:03 +00:00
mvl%exedo.nl
2248c0f404
Fixes to memory provider's modifyItem. bug 299760, r=shaver
2005-07-05 21:47:16 +00:00
cls%seawood.org
2ab2ae58fa
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
942c9d3c2c
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
c1f7c984d2
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
20de293fe8
fix errors in datetimepickers css. bug 298104, patch by gekacheka, r=jminta
2005-07-04 17:07:57 +00:00
mvl%exedo.nl
54ff3f59db
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
f78d26f473
make unifinder show occurences. bug 285033, r=jminta
2005-07-04 17:00:22 +00:00
shaver%mozilla.org
a8283738cf
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
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