From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,3b27e15a58d4eeab,start X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!s13g2000prd.googlegroups.com!not-for-mail From: Vadim Godunko Newsgroups: comp.lang.ada Subject: Announce: QtAda 1.0.2 Date: Tue, 12 Feb 2008 13:20:38 -0800 (PST) Organization: http://groups.google.com Message-ID: <024a7ba3-396e-4ed0-b3c2-c226c9aa28be@s13g2000prd.googlegroups.com> NNTP-Posting-Host: 87.117.14.113 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: posting.google.com 1202851239 26742 127.0.0.1 (12 Feb 2008 21:20:39 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 12 Feb 2008 21:20:39 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: s13g2000prd.googlegroups.com; posting-host=87.117.14.113; posting-account=niG3UgoAAAD7iQ3takWjEn_gw6D9X3ww User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.4) Gecko/20070601 SeaMonkey/1.1.2,gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:19763 Date: 2008-02-12T13:20:38-08:00 List-Id: We are pleased to announce QtAda 1.0.2 release. This release includes fixes for critical bugs and workarounds for the GNAT compiler's bugs. Full list see at the end of this mail. QtAda is an Ada2005 language bindings to the Qt libraries and a set of useful tools. QtAda allows easly to create cross-platform powerful graphical user interface completely on Ada 2005. QtAda applications will work on most popular platforms -- Microsoft Windows, Mac OS X, Linux/Unix -- without any changes and platform specific code. QtAda allows to use all power of visual GUI development with Qt Designer on all software lifecycle stages -- from prototyping and up to maintanace. QtAda is not just a bindings to the existent Qt widgets, it also allows to develop your own widgets and integrates it into the Qt Designer for high speed visual GUI development. QtAda can be downloaded from: http://www.qtada.com/ New in QtAda 1.0.2: - add support for QSignalMapper, QMdiArea, QMdiSubWindow, QToolButton classes - extend support for QCoreApplication, QAbstractItemModel, QAbstractTableModel, QAbstractListModel, QCoreApplication, QDialogButtonBox, QFrame, QLabel, QListView, QMenuBar, QModelIndex, QObject, QWidget - provide workaround for GNAT bugs (finalization list corruptions for objects allocated with anonymous access type) - amoc diagnostic messages translated to English - add check for Accessibility support in the installed Qt version - many memory corruptions and subprogram's profile mismatch fixes for the QAbstractItemModel class - memory corruption in the bindings for QMouseEvent::buttons - usage of deallocated memory for all QObject subclasses' directors