Closed
Bug 303951
Opened 19 years ago
Closed 19 years ago
Make printing use the new interfaces
Categories
(Calendar :: General, defect)
Calendar
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jminta, Assigned: jminta)
Details
Attachments
(1 file, 1 obsolete file)
|
44.71 KB,
patch
|
mvl
:
first-review+
|
Details | Diff | Splinter Review |
Print support in Sunbird 0.2 was rather weak, but right now trunk has no print support whatsoever. This doesn't block 0.3a1, but it'd be nice to have.
| Assignee | ||
Comment 1•19 years ago
|
||
Makes printing use the new interfaces, as well as the HTML export mechanism. In the future we may want to have a separate print-exporting tool, but this gets basic support going again.
Comment 2•19 years ago
|
||
Does printing currently work (without the patch)? If so, we shouldn't swtich until the new exporter van export the different formats printing can handle.
| Assignee | ||
Comment 3•19 years ago
|
||
(In reply to comment #2) > Does printing currently work (without the patch)? If so, we shouldn't swtich > until the new exporter van export the different formats printing can handle. http://lxr.mozilla.org/mozilla/source/calendar/resources/content/calPrintEngine.js 322 var calendarEventDisplay 323 // add each calendarEvent 324 dayEventList = eventSource.getEventsForDay( thisDaysDate ); In other words, no, it doesn't currently work.
Any chance of getting this rolled into the trunk? I tried patching the Oct 7 trunk source but it didn't quite work. Really would be good to have some basic printing back...
| Assignee | ||
Comment 5•19 years ago
|
||
Comment on attachment 192024 [details] [diff] [review] use new interfaces patch has rotted, removing review request.
Attachment #192024 -
Flags: first-review?(mvl)
| Assignee | ||
Comment 6•19 years ago
|
||
Updated patch, same as before.
Attachment #192024 -
Attachment is obsolete: true
Attachment #199174 -
Flags: first-review?(mvl)
Comment 7•19 years ago
|
||
Comment on attachment 199174 [details] [diff] [review] use new interfaces v2 Looks good, but i can't test, due to the lack of a printer. Please file some followup bugs to add new print layouts (more exporters), to add a better UI and to stop using a tempfile (and anything else you can come up with)
Attachment #199174 -
Flags: first-review?(mvl) → first-review+
| Assignee | ||
Comment 8•19 years ago
|
||
patch checked in
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•