2010-12-17 14:33 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* package/winuni/RELNOTES
* mysql update.
* contrib/hbqt/qtcore/hbqt_pointer.cpp
* contrib/hbqt/qtcore/hbqtcore.hbx
+ Added __HBQT_SETUTF8(): Practically enables turning off
CP translation between Harbour and QT. Useful for far-east
languages. Borrowed from HWGUI / Przemek.
This commit is contained in:
@@ -16,6 +16,16 @@
|
||||
The license applies to all entries newer than 2009-04-28.
|
||||
*/
|
||||
|
||||
2010-12-17 14:33 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* package/winuni/RELNOTES
|
||||
* mysql update.
|
||||
|
||||
* contrib/hbqt/qtcore/hbqt_pointer.cpp
|
||||
* contrib/hbqt/qtcore/hbqtcore.hbx
|
||||
+ Added __HBQT_SETUTF8(): Practically enables turning off
|
||||
CP translation between Harbour and QT. Useful for far-east
|
||||
languages. Borrowed from HWGUI / Przemek.
|
||||
|
||||
2010-12-17 02:16 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
|
||||
* harbour/package/harbour.spec
|
||||
! updated to work with new name of rddbm library
|
||||
|
||||
@@ -274,6 +274,14 @@ HB_FUNC( __HBQT_ERROR )
|
||||
hb_itemRelease( pError );
|
||||
}
|
||||
|
||||
HB_FUNC( __HBQT_SETUTF8 )
|
||||
{
|
||||
PHB_CODEPAGE cdp = hb_cdpFindExt( "UTF8" );
|
||||
|
||||
if( cdp )
|
||||
hb_vmSetCDP( cdp );
|
||||
}
|
||||
|
||||
/*----------------------------------------------------------------------*/
|
||||
|
||||
#endif // #if QT_VERSION >= 0x040500
|
||||
|
||||
@@ -227,6 +227,7 @@ DYNAMIC __HBQT_EVENTS_DISCONNECT
|
||||
DYNAMIC __HBQT_EVENTS_NEW
|
||||
DYNAMIC __HBQT_ISPOINTER
|
||||
DYNAMIC __HBQT_PTR
|
||||
DYNAMIC __HBQT_SETUTF8
|
||||
DYNAMIC __HBQT_SLOTS_CONNECT
|
||||
DYNAMIC __HBQT_SLOTS_DISCONNECT
|
||||
DYNAMIC __HBQT_SLOTS_NEW
|
||||
|
||||
@@ -62,7 +62,7 @@ Tool/lib versions used to create this package:
|
||||
Firebird 2.5.0rc2
|
||||
FreeImage 3.13.1
|
||||
GD 2.0.35
|
||||
MySQL 5.1.41
|
||||
MySQL 5.5.8
|
||||
OCILIB 3.8.0
|
||||
OpenSSL 1.0.0a
|
||||
PostgreSQL 9.0.1
|
||||
|
||||
Reference in New Issue
Block a user