Skip to content

Tags: eclipse-birt/birt

Tags

4.19.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update README.md

4.18

Update build.xml

The logging factory is switched from "org.apache.commons.logging" to "org.apache.commons.commons-logging" and must be copied to the WEB-INF/lib-folder.

4.17.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix DOCX font size converting issue (#1905)

4.16.0

Out of memory error when creating a chart #1727

1. Sometimes NumberFormat is used to handle the decimal point
and in other cases there is a dependency on ULocale.

A small fix was made to use the default ULocale in the
Numberformat calculations instead of the default NumberFormat

The whole operation is not fully understood so more issues
could arise.

2. To avoid memory cramps, an additional 1GB was added to the
maximum memory.

See the issue for a discussion.

4.15.0

Ensure that in an IDE with ReportEditorInput the source tab works

Use a subclass of
org.eclipse.birt.report.designer.internal.ui.editors.ReportEditorInput
that implements org.eclipse.ui.IStorageEditorInput.
Also guard against stack overflow from
ReportEditorInput.getAdapter(Class).

#1589

4.14.0

Simplify/minimize the target platform

This uses Oomph's latest improved target platform generator support.

Also ensure that the p2 update site is complete with regard to all of
BIRT's dependencies.

4.13.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixed SWT (#1203)

4.12.0

Release 4.12.0

4.11.0

Release 4.11.0

4.10.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
BIRT Report Designer 4.9.0. - Chart don't work as PDF #1042 (#1070)

Created an alternative configuration for the RCP designer
Move embedded jre to 17