Package: openrpt / 3.3.4-6~bpo70+1

Metadata

Package Version Patches format
openrpt 3.3.4-6~bpo70+1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01 use system dmtx.patch | (download)

OpenRPT/renderapp/renderapp.pro | 2 1 + 1 - 0 !
OpenRPT/renderer/renderer.pro | 2 1 + 1 - 0 !
OpenRPT/writer/writer.pro | 2 1 + 1 - 0 !
OpenRPT/wrtembed/wrtembed.pro | 2 1 + 1 - 0 !
openrpt.pro | 1 0 + 1 - 0 !
5 files changed, 4 insertions(+), 5 deletions(-)

---
02 01 a39adeacf901.patch | (download)

OpenRPT/renderer/orprerender.cpp | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 incident #16462: problem with the calculation of page jumps for text (multi-lines) items.

git-svn-id: http://svn.code.sf.net/p/postbooks/code/openrpt/trunk@14579 ea1a15ef-c238-0410-93cb-fa28e9f07733

02 02 4a02ded503ab.patch | (download)

OpenRPT/wrtembed/graphicsitems.cpp | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix for issue #19706 (revision 14488) : bad drag behaviour when "snap to grid" is disabled.

git-svn-id: http://svn.code.sf.net/p/postbooks/code/openrpt/trunk@14589 ea1a15ef-c238-0410-93cb-fa28e9f07733

02 03 513be82ce4eb.patch | (download)

OpenRPT/wrtembed/sectioneditor.cpp | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 issue #20285: selecting 'move down' button in section editor screen crashes the application.

git-svn-id: http://svn.code.sf.net/p/postbooks/code/openrpt/trunk@14605 ea1a15ef-c238-0410-93cb-fa28e9f07733

03 qbound arm.patch | (download)

OpenRPT/renderer/satopaintengine.cpp | 2 1 + 1 - 0 !
OpenRPT/renderer/zebrapaintengine.cpp | 2 1 + 1 - 0 !
OpenRPT/wrtembed/graphicsitems.cpp | 2 1 + 1 - 0 !
OpenRPT/wrtembed/graphicssection.cpp | 6 3 + 3 - 0 !
4 files changed, 6 insertions(+), 6 deletions(-)

 use proper types when calling qbound.

qBound is a template function defined as:

 const T &qBound (const T &min, const T &value, const T &max )

On ARM, for some reason the type of min and max in this expression
resolves to double, and compiler fails to find a function matching
qBound(double, qreal, double). For that reason we typecast constants
to qreal explicitly.


04 dynamic library.patch | (download)

MetaSQL/MetaSQL.pro | 2 1 + 1 - 0 !
MetaSQL/metasql_gui/metasql_gui.pro | 4 2 + 2 - 0 !
OpenRPT/export/export.pro | 2 1 + 1 - 0 !
OpenRPT/import/import.pro | 2 1 + 1 - 0 !
OpenRPT/import_gui/import_gui.pro | 2 1 + 1 - 0 !
OpenRPT/renderapp/renderapp.pro | 4 2 + 2 - 0 !
OpenRPT/renderer/renderer.pro | 2 1 + 1 - 0 !
OpenRPT/writer/writer.pro | 6 3 + 3 - 0 !
OpenRPT/wrtembed/wrtembed.pro | 2 1 + 1 - 0 !
common/common.pro | 2 1 + 1 - 0 !
10 files changed, 14 insertions(+), 14 deletions(-)

---