CuteReport 1.3.1 has been released!
-

CuteReport is an easy, powerful and extendable report solution based on Qt framework. Generally CuteReport consists of two parts: core library and template designer. Both are totally modular and theirs functionality can be simply extended by writing additional modules. It's totally abstract of used data and can use as storage: file system, database, version control systems, etc. The project's goal is to provide powerful, but yet simple to use for inexperienced user and report designers, reporting system.Full Chnagelog:
- FIX: did not not start from a Desktop icon
- FIX: Extended::Renderer empty page processing issue
- FIX: "Cover Page" report regression
- FIX: Main Script editor didn't set "dirty" flag while editing
- FIX: Barcode regression with cutting off right and bottom side
- FIX: Report Preview edit mode wrong selection frame while rotating
- FIX: MemoExt: Regression with impossibility to click on drop-down list with dataset fields
- FIX: item moving with keyboard arrows
- FIX: Report "Table of Contents" first page format changed from A4 to Letter to match other pages format
- FIX: regression with not updated selection while change item's geometry by item geometry handlers
- FIX: error with HTML text detection for scriptable strings
- FIX: SQL dataset variables format. ${varName} within [] should be used. Example:[${varName}]
- FIX: variable type now can be changes manually
- FIX: "Index" item error for rendering some special cases
- FIX: regression displaying "lock" icon for inherited items
- FIX: "Table of Contents" crash in some cases
- FIX: disappearing of Save/Restore sub-menu for group of items
- FIX: "Table of Contents" report page numeration
- FIX: DemoApp now restores previous window geometry
- FIX: Variable "tr" now appears only if there is at least one additional translation added to the report
- FIX: "Forms" report fix for "default" language
- FIX: FormEditor: inactive signal-slot editor bug
- FIX: FormEditor: inactive "Delete" button bug
- FIX: FormEditor: other small fixes