Re: Announcing a new sub-project in gnucash: GUI in C++, Qt, CMake.

2010-03-29 Thread Christian Stimming
achievments in the "engine" and > > xml-backend and eventually other backends can be re-used. But the GUI is > > rewritten completely new, from scratch, in C++ and using the Qt toolkit. > > Fun again. The build system is CMake because its configuration runs > > magni

Re: Announcing a new sub-project in gnucash: GUI in C++, Qt, CMake.

2010-03-29 Thread Colin Law
gt; other backends can be re-used. But the GUI is rewritten completely new, from > scratch, in C++ and using the Qt toolkit. Fun again. The build system is CMake > because its configuration runs magnitudes faster. Fun again. And as a final > bonus, for MS windows more compiler than before

Re: Announcing a new sub-project in gnucash: GUI in C++, Qt, CMake.

2010-03-06 Thread brad
which I found very abstract and difficult to follow. If the developers need C++, Qt etc to keep it interesting and keep them involved, then I shouldn't complain, but if the net result is less effort put forth to bug fixes and user interface improvements then the users do not gain

Re: Stabilizing 2.4.0 (was Re: Announcing a new sub-project in gnucash: GUI in C++, Qt, CMake.)

2010-03-05 Thread Donald Allen
On Fri, Mar 5, 2010 at 7:04 PM, John Ralls wrote: > > On Mar 5, 2010, at 2:59 PM, Phil Longstaff wrote: > > > Do we want to release a stable 2.4.0? What do we need to finish to do > > that. There are lots of things happening in trunk, all of which will be > > useful at some point, but many of w

Re: Announcing a new sub-project in gnucash: GUI in C++, Qt, CMake.

2010-03-05 Thread Yawar Amin
backend and eventually > other backends can be re-used. But the GUI is rewritten completely new, from > scratch, in C++ and using the Qt toolkit. Fun again. The build system is > CMake > because its configuration runs magnitudes faster. Fun again. And as a final Sounds fun. Are you doing t

Re: Stabilizing 2.4.0 (was Re: Announcing a new sub-project in gnucash: GUI in C++, Qt, CMake.)

2010-03-05 Thread John Ralls
On Mar 5, 2010, at 2:59 PM, Phil Longstaff wrote: > Do we want to release a stable 2.4.0? What do we need to finish to do > that. There are lots of things happening in trunk, all of which will be > useful at some point, but many of which are destabilizing things. My feeling from the users list

Stabilizing 2.4.0 (was Re: Announcing a new sub-project in gnucash: GUI in C++, Qt, CMake.)

2010-03-05 Thread Phil Longstaff
On Fri, 2010-03-05 at 22:14 +0100, Christian Stimming wrote: > Am Freitag, 5. März 2010 schrieb Phil Longstaff: > > > To give this a try, have qt4 (>=4.5.0) and cmake (>= 2.6.0) installed > > > and: > > > > > > mkdir build-cutecash > > > cd build-cutecash > > > cmake .. > > > make > > > .

Re: Vision behind the Cutecash experiment (was: Announcing a new sub-project in gnucash: GUI in C++, Qt, CMake.)

2010-03-05 Thread Bill Nottingham
Christian Stimming (stimm...@tuhh.de) said: > I want to get in the place (again) where I can develop a finance software > with > a set of goals which are slightly different from those of the gnucash > project. > That's why I started Cutecash - just to see how far I and those who join can > ge

Vision behind the Cutecash experiment (was: Announcing a new sub-project in gnucash: GUI in C++, Qt, CMake.)

2010-03-05 Thread Christian Stimming
h of the > time in C++. It would be faster, too, because the compiler would make > optimized vtables in machine code.) > > While I would have preferred Wx to Qt, either is a big improvement over > Gtk+/Gnome for platform-independence, so another +1. Qt does have the > advantage th

Re: Announcing a new sub-project in gnucash: GUI in C++, Qt, CMake.

2010-03-05 Thread Christian Stimming
Am Freitag, 5. März 2010 schrieb Phil Longstaff: > > To give this a try, have qt4 (>=4.5.0) and cmake (>= 2.6.0) installed > > and: > > > > mkdir build-cutecash > > cd build-cutecash > > cmake .. > > make > > ./src/gnc/cutecash > > It doesn't seem able to read any of my XML files. Oh we

Re: Required Cutecash dependencies (was: Announcing a new sub-project in gnucash: GUI in C++, Qt, CMake.)

