From 0b87a58c9ab2e86dcb34ab32582cb1e560e7f067 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Tue, 24 Jan 2012 22:51:23 +0000 Subject: [PATCH] 2012-01-24 23:50 UTC+0100 Viktor Szakats (harbour syenar.net) * ChangeLog ! typo * config/global.mk * changed wording in a rare error msg --- harbour/ChangeLog | 38 ++++++++++++++++++++++---------------- harbour/config/global.mk | 2 +- 2 files changed, 23 insertions(+), 17 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index ee9f8ab778..4858af23ef 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,12 @@ The license applies to all entries newer than 2009-04-28. */ +2012-01-24 23:50 UTC+0100 Viktor Szakats (harbour syenar.net) + * ChangeLog + ! typo + * config/global.mk + * changed wording in a rare error msg + 2012-01-24 13:10 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/gtwvg/wvgwin.c + Added: WVG_SetMenuItem( hMenu, nPos, nFlags, cPrompt|oSubMenu, lPrompt ). @@ -25,7 +31,7 @@ * contrib/gtwvg/tests/demowvg.prg + Demonstrated: how to change the text of an existing menu prompt. - + 2012-01-23 17:49 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/gtwvg/wvg3stat.prg * contrib/gtwvg/wvgcheck.prg @@ -52,7 +58,7 @@ + Added: few missing CB_* constants. * contrib/gtwvg/tests/wvgtbrowser.prg - + Demonstrated: WvgComboBox() functionality by replacing + + Demonstrated: WvgComboBox() functionality by replacing index orders list box with combobox. 2012-01-20 16:35 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) @@ -63,7 +69,7 @@ + Implemented: oWvgListBox:killInputFocus and oWvgListBox:setInputFocus callbacks. * contrib/gtwvg/wvgmenub.prg - + Implemented: oMenu:insItem( nItemIndex, aItem ) -> nItemIndex + + Implemented: oMenu:insItem( nItemIndex, aItem ) -> nItemIndex oMenu:isItemChecked( nItemIndex ) -> lChecked oMenu:isItemEnabled( nItemIndex ) -> lEnabled oMenu:getItem( nItemIndex ) -> aItem @@ -83,18 +89,18 @@ + Added: WM_VKEYTOITEM and WM_CHARTOITEM messages fired as events. * contrib/gtwvg/wvglistb.prg + Added: LBS_NOINTEGRALHEIGHT and LBS_WANTKEYBOARDINPUT attributes. - + Added: recognizing keyboard input. + + Added: recognizing keyboard input. K_ENTER press on a listbox item now activates :itemSelected callback. * contrib/gtwvg/wvgphdlr.prg * contrib/gtwvg/wvgwnd.prg - + Added: to recognize HB_GTS_KEYTOITEM event. + + Added: to recognize HB_GTS_KEYTOITEM event. 2012-01-18 12:02 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbqt/qtgui/hbqtgui.ch + Added: constants for QDeclarative_*. * contrib/hbqt/qtgui/hbqtgui.hbx - * Refreshed. + * Refreshed. 2012-01-18 11:59 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/gtwvg/tests/demowvg.prg @@ -120,9 +126,9 @@ + contrib/hbqt/qtgui/qth/QDeclarativeScriptString.qth + contrib/hbqt/qtgui/qth/QDeclarativeView.qth + Implemented: QDeclarative*() classes. - These classes implement the "Qt Quick" protocol introduced - in Qt 4.7 onwards and being a whole new world to Harbour - developers. + These classes implement the "Qt Quick" protocol introduced + in Qt 4.7 onwards and being a whole new world to Harbour + developers. TODO: an example how to use them in the context of Harbour. @@ -130,7 +136,7 @@ * contrib/hbqt/tests/browqt.prg * contrib/hbqt/tests/wvtqt.prg * Refined: to execute a Qt dialog from within GTWVT application. - This implementation assumes that GTWVT is the main application + This implementation assumes that GTWVT is the main application window and Qt dialogs are opened in separate thread. Will look into how the reverse can be achieved. @@ -144,9 +150,9 @@ 2012-01-16 16:50 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/gtwvg/gtwvg.c - + Extended: hb_gtInfo( HB_GTI_SPEC, HB_GTS_SETPOSITION, [{x,y}] ) + + Extended: hb_gtInfo( HB_GTI_SPEC, HB_GTS_SETPOSITION, [{x,y}] ) to return the previous window position as {x,y} array. - + 2012-01-16 16:30 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/gtwvg/wvgdatar.prg ! Synchronized: WvgListBox():getData() method. @@ -154,9 +160,9 @@ * contrib/gtwvg/wvglistb.prg * contrib/gtwvg/wvgtreev.prg * contrib/gtwvg/wvgwnd.prg - + Implemented: oXbp:pointerFocus instance variable for - WvtListBox() and WvtTreeView() objects. - If a control is laid onto a WvgCrt(), then this variable + + Implemented: oXbp:pointerFocus instance variable for + WvtListBox() and WvtTreeView() objects. + If a control is laid onto a WvgCrt(), then this variable can be set to FALSE to keep focus on console window. INCOMPATIBLE: this behavior is not available in Xbase++. @@ -3284,7 +3290,7 @@ * src/rtl/inkey.c * include/harbour.hbx + added HB_KEYLAST() which allows to pass a mask - (I'm not sure if this is ultimate solution, but there is goes + (I'm not sure if this is ultimate solution, but there it goes for now. Pls remove it if there is better one) * package/winuni/RELNOTES diff --git a/harbour/config/global.mk b/harbour/config/global.mk index 8958d9374d..0033b2b75b 100644 --- a/harbour/config/global.mk +++ b/harbour/config/global.mk @@ -163,7 +163,7 @@ ifeq ($(HB_INIT_DONE),) # 'install' is required to create import libraries ifeq ($(filter install,$(HB_MAKECMDGOALS)),) export HB_INSTALL_IMPLIB := no - $(warning ! Warning: HB_INSTALL_IMPLIB option works only when 'install' is requested.) + $(warning ! Warning: HB_INSTALL_IMPLIB option has an effect only if 'install' is requested.) endif endif endif