You can subscribe to this list here.
2000 |
Jan
|
Feb
(1) |
Mar
|
Apr
(1) |
May
(2) |
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
---|
From: Dmitriy Y. <dj...@ns...> - 2000-07-01 09:50:40
|
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-13 12:48:17
|
Hello All! The 0.2.5 has been released! The change log: - qt-1.x.x is supported and tested - new example has been added - the compiling error has been fixed - developer tree is changed - automake files is reviewed Dmitriy |
From: Dmitriy Y. <dj...@an...> - 2000-05-10 06:04:47
|
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 |
From: Edwin G. <ed...@pa...> - 2000-04-13 20:09:36
|
Hello, Version 0.2.3 is available at the usual location, http://sourceforge.net/project/?group_id=2308 It includes a bug-fix from Dmitriy Yusupov <dj...@an...> and is supposed to work with unixodbc/postgres. The new configure script is able to link the datawidget library with the iODBC driver manager. -- Edwin Glaser -- ed...@pa... |
From: Edwin G. <ed...@pa...> - 2000-02-18 21:03:29
|
Welcome, the datawidget project moves to sourceforge! -- Edwin Glaser -- ed...@pa... |