2010-03-05 Thread Christian Stimming
gnucash requires. > You require Qt 4.5.0 but I have only 4.4.0. Currently, the only 4.5.0-feature was the QSharedPointer, which I've removed again because it was unnecessary and not as powerful as I thought. However, I would like to stick to 4.5.0 as a requirement because it is alrea

Re: Announcing a new sub-project in gnucash: GUI in C++, Qt, CMake.

2010-03-05 Thread John Ralls
On Mar 5, 2010, at 7:05 AM, Donald Allen wrote: > > I should have explicitly registered my agreement with Phil about focusing on > getting 2.4 out. It's just over a year since 2.2.9 was released. While I > don't think that's excessive given the nature of the project and the fact > that the datab

Re: Announcing a new sub-project in gnucash: GUI in C++, Qt, CMake.

2010-03-05 Thread Donald Allen
again? >> > >> > Actually, we can. >> > >> > Announcing a new sub-project in gnucash: The non-GUI parts are re-used >> in the >> > state they are, in the C language. This means the double-entry >> principles and >> > all of the other a

Re: Announcing a new sub-project in gnucash: GUI in C++, Qt, CMake.

2010-03-05 Thread Donald Allen
e > > state they are, in the C language. This means the double-entry principles > and > > all of the other achievments in the "engine" and xml-backend and > eventually > > other backends can be re-used. But the GUI is rewritten completely new, > from > > s

Re: Announcing a new sub-project in gnucash: GUI in C++, Qt, CMake.

2010-03-05 Thread Phil Longstaff
;engine" and xml-backend and eventually > other backends can be re-used. But the GUI is rewritten completely new, from > scratch, in C++ and using the Qt toolkit. Fun again. The build system is > CMake > because its configuration runs magnitudes faster. Fun again. And as a fina

Re: Announcing a new sub-project in gnucash: GUI in C++, Qt, CMake.

2010-03-05 Thread Herbert Thoma
I appologize for continually replying to my own mails but I finally made it. The extern "C" block in main.cpp should not include system includes. A patch with my changes to make it work is attached. Herbert. Herbert Thoma schrieb: > Some more experiments: > > Qt 4.4.

Re: Announcing a new sub-project in gnucash: GUI in C++, Qt, CMake.

2010-03-05 Thread Christian Stimming
Hi Herbert, thanks for the feedback. I will happily commit reduced version requirements; however, I started the project with relatively high requirements on purpose because those were the versions I tested with, so I couldn't give any guarantees with older versions. If you provide me with

Re: Announcing a new sub-project in gnucash: GUI in C++, Qt, CMake.

2010-03-05 Thread Herbert Thoma
Some more experiments: Qt 4.4.0 is not sufficient because it does not provide QSharedPointer, so I installed Qt 4.6.2 and I inserted a #define HAVE_GUILE18 in src/engine/engine-helpers.c. This way everything compiles but the very final main.cpp. I do not really understand the error: [ 99

Re: Announcing a new sub-project in gnucash: GUI in C++, Qt, CMake.

2010-03-05 Thread Herbert Thoma
Hi Christian, cool project! I tried to build cutecash and ran into some problems: I run SuSE 11.0 on this computer. SuSE 11.0 is not so old, however, it lacks your required minimum versions of glib and Qt. You require glib (and gobject, gmodule, gthread) 2.20.0 but GnuCash only requires 2.12.0

Re: Announcing a new sub-project in gnucash: GUI in C++, Qt, CMake.

