I wanted to announce the availability of development release 0.4.16, which incorporates some small fixes and changes to new functionality from the 0.4.15 release.
There were also some pretty comprehensive fixes to the following:
- translation with regards to QDateTime and datetime-related controls (note that this still might change a bit before the final stable release for this, given some additional feedback that has not yet been implemented)
- error handling with regards to QDataGrid-related controls
Also, I have revamped MetaDataBinding in codegenerated metadatagrids. The result is that it should now be even easier to come up with your own databinder methods for your metadatagrid instances... you should be able to use MetaDataBind() as a “utility” method, which will now more cleanly/easily incorporate pagination and sorting without having you need to worry to manually call those lines. The “default” data binder now uses a new BindAllRows() method which also uses the MetaDataBinder.
The result of this is that there may be a slight break in backward compatibility for those that call MetaDataBinder() directly or that override MetaDataBinder(). However, given the way the old meta data binder was structured, I feel that this should be an incredibly rare case (if it was even done at all). Feel free to post if you have any specific questions.
Please remember that you will need to recodegen in order to take advantage of the new metadatabinder functionality.
As always, more specifics about this release can be viewed in the changelog. Enjoy and please post with feedback!