You can subscribe to this list here.
2007 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(9) |
Aug
(2) |
Sep
(6) |
Oct
(10) |
Nov
(6) |
Dec
(10) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2008 |
Jan
(8) |
Feb
(2) |
Mar
(7) |
Apr
(16) |
May
(2) |
Jun
|
Jul
(1) |
Aug
|
Sep
(5) |
Oct
|
Nov
|
Dec
|
2009 |
Jan
|
Feb
(2) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Andry O. <and...@gm...> - 2008-04-04 13:58:34
|
Hi, qtada-users. Request implemetation QRegExpValidator's const QRegExp & regExp () const |
From: Andry O. <and...@gm...> - 2008-03-28 11:43:46
|
Hi, qtada-users. Request bugfix for Q_Abstract_Proxy_Model:Set_Source_Model procedure Set_Source_Model (Self : not null access Q_Abstract_Proxy_Model; Source_Model : not null access Qt4.Abstract_Item_Models.Q_Abstract_Item_Model'Class) is abstract; "Source_Model : not null access" prevent drop model for proxy by call like "Proxy.Set_Source_Model (null)" and when I no more need attached proxy I can't do somesing. |
From: Andry O. <and...@gm...> - 2008-03-28 11:43:23
|
Request implemetation QTableView's bool isCornerButtonEnabled () const void setCornerButtonEnabled ( bool enable ) QHeaderView * QTableView::verticalHeader () const QHeaderView * QTableView::horizontalHeader () const void QTableView::setVerticalHeader ( QHeaderView * header ) void QTableView::setHorizontalHeader ( QHeaderView * header ) - Attention not implement like "not null access QHeaderView" for Set methods. Simply "access QHeaderView" may be good. |
From: admin <ad...@me...> - 2008-03-27 10:27:33
|
Hi, qtada-users. Request implemetation for QRadioButton Class Implementation for allow create QSortFilterProxyModel child-class in ada -- С уважением, admin mailto:ad...@me... |
From: admin <ad...@me...> - 2008-03-27 10:06:58
|
Hi, qtada-users. Request implemetation QAbstractItemModel's "reset" method. -- С уважением, admin mailto:ad...@me... |
From: Vadim G. <vgo...@ro...> - 2008-03-08 13:25:03
|
admin wrote: > Please fix missing package Qt4.Tab_Widgets.Constructors or create > other constructor for Qt4.Tab_Widgets.Impl.Q_Tab_Widget_Impl > Constructor for the QTabWidget and binding for the QWidget::setAttribute function have been added in the latest QtAda snapshot: http://downloads.sourceforge.net/qtada/qtada-gpl-1.0.3-20080308-2524.tar.gz http://downloads.sourceforge.net/qtada/qtada-gpl-1.1.0-20080308-2524.tar.gz |
From: admin <ad...@me...> - 2008-03-07 15:51:25
|
Please fix missing package Qt4.Tab_Widgets.Constructors or create other constructor for Qt4.Tab_Widgets.Impl.Q_Tab_Widget_Impl -- С уважением, admin mailto:ad...@me... |
From: admin <ad...@me...> - 2008-03-06 11:07:13
|
Please fix missing procedure QWidget::setAttribute and add WidgetAttribute in Qt. mailto:ad...@me... |
From: Vadim G. <vgo...@ro...> - 2008-02-12 21:17:56
|
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 |
From: Vadim G. <vgo...@ro...> - 2008-02-07 14:55:57
|
Hello, I have prepare and upload new snapshot of the QtAda version 1.1.0. This snapshot adopted for the GCC 4.3.0. QtAda snapshot and ASIS for GCC 4.3.0 may be downloaded from the sf.net site: https://sourceforge.net/project/showfiles.php?group_id=193547 |
From: Vadim G. <vgo...@ro...> - 2008-01-27 21:03:22
|
Hello, We are pleased to announce availability of QtAda 1.0.2 release candidate 2. All AMOC messages have been translated to English. Check for Accessibility support in the installed version of Qt at the configuration time has been added. See download page for more information: http://www.qtada.com/en/download.html |
From: Vadim G. <vgo...@ro...> - 2008-01-27 18:27:37
|
Erik wrote: > Vadim Godunko skrev: >> Erik wrote: >>> Maybe the configure script does not include all necessary checks? >>> >> You may be right! Can you please build and run attached program? It >> checks availability of the accessibility support in the Qt. > It prints ABSENT. when I run "emerge -pv qt" I get this: > > These are the packages that would be merged, in order: > > Calculating dependencies... done! > [ebuild R ] x11-libs/qt-4.3.2-r1 USE="cups doc gif jpeg mng mysql > odbc opengl png postgres ssl tiff xinerama zlib -accessibility -dbus > -debug -examples -firebird -glib -nas -nis -pch -qt3support -sqlite > -sqlite3" INPUT_DEVICES="-wacom" 0 kB > > Total: 1 package (1 reinstall), Size of downloads: 0 kB > > > So qt is installed without accessibility on my system. QtAda configure > should detect this and turn off compilation of accessibility in the binding. > I recommend you to reinstall Qt with accessibility support as a workaround for now. I will add corresponding configuration check into the 1.0.2 release, for detection of the problem at the configuration time. Excluding some functionality from Ada bindings is too complex change for 1.0.x release series, such machinery will be added in the next major release. |
From: Vadim G. <vgo...@ro...> - 2008-01-27 06:38:02
|
Jean Francois Martinez wrote: > > The feature request is simply that amoc should issue error messages in > _English_. It is very annoying to have it sputter something in an > unknown languge (is it Bielorussian?) and not knowing what went wrong. > This is now fixed in the development version. Let me known if want snapshort. |
From: Vadim G. <vgo...@ro...> - 2008-01-26 22:04:27
|
Erik wrote: > I just downloaded and tried to build qtada-1.0.0 and > qtada-gpl-1.0.2-rc1. ./configure completes but make ends with: > Which GCC version are you using? |
From: Erik <es...@gm...> - 2008-01-26 21:44:43
|
I just downloaded and tried to build qtada-1.0.0 and qtada-gpl-1.0.2-rc1. ./configure completes but make ends with: if /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"qtada\" -DPACKAGE_TARNAME=\"qtada\" -DPACKAGE_VERSION=\"gpl-1.0.2-rc1\" -DPACKAGE_STRING=\"qtada\ gpl-1.0.2-rc1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"qtada\" -DVERSION=\"gpl-1.0.2-rc1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -I. -I. -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I../../source/core -I../../source/core -g -O2 -MT qaccessibleeventwrapper.lo -MD -MP -MF ".deps/qaccessibleeventwrapper.Tpo" -c -o qaccessibleeventwrapper.lo qaccessibleeventwrapper.cpp; \ then mv -f ".deps/qaccessibleeventwrapper.Tpo" ".deps/qaccessibleeventwrapper.Plo"; else rm -f ".deps/qaccessibleeventwrapper.Tpo"; exit 1; fi g++ -DPACKAGE_NAME=\"qtada\" -DPACKAGE_TARNAME=\"qtada\" -DPACKAGE_VERSION=\"gpl-1.0.2-rc1\" "-DPACKAGE_STRING=\"qtada gpl-1.0.2-rc1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"qtada\" -DVERSION=\"gpl-1.0.2-rc1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -I. -I. -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I../../source/core -I../../source/core -g -O2 -MT qaccessibleeventwrapper.lo -MD -MP -MF .deps/qaccessibleeventwrapper.Tpo -c qaccessibleeventwrapper.cpp -fPIC -DPIC -o .libs/qaccessibleeventwrapper.o qaccessibleeventwrapper.cpp: In function 'int __Qt4Ada_QAccessiblEvent_child_wrapper(QEvent*)': qaccessibleeventwrapper.cpp:46: error: expected type-specifier before 'QAccessibleEvent' |
From: Jean F. M. <jf...@fr...> - 2008-01-21 22:50:30
|
Hello The feature request is simply that amoc should issue error messages in _English_. It is very annoying to have it sputter something in an unknown languge (is it Bielorussian?) and not knowing what went wrong. Also sometimes I would like to be able, for instance to know what Initialize_Director does and why I need it and I stumble upon code who is commented in Bielorussian (at least that is what Emacs says it is). Translating the comments is less urgent and more work than translating amoc's error messages, however Most programmers in the world are able to read English, like it or not it is a something of a prerequirement for the job (in France you can't even graduate as a programming engineer if you fail the English test), but only a minority of them can read Russian/Bielorussian/Ukrainian and you are not targetting them specifically. By the way, my mother language is not English but French so my request is not a case of Anglospheric chauvinism Regards JF Martinez |
From: Vadim G. <vgo...@ro...> - 2008-01-17 09:27:54
|
Hello, We are pleased to announce availability of QtAda 1.0.2 release candidate 1. Many critical bugs fixed, GNAT's bugs workarounds added, and new features added. See download page for more information: http://www.qtada.com/en/download.html PS. We are open QtAda Applications and Demos directory: http://www.qtada.com/en/applications.html don't hesitate contribute information about your project. |
From: Vadim G. <vgo...@ro...> - 2008-01-02 22:28:00
|
Andry Ogorodnik wrote: > Здравствуйте, qtada-users. > > Прошу разработчиков доделат указанные класы (добится их > работоспособности) и добавить конструкторы для > Qt4.Abstract_List_Models и Qt4.Abstract_Table_Models которые в данный > момент вообще отсутствуют. > Constructors for QAbstractListModel's and QAbstractTableModel's directors has been added in the latest QtAda 1.0.1 snapshot. As well as some bug fixes :-) You may download latest snapshot here: http://downloads.sourceforge.net/qtada/qtada-gpl-1.0.1-20080102-2447.tar.gz |
From: Vadim G. <vgo...@ro...> - 2007-12-18 12:35:08
|
John Stoneham wrote: > > So something is still not right in the installation. Perhaps the version of Qt which I installed (4.3.3) is incompatible with the version which was used to build the QtAda Windows binary package? The documentation doesn't say, except that Qt 4.3.2 or greater is required. Would this difference (between 4.3.2 used for QtAda and 4.3.3 being the version of Qt installed) cause that error when trying to run the compiled program? You are right. We don't check QtAda binary with Qt 4.3.3 for now. :-( The future 1.0.1 binary release will support Qt 4.3.3. > And why would it generate an error during compilation if that's the case? > Version check is an internal Qt machinery. I don't known any way for check this at the compilation time. > Also it's not clear from the documentation which files (e.g. DLLs) are needed to redistribute a program compiled with QtAda. And by this I mean which files are needed to run the program, not which ones are required by the license. > You need include MinGW, Qt, GCC and GNAT RTL and QtAda DLLs. MinGW (distribution unlimited): * MINGWM10.DLL Qt (QPL/GPL for Open Source Edition): * QtCore4.DLL * QtGui4.DLL * (possible others if you use others QtAda modules) GCC and GNAT RTL (GPL for GNAT GPL Edition): * libgcc_s.dll * libgnat-2007.dll * possible libgnarl-2007.dll QtAda (GPL for QtAda GPL Edition) * libqt4ada-core-0.dll * libqt4ada-gui-0.dll |
From: John S. <cap...@ya...> - 2007-12-18 10:34:37
|
Hmm, well of COURSE I'm missing some gnatlink arguments... > John Stoneham wrote: > > [...] > >Then, I try: >C:\GNAT\examples\qtada\tutorial\t1>gnatlink main >...and get a zillion "undefined reference to" errors. > Here's what's missing: C:\GNAT\examples\qtada\ui_dialog>gnatlink main -lqt4ada-core -lqt4ada-gui -lqt4ada-uitools -lgnat Ok, now this completes without errors. However, now when I try to run the program, I get "Cannot mix incompatible Qt libraries". So something is still not right in the installation. Perhaps the version of Qt which I installed (4.3.3) is incompatible with the version which was used to build the QtAda Windows binary package? The documentation doesn't say, except that Qt 4.3.2 or greater is required. Would this difference (between 4.3.2 used for QtAda and 4.3.3 being the version of Qt installed) cause that error when trying to run the compiled program? And why would it generate an error during compilation if that's the case? Also it's not clear from the documentation which files (e.g. DLLs) are needed to redistribute a program compiled with QtAda. And by this I mean which files are needed to run the program, not which ones are required by the license. Thanks in advance, John ____________________________________________________________________________________ Looking for last minute shopping deals? Find them fast with Yahoo! Search. http://tools.search.yahoo.com/newsearch/category.php?category=shopping |
From: Vadim G. <vgo...@ro...> - 2007-12-17 13:11:43
|
John Stoneham wrote: > > For example, trying to compile tutorial t1. GNAT GPL (and QtAda) are > installed at c:\gnat. I cd to c:\gnat\examples\qtada\tutorial\t1 and run: > C:\GNAT\examples\qtada\tutorial\t1>gnatmake -Ic:\gnat\include\qtada\core > -Ic:\gnat\include\qtada\gui -Ic:\gnat\include\qtada\ui_tools -c main > This completes fine. > > I then run: > C:\GNAT\examples\qtada\tutorial\t1>gnatbind -aOc:\gnat\lib\qtada -F main > which also completes fine. > > Then, I try: > C:\GNAT\examples\qtada\tutorial\t1>gnatlink main > ...and get a zillion "undefined reference to" errors. > > Obviously I'm missing something. Qt4\bin is in my path, ad is gnat and > qtada, so it should be finding everything it needs. Is there a gnatlink > option I'm missing? > You are don't pass to the linker list of required libraries. This list is long and platform dependent. I have recommended to you use GNAT Project Files instead. You may found some description about usage of GNAT Project Files in the documentation directory. The shortest .gpr file will looks like: with "qt_gui"; project Example is for Main use ("main"); package Compiler is for Default_Switches ("Ada") use ("-gnat05"); end Compiler; package Binder is for Default_Switches ("Ada") use ("-F"); end Binder; end Example; PS. If you don't want to use GNAT Project Files you may run: gnatlink main -lqt4ada-core -lqt4ada-gui -lQtCore4 -lQtGui4 and may be you will needed to pass additional switches. This is really not portable, for examples for the UNIX you must write -lQtCore instead of -lQtCore4 on Windows. For Mac OS X several frameworks must be included in the linking. |
From: John S. <cap...@ya...> - 2007-12-17 12:08:52
|
I've installed the QtAda Windows binary package and verified that Qt4 and QtAda were installed properly (the pre-compiled examples run fine). However, when I try to compile anything, I get a LOT of "undefined reference to" error messages at the link stage. For example, trying to compile tutorial t1. GNAT GPL (and QtAda) are installed at c:\gnat. I cd to c:\gnat\examples\qtada\tutorial\t1 and run: C:\GNAT\examples\qtada\tutorial\t1>gnatmake -Ic:\gnat\include\qtada\core -Ic:\gnat\include\qtada\gui -Ic:\gnat\include\qtada\ui_tools -c main This completes fine. I then run: C:\GNAT\examples\qtada\tutorial\t1>gnatbind -aOc:\gnat\lib\qtada -F main which also completes fine. Then, I try: C:\GNAT\examples\qtada\tutorial\t1>gnatlink main ...and get a zillion "undefined reference to" errors. Obviously I'm missing something. Qt4\bin is in my path, ad is gnat and qtada, so it should be finding everything it needs. Is there a gnatlink option I'm missing? ____________________________________________________________________________________ Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now. http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ |
From: Vadim G. <vgo...@ro...> - 2007-12-16 14:23:20
|
Andry Ogorodnik wrote: > Прошу разработчиков добавить конструктор для Q_List_View. > Заранее благодарен. > Do you need a QListView's constructor for use QListView in the program or for develop subclasses of QListView? |
From: Andry O. <and...@gm...> - 2007-12-15 09:21:36
|
8NLP29Ug0sHa0sHCz9TeycvP1yDEz8LB18nU2CDLz87T1NLVy9TP0iDEzNEgUV9MaXN0X1ZpZXcu CvrB0sHOxcUgwszBx8/EwdLFzi4K |
From: Andry O. <and...@gm...> - 2007-12-13 09:38:53
|
+sTSwdfT1NfVytTFLCBxdGFkYS11c2Vycy4KCvDSz9vVINLB2tLBws/U3snLz9cgxM/ExczB1CDV y8Hawc7O2cUgy8zB09kgKMTPwsnU09EgycgK0sHCz9TP09DP08/Czs/T1MkpIMkgxM/CwdfJ1Ngg y8/O09TS1cvUz9LZIMTM0QpRdDQuQWJzdHJhY3RfTGlzdF9Nb2RlbHMgySBRdDQuQWJzdHJhY3Rf VGFibGVfTW9kZWxzIMvP1M/S2cUg1yDEwc7O2coKzc/Nxc7UINfPz8LdxSDP1NPV1NPU19XA1C4K |