Commit Graph

  • 35e4b9d078 2011-04-15 09:59 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbxbp/xbppushbutton.prg ! Fixed: :activate was firing event twice, on press and release, both. Pritpal Bedi 2011-04-15 17:04:37 +00:00
  • 44957ef52d 2011-04-15 01:52 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbxbp/xbpwindow.prg ! Depricated: setting fore/background colors of a part via style sheet which was raising some issues. It needs further rationalization as well for some type of components. Pritpal Bedi 2011-04-15 08:55:52 +00:00
  • 2b2549b74a 2011-04-15 10:21 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * include/harbour.hbx + added HB_MUTEXEVAL Viktor Szakats 2011-04-15 08:21:50 +00:00
  • 182cd9e252 2011-04-15 00:59 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbxbp/xbpfontdialog.prg * contrib/hbxbp/xbpparthandler.prg * contrib/hbxbp/xbpwindow.prg ! Fixed: XbpFont() as per Xbase++ documentation. Pritpal Bedi 2011-04-15 08:03:10 +00:00
  • 1cd110ccb7 2011-04-14 18:23 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbqt/gtqtc/gtqtc.cpp * contrib/hbqt/gtqtc/gtqtc.h ! More additions. * contrib/hbxbp/tests/hbmk.hbm + Added: -mt switch. + contrib/hbxbp/tests/print.png + Added: long missed resource. * contrib/hbxbp/xbpcrt.prg ! More synchronized. Pritpal Bedi 2011-04-15 01:31:41 +00:00
  • f96d703d32 2011-04-14 11:59 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbqt/gtqtc/gtqtc.hbc ! Fixed: compilable for static linking on nix*es. Pritpal Bedi 2011-04-14 19:02:00 +00:00
  • aef9468700 2011-04-14 20:20 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/src/vm/thread.c * renamed hb_criticalCode() to hb_mutexEval() Przemyslaw Czerpak 2011-04-14 18:20:18 +00:00
  • 6e54f3860e 2011-04-14 15:38 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/src/vm/thread.c + added new function: hb_criticalCode( <pMtx>, <bCode> | <@sFunc()> ) -> <xCodeResult> it executes <bCode> or @sFunc() when <pMtx> is locked by this function. ! fixed hb_mutexQueueInfo() to not overwrite RTE subst value. This function may only return .T. or generate RTE so the logical return value is useless. I think that it should be removed and this function should simply return NIL. * updated syntax of PRG functions Przemyslaw Czerpak 2011-04-14 13:38:58 +00:00
  • 7f83dce583 2011-04-13 18:20 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbqt/qtcore/qth/HBQEvents.qth * contrib/hbqt/qtcore/qth/HBQSlots.qth ! Commented out tracelogs. Pritpal Bedi 2011-04-14 01:23:15 +00:00
  • 58d01b9e0e 2011-04-13 03:13 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * utils/hbmk2/hbmk2.prg + Added TOFIX. There is a build error caused by gpm, when trying to build 64-bit Harbour on a 32-bit Ubuntu (10.10) Linux. gpm lib is not available in 64-bit form, but 32-bit hbmk2 is built flagged with HB_HAS_GPM, so when run it will want to include gpm also for 64-bit target. I'm not sure what is the solution for this. Ideally hbmk2 should dynamically decide if gpm is really required for a given target. It could f.e. look into gttrm lib to check for this. [ though maybe this build scenario is just too awkward for any sane purpose, even more so because X11 is also not available in 64-bit form, limiting its use even more. Probably it's more realistic goal to cross-build 32-bit targets on a 64-bit host. ] Viktor Szakats 2011-04-14 01:16:17 +00:00
  • c4271f227a 2011-04-13 22:33 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * utils/hbmk2/hbmk2.prg * utils/hbmk2/*.po + Added -nodefgt[-] cmdline option and nodefgt=[yes|no] .hbc commands. It will disable linkage of default GT when creating statically linked application. It's little hakish solution, so pls be careful when playing with it. % Only link to gpm lib if any of GTTRM, GTCRS or GTSLN GTs are actually linked. (it can be useful in conjunction with -nodefgt option) Viktor Szakats 2011-04-13 20:34:13 +00:00
  • 4ab1b58324 2011-04-13 21:31 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbxbp/xbpparthandler.prg ! fixed to not use != operator on strings Viktor Szakats 2011-04-13 19:32:12 +00:00
  • 5358673787 2011-04-13 12:18 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbxbp/xbpparthandler.prg ! Fixed: fading inner XbpDialog() while moving the parent ( not owner ). Pritpal Bedi 2011-04-13 19:21:16 +00:00
  • c45c3e42a0 2011-04-13 21:13 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * utils/hbmk2/hbmk2.prg ! fixed RTE when using invalid GT name from cmdline ('hbmk2 test -gt.') Viktor Szakats 2011-04-13 19:13:52 +00:00
  • 52686b5bd9 2011-04-13 11:45 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbxbp/xbpparthandler.prg ! Changed: ::aOwned to ::_aOwned to suggest that this is internal. Pritpal Bedi 2011-04-13 18:48:40 +00:00
  • c079fae074 2011-04-13 17:19 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/contrib/hbnetio/netiosrv.c * harbour/contrib/hbnetio/readme.txt + added new server function: NETIO_VERIFYCLIENT( <pConnectionSocket> ) -> <lAccepted> By default client verification is done inside NETIO_SERVER() function but some servers may want to verify client password before they execute some expensive initialization code necessary for RPC executed from NETIO_SERVER() Przemyslaw Czerpak 2011-04-13 15:19:45 +00:00
  • 0a529d17f6 2011-04-13 14:12 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/src/rtl/cdpapi.c ! fixed U+0000 conversion - it should not be converted. Przemyslaw Czerpak 2011-04-13 12:13:01 +00:00
  • 30a8610407 2011-04-13 11:07 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/include/hbapicdp.h * harbour/include/hbcdpreg.h * harbour/src/rtl/cdpapi.c * harbour/src/rtl/cdpapihb.c + added support for user defined character encoding. Now it's possible to easy create and register in HVM CPs using any encoding so I expected that users interested in adding support for some exotic character encoding will create such mapping instead of asking for it. % moved support for codepages using multibyte characters mapped to single unicode values to user defined encoding - it nicely simplify the code and eliminate unnecessary overhead in other CPs. * allow to chose UTF8 as HVM CP Przemyslaw Czerpak 2011-04-13 09:07:47 +00:00
  • 1b73c1bf54 2011-04-13 04:56 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * src/rtl/fstemp.c ! hb_fsTempDir(): due to misplaced else branche it returned './' on *nix systems when temp dir ended with pathsep, for the same reason it return empty string instead of './' if temp dir could not be determined. ; Please check me. Viktor Szakats 2011-04-13 02:56:37 +00:00
  • abcd6f8bda 2011-04-13 04:13 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + contrib/hbunix/chdir.c * contrib/hbunix/hbunix.hbp * contrib/hbunix/hbunix.hbx + POSIX_CHDIR( <cNewDir> ) -> <nResult> also sets errno on error Viktor Szakats 2011-04-13 02:13:52 +00:00
  • 89ff899810 2011-04-13 04:01 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbunix/chroot.c ! following suit with the others functions, on error, errno should be saved. + further, in about 101% of the cases, chroot() is to be followed by a chdir("/"), so i think it would be right to include this right here. ; [Tamas Tevesz] Viktor Szakats 2011-04-13 02:01:50 +00:00
  • 0f8e3b5791 2011-04-13 02:09 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + contrib/hbunix/chroot.c * contrib/hbunix/hbunix.hbp * contrib/hbunix/hbunix.hbx + Added UNIX_CHROOT() Viktor Szakats 2011-04-13 00:09:29 +00:00
  • 75189c47e6 2011-04-12 16:40 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbqt/gtqtc/gtqtc.cpp * contrib/hbqt/gtqtc/gtqtc.h ! Fixed: to be compiled on *nixes. Pritpal Bedi 2011-04-12 23:43:56 +00:00
  • f4619892de 2011-04-12 13:08 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbxbp/xbpgeneric.prg * contrib/hbxbp/xbpwindow.prg ! Fixed: where XbpDialog() was calculating positions incorrectly for whole frame instead of primary monitor. Pritpal Bedi 2011-04-12 20:12:10 +00:00
  • a769bf804b 2011-04-12 12:42 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbqt/gtqtc/gtqtc.cpp * contrib/hbqt/gtqtc/gtqtc.h ! Fixed to be compilable on nix*es. Pritpal Bedi 2011-04-12 19:46:00 +00:00
  • bbc1ac7533 2011-04-12 13:40 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbcurl/core.c ! fix double free in PHB_CURL_free. hb_curl_form_free walks the linked list. Calling it again on the last item results in a double free. [Benjamin Jacobs] (Thank you very much!) Viktor Szakats 2011-04-12 11:41:00 +00:00
  • fd75b08d67 2011-04-12 01:16 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbxbp/hbxbp.hbc * contrib/hbxbp/hbxbp.hbp * contrib/hbxbp/hbxbp.hbx + contrib/hbxbp/xbpcrt.prg + Added: XbpCrt() class. It is just a skelton code yet. Pritpal Bedi 2011-04-12 08:20:48 +00:00
  • c4bf7a6f55 2011-04-12 00:58 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) - contrib/hbqt/gtqtc/gtqtc.hbx - Removed: unwanted .hbx. Pritpal Bedi 2011-04-12 07:59:56 +00:00
  • c08ec51391 2011-04-12 00:37 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbxbp/xbpgeneric.prg ! Fix( try ) to calculate desktop width for primary monitor. Pritpal Bedi 2011-04-12 07:45:27 +00:00
  • a9b86aa222 2011-04-11 22:45 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) + contrib/hbqt/gtqtc.hbc + contrib/hbqt/gtqtc/gtqtc.hbc + contrib/hbqt/gtqtc/gtqtc.hbm + contrib/hbqt/gtqtc/gtqtc.hbp + contrib/hbqt/gtqtc/gtqtc.hbx + contrib/hbqt/gtqtc/gtqtcs.hbp * contrib/hbqt/hbqt.hbc * contrib/hbqt/hbqt_all.hbp + Added: makefiles for gtqtc library. Pritpal Bedi 2011-04-12 05:49:07 +00:00
  • ef9a6023b3 2011-04-12 04:00 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * utils/hbmk2/hbmk2.prg * replaced common.ch IS*() macros with hb_is*() functions Viktor Szakats 2011-04-12 02:00:41 +00:00
  • 787863f658 2011-04-12 03:50 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * utils/hbmk2/hbmk2.prg ! Fixed potential RTE occurring at filter expression evaluation time (f.e. with filter {x86-64}) + Added warning (suppressible with -quiet) when any error in filter expression formation or evaluation is found. Viktor Szakats 2011-04-12 01:51:05 +00:00
  • 8b239acf8e 2011-04-12 03:33 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbqt/qtgui/hbqtgui.hbx * contrib/hbqt/qtgui/hbqtgui.hbm - contrib/hbqt/qtgui/gtqtc.h - contrib/hbqt/qtgui/gtqtc.cpp + contrib/hbqt/gtqtc + contrib/hbqt/gtqtc/gtqtc.cpp + contrib/hbqt/gtqtc/gtqtc.h * Moved readded GTQTC related files to their original position. Please add build files (f.e. from old SVN) and add them to HBQT core makefiles, like f.e. for hbqtsql. IMPORTANT: .hbx is not required for any GT, so it's not needed for GTQTC either. Viktor Szakats 2011-04-12 01:34:06 +00:00
  • 5fcaf6cb6d 2011-04-11 17:19 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbqt/qtgui/hbqtgui.hbm * contrib/hbqt/qtgui/hbqtgui.hbx + contrib/hbqt/qtgui/gtqtc.cpp + contrib/hbqt/qtgui/gtqtc.h + Reintroduced: half-cooked console implementation of hbQT. This time it is targeted to provide a console widget inside GUI MDI inetrface to run Clipper console code alongside GUI controls. Pritpal Bedi 2011-04-12 00:29:29 +00:00
  • e169dc8c34 2011-04-11 15:44 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbqt/qtgui/hbqt_hbqabstractitemmodel.cpp ! Minor. Pritpal Bedi 2011-04-11 22:49:09 +00:00
  • 94ce0bf09b 2011-04-11 13:13 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbxbp/xbpparthandler.prg * contrib/hbxbp/xbpwindow.prg + Implemented: Xbase++ compatible :moveWithOwner feature. Any dialog with :moveWithOwner set to TRUE will move together with its owner if user moves the window which owns them. Pritpal Bedi 2011-04-11 21:18:17 +00:00
  • c2ec29da60 2011-04-11 13:00 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbxbp/xbpdialog.prg * contrib/hbxbp/xbpparthandler.prg ! Fixed: window geometry while converting to/from as MDI client. Pritpal Bedi 2011-04-11 20:03:37 +00:00
  • 3591b08701 2011-04-11 09:41 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbide/idemain.prg ! Fixed: to restore the last run state of hbIDE. It was forgetting docking widgets geometry. Pritpal Bedi 2011-04-11 16:43:50 +00:00
  • a6227a2e25 2011-04-11 09:36 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbqt/qtcore/qth/HBQEvents.qth - Removed: tracelogs. Pritpal Bedi 2011-04-11 16:41:32 +00:00
  • 528fda3770 2011-04-10 12:43 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/include/hbapicdp.h * harbour/src/rtl/cdpapi.c * removed fCtrl parameter from hb_cdp*() functions. It was used only in very specific case for GT output translations to show characters with ASCII codes in range < 0x00 : 0x1F > as corresponding CGA/EGA/VGA glyphs and was not necessary in normal conversions + added new function for character translation in GT output operations: hb_cdpTranslateDispChar(), hb_cdpGetU16Disp(),hb_cdpStrToUTF8Disp() * some small fixes, simplifications and improvements in CDP translation code Przemyslaw Czerpak 2011-04-10 10:44:45 +00:00
  • 6092464e7e 2011-04-10 02:17 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * INSTALL ! update to osx unibin config info. Viktor Szakats 2011-04-10 00:18:19 +00:00
  • bdcdc9dc36 2011-04-10 01:58 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * src/rtl/gtxwc/gtxwc.c % undone small optimization in 2011-04-04 10:48 UTC+0200 Przemyslaw Czerpak because it caused random app stalls where the app would only continue if some input events were manually made. Cursor blinking also only happened on input events. I've seen this issue on Ubuntu 10.10 and latest OS X. After this patch, it works OK again. Przemek, please review this patch, most probably there is a solution which keeps the optimization and avoids this problem. Viktor Szakats 2011-04-09 23:59:17 +00:00
  • 9fa9f003af 2011-04-10 01:26 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/src/rtl/cdpapi.c ! some fixes for future CPs which may have together multibyte characters with and without single UNICODE representation. Przemyslaw Czerpak 2011-04-09 23:27:04 +00:00
  • d09d800cbf 2011-04-09 11:08 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbqt/qtgui/hbqt_hbqabstractitemmodel.cpp ! Fixed: to supply strings per UTF8 conversion to Qt. Now it is equivalent to hbQT engine. Pritpal Bedi 2011-04-09 18:10:52 +00:00
  • 3e2cfb4e48 2011-04-09 13:35 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * src/3rd/png/pngwrite.c * src/3rd/png/pngconf.h * src/3rd/png/pngwtran.c * src/3rd/png/pngpread.c * src/3rd/png/LICENSE * src/3rd/png/pngrutil.c * src/3rd/png/png.dif * src/3rd/png/pnglconf.h * src/3rd/png/pngread.c * src/3rd/png/png.c * src/3rd/png/png.h * src/3rd/png/pngpriv.h * src/3rd/png/pngrtran.c * src/3rd/png/Makefile * src/3rd/png/pngtrans.c + update png to 1.5.2 [Tamas Tevesz] Viktor Szakats 2011-04-09 11:36:12 +00:00
  • 6c891a865d 2011-04-07 21:53 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbxbp/xbpdialog.prg ! Fixed: window hiding/terminating behavior on QEvent_Close as per recent fix in hbQT. Pritpal Bedi 2011-04-08 04:56:56 +00:00
  • 6c2dfdc376 2011-04-07 16:21 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbqt/qtgui/hbqt_hbqabstractitemmodel.cpp ! Fixed: a last minute change in previous commit. Pritpal Bedi 2011-04-07 23:57:33 +00:00
  • 6695517be2 2011-04-07 16:21 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbqt/qtcore/hbqt.h ! Missed from prev commit. Pritpal Bedi 2011-04-07 23:16:11 +00:00
  • 3a4fb005f8 2011-04-07 16:17 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbqt/qtcore/qth/QBitArray.qth * contrib/hbqt/qtcore/qth/QBuffer.qth * contrib/hbqt/qtcore/qth/QByteArray.qth * contrib/hbqt/qtcore/qth/QChar.qth * contrib/hbqt/qtcore/qth/QDataStream.qth * contrib/hbqt/qtcore/qth/QDate.qth * contrib/hbqt/qtcore/qth/QDateTime.qth * contrib/hbqt/qtcore/qth/QDir.qth * contrib/hbqt/qtcore/qth/QEvent.qth * contrib/hbqt/qtcore/qth/QEventLoop.qth * contrib/hbqt/qtcore/qth/QFile.qth * contrib/hbqt/qtcore/qth/QFileInfo.qth * contrib/hbqt/qtcore/qth/QGenericArgument.qth * contrib/hbqt/qtcore/qth/QGenericReturnArgument.qth * contrib/hbqt/qtcore/qth/QLatin1Char.qth * contrib/hbqt/qtcore/qth/QLatin1String.qth * contrib/hbqt/qtcore/qth/QLineF.qth * contrib/hbqt/qtcore/qth/QList.qth * contrib/hbqt/qtcore/qth/QLocale.qth * contrib/hbqt/qtcore/qth/QMimeData.qth * contrib/hbqt/qtcore/qth/QModelIndex.qth * contrib/hbqt/qtcore/qth/QObject.qth * contrib/hbqt/qtcore/qth/QRect.qth * contrib/hbqt/qtcore/qth/QRectF.qth * contrib/hbqt/qtcore/qth/QRegExp.qth * contrib/hbqt/qtcore/qth/QResource.qth * contrib/hbqt/qtcore/qth/QSettings.qth * contrib/hbqt/qtcore/qth/QSignalMapper.qth * contrib/hbqt/qtcore/qth/QSizeF.qth * contrib/hbqt/qtcore/qth/QStringList.qth * contrib/hbqt/qtcore/qth/QTextBoundaryFinder.qth * contrib/hbqt/qtcore/qth/QTextCodec.qth * contrib/hbqt/qtcore/qth/QTextDecoder.qth * contrib/hbqt/qtcore/qth/QTextEncoder.qth * contrib/hbqt/qtcore/qth/QTextStream.qth * contrib/hbqt/qtcore/qth/QTime.qth * contrib/hbqt/qtcore/qth/QTimeLine.qth * contrib/hbqt/qtcore/qth/QTimer.qth * contrib/hbqt/qtcore/qth/QTranslator.qth * contrib/hbqt/qtcore/qth/QUrl.qth * contrib/hbqt/qtcore/qth/QVariant.qth ! Restructured: constructors. This achieves 99% compatibility of Qt's constructor methods. Pritpal Bedi 2011-04-07 23:13:20 +00:00
  • 002adf85fb 2011-04-07 22:53 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/contrib/hbunix/hbposix.h * harbour/contrib/hbunix/uidgid.c * harbour/contrib/hbunix/posixerr.c * harbour/contrib/hbnetio/hbnetio.ch * harbour/contrib/gtwvg/tests/demowvg1.prg * harbour/contrib/hbqt/tests/browqt.prg * harbour/contrib/hbqt/qtsql/hbqtsql.hbm * harbour/contrib/hbqt/qtsql/hbqtsql.hbp * harbour/contrib/hbqt/qtsql/hbqtsql.ch * harbour/contrib/hbqt/qtsql/hbqtsql.hbc * harbour/contrib/hbqt/qtsql/hbqtsqls.hbp * harbour/contrib/hbqt/qtsql/qth/filelist.hbm * harbour/contrib/hbqt/qtsql/hbqtsql.hbx * harbour/contrib/hbqt/hbqtsql.hbc * harbour/contrib/hbfship/dbsetloc.c * harbour/contrib/hbfship/users.c * harbour/contrib/hbfship/exec.c * harbour/contrib/hbfship/index.c * harbour/tests/speedstr.prg * cleaned SVN attributes Przemyslaw Czerpak 2011-04-07 20:54:16 +00:00
  • f9c1a843da 2011-04-07 16:05 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * src/rtl/fserr.c * src/rtl/gtapi.c * src/rtl/natmsg.c * src/rdd/dbf1.c ! Fixed trace messages. [Tamas Tevesz] Viktor Szakats 2011-04-07 14:05:43 +00:00
  • 3b0b908a07 2011-04-07 11:56 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/src/vm/thread.c * cleaned comment Przemyslaw Czerpak 2011-04-07 09:56:15 +00:00
  • 0636334648 2011-04-06 19:39 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbqt/qtcore/hbqtcore.h * contrib/hbqt/qtgui/hbqt_hbqabstractitemmodel.cpp * contrib/hbqt/qtgui/hbqtgui.h ! Updated: HBQT_TYPE_Q*Class with latest values. Pritpal Bedi 2011-04-07 02:43:12 +00:00
  • d3f42a28cc 2011-04-06 18:21 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbqt/qtcore/hbqt_hbqevents.cpp ! QEvent:Close now returns TRUE to the calling loop. Now this is the responsibility of the user code to set an event to be accepted or ignored. Pritpal Bedi 2011-04-07 01:24:59 +00:00
  • c885d9b471 2011-04-06 17:48 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbqt/CREDITS.txt ! Updated: credits. Pritpal Bedi 2011-04-07 00:50:28 +00:00
  • a84d9149ae 2011-04-06 17:20 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbqt/qtcore/hbqt_hbqevents.cpp ! Restore the point of execution when QEvent::Close is set to ignore(). This might have impact on user code where it is set to any other value. Pritpal Bedi 2011-04-07 00:25:43 +00:00
  • acc4767dc8 2011-04-06 20:15 UTC+0200 Maurilio Longo (maurilio.longo@libero.it) * harbour/src/common/hbdate.c ! Fixed OS/2 compilation, it was not using gettimeofday() and so hb_dateMilliSeconds() had a one second resolution effectively killing thread switching. Maurilio Longo 2011-04-06 18:07:06 +00:00
  • 701638b52c 2011-04-05 06:56 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbide/hbqreportsmanager.prg * contrib/hbide/hbqtoolbar.prg ! Removed: some tracelogs. Pritpal Bedi 2011-04-05 13:59:17 +00:00
  • 8f4b5fc7b9 2011-04-05 15:33 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/src/vm/hvm.c ! fixed missing write unreferencing in my last modification Przemyslaw Czerpak 2011-04-05 13:33:12 +00:00
  • 01962a5f93 2011-04-05 08:41 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/src/vm/hvm.c * extended item references created by hb_vmPushItemRef() so they can be used to create reference chain and detached in executed PRG code. Such reference chain is cleanly break when original reference item is removed from HVM stack. Przemyslaw Czerpak 2011-04-05 06:41:25 +00:00
  • 8ec5655e85 2011-04-04 22:34 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbqt/qtgui/qth/HBQAbstractItemModel.qth ! Formatting. Pritpal Bedi 2011-04-05 05:44:24 +00:00
  • ee390e4586 2011-04-04 18:22 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbqt/qtcore/qth/HBQString.qth * contrib/hbqt/qtcore/qth/QByteArray.qth * contrib/hbqt/qtcore/qth/QLocale.qth * contrib/hbqt/qtcore/qth/QVariant.qth * contrib/hbqt/qtgui/qth/QLabel.qth * contrib/hbqt/qtgui/qth/QLCDNumber.qth * contrib/hbqt/qtgui/qth/QMatrix.qth * contrib/hbqt/qtgui/qth/QPainter.qth * contrib/hbqt/qtgui/qth/QTransform.qth * contrib/hbqt/qtgui/qth/QWidget.qth * contrib/hbqt/qtnetwork/qth/QHttp.qth - Commented out: methods of duplicating parameters (Harbour types) to go through the modified generator engine. Pritpal Bedi 2011-04-05 01:30:33 +00:00
  • 5f27749a75 2011-04-04 10:48 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/src/rtl/gtxwc/gtxwc.c % small optimization ! added hack for multiple window resizing when user executes series of setmode() function. I'll look for cleaner solution in some spare time. Przemyslaw Czerpak 2011-04-04 08:48:10 +00:00
  • 07c77f5619 2011-04-03 12:47 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbqt/qtgui/qth/HBQGraphicsItem.qth * contrib/hbqt/qtgui/qth/HBQGraphicsScene.qth * contrib/hbqt/qtgui/qth/HBQPlainTextEdit.qth * contrib/hbqt/qtgui/qth/HBQTableView.qth ! Formatting. Pritpal Bedi 2011-04-03 19:54:13 +00:00
  • bcba7278c8 2011-04-03 08:33 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbqt/qtgui/hbqtgui.ch + Added: QFormLayout_* constants. Pritpal Bedi 2011-04-03 15:38:27 +00:00
  • 304d858c21 2011-04-03 08:14 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbqt/qtgui/qth/QDockWidget.qth ! Detached: :setWidget(). Pritpal Bedi 2011-04-03 15:16:43 +00:00
  • a6425dc146 2011-04-02 17:22 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbqt/qtgui/qth/QDockWidget.qth * contrib/hbqt/qtgui/qth/QLayout.qth * contrib/hbqt/qtgui/qth/QWidget.qth ! Modified: constructors, detatchment, attachment. Pritpal Bedi 2011-04-03 00:26:59 +00:00
  • a558e6b19a 2011-04-01 17:09 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbqt/hbmk2_qt.hbs ! Optimized: hb_itemReturn( hb_stackSelfItem() ); is now inserted at the end of multi-functions methods. It will produce significantly reduced .cpp in size. Pritpal Bedi 2011-04-02 00:13:42 +00:00
  • 50a0ebf689 2011-04-01 12:55 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbqt/qtgui/hbqt_hbqgraphicsscene.cpp * contrib/hbqt/qtgui/hbqt_hbqtableview.cpp * contrib/hbqt/qtcore/hbqt_hbqevents.cpp ! Minor: class object encapsulated in new item. Pritpal Bedi 2011-04-01 22:17:27 +00:00
  • 30f2a0a6a3 2011-04-01 18:10 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/package/harbour.spec * updated to work with current contribs and harbour shared library Przemyslaw Czerpak 2011-04-01 16:10:50 +00:00
  • fe09f94163 2011-04-01 14:19 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/src/vm/itemapi.c ! fixed compilation in MT mode with some C compilers using HB_STACK_TLS_PRELOAD * updated also hb_itemParamStore() function to set NIL to item passed by reference when is called with NULL pItem parameter. Przemyslaw Czerpak 2011-04-01 12:20:09 +00:00
  • 98ae698914 2011-04-01 13:56 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/src/vm/itemapi.c * set NIL to item passed by reference when hb_itemParamStoreForward() or hb_itemParamStoreRelease() is called with NULL pItem parameter. Przemyslaw Czerpak 2011-04-01 11:56:41 +00:00
  • c9a909a717 2011-04-01 00:19 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/contrib/rddads/ads1.c + added missing GOCOLD() method to ADS* RDDs Przemyslaw Czerpak 2011-03-31 22:19:42 +00:00
  • ed1f17048b 2011-03-31 12:55 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbide/ideharbourhelp.prg ! Fixed: a regression. Pritpal Bedi 2011-03-31 19:59:20 +00:00
  • fbd71e39eb 2011-03-31 10:03 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbide/hbqreportsmanager.prg * contrib/hbide/idedocks.prg * contrib/hbqt/qtgui/hbqt_hbqgraphicsitem.cpp ! Minors. Pritpal Bedi 2011-03-31 17:07:51 +00:00
  • 4ded138959 2011-03-31 16:36 UTC+0100 Francesco Perillo ( fperillo at gmail.com ) * contrib/hbqt/hbmk2_qt.hbs * contrib/hbqt/qtcore/hbqt.h * contrib/hbqt/qtcore/hbqt_hbqevents.cpp * contrib/hbqt/qtcore/hbqt_hbqslots.cpp * contrib/hbqt/qtcore/hbqt_pointer.cpp * contrib/hbqt/qtcore/qth/HBQEvents.qth * contrib/hbqt/qtcore/qth/HBQSlots.qth * contrib/hbqt/qtgui/hbqt_hbqabstractitemmodel.cpp * contrib/hbqt/qtgui/hbqt_hbqgraphicsitem.cpp * contrib/hbqt/qtgui/hbqt_hbqgraphicsscene.cpp * contrib/hbqt/qtgui/hbqt_hbqplaintextedit.cpp * contrib/hbqt/qtgui/hbqt_hbqtableview.cpp * contrib/hbqt/qtgui/qth/HBQAbstractItemModel.qth * contrib/hbqt/qtgui/qth/HBQGraphicsItem.qth * contrib/hbqt/qtgui/qth/HBQGraphicsScene.qth * contrib/hbqt/qtgui/qth/HBQPlainTextEdit.qth * contrib/hbqt/qtgui/qth/HBQTableView.qth ! Fixed: implemented correct GC memory collection. Thanks to Przemek to have shown me the way. ! Fixed: some code has been changed Francesco Perillo 2011-03-31 14:50:08 +00:00
  • 7b5e52479c 2011-03-30 17:56 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbqt/qtgui/qth/QDropEvent.qth * contrib/hbqt/qtgui/qth/QGraphicsSceneDragDropEvent.qth ! Fixed: manual code creating HMV destroyable object. Pritpal Bedi 2011-03-31 01:05:10 +00:00
  • 593f73fae1 2011-03-30 15:50 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/gtwvg/tests/demowvg.prg * contrib/gtwvg/tests/wvgmodal.prg * contrib/gtwvg/tests/wvgtbrowser.prg * contrib/gtwvg/tests/wvgutilities.prg ! Fixed: many artifacts which got broken with GT changes in a couple of years. + Added: a menu option which to execute a modal Harbour Gt window on top of a GUI window. Pritpal Bedi 2011-03-30 22:59:07 +00:00
  • 237e269ca8 2011-03-30 14:45 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * utils/hbmk2/hbmk2.prg + Continue if there were no input files specified. This can be useful in some situations. * Show warning about no input files only when -info option is used. + Consider resource files as valid input files when showing above warning. Viktor Szakats 2011-03-30 12:45:35 +00:00
  • dd71246623 2011-03-30 14:20 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * src/rtl/gtwin/gtwin.c % Replaced kbd modifier readout with a more efficient version. It contains hack required to make core low-level function to work correctly with win consoles. Patch co-developed with Przemek. Viktor Szakats 2011-03-30 12:23:17 +00:00
  • 4a996c7ce7 2011-03-30 13:40 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/include/hbgtinfo.ch ! fixed wrong decimal value defined for HB_GTI_KBD_RALT. * translated HB_GTI_KBD_* values from decimal to hex numbers to avoid such mistakes in the future. Przemyslaw Czerpak 2011-03-30 11:40:28 +00:00
  • d81f3fbfa6 2011-03-29 14:19 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbide/idebrowse.prg * contrib/hbide/idedocks.prg * contrib/hbide/ideedit.prg * contrib/hbide/ideprojmanager.prg ! Optimized: destructors. Pritpal Bedi 2011-03-29 21:30:15 +00:00
  • 9165756d29 2011-03-29 10:07 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * src/rtl/gtwin/gtwin.c - Fully disabled palette setting feature due to bad side effects reported by Mindaugas. Maybe it could be reenabled in some cases, pls refine it if you need this feature. Pls also retest, I have a hard time replicating this side-effect on my system. Viktor Szakats 2011-03-29 08:08:58 +00:00
  • 0be115f235 2011-03-29 09:55 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/src/vm/thread.c * pacified warnings Przemyslaw Czerpak 2011-03-29 07:55:45 +00:00
  • 81af308983 2011-03-29 08:05 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/src/rtl/hbznet.c % use Z_PARTIAL_FLUSH instead of Z_SYNC_FLUSH in hb_znetFlush() It should reduce a little bit the size of compressed data stream. Przemyslaw Czerpak 2011-03-29 06:05:40 +00:00
  • 583afbcdf4 2011-03-28 12:13 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbgs/core.c ! Fixed C++ warning. Viktor Szakats 2011-03-28 10:14:12 +00:00
  • 72e2cdf475 2011-03-28 01:19 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbqt/qtcore/hbqt_hbqevents.cpp * contrib/hbqt/qtcore/hbqt_hbqslots.cpp ! Code cleanup. * contrib/hbqt/qtcore/hbqt_misc.prg ! Changed: :connect()/:disconnect() not to generate RTE. Pritpal Bedi 2011-03-28 08:27:24 +00:00
  • a5fa7383a9 2011-03-27 12:45 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/include/hbapi.h * harbour/src/rtl/hbrandom.c added new C functions which fills memory block with random values: void hb_random_block( void * data, HB_SIZE len ) this function should be used with "good enough" random generator so in the future it may be changed to use internally sth different then rand(). Przemyslaw Czerpak 2011-03-27 10:45:35 +00:00
  • 53f7911cee 2011-03-26 00:13 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) + contrib/hbqt/hbqtsql.hbc ! Miss from prev commit. Pritpal Bedi 2011-03-26 07:16:36 +00:00
  • 14777609cf 2011-03-26 03:32 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/src/rtl/hbproces.c ! fixed one HB_TRUE wrongly used instead of TRUE * minor simplification Przemyslaw Czerpak 2011-03-26 02:32:52 +00:00
  • 26d8a51070 2011-03-25 18:33 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbide/hbqreportsmanager.prg * contrib/hbide/hbqtoolbar.prg * contrib/hbide/idedocks.prg * contrib/hbide/idefunctions.prg * contrib/hbide/ideharbourhelp.prg * contrib/hbide/idemain.prg * contrib/hbide/ideprojmanager.prg * contrib/hbide/idesaveload.prg ! Optimized: destructors. Unreleased memory blocks are shortened in number considerably. + Project Properties dialog now displays project name in its title-bar. Pritpal Bedi 2011-03-26 01:37:14 +00:00
  • caef3c4fb4 2011-03-25 18:24 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) + contrib/hbqt/qtsql + contrib/hbqt/qtsql/doc + contrib/hbqt/qtsql/hbqtsql.ch + contrib/hbqt/qtsql/hbqtsql.hbc + contrib/hbqt/qtsql/hbqtsql.hbm + contrib/hbqt/qtsql/hbqtsql.hbp + contrib/hbqt/qtsql/hbqtsql.hbx + contrib/hbqt/qtsql/hbqtsqls.hbp + contrib/hbqt/qtsql/qth + contrib/hbqt/qtsql/qth/filelist.hbm + contrib/hbqt/qtsql/qth/QSqlDatabase.qth + contrib/hbqt/qtsql/qth/QSqlDriver.qth + contrib/hbqt/qtsql/qth/QSqlError.qth + contrib/hbqt/qtsql/qth/QSqlField.qth + contrib/hbqt/qtsql/qth/QSqlIndex.qth + contrib/hbqt/qtsql/qth/QSqlQuery.qth + contrib/hbqt/qtsql/qth/QSqlQueryModel.qth + contrib/hbqt/qtsql/qth/QSqlRecord.qth + contrib/hbqt/qtsql/qth/QSqlRelationalTableModel.qth + contrib/hbqt/qtsql/qth/QSqlResult.qth + contrib/hbqt/qtsql/qth/QSqlTableModel.qth Pritpal Bedi 2011-03-26 01:30:39 +00:00
  • 5968b77ddd 2011-03-25 08:24 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbide/idedocks.prg ! Fixed: mystery of flashing and disappearing windows before hbIDE's application window appears. Pritpal Bedi 2011-03-25 15:27:32 +00:00
  • c98ef20c29 2011-03-24 11:57 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbqt/hbmk2_qt.hbs ! Code clean-up. ! Restrored: how the obejcet is addressed in methods. NOTE: Do not change. Pritpal Bedi 2011-03-24 19:03:49 +00:00
  • 54b0f72d84 2011-03-23 12:27 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbide/idedocks.prg ! Changed: the way destructors were called. Pritpal Bedi 2011-03-23 19:29:14 +00:00
  • d36d617e89 2011-03-23 07:56 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) - hooks - db - conf - format - locks - README.txt ! Apparently wrong commit undone: http://sourceforge.net/apps/trac/harbour-project/changeset/16495 Viktor Szakats 2011-03-23 06:56:58 +00:00
  • 59ee62a4e9 2011-03-22 18:44 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbide/idedocks.prg ! Fixed: RTE at exit. Pritpal Bedi 2011-03-23 01:46:21 +00:00
  • edc121482d 2011-03-22 18:27 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/gtwvg/gtwvg.c ! Reverted. Seems it had been hectic today. Pritpal Bedi 2011-03-23 01:27:41 +00:00
  • cbd182f32a 2011-03-22 18:23 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbxbp/hbpprocess.prg * contrib/hbxbp/tests/demoxbp.prg * contrib/hbxbp/xbprtf.prg ! Small fixes. Pritpal Bedi 2011-03-23 01:24:40 +00:00
  • de3c57518e 2011-03-22 18:12 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbqt/qtcore/qth/QMimeData.qth * contrib/hbqt/qtgui/qth/QDropEvent.qth * contrib/hbqt/qtgui/qth/QGraphicsSceneDragDropEvent.qth ! Fixed: some manual code which was not taking use of new protocol. Pritpal Bedi 2011-03-23 01:18:51 +00:00