Qt-jambi-interest Archive, December 2006
Next Jambi release ?
Message 1 in thread
Hi Gunnar and Eskil,
Do you already have a date estimate for the next release of Jambi ? There are lots of fixes reported on the mailing list that I'm looking forward to :-)
Will it be a beta then ? (I've read on your blog that tp3 would be the last tp)
Best regards,
Romain Pokrzywka
Software Engineer
Klaralvdalens Datakonsult AB
Message 2 in thread
Romain Pokrzywka wrote:
> Hi Gunnar and Eskil,
>
> Do you already have a date estimate for the next release of Jambi ? There are lots of fixes reported on the mailing list that I'm looking forward to :-)
> Will it be a beta then ? (I've read on your blog that tp3 would be the last tp)
Hi Romain,
Our current schedule is to release the next version of Qt Jambi, which
will be a beta release, at the end of January.
best regards,
Gunnar
Message 3 in thread
On Thursday 14 December 2006 13:52, Gunnar Sletta wrote:
> Romain Pokrzywka wrote:
> > Hi Gunnar and Eskil,
> >
> > Do you already have a date estimate for the next release of Jambi ? There
> > are lots of fixes reported on the mailing list that I'm looking forward
> > to :-) Will it be a beta then ? (I've read on your blog that tp3 would be
> > the last tp)
>
> Hi Romain,
>
> Our current schedule is to release the next version of Qt Jambi, which
> will be a beta release, at the end of January.
>
> best regards,
> Gunnar
Will it include the Database code?
David
Message 4 in thread
David Goodenough wrote:
> On Thursday 14 December 2006 13:52, Gunnar Sletta wrote:
>
>>Romain Pokrzywka wrote:
>>
>>>Hi Gunnar and Eskil,
>>>
>>>Do you already have a date estimate for the next release of Jambi ? There
>>>are lots of fixes reported on the mailing list that I'm looking forward
>>>to :-) Will it be a beta then ? (I've read on your blog that tp3 would be
>>>the last tp)
>>
>>Hi Romain,
>>
>>Our current schedule is to release the next version of Qt Jambi, which
>>will be a beta release, at the end of January.
>>
>>best regards,
>>Gunnar
>
> Will it include the Database code?
The QtSql library is already available but there are no database drivers
yet ;-) If you already have Qt you could use the database drivers from it.
We'll try to include some database drivers in the next release.
best regards,
Gunnar
Message 5 in thread
On Friday 15 December 2006 09:13, Gunnar Sletta wrote:
> David Goodenough wrote:
> > On Thursday 14 December 2006 13:52, Gunnar Sletta wrote:
> >>Romain Pokrzywka wrote:
> >>>Hi Gunnar and Eskil,
> >>>
> >>>Do you already have a date estimate for the next release of Jambi ?
> >>> There are lots of fixes reported on the mailing list that I'm looking
> >>> forward to :-) Will it be a beta then ? (I've read on your blog that
> >>> tp3 would be the last tp)
> >>
> >>Hi Romain,
> >>
> >>Our current schedule is to release the next version of Qt Jambi, which
> >>will be a beta release, at the end of January.
> >>
> >>best regards,
> >>Gunnar
> >
> > Will it include the Database code?
>
> The QtSql library is already available but there are no database drivers
> yet ;-) If you already have Qt you could use the database drivers from it.
I have Qt4 installed, which file(s) do I need to copy (and where should they
by put) to include postgresql?
David
>
> We'll try to include some database drivers in the next release.
>
> best regards,
> Gunnar
Message 6 in thread
David Goodenough wrote:
> I have Qt4 installed, which file(s) do I need to copy (and where should they
> by put) to include postgresql?
It should be possible for you to use your Qt 4.2 libraries directly
though. Just make the qtjambi libs part of your path in addition to your
own version of Qt 4.2. This should work.
Alternativly, add the database driver plugins. You can acheive this by
setting the environment variable QT_PLUGIN_PATH to your $QTDIR/plugins
directory. I do however expect the loading to fail as the buildkey for
the plugins is different from the one for Qt shipped with Jambi ;-(
best regards,
Gunnar