diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 96f0944f7d..a78beac3f5 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -55,6 +55,21 @@ - Deleted manual init of QT text codec. + Changed to display active CP based on Harbour setting. +2010-09-19 11:00 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) + * contrib/hbqt/qtcore/hbqt_hbslots.h + - Deleted: references to QSessionManager(). + + * contrib/hbqt/qtgui/g/QApplication.cpp + * contrib/hbqt/qtgui/qth/QApplication.qth + ! QTextCodec::codecForLocale() => QTextCodec::codecForName( "UTF8" ) + + This synchronizes the codepage used by hbQT for its translation + operations. It is not needed in QCoreApplication() because + for all types of hbQT based applications QApplication() is + ever to be called as first line. + + TODO: needed an option for users to set Harbour's recognized codepages. + 2010-09-18 13:05 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbqt/qtcore/hbqt_hbslots.cpp * contrib/hbqt/qtcore/hbqt_hbslots.h