2012-09-12 12:51 UTC+0200 Viktor Szakats (harbour syenar.net)

* contrib/hbexpat/core.c
  * contrib/hbwin/win_misc.c
  * contrib/hbzebra/qrcode.c
    ! pacified some MSVC warnings (untested with MSVS 2012)
This commit is contained in:
Viktor Szakats
2012-09-12 10:53:12 +00:00
parent c03dbf4af9
commit 63e01aaabd
4 changed files with 160 additions and 154 deletions

View File

@@ -16,6 +16,12 @@
The license applies to all entries newer than 2009-04-28.
*/
2012-09-12 12:51 UTC+0200 Viktor Szakats (harbour syenar.net)
* contrib/hbexpat/core.c
* contrib/hbwin/win_misc.c
* contrib/hbzebra/qrcode.c
! pacified some MSVC warnings (untested with MSVS 2012)
2012-09-12 11:51 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
* harbour/include/hbmacro.h
* harbour/src/vm/macro.c
@@ -41,14 +47,14 @@
* contrib/gtwvg/gtwvg.c
* contrib/gtwvg/gtwvg.h
+ Implemented: two more events fired at PRG code, one when window
is created and another when window is closed. The events supply
+ Implemented: two more events fired at PRG code, one when window
is created and another when window is closed. The events supply
a two element array: 1. Window Handle No 2. Thread Number.
These events will greatly help develop a rewarding GUI applns.
* contrib/gtwvg/parthdlr.prg
* contrib/gtwvg/crt.prg
+ Added: slot :notifierBlock( ... ) SETGET which accepts a block
+ Added: slot :notifierBlock( ... ) SETGET which accepts a block
from the application code which pass on designated events back.
2012-09-11 13:19 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)
@@ -56,7 +62,7 @@
! Fixed: wrong contant values for HB_GTS_SW_* constants.
* contrib/hbqt/hbmk2_qt.hb
+ Added: code to set right C++ callable function when a dock widget
+ Added: code to set right C++ callable function when a dock widget
was added to QMainWindow object.
2012-09-11 22:04 UTC+0200 Viktor Szakats (harbour syenar.net)