Commit Graph

709 Commits

Author SHA1 Message Date
jminta%gmail.com
e7dae154fd Bug 322386 Views need to send all event creation/modification/deletion through the calICalendarViewController, r=ctalbert, lilmatt 2006-10-31 02:19:53 +00:00
mattwillis%gmail.com
a845c6ab43 bug 349715 - Make alarm handling less strict, fallback to date / due date. Patch by Stefan Sitter <ssitter@googlemail.com> r=lilmatt,ctalbert 2006-10-30 04:35:42 +00:00
mattwillis%gmail.com
05376e2396 bug 357458 - touchup 2006-10-29 17:16:02 +00:00
mattwillis%gmail.com
7882b2e377 bug 357458 - Adds alert (and quits) if we find a db with a schema version number > what we know how to deal with. r=ctlabert,mvl ui-r=dmose 2006-10-29 16:57:27 +00:00
mattwillis%gmail.com
8a6036ebe4 bug 353007 - Wraps long event titles in week view. Patch by <gekacheka@yahoo.com>, r=lilmatt,jminta ui-r=mvl 2006-10-28 18:12:48 +00:00
mattwillis%gmail.com
1c70977f59 bug 305182 - Adds about:config and advanced tab to Sunbird. r=ctalbert,jminta 2006-10-27 02:53:51 +00:00
mattwillis%gmail.com
7446af2290 bug 354845 - Removes unneeded cruft from timezone picker that broke it after changes were made in XUL's menulist. Patch by mvl, r=ctalbert,lilmatt 2006-10-27 02:44:34 +00:00
mattwillis%gmail.com
ec4c5f51cf bug 353999 - Fix misaligned event boxes due to rounding errors. Patch by gekachecka@yahoo.com, r=ctalbert,lilmatt 2006-10-26 21:19:48 +00:00
mattwillis%gmail.com
61db6d936c bug 357027 - Sets control property of two titles to the checkbox rather than the datepicker. Patch by C��dric Corazza <cedric.corazza@wanadoo.fr> r=lilmatt,mvl 2006-10-24 23:59:51 +00:00
mattwillis%gmail.com
eece3442c0 bug 357027 - Adds missing accesskeys to new event/todo dialog. Patch by C��dric Corazza <cedric.corazza@wanadoo.fr>, r=ctalbert,jminta 2006-10-19 22:28:12 +00:00
mattwillis%gmail.com
eb4846eb43 bug 345643 - Changes date format used in views to honour locale's month/day order. r=ctalbert,jminta ui-r=dmose 2006-10-19 22:12:05 +00:00
mattwillis%gmail.com
4f974399c6 bug 353437 - Localize file filter label for Alarm dialog. r=ctalbert/dmose 2006-10-14 00:11:07 +00:00
mattwillis%gmail.com
972cbbeca2 bug 350406 - Moves items common to Sb and Ln to a common jar.mn. r=ctalbert/dmose 2006-10-13 23:35:42 +00:00
mattwillis%gmail.com
cc4f847931 bug 356496 - Makes LOG() also work with string primitives. r1/r2=jminta 2006-10-13 00:46:54 +00:00
mattwillis%gmail.com
a1664d4bd0 bug 202620 - Make Alarms box biff the icon. Patch by Stefan Sitter <ssitter@googlemail.com> r=lilmatt,dmose 2006-10-11 17:10:46 +00:00
mattwillis%gmail.com
c13beec112 bug 354633 - Fixes item length computation when drag-n-dropping. Patch by Clint Talbert <cmtalbert@myfastmail.com>, r=lilmatt 2006-09-28 07:10:28 +00:00
mattwillis%gmail.com
e765d44b09 bug 352862 - Changes dragging a recurring event child to only move that child. r=ctalbert,dmose 2006-09-27 17:33:25 +00:00
mattwillis%gmail.com
1e7975a3a2 remove stray ^M 2006-09-27 06:32:22 +00:00
mattwillis%gmail.com
fa49ba2a9f bug 349788 - Fixes missing recurring events for UTC+ timezones. r=ssitter,dmose 2006-09-25 19:15:04 +00:00
mattwillis%gmail.com
e218496c04 bug 353797 - Ensures endDate.isDate is false. r1=ctalbert, r2=dmose 2006-09-22 22:37:06 +00:00
mattwillis%gmail.com
1b27269543 bug 353725 - Fixes regression by moving UTC conversion inside the else block. r1/r2=dmose 2006-09-22 04:12:16 +00:00
mattwillis%gmail.com
5f275770e5 bug 349788 - Adds convertDate to ensure dates passed to cpp are proper datetime objects. r1=ctalbert, r2=dmose 2006-09-21 22:14:50 +00:00
mattwillis%gmail.com
7847c86300 bug 352674 - Adds .wav filter to alarm sound file picker. Patch by Adam Guthrie <ispiked@gmail.com>, r1=lilmatt, r2=jminta 2006-09-20 03:38:47 +00:00
dmose%mozilla.org
28602d3dfb Add in a necessary pair of parens to fix regressions caused by the original patch in bug 239291. This fixes bug 353400, bug 353401, and bug 353405. Patch by Clint Talbert <cmtalbert@myfastmail.com>, r1/r2 by dmose@mozilla.org. 2006-09-20 01:59:47 +00:00
mattwillis%gmail.com
082d82fafb bug 348798 - Removes braces in uuids. Patch by Bruno Browning <browning@uwalumni.com>, r1=jminta, r2=dmose 2006-09-19 23:23:06 +00:00
mattwillis%gmail.com
933ca5702a bug 351737 - Converts rule.endDate to UTC so the later getInTimezone works properly. r1=ctalbert, r2=dmose 2006-09-19 22:56:37 +00:00
mvl%exedo.nl
0ba995034f bug 278236: don't use time_t, to prevent crashes for dates before 1970 or after 2038. r=ctalbert, dmose 2006-09-19 20:39:14 +00:00
mvl%exedo.nl
19c7c698e6 bug 351902: tweak vertical size for day view to make short events better readable. r=dmose 2006-09-18 19:49:42 +00:00
mattwillis%gmail.com
afcdab601e bug 353060 - Time changes lost if editing immediately after creation. Patch by <gekacheka@yahoo.com>, r1=lilmatt, r2=jminta 2006-09-18 19:30:47 +00:00
mattwillis%gmail.com
cc0559016e bug 353051 - Changes Dismiss All to loop in reverse so as to not miss any alarms. Patch by Stefan Sitter <ssitter@googlemail.com>, r1=lilmatt, r2=jminta 2006-09-18 18:52:45 +00:00
mattwillis%gmail.com
235cce1fa5 bug 349354 - Editing recurring event resets any this-recurrence-only changes. patch by michael.buttner@sun.com, r1=ctalbert, r2=mvl 2006-09-15 23:34:10 +00:00
mvl%exedo.nl
6819dff92d bug 352865: don't allow moving an item to a readonly calendar. r=lilmatt, dmose 2006-09-15 20:15:44 +00:00
mattwillis%gmail.com
59c01e6dcc bug 351566 - Update lightning's install.rdf for 0.3. r1=cmtalbert, r2=dmose 2006-09-14 23:26:16 +00:00
mvl%exedo.nl
6549c209a4 bug 350287 create a webcal protocol handler. r=lilmatt, dmose 2006-09-13 19:57:38 +00:00
mvl%exedo.nl
4c7b608d3f bug 350287 create a webcal protocol handler. r=lilmatt, dmose 2006-09-13 19:29:37 +00:00
mattwillis%gmail.com
99e55dbfcf bug 352188 - Fixes deleting event using DEL key. patch by michael.buettner@sun.com, r1=thomas.benisch, r2=dmose 2006-09-13 02:52:47 +00:00
mattwillis%gmail.com
84c2128bcd bug 351868 - Fixes changing start-end time with drag n drop. patch by ssitter, r1=lilmatt, r2=dmose 2006-09-12 23:09:03 +00:00
mattwillis%gmail.com
5ad307f558 bug 350375 - Fixes invalid behaviour when editing a todo with an alarm. patch by ssitter, r1=lilmatt, r2=mvl 2006-09-09 21:22:07 +00:00
mattwillis%gmail.com
c6f7d9e4af bug 351452 - Fixes cut off custom alarm fields. patch by ssitter, r1=lilmatt, r2=mvl 2006-09-09 21:08:28 +00:00
mattwillis%gmail.com
d396ab785c bug 350375 - Fixes invalid behaviour when editing a todo with an alarm. patch by ssitter, r1=lilmatt, r2=mvl 2006-09-09 20:31:59 +00:00
mattwillis%gmail.com
1269a94257 bug 321384 - Typo fix. r1/r2=dmose via IRC 2006-09-08 22:05:07 +00:00
dmose%mozilla.org
d14ae8032f iTIP information must be cached in an XPCOM object (bug 350965); patch by Clint Talbert <cmtalbert@myfastmail.com>, r1=lilmatt, r2=dmose 2006-09-08 02:44:15 +00:00
dmose%mozilla.org
daf762c7fc New views need to support multiple selection (bug 321384). Patch by jminta; architectural rs=mvl, r2=dmose, minor adjustments and changes by dmose as well. 2006-09-08 01:52:32 +00:00
mattwillis%gmail.com
4a2e37e648 bug 348254 - Fixes duplicate xul element ids and changes captions to labels for some prefs. patch by Cedric Corazza, r1=lilmatt, r2=jminta 2006-09-07 20:37:38 +00:00
mattwillis%gmail.com
b93c367c52 bug 345310 - Adds 'Repeat every n [weeks|months]'. patch by jminta, r1=lilmatt, r2=mvl 2006-09-06 13:48:46 +00:00
mattwillis%gmail.com
cf29408e59 bug 344535 - Adds nsIFilePicker filter to fix Linux crash. patch by ispiked, r1=lilmatt, r2=jminta 2006-09-06 13:22:47 +00:00
mattwillis%gmail.com
839cd44f3d bug 296202 - typo fix 2006-09-06 12:07:06 +00:00
mattwillis%gmail.com
98fe140e89 bug 296202 - fix missing nit 2006-09-06 12:03:39 +00:00
mattwillis%gmail.com
ae412249cf bug 296202 - typo fix 2006-09-06 11:57:17 +00:00
mattwillis%gmail.com
501cbd1b9c bug 296202 - Deleting a calendar doesn't necessarily delete its contents. patch by jminta, r1=lilmatt, r2=dmose 2006-09-06 01:42:08 +00:00
mattwillis%gmail.com
deb5744c2a bug 337885 - Adds return val to all xbl setters. thanks to Ehsan Akhgari ehsan.akhgari@gmail.com for patch, r1=lilmatt, r2=jminta 2006-09-05 17:20:01 +00:00
mattwillis%gmail.com
947a54a7d4 bug 349788 - Observe correct pref branch. patch by jminta, r1=lilmatt, r2=mvl 2006-09-05 15:07:32 +00:00
mattwillis%gmail.com
d1cd89762c bug 350324 - Makes alarm dialog resizable and persists that size. patch by ssitter, r1=lilmatt, r2=jminta 2006-09-05 00:24:49 +00:00
mattwillis%gmail.com
2aa3f69c53 bug 351184 - Changes X-MOZ-SNOOZE-TIME to use a calIDateTime to fix crash. patch by ssitter, r1=lilmatt, r2=mvl 2006-09-05 00:06:37 +00:00
mattwillis%gmail.com
731c29e07d bug 349812 - uses getInTimezone in event dialog. patch by jminta, r1=lilmatt, r2=dmose 2006-09-02 21:16:16 +00:00
mattwillis%gmail.com
7f4c0bd782 bug 298358 - Adds snooze to alarm dialog. patch by jminta and ssitter, r1=lilmatt, r2=mvl 2006-09-01 01:52:13 +00:00
mattwillis%gmail.com
8c1463788a bug 348716 - Fixes setting an alarm on just the first of a recurring event. patch by jminta, r1=lilmatt, r2=dmose 2006-08-31 21:14:37 +00:00
mattwillis%gmail.com
9f1c025eb0 bug 347427 - Only show verbose lables on first and last days. patch by jminta, r1=ssitter, r2=mvl 2006-08-31 19:45:40 +00:00
mattwillis%gmail.com
e898e29be1 bug 322831 - preserves extra parameters in properties using a js object. patch by jminta, r1=lilmatt, r2=dmose 2006-08-31 13:07:47 +00:00
michael.buettner%sun.com
5877ba24bc bug 314334: fixed component/property ownership model problem. r=dmose 2006-08-28 12:15:54 +00:00
jminta%gmail.com
cd303208d7 Bug 350094 Changing 'Weeks in view' pref causes JS error if Multiweek view was not shown before, r=jminta 2006-08-24 21:12:11 +00:00
jminta%gmail.com
7b976e8acb Bug 348660 User selection for 'Tasks in View'/'Workweek days only' reset on exit, r1=lilmatt, r2=dmose 2006-08-24 21:02:17 +00:00
jminta%gmail.com
63252565f6 Bug 344561 Header boxes misaligned when view is rotated. patch by thomas.benisch@sun.com, r=jminta 2006-08-23 21:24:58 +00:00
jminta%gmail.com
8a914b916c Bug 340229 Removing a color completely from a category doesn't update the rule, r1=lilmatt, r2=mvl 2006-08-23 21:20:05 +00:00
jminta%gmail.com
2b25c2feb1 Bug 348072 repeating, multi days spanning events are not displayed in any view if the starting day is out of view, r1=lilmatt, r2=mickey 2006-08-23 19:33:09 +00:00
jminta%gmail.com
d271fb2657 Bug 329581 Most observers are not removed on shutdown, r1=lilmatt, r2=dmose 2006-08-23 18:09:42 +00:00
jminta%gmail.com
da8c237fad Bug 338167 Localizability issues with recurNthWeek and recurLast in dateFormat.properties r1=ssitter, r2=mvl 2006-08-23 17:07:26 +00:00
mvl%exedo.nl
c435e0ba25 bug 349040: Changes to events are not reflected in the day view. r=lilmatt, jminta 2006-08-21 18:32:17 +00:00
jminta%gmail.com
18ba99d241 Bug 344561 Follow-up for misaligned header boxes to work around DOMAttrModified problems. patch by thomas.benisch@sun.com, r=jminta npotb 2006-08-21 17:18:08 +00:00
michael.buettner%sun.com
af6d13ba20 Bug 333117: Cannot use DEL key anymore to delete an item after inplace editing its title. r=jminta 2006-08-21 12:35:31 +00:00
dmose%mozilla.org
940bb617ff Bump mMinVerticalPixelsPerMinute to 0.5 to make 24-hour views more usable (bug 133107). ui-review=me; rs=jminta@gmail.com 2006-08-19 00:07:50 +00:00
jminta%gmail.com
5fddcb7237 Bug 287550 Introduce a functioning widget for adding attendees to items. r1=lilmatt, r2=dmose 2006-08-18 16:39:57 +00:00
michael.buettner%sun.com
d73f8a6e7c Bug 330496: fixed getOccurrencesBetween() to respect half-open intervals. r=jminta 2006-08-17 12:03:25 +00:00
jminta%gmail.com
1f5c9e25fe Bug 329912 Item dialog does not remember last 'Details shown or not' state, r1=mickey, r2=dmose 2006-08-16 01:14:07 +00:00
jminta%gmail.com
19133b9dd9 Bug 328011 audit calendar code for item identity comparison by id only, r1=lilmatt, r2=dmose 2006-08-16 01:10:49 +00:00
jminta%gmail.com
e688c0f74d Bug 348651 Calendar export/publish fails due to idl change, r1=lilmatt, r2=dmose 2006-08-16 01:08:57 +00:00
jminta%gmail.com
a26ee0ea38 Bug 133107 Week view and day view should scroll to useable time, patch by thomas.benisch@sun.com, r=jminta 2006-08-14 22:04:02 +00:00
jminta%gmail.com
3a7e5a014c Bug 348500 error when press cancel in dialog 'Editing a repeating item' for recurrence event, patch by ssitter, r1=lilmatt, r2=jminta 2006-08-14 17:02:05 +00:00
jminta%gmail.com
e5981b9e2d Bug 346169 'Tasks in View' should not be the default, patch by ssitter, r1=lilmatt, r2=jminta 2006-08-14 16:58:33 +00:00
jminta%gmail.com
5b42bc74a9 Bug 347790 When printing, title is always printed as HTMLTitle, r1=lilmatt, r2=dmose 2006-08-14 16:54:27 +00:00
daniel.boelzle%sun.com
f15cc043d3 Bug 340949: WCAP provider part of the build. Switched off by default. r=dmose 2006-08-14 13:40:10 +00:00
jminta%gmail.com
27b2fcdcf7 Bug 345348 Tasks appear in calendar view when progress is modified r=dmose 2006-08-10 00:34:28 +00:00
jminta%gmail.com
62b071add2 Bug 344919 Sunbird fails to display missed Task alarms on startup r=dmose 2006-08-10 00:32:28 +00:00
jminta%gmail.com
a5566ad606 Bug 329985 alarms on recurring items don't really work 1r=lilmatt, 2r=dmose 2006-08-10 00:26:07 +00:00
mattwillis%gmail.com
33d915bde0 bug 347813 - Adds accesskeys to calendar view preferences. patch by cedric.corazza,r=lilmatt,sr=jminta 2006-08-09 20:57:07 +00:00
mattwillis%gmail.com
df8cf9c9d1 bug 347813 - Adds accesskeys to calendar alarm preferences. patch by cedric.corazza,r=lilmatt,sr=jminta 2006-08-09 20:40:15 +00:00
mattwillis%gmail.com
503f30e3fd bug 347813 - Adds accesskeys to calendar general preferences. patch by cedric.corazza,r=lilmatt,sr=jminta 2006-08-09 20:13:12 +00:00
mattwillis%gmail.com
17588efa96 bug 347813 - Adds accesskeys to Category preferences. patch by cedric.corazza,r=lilmatt,sr=jminta 2006-08-09 12:58:42 +00:00
michael.buettner%sun.com
423f8fc6ef Bug 346110 enterprise calendar features. r=dmose 2006-08-09 12:39:03 +00:00
mattwillis%gmail.com
97d5078058 bug 347677 - Removes debugging dump statements. r=jminta 2006-08-08 12:00:23 +00:00
daniel.boelzle%sun.com
6be179d6c9 Bug 341522: fixed getAttendeeById 2006-08-06 13:50:36 +00:00
mattwillis%gmail.com
0dd172fac8 bug 347216 - Show last day of week if a workday and hide non-workdays is selected. r=jminta 2006-08-06 01:56:42 +00:00
jminta%gmail.com
40776c85da Fix review comment from bug 259478 2006-08-02 20:01:52 +00:00
jminta%gmail.com
11e07aa0cc Bug 345848 Drag and drop of tasks isn't possible in the calender view, r=dmose 2006-08-02 17:33:36 +00:00
jminta%gmail.com
58279f90e7 Bug 259478 Empty focus box next to checkmarks, looks like ... elispsis, r1=tbe r2=dmose 2006-08-01 16:48:39 +00:00
jminta%gmail.com
ab12eac99f Bug 324666 dialog created by double-click should have better defaults, r=dmose 2006-08-01 16:39:42 +00:00
jminta%gmail.com
3468f04018 Bug 345625 direct item comparison should not be used due to wrapping problems, r=dmose 2006-08-01 03:17:18 +00:00
jminta%gmail.com
d20134f9e3 Bug 307557 Don't guess timezone a second time when opening event-dialog, r=dmose 2006-08-01 03:11:46 +00:00
jminta%gmail.com
a16910c41b Bug 346292 Keyboard navigation issues in view/minimonth after switching to different view, r=dmose 2006-08-01 03:09:48 +00:00
jminta%gmail.com
a84439d09d Bug 345409 calViewController.modifyOccurrence should not modify its inparams (times), r=dmose 2006-08-01 03:03:19 +00:00