- XJDF: Added method flipCutBlocksVertically
- --
- --
- XJDF: Fixed write invalid Media::dimension
- XJDF: Methods AuditPool::addNotification and AmountPool::addPart added
- XJDF: Added return value for methods Document::addResourceSet, ProductList::addProduct and ResourceSet::addResource
- XJDF: Fix missing namespaces (for updateFrom)
- XJDF: Fix read and write DeviceID attribute
- XJDF initial support
- JDF: CutBlock::transformationMatrix() returns QTransform now
- JDF: CutBlock methods rotation(), x() and y() removed
- JDF: CutBlock::boundingRect() method added, which returns final bounding rect of cutblock after transformation matrix was applied
bool *ok
parameter removed from enum helper methods
- --
- --
- Fix missing cutBlocks of components with sanitize
- Component::length renamed to Component::depth
- Short version of Component Dimensions attribute (with 2 parts) is now supported
- Partitioned Layouts are now supported
- Basic support for shearing with flipping in cut blocks added (only x; -1; -1; x and x; 1; 1; x are supported for now)
- --
- CutBlock BlockTrf attribute x and y are always with 4 digits after decimal point now
- --
- JDF: All find*() and findAll*() methods are BFS-based now
- JDF: JdfNode::types()/setTypes() added
- JDF: forceJobId argument added to JdfDocument::fromJdf for proper cache usage
- JDF: header-only helpers added
- JDF: proper ComponentRef parsing
- JDF:
findAll*()
methods added to JdfNode
- --