Commit Graph

2403 Commits

Author SHA1 Message Date
mvl%exedo.nl
15a70f7c1e Bug 295644: endBatchTransaction() should call updateUndoRedoMenu().
patch by jminta, r=mvl
2005-06-01 14:39:32 +00:00
mvl%exedo.nl
676ab54730 Bug 295895: Make it possible to unsubscribe from a calendar. r=gekacheka 2005-06-01 13:38:11 +00:00
mvl%exedo.nl
35cf8c1baf Bug 295146 Mouseover preview of repeated event shows original start datetime instead of time of occurrence.
patch by gekacheka@yahoo.com, r=mvl
2005-06-01 13:33:25 +00:00
mvl%exedo.nl
016c8b0a3b Bug 295424 share code to set up tooltip content for unifinder, unifinderToDo.
patch by gekacheka@yahoo.com, r=mvl
2005-06-01 12:55:50 +00:00
bsmedberg%covad.net
5a72d70b11 Bug 295494 - Add support for extension chrome.manifest to make-jars r=darin a=shaver 2005-06-01 11:59:09 +00:00
mvl%exedo.nl
b7070e6334 Bug 295418 simplify returning boolean to show tree tooltip (remove gShowTooltip, checkTooltip).
patch by gekacheka@yahoo.com, r=mvl.
2005-06-01 11:53:59 +00:00
mvl%exedo.nl
66af1f7611 Bug 295412 rename internal names for tooltip objects. patch by gekacheka@yahoo.com, r=mvl. 2005-06-01 11:26:27 +00:00
mvl%exedo.nl
a842d8d287 Also get the todo's from the memory calendar, so they are put back in the file. 2005-06-01 10:58:30 +00:00
pavlov%pavlov.net
ad81bb77a2 check for an empty string instead of null when looking at the value of a textbox 2005-06-01 01:47:38 +00:00
pavlov%pavlov.net
0741ff04a6 enable/disable elements in the duration radiogroup 2005-06-01 01:11:24 +00:00
pavlov%pavlov.net
f8facef6b2 hook up weekly recurrence 2005-06-01 00:44:52 +00:00
pavlov%pavlov.net
a3b976daea splitting out the dialog helper functions in to its own file. fixing a couple more recurrence dialog bugs 2005-05-31 23:35:38 +00:00
pavlov%pavlov.net
774160b722 first pass at handling loading recurrence in to the dialog 2005-05-31 23:02:47 +00:00
pavlov%pavlov.net
df0bea63ed making the labels use capitol letters for vlad 2005-05-31 23:02:16 +00:00
pavlov%pavlov.net
8a12538df4 new lightning pref overlays for thunderbird. bug 296108 r=vlad
added a way to enumerate the list of supported timezones. bug 296109 r=vlad
new recurrence editing dialog
(not part of default build. a=chase)
2005-05-31 21:42:21 +00:00
shaver%mozilla.org
ea8bd95667 Reset day to 1 so that we don't end up skipping the next month, if it has
fewer days than the current month and we're on the last day of the current
month.  (This caused us to get "June 31" -> "July 1" when on May 31, resulting
in minimonth displays of May and July!) r=mvl,rs=vlad,npotb.
2005-05-31 13:46:18 +00:00
dmose%mozilla.org
dc273d98d8 Move preventBubble calls to the top of all relevant handlers to avoid an extremely confusing debugging experience if something in the handler throws an exception. Also, fix a JS strict warning. r=vlad. Not part of the build. 2005-05-28 02:47:44 +00:00
dmose%mozilla.org
48aaf7dad4 Fix JS strict warning and add a trailing newline to a dump. Not part of the build. 2005-05-28 02:42:17 +00:00
dmose%mozilla.org
9f231e2f74 Fix JS strict warnings triggered by bogus trailing commas. Not part of the build. 2005-05-28 02:38:14 +00:00
dmose%mozilla.org
106d0bd068 Fix JS strict warning; not part of the build 2005-05-28 02:36:38 +00:00
dmose%mozilla.org
2eef909a89 Fix a couple of bugs a do a bunch of miscellaneous code cleanup. Not part of the build. 2005-05-28 02:08:49 +00:00
dmose%mozilla.org
6ce112157c Switch from using dump() to debug() so that it's easy to disable all the output verbosity; update the provider to use the syntax in draft 05 of the caldav document; add a few error-handling cleanups. 2005-05-27 21:24:54 +00:00
dmose%mozilla.org
a70c85bb4c Fix item parentage plus other minor tweaks 2005-05-27 20:40:19 +00:00
dmose%mozilla.org
a7be172733 Fix strict warning by removing trailing comma 2005-05-27 20:37:44 +00:00
dmose%mozilla.org
4a31c0aa3c Selecting the calendar pane shouldn't cause a re-fetch of events that are already showing, r=vlad. 2005-05-27 20:32:00 +00:00
pavlov%pavlov.net
af1efa094b set is_utc as well as zone when doing getInTimezone r=vlad 2005-05-25 23:09:40 +00:00
dmose%mozilla.org
ccf0f6ed71 XPConnect doesn't like null iid params; r=vlad 2005-05-25 22:43:42 +00:00
pavlov%pavlov.net
b80358a64d adding support for playing a sound based on a pref 2005-05-25 22:06:36 +00:00
mvl%exedo.nl
6e4601c2c2 Add some files I missed. Bug 288313, patch by sipaq, r=mvl 2005-05-25 10:53:18 +00:00
pavlov%pavlov.net
8ac9d1a760 event dialog cleanups getting ready for recurrence 2005-05-24 22:19:24 +00:00
pavlov%pavlov.net
8c9d493652 adding note about .name property only working after the calendar is registered 2005-05-24 22:16:49 +00:00
pavlov%pavlov.net
4da35171ee create a home calendar by default r=vlad 2005-05-24 22:15:29 +00:00
pavlov%pavlov.net
72babfe00b hooking the context menu back up to the calendar list for publish 2005-05-24 22:15:10 +00:00
mvl%exedo.nl
a72e320246 use the right column name. r=vlad 2005-05-24 20:45:28 +00:00
vladimir%pobox.com
f42032ef8c fix name of getTodoFromRow 2005-05-24 20:18:51 +00:00
mvl%exedo.nl
d8f37aa886 Bug 288313 copy old connection/proxy prefs to Sunbird.
patch by sipaq, r=mvl
2005-05-24 19:41:49 +00:00
mvl%exedo.nl
828cfa6907 Bug 295212 internally rename unifinders' column "filename" to "calendarname".
patch by gekacheka@yahoo.com, r=mvl
2005-05-24 19:33:26 +00:00
mvl%exedo.nl
ba3fa6f82b Bug 295168 Task/todo list missing columns for Location, Status, Calendar Name
patch by gekacheka@yahoo.com (plus parts from me to make sorting by date work), r=mvl
2005-05-24 19:26:11 +00:00
mvl%exedo.nl
b8bf3148a1 Bug 278621 "sort by: calendar name" still sorts after date
patch by gekacheka@yahoo.com, r=mvl
2005-05-24 19:17:58 +00:00
mvl%exedo.nl
bb81e52053 Bug 295164 event list calendar name column is empty.
patch by gekacheka@yahoo.com, r=mvl
2005-05-24 19:13:58 +00:00
mvl%exedo.nl
052cfaa3fd Bug 295141 Task/Todo mouseover preview does not show location or description.
patch by gekacheka@yahoo.com, r=mvl
2005-05-24 19:07:19 +00:00
mvl%exedo.nl
b760f8fb46 Bug 294293 Status: appears with blank when mouseover new task with status None.
patch by gekacheka@yahoo.com, r=shaver
2005-05-24 19:04:03 +00:00
vladimir%pobox.com
b682d160cb todo_due_tz, not todo_due_dz 2005-05-23 21:40:42 +00:00
vladimir%pobox.com
bd47e9b557 unknown property access on objects doesn't throw exceptions 2005-05-23 21:18:37 +00:00
vladimir%pobox.com
d4e623044f fix setTimeInTimezone with null timezone for duration 2005-05-23 21:10:54 +00:00
vladimir%pobox.com
6d9ae5881f handle null timezone in newDateTime helper as floating 2005-05-23 21:03:29 +00:00
mconnor%steelgryphon.com
48c2321b4e bug 294399 - rebrand firefox for deer park, r=bsmedberg, a=brendan 2005-05-20 22:42:50 +00:00
vladimir%pobox.com
ab222a8f83 oops, stray %s 2005-05-20 22:00:47 +00:00
pavlov%pavlov.net
9a45362b42 removing file that wasn't supposed to be checked in 2005-05-20 19:18:53 +00:00
pavlov%pavlov.net
bad6451cb5 adding else case to set hasAlarm = false is there is no alarm 2005-05-20 19:03:24 +00:00