Commit Graph

  • 1195e59b87 2010-10-09 09:58 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/src/lang/msg_tpl.c ! added one missing message Przemyslaw Czerpak 2010-10-09 07:58:14 +00:00
  • 0c1b9f7d85 2010-10-08 17:59 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/utils/hbmk2/hbmk2.prg ! disabled automatic generation of dll_hb_vmProcAddress() in binaries linked with hbmaindllp library. Such function should be attached to the code linked with HVM on user request i.e. using some new HBMK2 switch. Przemyslaw Czerpak 2010-10-08 15:59:46 +00:00
  • 9c267b30ca 2010-10-08 11:15 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/src/rtl/hbcom.c * explicitly set HB_COM_ERR_TIMEOUT and return -1 in all OS-es if hb_comSend() or hb_comRecv() writes/reads 0 bytes. It should help in creating portable code eliminating OS dependent differences. Przemyslaw Czerpak 2010-10-08 09:15:59 +00:00
  • e22c6c7e28 2010-10-08 10:17 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/include/hbapi.h * harbour/src/common/hbstr.c + added new C function: double hb_numExpConv( double dNum, int iExp ) * harbour/src/rdd/dbf1.c + added support for decoding exponents part from 'F' fields Przemyslaw Czerpak 2010-10-08 08:17:16 +00:00
  • edf6cf3b46 2010-10-07 18:05 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbide/ideedit.prg ! Fixed: paste operation was not deleting the selected text before pasting new text. Pritpal Bedi 2010-10-08 01:03:16 +00:00
  • 6256ccc4be 2010-10-07 10:21 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/src/compiler/hbmain.c * declare automatically created function in code compiled by HB_COMPILEFROMBUF() with -n2 switch as static. It eliminates possible conflicts when user tries to register in single HVM instance many HRB modules with such startup function. Przemyslaw Czerpak 2010-10-07 08:21:20 +00:00
  • 2b86932f0b 2010-10-06 16:33 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbxbp/xbpwindow.prg ! An important regression fix. Please always construct an object when :from() is used as: HB_Q*Class():from( pPtr ) instead of Q*Class():from( pPtr ) Pritpal Bedi 2010-10-06 23:32:08 +00:00
  • ed1ce9178d 2010-10-06 12:22 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbide/ideedit.prg ! Fixed: regression reported by Itamar. Pritpal Bedi 2010-10-06 19:20:16 +00:00
  • 2cf025fa75 2010-10-06 20:56 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/src/rtl/gtwvt/gtwvt.c ! fixed possible double font freeing in non UNICODE builds Przemyslaw Czerpak 2010-10-06 18:57:05 +00:00
  • 579935aa08 2010-10-06 08:47 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) + contrib/hbqt/qtgui/doc/en/class_qcommonstyle.txt + contrib/hbqt/qtgui/doc/en/class_qdateedit.txt + contrib/hbqt/qtgui/doc/en/class_qdragenterevent.txt + contrib/hbqt/qtgui/doc/en/class_qdragleaveevent.txt + contrib/hbqt/qtgui/doc/en/class_qhboxlayout.txt + contrib/hbqt/qtgui/doc/en/class_qhideevent.txt + contrib/hbqt/qtgui/doc/en/class_qradiobutton.txt + contrib/hbqt/qtgui/doc/en/class_qscrollbar.txt + contrib/hbqt/qtgui/doc/en/class_qshowevent.txt + contrib/hbqt/qtgui/doc/en/class_qsizegrip.txt + contrib/hbqt/qtgui/doc/en/class_qstylehintreturn.txt + contrib/hbqt/qtgui/doc/en/class_qstylehintreturnmask.txt + contrib/hbqt/qtgui/doc/en/class_qstylehintreturnvariant.txt + contrib/hbqt/qtgui/doc/en/class_qtextblockgroup.txt + contrib/hbqt/qtgui/doc/en/class_qtimeedit.txt + contrib/hbqt/qtgui/doc/en/class_qvboxlayout.txt + contrib/hbqt/qtgui/doc/en/class_qwindowsstyle.txt + Added: missing doc files. Pritpal Bedi 2010-10-06 15:55:38 +00:00
  • ebc3fd9213 2010-10-06 07:19 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/utils/hbrun/hbrun.prg ! fixed typo in my last commit - Thanks to Frank Van Nuffel for information about the problem Przemyslaw Czerpak 2010-10-06 05:20:18 +00:00
  • 394fd3bd21 2010-10-05 12:45 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/utils/hbrun/hbrun.prg + extended error message so it reports more precisely the problem with user command. + use -n2 instead of -n for user command compilation It allows to use: DO <proc> [WITH <args,...>] when <proc>.prg contains code without explicit startup procedure. % removed useless hbrun_DirAddPathSep() - hb_FNameMerge() automatically adds directory separator if necessary. ! changed the order of locating files without extension so files in local directory are not hidden by file in PATH or hb_baseDir() ! interrupt execution when given .hbs or .prg file cannot be cleanly compiled. ! generate error when file passed as in parameters cannot be found. ! do not strip quote characters from PATHs in *nix builds.0 ! use in DOS builds "~harbour" instead of ".harbour" as directory name for hbrun history file. ; Possible TODO: add function: HB_FNameCheck( <cFileName> ) -> <lNameOK> which will check if <cFileName> is correct and can be used with given file system. <cFileName> should contain full path so it can be verified with correct file system. Such extension should eliminate code which disable unconditionally long file names in all DOS builds. Przemyslaw Czerpak 2010-10-05 10:46:08 +00:00
  • ace9647b8a 2010-10-04 18:52 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/utils/hbmk2/hbmk2.prg * added /opt/cross to directories scanned for MinGW cross binaries in *nix hosts (just like in global.mk) Przemyslaw Czerpak 2010-10-04 16:53:08 +00:00
  • 6ebbfea898 2010-10-04 18:23 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/src/rtl/fstemp.c ! fixed typo in my last commit (#elif instead of #if) Thanks to Itamar M. Lins Jr. for the info. Przemyslaw Czerpak 2010-10-04 16:23:37 +00:00
  • 339e968558 2010-10-04 08:57 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbxbp/xbplistbox.prg ! Changed: the way context menu was being fired. Pritpal Bedi 2010-10-04 16:21:49 +00:00
  • bb14033f3a 2010-10-04 13:22 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/src/rtl/fstemp.c * disabled using tmpnam() in OS2 builds % small code cleanup Przemyslaw Czerpak 2010-10-04 11:22:45 +00:00
  • 8c5e539d71 2010-10-04 12:43 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/contrib/sddpg/sddpg.c ! fixed access to uninitialized pItem variable (probably GPF trap) % small optimization Przemyslaw Czerpak 2010-10-04 10:44:00 +00:00
  • 4ef4615a60 2010-10-03 15:10 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbxbp/xbptreeview.prg ! Fix: to last commit. Thanks Francesco for reporting. Pritpal Bedi 2010-10-03 22:12:35 +00:00
  • a53c7aac5d 2010-10-03 23:50 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/src/rdd/dbffpt/dbffpt1.c ! fixed my typo in HB_TRACE massage reported by Alexandr Okhotnikov Przemyslaw Czerpak 2010-10-03 21:50:40 +00:00
  • 4171b1b8a8 2010-10-03 14:03 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbqt/qtcore/qth/HBQEvents.qth * contrib/hbqt/qtcore/qth/HBQSlots.qth * contrib/hbqt/qtcore/qth/HBQString.qth * contrib/hbqt/qtcore/qth/QAbstractEventDispatcher.qth * contrib/hbqt/qtcore/qth/QAbstractItemModel.qth * contrib/hbqt/qtgui/qth/HBQAbstractItemModel.qth * contrib/hbqt/qtgui/qth/HBQGraphicsItem.qth * contrib/hbqt/qtgui/qth/HBQGraphicsScene.qth * contrib/hbqt/qtgui/qth/HBQSyntaxHighlighter.qth * contrib/hbqt/qtgui/qth/HBQTableView.qth * contrib/hbqt/qtgui/qth/HBQTextBlockUserData.qth * contrib/hbqt/qtgui/qth/QBrush.qth * contrib/hbqt/qtgui/qth/QWidget.qth ! Some tweaks to be ready for next massive commit where CONSTRIUCTORS will be managed automatically. Pritpal Bedi 2010-10-03 21:18:48 +00:00
  • 4d27a0e9b2 2010-10-03 11:14 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbqt/qtcore/hbqt_pointer.cpp ! Fixed: to not reach end of code with return type. Pritpal Bedi 2010-10-03 18:18:59 +00:00
  • f4aa2359de 2010-10-03 17:45 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * utils/hbmk2/hbmk2.prg + Added MS-DOS compiler (djgpp) detection when used on *nix platform in cross-compile scenario. BTW I've also found that I had already implemented win and wce autodetection based on global.mk, so it' supposed to work. Please test it. Viktor Szakats 2010-10-03 15:46:50 +00:00
  • 50512a96f4 2010-10-03 11:16 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/gtwvg/wvgwing.c ! Fixed after prev. Suggested by YD0DKL Viktor Szakats 2010-10-03 09:26:33 +00:00
  • 02caeed65a 2010-10-02 23:18 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbqt/qtcore/g/filelist.hbm * contrib/hbqt/utils/qtcore.qtp ! Commented out not ready classes. Pritpal Bedi 2010-10-03 06:28:41 +00:00
  • c8063b7f8b 2010-10-02 17:34 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbide/hbqreportsmanager.prg * contrib/hbide/idebrowse.prg * contrib/hbide/ideedit.prg * contrib/hbide/ideeditor.prg * contrib/hbide/idefindreplace.prg * contrib/hbide/idefunctions.prg * contrib/hbide/ideharbourhelp.prg * contrib/hbide/idemain.prg * contrib/hbide/idemisc.prg * contrib/hbide/ideprojmanager.prg * contrib/hbide/idesaveload.prg * contrib/hbide/ideshortcuts.prg * contrib/hbide/idethemes.prg * contrib/hbide/idetools.prg Pritpal Bedi 2010-10-03 01:09:16 +00:00
  • 1badb86c78 2010-10-02 11:43 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * utils/hbmk2/hbmk2.prg + Added workaround for mingw compiler problem where it tends to leave zero byte long objects in cases when the build process gets (manually) aborted. Please check it and report any potential performace problems (hbmk2 needs to read the objects' size from the directory listing). Maybe we will need a Harbour function which returns both timestamp and size in one call. Viktor Szakats 2010-10-02 09:44:56 +00:00
  • 846294d34d 2010-10-01 17:24 UTC+0300 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt) * harbour/contrib/sddpg/sddpg.c * added text field support provided by Aleksander Czajczynski with some changes Mindaugas Kavaliauskas 2010-10-01 14:26:49 +00:00
  • 01f66be9d5 2010-10-01 17:15 UTC+0300 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt) * harbour/contrib/hbwin/tests/oletst2.vbs * restored unintentional commit Mindaugas Kavaliauskas 2010-10-01 14:17:38 +00:00
  • 1d6ad2ddfa 2010-10-01 17:07 UTC+0300 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt) * harbour/contrib/rddsdd/sqlbase.c * harbour/contrib/sddfb/sddfb.c * harbour/contrib/sddmy/sddmy.c * harbour/contrib/sddoci/sddoci.c * harbour/contrib/sddodbc/sddodbc.c * harbour/contrib/sddpg/sddpg.c * harbour/contrib/sddsqlt3/sddsqlt3.c ! added protection agains double resource freeing in case of double CLOSE method; Mindaugas Kavaliauskas 2010-10-01 14:08:22 +00:00
  • ff5b0ff83b 2010-09-30 10:20 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) + contrib/hbqt/qtcore/qth/QGenericArgument.qth + contrib/hbqt/qtcore/qth/QGenericReturnArgument.qth + contrib/hbqt/qtcore/qth/QMetaClassInfo.qth + contrib/hbqt/qtcore/qth/QMetaEnum.qth + contrib/hbqt/qtcore/qth/QMetaMethod.qth + contrib/hbqt/qtcore/qth/QMetaObject.qth + contrib/hbqt/qtcore/qth/QMetaProperty.qth + contrib/hbqt/qtcore/qth/QMetaType.qth + Added: classes to manage QMetaObject() and allied. Still not on compilable levels. Pritpal Bedi 2010-09-30 17:21:57 +00:00
  • d956441b35 2010-09-30 17:12 UTC+0300 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt) * harbour/contrib/rddsdd/sqlmix.c ! fixed typo Mindaugas Kavaliauskas 2010-09-30 14:12:27 +00:00
  • 82647938e3 2010-09-30 11:51 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * utils/hbmk2/hbmk2.prg * utils/hbrun/hbrun.rc * Changed to use plain number for icons, instead of 'ICONn' name to ease addressing them in some situations. ; INCOMPATIBLE: If you used hb_GTInfo( HB_GTI_ICONRES, "ICONn" ) to set app icon at runtime, change it to: hb_GTInfo( HB_GTI_ICONRES, n ) Viktor Szakats 2010-09-30 09:52:58 +00:00
  • b077128a61 2010-09-30 10:55 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/include/hbtrace.h * harbour/src/common/hbtrace.c + added new C function: int hb_tracesysout( int new_sysout ) Przemyslaw Czerpak 2010-09-30 08:56:04 +00:00
  • 53adb15ced 2010-09-30 01:34 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbqt/qtgui/g/TQFormLayout.prg * contrib/hbqt/qtgui/g/TQGraphicsItem.prg * contrib/hbqt/qtgui/g/TQPainter.prg * contrib/hbqt/qtnetwork/g/TQHttp.prg ! Re-generated. Pritpal Bedi 2010-09-30 08:39:02 +00:00
  • 4e55b4a133 2010-09-30 10:10 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/src/compiler/hbmain.c + added support to compile code not encapsulated in function using HB_COMPILEFROMBUF() with -n2 switch Przemyslaw Czerpak 2010-09-30 08:10:40 +00:00
  • 6337d56e83 2010-09-29 23:59 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbqt/qtcore/hbqt_pointer.cpp * contrib/hbqt/qtcore/hbqt_misc.prg % Rewritten HBQT_ERROR() in C. Viktor Szakats 2010-09-29 22:00:25 +00:00
  • 14e94276d0 2010-09-29 15:00 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbide/idebrowse.prg * contrib/hbide/idedocks.prg * contrib/hbide/ideeditor.prg * contrib/hbide/ideharbourhelp.prg * contrib/hbide/idesaveload.prg Pritpal Bedi 2010-09-29 21:58:32 +00:00
  • 7eec4df01c 2010-09-29 23:48 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbqt/qtcore/hbqt_misc.prg % Optimized HbQtObjectHandler:connect() and HbQtObjectHandler:disconnect() ! Type in error msg text in hbqt_error() % Deleted unnecessary headers. Viktor Szakats 2010-09-29 21:48:50 +00:00
  • d9cd410069 2010-09-30 00:35 UTC+0300 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt) * harbour/contrib/rddsdd/sqlmix.c ! fixed typo in last commit Mindaugas Kavaliauskas 2010-09-29 21:36:51 +00:00
  • f0e4edd30a 2010-09-30 00:33 UTC+0300 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt) * harbour/contrib/rddsdd/sqlmix.c ! fixed typo in last commit Mindaugas Kavaliauskas 2010-09-29 21:34:20 +00:00
  • 247b14096b 2010-09-30 00:30 UTC+0300 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt) * harbour/contrib/sddmy/sddmy.c * be more valgrind friendly * harbour/contrib/rddsdd/sqlmix.c ! fixed GPF bug: MIXKEY should not be reused in another tag ! fixed memory leak Mindaugas Kavaliauskas 2010-09-29 21:30:38 +00:00
  • 5204d4c678 2010-09-29 21:52 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbqt/qtcore/hbqt_pointer.cpp * contrib/hbqt/qtcore/hbqt_misc.prg + Finished C implementation of HBQT_PTR(). ; Please review. - Deleted old .prg implementation of HBQT_PTR(). Viktor Szakats 2010-09-29 19:53:03 +00:00
  • f26660f64d 2010-09-29 21:22 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbqt/qtcore/hbqt.h ! Deleted declaration for no more existing function hbqt_pPtrFromItem(). Viktor Szakats 2010-09-29 19:25:50 +00:00
  • 54b14ed50f 2010-09-29 21:20 UTC+0300 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt) * harbour/contrib/sddodbc/sddodbc.c ! fixed getting of empty string value. Thanks David Monta\~no for bug report ; Please, test Mindaugas Kavaliauskas 2010-09-29 18:20:53 +00:00
  • bc9d41c93b 2010-09-29 10:51 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbxbp/xbp3state.prg * contrib/hbxbp/xbpappevent.prg * contrib/hbxbp/xbpbitmap.prg * contrib/hbxbp/xbpbrowse.prg * contrib/hbxbp/xbpcheckbox.prg * contrib/hbxbp/xbpclipboard.prg * contrib/hbxbp/xbpcombobox.prg * contrib/hbxbp/xbpdataref.prg * contrib/hbxbp/xbpdialog.prg * contrib/hbxbp/xbpfiledialog.prg * contrib/hbxbp/xbpfontdialog.prg * contrib/hbxbp/xbpgeneric.prg * contrib/hbxbp/xbpgra.prg * contrib/hbxbp/xbphtmlviewer.prg * contrib/hbxbp/xbplistbox.prg * contrib/hbxbp/xbpmenubar.prg * contrib/hbxbp/xbpmle.prg * contrib/hbxbp/xbpparthandler.prg * contrib/hbxbp/xbppresspace.prg * contrib/hbxbp/xbpprintdialog.prg * contrib/hbxbp/xbpprinter.prg * contrib/hbxbp/xbppushbutton.prg * contrib/hbxbp/xbpradiobutton.prg * contrib/hbxbp/xbprtf.prg * contrib/hbxbp/xbpscrollbar.prg * contrib/hbxbp/xbpspinbutton.prg * contrib/hbxbp/xbpstatic.prg * contrib/hbxbp/xbpstatusbar.prg * contrib/hbxbp/xbpstyle.prg * contrib/hbxbp/xbptabpage.prg * contrib/hbxbp/xbptoolbar.prg * contrib/hbxbp/xbptreeview.prg * contrib/hbxbp/xbpwindow.prg ! Class structure re-organized. ! Code normalized. ! Copyright touched. Pritpal Bedi 2010-09-29 17:58:23 +00:00
  • e5e37b172b 2010-09-29 16:51 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * examples/dbu/dbu52.dif * examples/dbu/dbu53.dif + Patched to use available screen are for the browse. Viktor Szakats 2010-09-29 15:22:23 +00:00
  • 8555fe76d6 2010-09-29 13:15 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * utils/hbmk2/hbmk2.prg + Added HB_LEVEL macro. Viktor Szakats 2010-09-29 11:16:20 +00:00
  • a4d7d8c2c2 2010-09-28 22:42 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbqt/qtgui/g/QStatusBar.cpp * contrib/hbqt/qtgui/qth/QStatusBar.qth - Detached: items in two methods. Pritpal Bedi 2010-09-29 05:50:34 +00:00
  • 1846fdf912 2010-09-28 18:23 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbqt/qtgui/doc/en/class_qpainter.txt * contrib/hbqt/qtgui/g/QPainter.cpp * contrib/hbqt/qtgui/g/TQPainter.prg * contrib/hbqt/qtgui/qth/QPainter.qth Pritpal Bedi 2010-09-29 01:24:06 +00:00
  • ba5928a412 2010-09-28 17:17 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbqt/tests/testbrow.prg ! Adopted to latest changes. Pritpal Bedi 2010-09-29 00:14:50 +00:00
  • c429bee405 2010-09-29 02:08 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/include/hbapirdd.h * harbour/src/rdd/workarea.c + added new 5-th parameter with pointer to super table ID to <RDD>_GETFUNCTABLE() function + added new C function hb_rddInheritEx() which allows to retrieve super RDD ID during registration. + added new C function: HB_BOOL hb_rddIsDerivedFrom( HB_USHORT uiRddID, HB_USHORT uiSupperRddID ); which returns HB_TRUE if one of uiRddID ancestors is uiSupperRddID Przemyslaw Czerpak 2010-09-29 00:08:43 +00:00
  • f6aacb1393 2010-09-28 16:58 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbxbp/xbpbrowse.prg * contrib/hbxbp/xbptreeview.prg ! Code normalized. Pritpal Bedi 2010-09-28 23:59:32 +00:00
  • 179a7e0e57 2010-09-28 19:26 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbqt/qtcore/hbqt_base.cpp * contrib/hbqt/qtgui/THbQtUI.prg ! QT_FINDCHILD -> HBQT_FINDCHILD Viktor Szakats 2010-09-28 17:27:00 +00:00
  • 3df3d58089 2010-09-28 09:43 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbqt/qtwebkit/g/TQWebSecurityOrigin.prg * contrib/hbqt/qtwebkit/g/TQWebSettings.prg * contrib/hbqt/qtwebkit/g/TQWebView.prg Pritpal Bedi 2010-09-28 17:03:15 +00:00
  • 93fdb71f2c 2010-09-28 09:14 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbqt/qtgui/qth/QDesktopServices.qth * contrib/hbqt/qtgui/qth/QGraphicsScene.qth * contrib/hbqt/qtgui/qth/QImage.qth * contrib/hbqt/qtgui/qth/QPainter.qth * contrib/hbqt/qtgui/qth/QPainterPath.qth * contrib/hbqt/qtgui/qth/QPixmap.qth * Normalized. Pulled all c++ level constructs. Pritpal Bedi 2010-09-28 16:43:38 +00:00
  • 32e5e776c5 * src/compiler/hbusage.c + Added to the list of contributors: Viktor Szakats 2010-09-28 15:51:55 +00:00
  • a50c4b0baf 2010-09-28 17:46 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/include/hbcom.ch + added new error constant value: HB_COM_ERR_IO * harbour/src/rtl/hbcom.c + added translation for some important OS error code in *nix builds + added translation ERROR_TIMEOUT -> HB_COM_ERR_TIMEOUT in Windows build. TODO: check real error codes for it and also for other operations like opening the same port more then once and add valid translations ; TODO: add some basic trnaslation for OS2 error codes. HB_COM_ERR_TIMEOUT seems to be most important for portable programs. Przemyslaw Czerpak 2010-09-28 15:47:08 +00:00
  • 885664701c 2010-09-28 09:56 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/src/rtl/hbcom.c ! fixed typo in MS-Windows builds Przemyslaw Czerpak 2010-09-28 07:56:15 +00:00
  • 61854e0dda 2010-09-28 08:32 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/include/hbcom.ch * updated few comments Przemyslaw Czerpak 2010-09-28 06:32:51 +00:00
  • f43e6c2d40 2010-09-28 03:53 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * utils/hbmk2/hbmk2.prg * config/global.mk * INSTALL ! HB_BUILD_NAME/-build= no longer supports pathseps (backslash/fwdslash) (it would need costly solution to resolve compilation of hbrun.rc, maybe more. It's also "cleaner" this way, since the dir structure is not altered) Viktor Szakats 2010-09-28 01:54:18 +00:00
  • 67d08334d6 2010-09-27 19:53 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/include/hbtrace.h * harbour/src/common/hbtrace.c + added new C functions: int hb_traceflush( int new_flush ); HB_BOOL hb_tracefile( const char * szFile ); Przemyslaw Czerpak 2010-09-27 17:54:05 +00:00
  • 22b6f601a5 2010-09-27 11:54 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/contrib/hbwin/hbwinole.h * harbour/contrib/hbwin/olecore.c + C functions hb_oleItemGetDispatch() and hb_oleDispatchToItem() made public Przemyslaw Czerpak 2010-09-27 09:55:25 +00:00
  • b11e7cd952 2010-09-26 23:03 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * utils/hbmk2/hbmk2.prg + Harbour environment autodetection will now work if pathseps are present in HB_BUILD_NAME/-build= setting. (so now it's in sync with Harbour build in this regard) Viktor Szakats 2010-09-26 21:05:32 +00:00
  • a64cae6dd4 2010-09-26 17:28 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * examples/gtwvw/tests/wvwtest9.prg + Changed to use HB_GTI_INKEYFILTER instead of xhb specific calls. This fixes last known missing showstopper in gtwvw for Harbour. Viktor Szakats 2010-09-26 15:30:18 +00:00
  • afe2193324 2010-09-24 17:43 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbqt/qtgui/THbQtUI.prg ! Synchronized with plugin...hbs. Pritpal Bedi 2010-09-25 00:47:31 +00:00
  • e0575db811 2010-09-24 15:45 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbqt/qtcore/qth/QFile.qth * contrib/hbqt/qtcore/qth/QIODevice.qth * contrib/hbqt/qtcore/qth/QResource.qth * contrib/hbqt/qtgui/qth/QBrush.qth * contrib/hbqt/qtgui/qth/QColor.qth * contrib/hbqt/qtgui/qth/QFormLayout.qth * contrib/hbqt/qtgui/qth/QIcon.qth * contrib/hbqt/qtgui/qth/QImage.qth * contrib/hbqt/qtgui/qth/QMainWindow.qth * contrib/hbqt/qtgui/qth/QMenu.qth * contrib/hbqt/qtgui/qth/QMenuBar.qth * contrib/hbqt/qtgui/qth/QPainter.qth * contrib/hbqt/qtgui/qth/QPainterPath.qth * contrib/hbqt/qtgui/qth/QPixmap.qth * contrib/hbqt/qtgui/qth/QWidget.qth + Normalized as much as possible. In some cases almost 100%. Pritpal Bedi 2010-09-24 23:07:22 +00:00
  • 2b8a03790d 2010-09-23 18:52 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbqt/qtcore/qth/HBQString.qth * contrib/hbqt/qtcore/qth/QBuffer.qth * contrib/hbqt/qtcore/qth/QByteArray.qth * contrib/hbqt/qtcore/qth/QChar.qth * contrib/hbqt/qtcore/qth/QList.qth * contrib/hbqt/qtcore/qth/QStringList.qth * contrib/hbqt/qtgui/qth/QImage.qth * contrib/hbqt/qtgui/qth/QPrintDialog.qth ! Commented out duplicate ( Harbour's type ) methods. Preparatory work for next commit. Pritpal Bedi 2010-09-24 01:54:28 +00:00
  • 142af9e7a9 2010-09-24 01:57 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbmzip/hbmzip.c ! Fixed potential GPF in HB_ZIPDELETEFILE() and HB_UNZIPFILEINFO() Report and patch by Leandro Damasio. Thanks. Viktor Szakats 2010-09-23 23:57:46 +00:00
  • e97c2c1ab7 2010-09-23 17:36 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/contrib/hbwin/olecore.c * harbour/contrib/hbwin/hbolesrv.c ! fixed typos in string terminating characters reported by Mindaugas Przemyslaw Czerpak 2010-09-23 15:36:56 +00:00
  • c32df3353a 2010-09-23 12:11 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/src/pp/ppcore.c + added new PP directive: #warning <*msg*> Przemyslaw Czerpak 2010-09-23 10:11:13 +00:00
  • e102c34c05 2010-09-23 11:24 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/contrib/hbwin/olecore.c ! fixed to return assigned value instead of 1-st parameter when more then one parameter is used in code like: object:_name( param, value ) Przemyslaw Czerpak 2010-09-23 09:24:57 +00:00
  • 8ea4ce5517 2010-09-23 10:34 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbqt/hbqt.hbc ! Typo causing this make file to not work. Error reported by Francesco Perillo. Viktor Szakats 2010-09-23 08:35:14 +00:00
  • b5af3b0f73 2010-09-23 06:05 UTC+0300 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt) * harbour/contrib/hbwin/olecore.c + added possibility to use more than one parameter in property put call. This allows to make a workaround for non-existant Harbour language syntax: object.name(param) = value Workaround syntax: object._name(param, value) + added comment documenting OLE automation behaviour for various VBScript sentences + harbour/contrib/hbwin/tests/pdfcreat.prg + added sample code for producing .pdf documents using OLE and PDFCreator Mindaugas Kavaliauskas 2010-09-23 03:04:11 +00:00
  • 50d716c743 2010-09-22 18:48 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbqt/qtgui/qth/QBoxLayout.qth * contrib/hbqt/qtgui/qth/QComboBox.qth * contrib/hbqt/qtgui/qth/QDrag.qth * contrib/hbqt/qtgui/qth/QGridLayout.qth * contrib/hbqt/qtgui/qth/QLayout.qth * contrib/hbqt/qtgui/qth/QListWidget.qth * contrib/hbqt/qtgui/qth/QTableWidget.qth * contrib/hbqt/qtgui/qth/QTabWidget.qth * contrib/hbqt/qtgui/qth/QToolBar.qth * contrib/hbqt/qtgui/qth/QTreeWidget.qth * contrib/hbqt/qtgui/qth/QTreeWidgetItem.qth * contrib/hbqt/qtgui/qth/QWidget.qth - Deleted all occurances where a widget was detached from GC cycle. Now it is done automatically by the generator. To flag an argument to detach, prototype body is post-fixed with [*D=n*] where "n" is the ordinal position of the argument as seen in the prototype body. Pritpal Bedi 2010-09-23 01:57:27 +00:00
  • 911ba94d9a 2010-09-23 00:07 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * tests/inline_c.prg ! Fixed. (deleted old code not working since 10 years) Viktor Szakats 2010-09-22 22:07:21 +00:00
  • 9d227dfa7d 2010-09-22 18:35 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * package/winuni/RELNOTES * INSTALL * Refreshed for QT 4.7.0 Viktor Szakats 2010-09-22 16:35:46 +00:00
  • 5841d12493 2010-09-22 16:58 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/config/rules.mk * added hack for some older GCC versions which do not enable preprocessor for .sx files Przemyslaw Czerpak 2010-09-22 14:58:45 +00:00
  • 2356181a10 2010-09-22 16:52 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/include/hbapicom.h * harbour/src/rtl/hbcom.c + added public C function: void hb_comSetError( int iPort, int iError ) Przemyslaw Czerpak 2010-09-22 14:53:20 +00:00
  • efbf93aec1 2010-09-21 12:37 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbqt/qtwebkit/g/hbqtwebkit.h + Added SVN properties. Pritpal Bedi 2010-09-21 19:36:42 +00:00
  • 052cb55fbe 2010-09-21 09:39 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbqt/qtgui/g/QMenu.cpp * Re-generated. Pritpal Bedi 2010-09-21 16:42:36 +00:00
  • 62c84afafe 2010-09-21 19:10 UTC+0300 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt) * harbour/contrib/rddsql/sqlbase.c ! fixed connection freeing in RDDI_DISCONNECT * harbour/include/hbsocket.h * added socket item API functions Mindaugas Kavaliauskas 2010-09-21 16:12:26 +00:00
  • 8bb8052f62 2010-09-21 01:15 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbqt/qtgui/doc/en/class_qbrush.txt * contrib/hbqt/qtgui/doc/en/class_qcolor.txt * contrib/hbqt/qtgui/doc/en/class_qicon.txt * contrib/hbqt/qtgui/doc/en/class_qimage.txt * contrib/hbqt/qtgui/doc/en/class_qpixmap.txt * contrib/hbqt/qtgui/g/QBrush.cpp * contrib/hbqt/qtgui/g/QColor.cpp * contrib/hbqt/qtgui/g/QIcon.cpp * contrib/hbqt/qtgui/g/QImage.cpp * contrib/hbqt/qtgui/g/QPixmap.cpp * contrib/hbqt/qtgui/g/TQBrush.prg * contrib/hbqt/qtgui/g/TQColor.prg * contrib/hbqt/qtgui/g/TQIcon.prg * contrib/hbqt/qtgui/g/TQImage.prg * contrib/hbqt/qtgui/g/TQPixmap.prg * Re-generated. Pritpal Bedi 2010-09-21 08:14:56 +00:00
  • 3bcf85ab56 2010-09-20 18:56 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbqt/tests/demoqt.prg Pritpal Bedi 2010-09-21 01:58:06 +00:00
  • 7f11ef9f1a 2010-09-20 16:34 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbide/idedocks.prg * contrib/hbide/idedocwriter.prg * contrib/hbide/idefindreplace.prg * contrib/hbide/ideharbourhelp.prg * contrib/hbide/ideshortcuts.prg * contrib/hbide/ideskeletons.prg ! Adjusted for many-to-one protocol. Pritpal Bedi 2010-09-20 23:34:42 +00:00
  • d7b2422ba2 2010-09-20 15:07 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbqt/qtgui/doc/en/class_qpainter.txt * contrib/hbqt/qtgui/doc/en/class_qpainterpath.txt * contrib/hbqt/qtgui/g/QPainter.cpp * contrib/hbqt/qtgui/g/QPainterPath.cpp * contrib/hbqt/qtgui/g/TQPainter.prg * contrib/hbqt/qtgui/g/TQPainterPath.prg * Re-generated. Pritpal Bedi 2010-09-20 22:10:17 +00:00
  • b370065f9d 2010-09-20 13:48 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) - contrib/hbqt/qtcore/g/THBEvents.prg + contrib/hbqt/qtcore/g/THBQEvents.prg - contrib/hbqt/qtcore/g/THBSlots.prg + contrib/hbqt/qtcore/g/THBQSlots.prg * Renamed. Missed from original commit. Viktor Szakats 2010-09-20 11:50:23 +00:00
  • 2a2dca2634 2010-09-20 13:47 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) - contrib/hbqt/qtcore/g/THBQSlots.prg - contrib/hbqt/qtcore/g/THBQEvents.prg - Deleted. They should be renamed from old files. Viktor Szakats 2010-09-20 11:47:32 +00:00
  • 2e5a774b51 2010-09-20 01:30 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbide/hbqreportsmanager.prg * contrib/hbide/idemisc.prg Pritpal Bedi 2010-09-20 08:37:19 +00:00
  • 817176348a 2010-09-19 17:48 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) + contrib/hbqt/qtcore/g/THBQEvents.prg + contrib/hbqt/qtcore/g/THBQSlots.prg + Missings from prev commit of Viktor. Pritpal Bedi 2010-09-20 00:59:45 +00:00
  • 4c6b95ebfb 2010-09-20 01:35 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/make.hbs + Stop build in case a contrib build failed. Viktor Szakats 2010-09-19 23:36:31 +00:00
  • 9a31c0c402 2010-09-20 00:51 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbqt/qtcore/hbqtcore.hbm * contrib/hbqt/qtcore/hbqtcore.hbc - contrib/hbqt/qtcore/hbqt_hbevents.cpp + contrib/hbqt/qtcore/hbqt_hbqevents.cpp - contrib/hbqt/qtcore/hbqt_hbslots.cpp + contrib/hbqt/qtcore/hbqt_hbqslots.cpp - contrib/hbqt/qtcore/hbqt_hbevents.h + contrib/hbqt/qtcore/hbqt_hbqevents.h - contrib/hbqt/qtcore/hbqt_hbslots.h + contrib/hbqt/qtcore/hbqt_hbqslots.h * contrib/hbqt/qtcore/g/filelist.hbm * contrib/hbqt/qtcore/g/hbqtcore.h - contrib/hbqt/qtcore/g/HBEvents.cpp + contrib/hbqt/qtcore/g/HBQEvents.cpp - contrib/hbqt/qtcore/g/HBSlots.cpp + contrib/hbqt/qtcore/g/HBQSlots.cpp - contrib/hbqt/qtcore/qth/HBEvents.qth + contrib/hbqt/qtcore/qth/HBQEvents.qth - contrib/hbqt/qtcore/qth/HBSlots.qth + contrib/hbqt/qtcore/qth/HBQSlots.qth - contrib/hbqt/qtcore/doc/en/class_hbevents.txt + contrib/hbqt/qtcore/doc/en/class_hbqevents.txt - contrib/hbqt/qtcore/doc/en/class_hbslots.txt + contrib/hbqt/qtcore/doc/en/class_hbqslots.txt * contrib/hbqt/utils/qtcore.qtp ! Renamed HBSLOTS -> HBQSLOTS ! Renamed HBEVENTS -> HBQEVENTS Viktor Szakats 2010-09-19 23:06:54 +00:00
  • 78a658a6ed * Inserted uncommitted changelog entry. 2010-09-19 11:00 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) Pritpal Bedi 2010-09-19 21:11:52 +00:00
  • 08cc50aa32 2010-09-19 21:15 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbqt/qtcore/hbqtcore.hbx * contrib/hbqt/qtcore/hbqt_destruct.cpp * Renamed: HBQT_SETCODECFORCSTRINGS() -> __HBQT_SETCODECFORCSTRINGS() * Renamed: HBQT_SETCODECFORTR -> __HBQT_SETCODECFORTR() ; These should never be called by a Harbour application. ; TODO: Remove them in the future. Viktor Szakats 2010-09-19 19:19:48 +00:00
  • aad71cac54 2010-09-19 11:00 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbqt/qtcore/hbqt_hbslots.h - Deleted: references to QSessionManager(). Pritpal Bedi 2010-09-19 18:10:46 +00:00
  • 434e83e6fe 2010-09-18 13:05 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbqt/qtcore/hbqt_hbslots.cpp * contrib/hbqt/qtcore/hbqt_hbslots.h + Added: signals for QApplication(). Pritpal Bedi 2010-09-18 20:09:57 +00:00
  • f3208ac8c4 2010-09-18 10:12 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * src/rtl/ttopbar.prg ! Reverted: 2010-09-17 15:49 UTC-0800 Viktor Szakats 2010-09-18 08:13:17 +00:00
  • 746b73af1a 2010-09-17 19:37 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbqt/qtgui/qth/QPainter.qth ! Prepared: drawText() for single call protocol as :hbDrawText(). Pritpal Bedi 2010-09-18 02:35:36 +00:00
  • cfa613a3e9 2010-09-17 18:22 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbqt/qtgui/doc/en/class_qpainter.txt * contrib/hbqt/qtgui/g/QPainter.cpp * contrib/hbqt/qtgui/g/TQPainter.prg * Re-generated. Pritpal Bedi 2010-09-18 01:27:21 +00:00
  • 4ddb512005 2010-09-17 15:49 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * src/rtl/ttopbar.prg ! Changed: Instance variable <cargo> to SETGET METHOD cargo( xCargo ). Request received on SF's bug tracker. Pritpal Bedi 2010-09-17 22:52:41 +00:00
  • b3934d258a 2010-09-17 15:31 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbqt/qtgui/g/QComboBox.cpp * Re-generated. Pritpal Bedi 2010-09-17 22:32:50 +00:00