2011-05-11 02:52 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)

* include/hbtrace.ch
    * added way to disable HB_TR_ALWAYS
      for more: 2011-04-16 23:04 UTC+0200 Viktor Szakats

  * contrib/hbxbp/hbxbp.hbp
  * contrib/hbqt/hbqt_common.hbm
    + disabled HB_TR_ALWAYS permanent messages from SVN builds
    ; TODO: move this logic to hbpre.hbm
This commit is contained in:
Viktor Szakats
2011-05-11 00:52:35 +00:00
parent 89dd011dd5
commit fa0db205a8
4 changed files with 24 additions and 5 deletions

View File

@@ -16,14 +16,24 @@
The license applies to all entries newer than 2009-04-28.
*/
2011-05-11 02:52 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* include/hbtrace.ch
* added way to disable HB_TR_ALWAYS
for more: 2011-04-16 23:04 UTC+0200 Viktor Szakats
* contrib/hbxbp/hbxbp.hbp
* contrib/hbqt/hbqt_common.hbm
+ disabled HB_TR_ALWAYS permanent messages from SVN builds
; TODO: move this logic to hbpre.hbm
2011-05-10 17:02 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)
* contrib/hbide/hbqreportsmanager.prg
* contrib/hbide/ideactions.prg
* contrib/hbxbp/xbpdialog.prg
* contrib/hbxbp/xbpmenubar.prg
! Fixed: many artifacts related with XbpMenu() and MDI
handelling. I did not know Xbase++ diverted from uniform
arguments behavior for every object for XbpMenu() where
! Fixed: many artifacts related with XbpMenu() and MDI
handelling. I did not know Xbase++ diverted from uniform
arguments behavior for every object for XbpMenu() where
:visible instance variable is FALSE by default.
Thanks Shum for code and looking inside the docs.
@@ -58,8 +68,8 @@
+ include/hbstrict.ch
* contrib/hbpost.hbm
+ added experimental -u+ header to catch some common code style
problems. currently IF() is caught, but it interferec with std.ch
hbsix.ch and possibly more, so it's not enabled
problems. currently IF() is caught, but it interferences with std.ch,
hbsix.ch, so it's not enabled
* config/global.mk
* src/dynlib/2nd/Makefile

View File

@@ -17,6 +17,8 @@
-w3 -es2
-prgflag=-D_HB_TR_NOALWAYS_
-i.
-stop{dos|watcom|bcc|pocc|pocc64|poccarm|msvcia64|pcc}

View File

@@ -9,6 +9,8 @@
-w3 -es2
-prgflag=-D_HB_TR_NOALWAYS_
../hbqt/hbqtcore.hbc
../hbqt/hbqtgui.hbc

View File

@@ -65,6 +65,11 @@
#define HB_TR_DEBUG 5
#define HB_TR_LAST 6
#ifdef _HB_TR_NOALWAYS_
#undef HB_TR_ALWAYS
#define HB_TR_ALWAYS HB_TR_LAST
#endif
/*
* Default tracing level.
*/