[Bug 40676] [PATCH] png graphics are expanded/uncompressed in pdf causing massive file size increase

2012-10-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=40676

Ognjen Blagojevic ognjen.d.blagoje...@gmail.com changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |---

--- Comment #30 from Ognjen Blagojevic ognjen.d.blagoje...@gmail.com ---
Although file size increase is now solved, I am reopening this issue as a
reminder to apply patches starting with attachment 29132. 

Those new patches perform better, and they also solve issue 51149.

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 53055] slowdown in PNG processing

2012-10-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53055

Bug 53055 depends on bug 51149, which changed state.

Bug 51149 Summary: [PATCH] slowdown in PNG processing when switching from JDK 
1.6.0_17 to 1.6.0_18
https://issues.apache.org/bugzilla/show_bug.cgi?id=51149

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |---

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 53860] The pdf-transcoder jar created by fop 0.94 and later includes classes from commons and avalon

2012-10-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53860

Chris Bowditch bowditch_ch...@hotmail.com changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |WONTFIX

--- Comment #3 from Chris Bowditch bowditch_ch...@hotmail.com ---
Thanks David. I'm closing the bug as requested.

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 53980] New: Store language information in the structure tree

2012-10-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53980

  Priority: P2
Bug ID: 53980
  Assignee: fop-dev@xmlgraphics.apache.org
   Summary: Store language information in the structure tree
  Severity: normal
Classification: Unclassified
OS: All
  Reporter: vhenneb...@gmail.com
  Hardware: All
Status: NEW
   Version: all
 Component: pdf
   Product: Fop

When accessibility is enabled and the 'language' or 'country' properties are
used on an fo:block or fo:character, then their values should be reflected on
the corresponding structure element in the structure tree.

This will help a screen reader to use the appropriate voice to read the content
aloud.

-- 
You are receiving this mail because:
You are the assignee for the bug.


New Checkstyle and FindBugs issues

2012-10-08 Thread Vincent Hennebert
There are new Checkstyle and FindBugs issues in the trunk. From the
affected files it seems like at least some of them originates from
commit 1391502.

It would be good to fix them as it would make it easier for us to check
that our own code doesn’t introduce any new issue.

Thanks,
Vincent