Commit Graph

332 Commits

Author SHA1 Message Date
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
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
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
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
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
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
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
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
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
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
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
27b2fcdcf7 Bug 345348 Tasks appear in calendar view when progress is modified r=dmose 2006-08-10 00:34:28 +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
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
d20134f9e3 Bug 307557 Don't guess timezone a second time when opening event-dialog, r=dmose 2006-08-01 03:11:46 +00:00