Kexi/Releases/Kexi 2.5.1: Difference between revisions
Appearance
No edit summary |
|||
Line 9: | Line 9: | ||
* New Kexi project file created in current directory instead of the selected one (bug 305163) | * New Kexi project file created in current directory instead of the selected one (bug 305163) | ||
Table View | Table View | ||
* Fixed misplaced 'Date/Time data error' validation popup in tableview (bug 282295) | * Fixed misplaced 'Date/Time data error' validation popup in tableview (bug 282295) | ||
* Show warning when invalid date values in tables and forms are rejected (bug 299867) | * Show warning when invalid date values in tables and forms are rejected (bug 299867) |
Revision as of 01:43, 7 December 2024
List of changes
- Workaround for visual glitch of Oxygen style for the Modern Menu widget in kexi (bug 305051)
- Fix crash on importing CSV files with more than 1024 columns (bug 304405) and with Mac line endings (bug 304329)
- Missing table kexi__parts is no longer a critical error in Kexi (this enables opening databases created e.g. by the future Words Bibliography tool)
Fixed bugs
- New Kexi project file created in current directory instead of the selected one (bug 305163)
Table View
- Fixed misplaced 'Date/Time data error' validation popup in tableview (bug 282295)
- Show warning when invalid date values in tables and forms are rejected (bug 299867)
- Clicking validation popup editor is focus again allowing to correct the value
- Use new message widget for validation popups
PostgreSQL support
- Display cmake compile warning if libpqxx is not in version 3.x
Buildsystem
- Move checks for pgsql, mysql, tds, xbase dependencies to global area (bug 300871)