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=1.5 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM,TO_NO_BRKTS_PCNT autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,2974b858e367e05d,start X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!postnews.google.com!y42g2000hsy.googlegroups.com!not-for-mail From: Vadim Godunko Newsgroups: comp.lang.ada Subject: Announce: QtAda 0.2.0 Date: Fri, 28 Sep 2007 16:58:41 -0000 Organization: http://groups.google.com Message-ID: <1190998721.852603.133610@y42g2000hsy.googlegroups.com> NNTP-Posting-Host: 83.221.193.192 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1190998722 20112 127.0.0.1 (28 Sep 2007 16:58:42 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 28 Sep 2007 16:58:42 +0000 (UTC) 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) Complaints-To: groups-abuse@google.com Injection-Info: y42g2000hsy.googlegroups.com; posting-host=83.221.193.192; posting-account=ps2QrAMAAAA6_jCuRt2JEIpn5Otqf_w0 Xref: g2news2.google.com comp.lang.ada:2191 Date: 2007-09-28T16:58:41+00:00 List-Id: We are pleased to announce new release of QtAda 0.2.0. This is major feature release. It includes: - support for MS Windows/MinGW (binary packages will be available soon) - bindings to QAbstractPrintDialog, QAbstractProxyModel, QColor, QDockWidget, QKeySequence, QListWidget, QMessageBox, QPrintDialog, QSyntaxHighlighter, QTabBar, QTabWidget, QTextEdit and QTextFrame classes - extended support for QPolygonF, QPainterPath, QPainter, QGraphicsScene classes - main window subclassing and dock widgets use example (examples/ main_windows/dock_widgets) - many memory leaks fixed - new implementation of constructors for "primitive" classes avoids unnecessary memory allocation/deallocation cycles (around 27%) and copy operations QtAda can be downloaded from SourceForge site: http://sourceforge.net/projects/qtada/ QtAda is an Ada2005 language bindings to Qt 4.2 and Qt 4.3. Its allow easly create powerfull graphical user interface on Ada. QtAda use native thread safe signal/slot mechanism, provide access to more than 120 Qt classes, provide Ada-aware meta object compiler, support development of custom widgets and Qt Designer's custom widget plugins, support loading at runtime of GUI forms from Qt Designer's UI files and so on. All questions and comment are welcome!