3704351a28
2010-09-16 16:00 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbide/ideshortcuts.prg ! Demonstrated: how a QLabel can be intercepted for key events.
Pritpal Bedi
2010-09-16 22:58:53 +00:00
8bd8268513
2010-09-15 19:05 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbide/idemain.prg ! A last minute miss.
Pritpal Bedi
2010-09-16 02:02:48 +00:00
e074d36974
2010-09-15 18:53 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbide/ideactions.prg * contrib/hbide/idesaveload.prg + Implemented: UTF-8 codepage strictly. We need to explore how Harbour defined codepages can be implemented.
Pritpal Bedi
2010-09-16 01:59:28 +00:00
7bdf4cef43
2010-09-15 23:25 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * config/global.mk + Pointing to INSTALL doc in missing HB_INSTALL_PREFIX error message.
Viktor Szakats
2010-09-15 21:25:53 +00:00
c4a20afb50
2010-09-15 23:00 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbwin/hbwin.hbp + contrib/hbwin/win_rpc.c + contrib/hbwin/tests/testrpc.prg + Added WIN_UUIDCREATESTRING() function to generate UUIDs via Windows API. Requires W2K or upper as per MSDN. If not supported, it returns empty string.
Viktor Szakats
2010-09-15 21:01:50 +00:00
594fa03023
2010-09-15 17:50 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbqt/utils/hbqtgen.prg + Changed HBQT_TYPE_* constants to be crc32 hashes derived from component name + type name + "HBQT_TYPE_" string to guarantee uniqueness (and to make it possible to generate it dynamically). [ BTW formerly the base value was derived from component name with crc16, and the rest was incremented counter dependent on input file order. ] Please review hash generation, as it needs to be constant for a longer time, and hash method should be possible to extend to other IDs, like QT enums.
Viktor Szakats
2010-09-15 15:51:31 +00:00
6dfd6dd430
2010-09-14 14:47 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbqt/tests/demoqt.prg ! Adopted to new syntax.
Pritpal Bedi
2010-09-14 22:01:43 +00:00
09e15e0b81
2010-09-13 14:43 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbqt/qtgui/g/QTableWidget.cpp * Regenerated. * contrib/hbqt/qtgui/qth/QTableWidget.qth * Transferred ownership of <qWidget> in :setCellWidget( nRow, nCol, qWidget ) to its parent object.
Pritpal Bedi
2010-09-13 21:42:37 +00:00
c71102b4d6
2010-09-13 22:21 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * ChangeLog ! Added missing item to recent entry: * config/detect.mk + pick up csw-installed pcre on sunos Patch by Tamas Tevesz.
Viktor Szakats
2010-09-13 20:22:28 +00:00
17a7fd976a
2010-09-13 12:34 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbqt/qtgui/hbqt_hbqabstractitemmodel.cpp ! Reverted back last commit, was generating GPF. This is subject to further investigation as I was trying to locate the cause of always increasing memory consumption.
Pritpal Bedi
2010-09-13 19:33:11 +00:00
5a7fe57b41
2010-09-13 20:36 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/config/win/watcom.mk * removed .exe suffix from executed tools. It fixes cross builds using native Linux binaries. If someone wants to make some tests using windows binaries executed by WINE then please make the following soft links: wpp386 -> wpp386.exe wcc386 -> wcc386.exe wlink -> wlink.exe wrc -> wrc.exe or script wrappers
Przemyslaw Czerpak
2010-09-13 18:36:39 +00:00
7f2ff9b35f
2010-09-13 17:00 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/contrib/hbwin/hbwinole.h * harbour/contrib/hbwin/axcore.c * harbour/contrib/hbwin/olecore.c * harbour/contrib/hbwin/hbolesrv.c + added new 'HB_USHORT uiClass' parameter to hb_oleDispInvoke() C function and updated corresponding code.
Przemyslaw Czerpak
2010-09-13 15:01:10 +00:00
0e90340325
2010-09-13 15:46 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/contrib/hbwin/olecore.c ! use hb_oleVariantToItemEx() instead of hb_oleVariantToItem() in hb_oleSafeArrayToItem() to keep original object class when arrays are created. * keep original OLE object class when new OLE object is created in parameters passed by reference or returned by executed OLE method * keep original OLE object class when new OLE object is created by overloaded [] operator + added 3-rd parameter to __OleEnumNext() function which allow to set OLE object class.
Przemyslaw Czerpak
2010-09-13 13:46:24 +00:00
380597c130
2010-09-13 16:05 UTC+0300 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt) * harbour/contrib/hbwin/hbwinole.h * harbour/contrib/hbwin/olecore.c + implemented WIN_OLEAUTO class overloading * harbour/contrib/hbwin/legacy.prg - removed "[]" overloading. It's in the core object now. * src/rtl/hbjson.c ! fixed long long printf format
Mindaugas Kavaliauskas
2010-09-13 13:05:12 +00:00
693f4221d6
2010-09-13 13:39 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * package/harbour-win.spec.in * package/harbour-wce.spec.in ! Fixed messed up 8-bit codepage by my editor. ; QUESTION: Is it possible to switch to UTF-8 for these rpm scripts?
Viktor Szakats
2010-09-13 11:39:50 +00:00
7914aad087
2010-09-13 13:30 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * package/harbour-win.spec.in * package/harbour-wce.spec.in ! Set HB_INSTALL_PREFIX, to follow this change: 2010-09-10 22:09 UTC+0200 ; TODO: Untested. Might need extra steps to package root files too (ChangeLog, COPYING, NEWS, TODO).
Viktor Szakats
2010-09-13 11:32:23 +00:00
e55fe7db71
2010-09-13 12:12 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/package/harbour-win.spec.in * harbour/package/harbour-wce.spec.in ! added HB_BUILD_EXTDEF=no to fix cross compilation Question: in the past HB_BUILD_EXTDEF=no was set automatically for cross compilation. Why we removed this setting?
Przemyslaw Czerpak
2010-09-13 10:13:04 +00:00
eaf56593d0
2010-09-13 11:40 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/src/rtl/hbzlib.c + added new PRG function: HB_GZCOMPRESSBOUND( <cData> | <nDataLen> ) -> <nMaxCompressLen> ! fixed compilation with ZLIB versions earlier then 1.2.0 broken by missing deflateBound() function which I used recently.
Przemyslaw Czerpak
2010-09-13 09:40:53 +00:00
f35913215a
2010-09-13 09:59 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/src/rtl/hbzlib.c ! added our own version of compressBound() function for ZLIB versions 1.2.0 and earlier. It makes HB_ZCOMPRESSBOUND() working and fixes code like: <cResult> := HB_ZCOMPRESS( <cData> ) + added new PRG function: HB_GZCOMPRESS( <cData>, [<nDstBufLen>|<@cBuffer>], ; [<@nResult>], [<nLevel>] ) => <cCompressedData> or NIL on Error It works like HB_ZCOMPRESS() but uses GZIP instead of ZLIB encapsulation for compressed data. + added support for GZIP compressed strings to HB_ZUNCOMPRESS() and HB_ZUNCOMPRESSLEN() functions so they can be used with data compressed by HB_GZCOMPRESS() function or read from .gz files.
Przemyslaw Czerpak
2010-09-13 07:59:23 +00:00
d6837666c3
2010-09-12 22:09 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + contrib/hbqt/hbqt.hbc + Added .hbc for HBQT. So it can be referred in other projects simply as 'hbqt.hbc' (with no path).
Viktor Szakats
2010-09-12 20:11:12 +00:00
d52542ffbf
2010-09-12 11:17 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * INSTALL ! Typo
Viktor Szakats
2010-09-12 09:17:45 +00:00
ce68bd5b3c
2010-09-12 00:42 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbqt/hbqt.ch + A couple of more constants.
Pritpal Bedi
2010-09-12 07:53:51 +00:00
1b90aa0919
2010-09-11 09:22 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/src/rdd/dbfcdx/dbfcdx1.c ! save and restore index tag during reindexing when one of tags with smaller number then the current one is moved to the end of tag list - Clipper compatibility problem reported by Maurilio. ; Please remember that in Harbour DBFCDX during reindexing adds new tag at the end of tag list removing the old one. It's CL53 DBFCDX and COMIX compatible behavior but it's different then CL52 DBFCDX and SIXCDX.
Przemyslaw Czerpak
2010-09-11 07:23:07 +00:00
d3777cbfe9
2010-09-10 19:10 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbide/ideedit.prg ! Alt+PageUp/Down now position the cursor to next line after function ..() declaration line. * contrib/hbide/ideshortcuts.prg + Added: Alt+PageDown, Alt+PageUp macros. User now can tune it according to his editing habits.
Pritpal Bedi
2010-09-11 02:10:57 +00:00
8f37f7a0f0
2010-09-10 22:51 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * config/global.mk ! Adjustment to prev. Comment added.
Viktor Szakats
2010-09-10 20:52:12 +00:00
b8746abe7f
2010-09-10 22:09 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * config/global.mk * Will now show fatal error if HB_INSTALL_PREFIX is not set at all on non-*nix systems. Not setting this will result in missing COPYING file (which is obligatory accessory when distributing Harbour) and other crucial files like INSTALL, NEWS and ChangeLog.
Viktor Szakats
2010-09-10 20:12:00 +00:00
236d06e5f2
2010-09-10 07:05 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbqt/qtgui/g/QPrinter.cpp * Regenerated. * contrib/hbqt/qtgui/qth/QPrinter.qth ! Fixed: constructor, now it accepts QPrinterInfo also as a parameter.
Pritpal Bedi
2010-09-10 14:10:35 +00:00
3bef20a149
2010-09-10 11:34 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbide/hbide.hbp - contrib/hbide/hbide.prg + contrib/hbide/idemain.prg * Renamed to avoid users trying 'hbmk2 hbide' (and fail).
Viktor Szakats
2010-09-10 09:34:27 +00:00
e79bb83514
2010-09-10 09:57 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/contrib/hbwin/olecore.c ! do not convert parameters passed by reference for DISPID_PROPERTYPUT It should fix potential memory leak because in such case we do not use PutParams() which release them. ! return assigned value instead of index in __OPINDEX() method.
Przemyslaw Czerpak
2010-09-10 07:58:01 +00:00
15b23e3746
2010-09-10 05:14 UTC+0300 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt) * harbour/contrib/hbwin/olecore.c * harbour/contrib/hbwin/oleauto.prg + implemented overloading of operator [] * harbour/vm/classes.c * pacified compiler warning
Mindaugas Kavaliauskas
2010-09-10 02:15:16 +00:00
c0b0df678f
2010-19-12 09:19 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbide/hbqreportsmanager.prg ! Few more steps gained on printing front.
Pritpal Bedi
2010-09-10 02:10:51 +00:00
7a999f8734
2010-09-09 23:51 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/make.hbs ! Fixed matching pathseps in filter.
Viktor Szakats
2010-09-09 21:52:31 +00:00
ca9815acb6
2010-09-09 09:19 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) + contrib/hbqt/qtcore/g/HBQString.cpp + Added: missing file from prev commit. Damm it, I am getting less attentive since few days last, sorry.
Pritpal Bedi
2010-09-09 16:24:55 +00:00
253db45857
2010-09-09 17:22 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/src/rtl/filesys.c * unified hb_fsSeek[Large]() return value when seek operation cannot be executed for given file handle. Now it's 0 for all platforms.
Przemyslaw Czerpak
2010-09-09 15:22:21 +00:00
0d5bba39f4
2010-09-08 14:36 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbide/idemisc.prg * contrib/hbide/idetools.prg * contrib/hbide/ideprojmanager.prg + Implemented: hbIDE specific macros available in Project's Environments batch. The usage is like : [ MinGW 4.4.1 ] {content} SET project_name=${project_name} {content} SET project_path=${project_path} All macros available in Tools & Utilities can be used here also.
Pritpal Bedi
2010-09-08 21:51:59 +00:00
8b04eb129e
2010-09-08 20:33 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * src/rtl/hbjson.c * Making some compilers happy.
Viktor Szakats
2010-09-08 18:34:18 +00:00
94a1d97b99
2010-09-08 18:47 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * src/rtl/ttopbar.prg ! Added missing cargo instvar.
Viktor Szakats
2010-09-08 16:47:33 +00:00
277644f70c
2010-09-08 18:28 UTC+0300 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt) + harbour/include/harbour.hbx * added new JSON functions
Mindaugas Kavaliauskas
2010-09-08 15:29:03 +00:00
55fbb9d988
2010-09-07 19:22 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbide/hbqreportsmanager.prg + Print Preview synchronized. Now many facts are under control. % A lot other small artifacts covered.
Pritpal Bedi
2010-09-08 02:21:50 +00:00
6068e600fc
2010-09-07 16:22 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbide/idemisc.prg * contrib/hbide/ideprojmanager.prg * contrib/hbide/idetools.prg + Added: Tools & Utilities - new macros: "source_name_less_ext" Current editing instance's source file's name part only. hb_fNameSplit( cSource, , @cName ) => cName "project_title" Last compiled project's title. If no project is yet compiled in current session of hbIDE, then project title of current set project is used. If no current project is set, empty string is substituted. "project_path" Last compiled project's path. Rest per "project_title" above. "project_output_path" Last compiled project's output path. If no project has been compiled under current session, null string is substituted. Here no assumption is taken from current set project.
Pritpal Bedi
2010-09-07 23:31:04 +00:00
70544acb28
2010-09-08 00:17 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * src/rtl/sha1.c * src/rtl/sha1.h * src/rtl/hbsha1hm.c * src/rtl/sha2.c * src/rtl/sha2.h * src/rtl/hbsha2hm.c * src/rtl/sha1hmac.c * src/rtl/sha1hmac.h * src/rtl/hbsha1.c * src/rtl/sha2hmac.c * src/rtl/sha2hmac.h * src/rtl/hbsha2.c ! Renamed internal SHA functions to have hb_ prefix to avoid colliding with other tools, like OpenSSL.
Viktor Szakats
2010-09-07 22:17:41 +00:00
2775f662f2
2010-09-07 00:10 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * src/compiler/hbcomp.c ! Revisiting non-*nix stdout/stderr usage in compiler. From now on the Clipper (and old MS-DOS/Windows tool) compatible behavior is only maintained for MS-DOS Harbour builds, for the rest error messages are output to stderr, regular msgs are output to stdout.
Viktor Szakats
2010-09-06 22:12:08 +00:00
4087753a5a
2010-09-06 23:44 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbqt/qtgui/hbqt_hbqgraphicsrectitem.cpp ! Missing EOL @ EOF.
Viktor Szakats
2010-09-06 21:44:54 +00:00
3cd6f5a972
2010-09-04 12:30 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/include/hbatomic.h * added two new build time macros which can be used to control using GCC atomic builtin functions changing the default settings. HB_USE_GCCATOMIC_OFF - disable using atomic builtins HB_USE_GCCATOMIC - force using atomic builtins
Przemyslaw Czerpak
2010-09-04 10:30:41 +00:00
50b29f78e2
2010-09-03 21:19 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbqt/utils/hbqtgen.prg + Implemented: QIcon() as a parameter now can be supplied as filename, resource name, or constructed QIcon() as pointer. Notified at HMG forums.
Pritpal Bedi
2010-09-04 04:25:21 +00:00
b2cd347c3c
2010-08-29 14:37 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * external/sqlite3/sqlite3.c * external/sqlite3/sqlite3.dif * external/sqlite3/sqlite3.h * external/sqlite3/Makefile * Update sqlite to 3.7.2.
Viktor Szakats
2010-08-29 12:38:29 +00:00
9c07ce4cd2
2010-08-29 12:52 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbcurl/hbcurl.hbc ! Fixed for mingw64 + Added libssh2 libs for win static mode.
Viktor Szakats
2010-08-29 10:54:30 +00:00
cf74321e22
2010-08-28 13:08 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * utils/hbmk2/hbmk2.pt_BR.po * utils/hbmk2/hbmk2.hu_HU.po * utils/hbmk2/hbmk2.prg + Switched .po files to UTF-8. + Set svn:mime-type accordingly. ; NOTE: Make sure to use UTF-8 aware editor to edit these files from now on. These are the first UTF-8 files in hb repo.
Viktor Szakats
2010-08-28 11:19:15 +00:00
5b6c53a0ec
2010-08-27 18:32 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbqt/qtgui/hbqt_hbqgraphicsitem.cpp * contrib/hbqt/qtgui/hbqt_hbqgraphicsscene.cpp * contrib/hbide/hbqreportsmanager.prg + Advanced: Report's save/load artifacts. + Context-menu on scene areas where no item is under cursor. + ObjectsTree without any item highlighted if no item is visible selected in the scene.
Pritpal Bedi
2010-08-28 01:33:37 +00:00
aa248e8982
2010-08-27 12:49 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbqt/tests/demoqt.prg - Replaced: remaining old implementation code for Slots/Events. It was creating confusion unnecessarily.
Pritpal Bedi
2010-08-27 19:49:46 +00:00
abba013e29
2010-08-27 15:49 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * src/rtl/hbi18n2.prg * utils/hbmk2/hbmk2.prg + UTF8 BOM logic contained in core. Should fix it for all cases in hbmk2 and hbi18n.
Viktor Szakats
2010-08-27 13:50:20 +00:00
731fb7304f
2010-08-27 15:33 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * src/rtl/hbi18n2.prg ! __I18N_POTARRAYSAVE() typo in BOM flag default.
Viktor Szakats
2010-08-27 13:33:22 +00:00
0efcdd0e24
2010-08-27 14:56 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/contrib/hbssl/hbssl.h ! define OPENSSL_NO_SEED for OpenSSL 0.9.8e and earlier TODO: current HBSSL library cannot be compiled with some older versions of OpenSSL library (i.e. 0.9.6b). We should clearly define minimum OpenSSL version required by HBSSL.
Przemyslaw Czerpak
2010-08-27 12:56:26 +00:00
86339cc396
2010-08-26 22:50 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbide/hbqreportsmanager.prg * contrib/hbide/idedocwriter.prg * contrib/hbide/ideenviron.prg * contrib/hbide/idefindreplace.prg * contrib/hbide/idefunctions.prg * contrib/hbide/ideharbourhelp.prg * contrib/hbide/ideprojmanager.prg * contrib/hbide/ideshortcuts.prg * contrib/hbide/idethemes.prg ! 2nd round of Slots/Events reforms. Still some margin of regression is possible. Please report.
Pritpal Bedi
2010-08-27 05:55:29 +00:00
6769c42475
2010-08-26 21:58 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbide/idedocks.prg % An important arti-fix.
Pritpal Bedi
2010-08-27 05:00:43 +00:00
79abf55913
2010-08-27 00:40 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * src/rtl/hbi18n2.prg + __I18N_POTARRAYSAVE(): new lUTF8BOM parameter.
Viktor Szakats
2010-08-26 22:41:55 +00:00
ee5450a5fb
2010-08-27 00:01 UTC+0300 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt) * harbour/contrib/sddodbc/tests/test2.prg ! reverted accidentally changed file in last commit * harbour/src/rtl/hbsockhb.c + added public functions to use socket GC pointers from other modules: HB_SOCKET hb_socketParam( int iParam ); HB_SOCKET hb_socketItemGet( PHB_ITEM pItem ) PHB_ITEM hb_socketItemPut( PHB_ITEM pItem, HB_SOCKET sd ); void hb_socketItemClear( PHB_ITEM pItem );
Mindaugas Kavaliauskas
2010-08-26 20:59:54 +00:00
2d80a7ba50
2010-08-26 20:34 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * package/mpkg_win_nightly.bat * Adjustment to requirements (RDC access preferred).
Viktor Szakats
2010-08-26 18:35:30 +00:00
d302df4e9d
2010-08-26 10:16 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbide/idereportsmanager.prg + Implemented: dropping a .dbf onto scene updates "Data Source" tree. + Started: to save Report/Document in .ini format, extension used is .hrp.
Pritpal Bedi
2010-08-26 17:21:56 +00:00
6cb5a7f390
2010-08-26 18:30 UTC+0300 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt) * harbour/src/rtl/hbsockhb.c + added public functions to use socket GC pointers from other modules
Mindaugas Kavaliauskas
2010-08-26 15:29:58 +00:00
bbcda5ccd4
2010-08-25 19:15 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbide/idereportsmanager.prg % Some more refinements towards how a report would be saved/retreived.
Pritpal Bedi
2010-08-26 02:16:00 +00:00
8b4bac1390
2010-08-25 15:48 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbqt/qtcore/hbqt_misc.prg + Implemented: object local "Slots" and "Events" management. Now no need to setup slots and events variable. These are automatically created on demand.
Pritpal Bedi
2010-08-25 23:01:17 +00:00
d6ff90787e
2010-08-26 00:36 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * src/rtl/hbi18n2.prg + __I18N_POTARRAYLOAD(): UTF8 BOM support
Viktor Szakats
2010-08-25 22:37:59 +00:00
adba3db882
2010-08-25 16:24 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/package/harbour.spec ! fixed to work with current build system
Przemyslaw Czerpak
2010-08-25 14:25:11 +00:00
4e6d171138
2010-08-25 15:20 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * package/mpkg_src_nightly.sh + tar.xz nightly source.
Viktor Szakats
2010-08-25 13:21:05 +00:00