You can subscribe to this list here.
| 2000 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|---|
|
From: Dmitriy Y. <dj...@ns...> - 2000-07-01 09:50:38
|
Hello All!
Changes in the 0.2.6 version:
- win32 port (AUBA <J.P...@ga...>)
- BOOL sql type in the DBCheckBox was fixed and unixODBC path
for PostgreSQL ODBC Driver has been sent
- in the DBToolbarFind lookup function has been improved
- DBTableDescription,DBMasterDescription has been rewrited
for more Qt compliant
- simple example has corrected
Dmitriy
--
| Homepage: http://club.anapa.org.ru/~dj |
|
|
From: Dmitriy Y. <dj...@an...> - 2000-05-10 06:04:23
|
Hi!
Release Notes:
Now the 0.2.4 version has locale support, asynchronous mode,
new ODBC error handling, new visual classes, many fixes
Changelog:
- common locale support for datasource added and intensive tested
- error handling improved
- CURSOR_STATIC set as default(was: the problem with MySQL)
- readonly mode switch based on ODBC option now
- asynchronous ODBC calls added but not tested
(I don't have any ODBC drivers with this supported)
- new class DBToolbarNavigator inherited from QToolBar, QPixmap
used,
it work with several forms switched by setActive() slot
- new class DBToolbarFind inherited from QToolBar.
I used this class as smart lookup panel with the lineedit for
search,
the button and with the field container(combobox)
- the common.h was changed for locale coding(in the database table)
support,
used QTextCodec::codecForLocale() and as result the compile
datawidget*.cpp has warning messages with casting error
- few casting changes around getQString(...), getColumnIndex(...)
has done
- DBGrid, DBLineEdit was changed for QString using for locale usable
- in DBLineEdit I think, that the Qt construction
(..., QWidget *, const char *name) more effective than
(QWidget *, const char *name, ...) in protected
DBLineEdit constructor I deleted mark parameter. It's wrong, may
be
- DBLookupAdaptor added calculateWidget signal
- DBNavigator was changed for locale support. I used tr(...)
function
- DBRecordODBC3 init function has sequence error around
SQLNumResultCols on unixodbc-1.8.8, it fixed now
- DBRecordODBC3 initParams is check DescribeParam before call.
It was problem for parameters usage in unixodbc/postgres driver
- DBValueAdaptor was changed for locale support with QTextCodec
Visit project to http://datawidget.sourceforge.net
Dmitriy
|