| List: | MySQL ODBC | « Previous MessageNext Message » | |
| From: | pharvey | Date: | September 13 2005 8:57am |
| Subject: | bk commit - MyODBC 3.51 (1.507) | ||
| View as plain text | |||
Below is the list of changes that have just been commited into a local MyODBC 3.51 repository of 'pharvey'. When 'pharvey' does a push, they will be propogaged to the main repository and within 2 hours after the push into the public repository. For more information on how to access the public repository see: http://www.mysql.com/products/myodbc/faq_2.html#Development_source You can also browse the changes from public repository: Complete repository: http://mysql.bkbits.net:8080/myodbc3/ This changeset : http://mysql.bkbits.net:8080/myodbc3/cset@ style="color:#666">stripped ChangeSet 1.507 05/09/12 23:55:37 pharvey@stripped +1 -0 Merge bk-internal.mysql.com:/home/bk/myodbc-3.51 into sun.com:/home/pharvey/SandBox/MySQL/myodbc-3.51 setup/MYODBCSetupDataSourceDialog.cpp 1.34 05/09/12 23:55:36 pharvey@stripped +0 -0 Auto merged # This is a BitKeeper patch. What follows are the unified diffs for the # set of deltas contained in the patch. The rest of the patch, the part # that BitKeeper cares about, is below these diffs. # User: pharvey # Host: sun.com # Root: /home/pharvey/SandBox/MySQL/myodbc-3.51/RESYNC --- 1.33/setup/MYODBCSetupDataSourceDialog.cpp 2005-09-12 09:07:16 -07:00 +++ 1.34/setup/MYODBCSetupDataSourceDialog.cpp 2005-09-12 23:55:36 -07:00 @@ -354,11 +354,13 @@ playoutButtons = new QHBoxLayout; playoutTop2->addLayout( playoutButtons ); playoutButtons->addStretch( 10 ); -#ifndef __SPARC__ ppushbuttonTest = new QPushButton( "&Test", this ); playoutButtons->addWidget( ppushbuttonTest ); -#endif ppushbuttonDiagnostics = new QPushButton( "&Diagnostics >>", this ); +#ifndef __sparc + ppushbuttonTest + ppushbuttonDiagnostics +#endif #if QT_VERSION >= 0x040000 ppushbuttonDiagnostics->setCheckable( TRUE ); #else
| Thread | ||
|---|---|---|
| • bk commit - MyODBC 3.51 (1.507) | pharvey | 13 Sep |
