2012-05-08 12:26 UTC+0200 Viktor Szakats (harbour syenar.net)

* ChangeLog
    * deleted my EOL spaces
This commit is contained in:
Viktor Szakats
2012-05-08 10:26:51 +00:00
parent 3b3410f9c5
commit d7d875b9f2

View File

@@ -16,6 +16,10 @@
The license applies to all entries newer than 2009-04-28.
*/
2012-05-08 12:26 UTC+0200 Viktor Szakats (harbour syenar.net)
* ChangeLog
* deleted my EOL spaces
2012-05-07 20:08 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)
* contrib/hbqt/qtgui/qth/QDeclarativeEngine.qth
* contrib/hbqt/qtgui/qth/QDeclarativeError.qth
@@ -97,9 +101,9 @@
2012-05-07 01:04 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)
* contrib/hbqt/qtcore/hbqt_pointer.cpp
+ Added: hbqt_par_isDerivedFrom() - protection against a null
+ Added: hbqt_par_isDerivedFrom() - protection against a null
pointer passed as an argument. This makes possible to detect
if an object is still active when passed. If not, a RTE is
if an object is still active when passed. If not, a RTE is
generated. This covers some more potential user mistakes.
2012-05-07 00:57 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)
@@ -223,7 +227,7 @@
* contrib/hbqt/hbmk2_qt.hbs
! Fixed: to take use of the hbqt_par_isDerivedFrom() completely.
This renders parameter checking with Class TYPE constants
redundant which can be removed alltogether. This also
redundant which can be removed alltogether. This also
facilitates usage of subclassing a Qt class.
; TODO: impliment siblings checking inside hbqt_par_isDerivedFrom().
@@ -287,9 +291,9 @@
* contrib/hbxbp/xbpbrowse.prg
! Fied: to respect optimized constructor protocol.
NOTE: some regression is expected in hbIDE so can be
NOTE: some regression is expected in hbIDE so can be
in your codes also.
2012-05-04 20:07 UTC+0200 Viktor Szakats (harbour syenar.net)
* utils/hbmk2/hbmk2.prg
! fixed RTE when logging sign command
@@ -332,13 +336,13 @@
* contrib/hbtip/encqp.prg
! Quoted-printable encoding/decoding fixed to use FOR/NEXT
loop instead of FOR/EACH and HB_B*() string functions to
loop instead of FOR/EACH and HB_B*() string functions to
operate on binary data regardless of HVM CP.
! Fixed old typo causing no encoding for line-ending whitespaces.
* contrib/hbtip/mail.prg
! Q-encoding fixed to use FOR/NEXT
loop instead of FOR/EACH and HB_B*() string functions to
! Q-encoding fixed to use FOR/NEXT
loop instead of FOR/EACH and HB_B*() string functions to
operate on binary data regardless of HVM CP.
2012-05-04 01:51 UTC+0200 Viktor Szakats (harbour syenar.net)
@@ -360,8 +364,8 @@
2012-05-02 19:32 UTC+0200 Viktor Szakats (harbour syenar.net)
* utils/hbmk2/hbmk2.prg
! fixed missed incremental updates in '-inc -head=dep'
mode on win/os2/dos systems when -workdir= was set to
an absolute path. The drive separator colon was confused
mode on win/os2/dos systems when -workdir= was set to
an absolute path. The drive separator colon was confused
with the file/dependency separator colon. Nasty.
2012-05-02 17:30 UTC+0200 Viktor Szakats (harbour syenar.net)