2012-05-25 00:12 UTC+0200 Francesco Perillo (fperillo at gmail.com)

* Changelog
    * Mispelled name corrected
This commit is contained in:
Francesco Perillo
2012-05-24 22:17:23 +00:00
parent 104652a8d1
commit d4bed9d9ec

View File

@@ -16,6 +16,10 @@
The license applies to all entries newer than 2009-04-28.
*/
2012-05-25 00:12 UTC+0200 Francesco Perillo (fperillo at gmail.com)
* Changelog
* Mispelled name corrected
2012-05-24 12:15 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)
* contrib/hbqt/qtcore/hbqt_pointer.cpp
+ Added: HB_FUNC( SIGNAL2SLOT ) which simulates exactly Qt's way
@@ -26,7 +30,7 @@
+ Added: deno program to demonstrate Qt's way of signal/slot
affinity in Harbour.
NOTE: above contribution is made by Francessco Perrilo, thanks.
NOTE: above contribution is made by Francesco Perillo, thanks.
2012-05-24 14:35 UTC+0200 Viktor Szakats (harbour syenar.net)
* contrib/hbtip/ftpcli.prg
@@ -220,7 +224,7 @@
- Removed: residual contructs pointing to "HB_U32 type" member of
all the important structure of HBQT plus the functions associated
with it. Strange point is that the bug was not showing up on Windows.
Thanks Francessco for dig-up.
Thanks Francesco for dig-up.
2012-05-16 19:23 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
* harbour/src/vm/classes.c
@@ -445,7 +449,7 @@
2012-05-11 01:45 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)
* contrib/hbqt/hbmk2_qt.hb
+ Applied: concept forwarded by Francessco a few days back,
+ Applied: concept forwarded by Francesco a few days back,
where class creation and registration has been separated.
This reduces a lot of object creation and destruction.
It also increases the speed, you can experience in hbIDE.
@@ -11209,7 +11213,7 @@
! Changed: :connect()/:disconnect() not to generate RTE.
* contrib/hbxbp/xbpwindow.prg
! Misspelled :disconnect() [ Francessco ].
! Misspelled :disconnect() [ Francesco ].
* contrib/hbide/hbqreportsmanager.prg
* contrib/hbide/hbqtoolbar.prg
@@ -11384,7 +11388,7 @@
* contrib/hbqt/qtcore/hbqt_misc.prg
! Introduced: DESTRUCTOR _destroy() which explictly destroys
singals and slots prior to destroying the object. [ Francessco ].
singals and slots prior to destroying the object. [ Francesco ].
This renderes calling oQObject:disconnect() useless.
Now there is no more GPF on hbIDE. Please build for
different OS's and report on the list.
@@ -11397,11 +11401,11 @@
! Transferred logic of destructors from core to gui.
The whole lot should be in one source. We cannot
control the order of execution of _init_ functions.
Francessco, take care of these changes.
Francesco, take care of these changes.
NOTE: now hbIDE enters, used with all flavours, exits
without GPF. The remaining issue is to control
memory leaks. Francessco is working onto that.
memory leaks. Francesco is working onto that.
2011-03-21 18:36 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)
* contrib/hbide/idebrowse.prg
@@ -11488,7 +11492,7 @@
* contrib/hbqt/qtcore/hbqt_hbqslots.cpp
* contrib/hbqt/qtcore/hbqt_init.cpp
* contrib/hbqt/qtcore/hbqt_pointer.cpp
! Applied: Francessco's patch with few changes and formatting.
! Applied: Francesco's patch with few changes and formatting.
* contrib/hbqt/qtgui/hbqt_hbqtableview.cpp
! hbqt_create_object() => hbqt_create_objectGC()
@@ -13942,7 +13946,7 @@
* contrib/hbqt/qtgui/qth/QColor.qth
* contrib/hbqt/qtgui/qth/QComboBox.qth
% Cleaned: constructor functions were left in <Proto> section,
a result of an earlier version. Thanks Francessco to point it out.
a result of an earlier version. Thanks Francesco to point it out.
2011-02-11 14:27 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)
* src/rtl/browse.prg