2010-03-04 Thread John Ralls
ables in machine code.) While I would have preferred Wx to Qt, either is a big improvement over Gtk+/Gnome for platform-independence, so another +1. Qt does have the advantage that the aqbanking interface is already in Qt, so we need only one toolkit. (Do note that there is a C++ interface

Re: Announcing a new sub-project in gnucash: GUI in C++, Qt, CMake.

2010-03-04 Thread Daniel Espinosa
ncing a new sub-project in gnucash: The non-GUI parts are re-used in the >> state they are, in the C language. This means the double-entry principles and >> all of the other achievments in the "engine" and xml-backend and eventually >> other backends can be re-used. But

Re: Announcing a new sub-project in gnucash: GUI in C++, Qt, CMake.

2010-03-04 Thread Phil Longstaff
;engine" and xml-backend and eventually > other backends can be re-used. But the GUI is rewritten completely new, from > scratch, in C++ and using the Qt toolkit. Fun again. The build system is > CMake > because its configuration runs magnitudes faster. Fun again. And as a fina

Re: Announcing a new sub-project in gnucash: GUI in C++, Qt, CMake.

2010-03-04 Thread Jeff Warnica
Granting that I have less then no right to question an experiment, I am wondering if you have considered other possible bindings. I find it especially curious that you picked not just C++, but Qt (KDE), whereas Gnucash is a Gnome (or at least GTK) app now. Anyway... I note that Javascript is an

Announcing a new sub-project in gnucash: GUI in C++, Qt, CMake.

2010-03-04 Thread Christian Stimming
in C++ and using the Qt toolkit. Fun again. The build system is CMake because its configuration runs magnitudes faster. Fun again. And as a final bonus, for MS windows more compiler than before are supported, namely this whole new project can be compiled by MS Visual Studio as well. So here it is

Re: aqbanking Qt on OSX (was: GnuCash OSX)

2009-08-23 Thread Charles Day
On Sun, Aug 23, 2009 at 4:12 PM, John Ralls wrote: > > On Aug 23, 2009, at 1:12 PM, Christian Stimming wrote: > > Dear John, >> >> Am Sonntag, 23. August 2009 04:39 schrieb John Ralls: >> >>> On Aug 22, 2009, at 2:44 PM, Charles Day wrote: >>> I believe aqbanking is written for Qt3, so it w

Re: aqbanking Qt on OSX (was: GnuCash OSX)

2009-08-23 Thread John Ralls
On Aug 23, 2009, at 1:12 PM, Christian Stimming wrote: Dear John, Am Sonntag, 23. August 2009 04:39 schrieb John Ralls: On Aug 22, 2009, at 2:44 PM, Charles Day wrote: I believe aqbanking is written for Qt3, so it would have to be patched to compile against Qt4. I did notice instructions i

Re: Issue With AqBanking and Qt

2008-09-17 Thread Martin Preuss
how, when it comes to WIN32 I'm way out of my field. I never ran GnuCash on Windows, and I never tested the QT4 port of AqBanking's QT frontend (because QBankManager and KMyMoney are still QT3-based). But maybe someone on the AqBanking-list did... Regards Martin -- "Things are

Re: Issue With AqBanking and Qt

2008-09-16 Thread Andreas Köhler
Hi Chris, On Tue, 2008-09-16 at 22:15 -0500, Chris M. Lindsey wrote: > Frank (and all gnucash developers), > Thanks for your brief reply. The gnucash wiki indicates that versions > starting with 2.2.1 no longer need to install Qt: > > http://wiki.gnucash.org/wiki/Win

Re: Issue With AqBanking and Qt

2008-09-16 Thread Chris M. Lindsey
Frank (and all gnucash developers), Thanks for your brief reply. The gnucash wiki indicates that versions starting with 2.2.1 no longer need to install Qt: http://wiki.gnucash.org/wiki/Windows#2.2.0_only:_Online_Banking_Setup_Druid_.28needs_Qt.29 Can I gain access to the Online Banking portion

Re: Issue With AqBanking and Qt

2008-09-16 Thread Frank H. Ellenberger
Hi, I think, you wrote the answer: Am Monday 15 September 2008 02:35:45 schrieb Chris M. Lindsey: > Please install the > "Qt/Windows Open Source Edition" from Trolltech by downloading it from > www.trolltech.com Regards Frank __

Installing QT

2008-02-19 Thread Stephen Grant Brown
Dear Sir/Madam, I am attempting to build gnucash under in Microsoft XP running vmware on a Microsoft Vista machine. In the "Instructions for an (almost) automated lbuild" file I think I printed from the Packaging dir, it says to install QT. Can someone please specify exactly for

Re: Qt Again

2008-01-25 Thread Nathan Buchanan
Hi Stephen! On Jan 25, 2008 6:05 PM, Stephen Grant Brown <[EMAIL PROTECTED]> wrote: > Hi All, > > I am running Vista Xp inside VMWare on a Windows Vista Home Edition Box. > > I downloaded and installed qt-win-opensource-4.3.3-mingw.exe into > C:\qt\4.3.3 > > I wen

Qt Again

2008-01-25 Thread Stephen Grant Brown
Hi All, I am running Vista Xp inside VMWare on a Windows Vista Home Edition Box. I downloaded and installed qt-win-opensource-4.3.3-mingw.exe into C:\qt\4.3.3 I went into the packaging directory. I changed defualts.sh to use AqBanking. I deleted AqBanking due to qt3-wizard.exe not being found

Re: QT

2008-01-24 Thread Derek Atkins
"Stephen Grant Brown" <[EMAIL PROTECTED]> writes: > Dear Sir/Madams, > > I downloaded qt-win-opensource-4.3.3-ming.exe. > When I installed it under Windows XP

QT

2008-01-24 Thread Stephen Grant Brown
Dear Sir/Madams, I downloaded qt-win-opensource-4.3.3-ming.exe. When I installed it under Windows XP I got the following comment -- There is a problem with your

Re: GnuCash 2.1.1 binary and QT support

2007-05-11 Thread Nathan Buchanan
ing rebuild of AqBanking, > because I think otherwise you would have needed to actively block QT or > install.sh would have failed. Currently there is no mechanism to let > install.sh automagically rebuild single libraries whose instructions > changed since the last build. There are severa

GnuCash 2.1.1 binary and QT support

2007-05-09 Thread Andreas Köhler
Hi Nathan, regarding http://bugzilla.gnome.org/show_bug.cgi?id=435928, I wonder whether the distributed GnuCash 2.1.1 binary setup lacks the qt3-wizard for AqBanking. This may be due to a missing rebuild of AqBanking, because I think otherwise you would have needed to actively block QT or

Re: [QT Checkwriting program]

2004-07-20 Thread Linas Vepstas
FYI. --linas On Sat, Jul 17, 2004 at 08:38:37PM -0500, [EMAIL PROTECTED] was heard to remark: > Dear GNUCash Developer, > > I am writing a QT C++ version of a Check writing > program for Linux. It is similar to Versa Check's > software. It is for U.S. Currency Only

Re: qt version

1999-11-10 Thread Dave Peticolas
> Is noone interested in the qt version? The web site seemed to say that it > was in work. On the web site, it also says that the big drawback on the > gnome side is a good ledger-like widget. Is that still an issue? In regards to the second question, the gnome register widget has

RE: qt version

1999-11-10 Thread Rob Coker
Is noone interested in the qt version? The web site seemed to say that it was in work. On the web site, it also says that the big drawback on the gnome side is a good ledger-like widget. Is that still an issue? cvs is great. I'd just have to port it to windows since I inadvertantly bou

Re: qt version

1999-11-09 Thread linas
It's been rumoured that Mehul N. Sanghvi said: > > Out of curiosity, we currently "support" Motif/LessTif, GNOME, and QT. > I take it that Motif/LessTif will be the main one with GNOME and QT > being side developments. Is this a correct assumption ? Or are we > goi

Re: qt version

1999-11-09 Thread Mehul N. Sanghvi
> > It's been rumoured that Rob Coker said: > > > > How is the qt version going? What version number of code should I get to > > see the qt stuff? I don't have cvs, so I need to get the source off the ftp > > site. > > The qt code has not b

Re: qt version

1999-11-09 Thread linas
It's been rumoured that Rob Coker said: > > How is the qt version going? What version number of code should I get to > see the qt stuff? I don't have cvs, so I need to get the source off the ftp > site. The qt code has not been touched in almost a year. I don't

qt version

1999-11-09 Thread Rob Coker
How is the qt version going? What version number of code should I get to see the qt stuff? I don't have cvs, so I need to get the source off the ftp site. Thanks Rob Coker -- Gnucash Developer's List To unsubscribe send empty email to: [EMAIL PROTECTED]

news from the Qt version and questions

1999-03-27 Thread Dirk Schoenberger
Some news from my Qt version of gnucash. - I adapted a CVS snapshot to compile with Qt. - I tried to send my patches to linas@linas@org, but somehow they didn't arrived :(. Is it ok if I send them to this ml? - Is it possible to separate between C and C++? I compiled first the Motif and

Re: news from the Qt version and questions

1999-03-27 Thread linas
It's been rumoured that Dirk Schoenberger said: > > Some news from my Qt version of gnucash. > > - I adapted a CVS snapshot to compile with Qt. > - I tried to send my patches to linas@linas@org, but somehow they didn't > arrived :(. Is it ok if I send them to this

Re: gnucash-1.1.20 and `make qt'

1998-10-22 Thread Rob Browning
[EMAIL PROTECTED] writes: > What more can I say? As far as I know the motif build is the only one that works right now. GNOME and QT both have to be updated to reflect recent engine and startup changes. -- Rob Browning <[EMAIL PROTECTED]> PGP=E80E0D04F521A094 532B97F

gnucash-1.1.20 and `make qt'

1998-10-21 Thread Jochen_Hayek
johayek@Hayek5 $ make qt make FLAVOR=qt build-flavor make[1]: Entering directory `/usr/local/src/tmp/gnucash-1.1.20' make[2]: Entering directory `/usr/local/src/tmp/gnucash-1.1.20/lib' make[2]: Nothing to be done for `qt'. make[2]: Leaving directory `/us