Submitted by admin on Mon, 2007-10-22 21:03
Posted in
Trolltech Issues Maintenance Release of Qt Jambi — Trolltech
Trolltech has released version 4.3.2_01 of Qt Jambi, its Java bindings for Qt. Changes:
- QObject::setProperty() and QObject::property() can now read and write Qt C++ properties. This is primarly useful when an unmapped Qt C++ class is passed to into Qt Jambi.
- Improved error messages on native library loading. -Dcom.trolltech.qt.verbose-loading is now only required when investigating load order.
- Fixed crash when using custom icon engines.
- Fixed Mac source package to properly build on when the OS is set to case-sensitive.
- Types that inherit Qt C++ template classes now contain out-of-bounds checks, throwing exceptions instead of crashing. This includes QPolygon, QPolygonF, QItemSelection among others.
- Fixed internal race condition in use of text related API which in rare cases would cause the application to crash.
- Designer: QDockWidgets now have the properties "docked", "windowTitle" and "dockWidgetArea".
- The "Show all signals and slots" option in the signal / slot editor now properly filters out slots in the base classes of the current widget.
- Juic now detects a number of Java keywords and will try to escape names like "native", "final", etc, when these are used as object names in Designer.
- New example: HTTP, showing use of QHttp class.
- New example: OrderForm, showing more advanced textlayout handling.
- New Example: Slider example, showing range controls.
- "About Qt Jambi" menu item has been added to examples.
- The Launcher now properly detects Aqua style on Mac OS X.
- The binary package now contains translation files for Qt
This is available, as usual, under the GPL (downloads here) or a commercial licence. An integration package for Eclipse (Windows and Linux only) can be found here.