Re: [qtada-users] any recent updates to qtada

2009-09-22 Thread coo...@gmail.com
22.09.2009 15:58, Rajagopalan Srinivasan пишет: vadim looking for your assessment of the level of completeness of bindings to abstract_table_model. looking to work on db like apps and just wanted to confirm the pieces are there. if there is an example of a subclass implementing the model that

[qtada-users] Announce: qtada, gprbuil and xmlada for Debian, Ubuntu and Gentoo

2010-04-28 Thread coo...@gmail.com
Hello. I prepared QtAda (www.qtada.com) packages for Debian/Ubuntu and Gentoo Linux. For Gentoo Linux i created a special ada-overlay. In this overlay there are ebuild files for gnat-gcc-4.4.3, gprbuild, xmlada and qtada. Packed overlay can be downloaded from here:

Re: [qtada-users] Announce: qtada, gprbuil and xmlada for Debian, Ubuntu and Gentoo

2010-04-28 Thread coo...@gmail.com
xmlada is the official version from ada core. I'v never used debian linux before, so there may be a lot of mistakes in package creation or package naming. Also the versions can be strange, because i've created this packages a long time ago ) I've uploaded all other files here: 28.04.2010

[qtada-users] Convert Q_String to Q_ByteArray

2010-11-24 Thread coo...@gmail.com
Hello. How can I convert Q_String into QByteArray ? -- Best regards, Alexander Basov http://ru.ada-community.org/ ___ qtada-users mailing list qtada-us...@box347.bluehost.com http://box347.bluehost.com/mailman/listinfo/qtada-users_lists.qtada.com

[qtada-users] Implementation request:

2010-11-26 Thread coo...@gmail.com
Hello. As I see, there are no bindings for 'read' and 'write' methods for Q_IO_Device class. Would you be so kind to implement it. Without this method i cannot fully use QProcess class, because i cannot write to the process standard input, when it is already executed. -- Best regards, Alexander

[qtada-users] [PATCH amoc] Add ability to pass arguments to gnat compiler

2011-08-11 Thread coo...@gmail.com
Hi, AFAIK, to analyze some source file AMOC uses '.adt' file which is produced by gnat compiler. Amoc passes -gnat05 option to compiler and it's hard-coded into amoc sources. In order to use qtada with matreshka toolkit, it is required that -gnat12 will be passed to gnat compiler, because