6a519ed909
2012-07-24 02:06 UTC+0200 Viktor Szakats (harbour syenar.net) * src/lang/pt.c ! fixed very old CP problem in one of the strings
Viktor Szakats
2012-07-24 00:06:42 +00:00
8d5a0a13d1
2012-07-24 01:43 UTC+0200 Viktor Szakats (harbour syenar.net) + src/lang/msgzhsim.c - src/lang/msgko.c - src/lang/msgzhgb.c * include/hblang.hbx * src/lang/msgzhutf.c * src/lang/Makefile * src/rtl/langcomp.prg * src/rtl/langlgcy.prg - deleted language module KO (Korean) using CP949, which CP is not supported by Harbour. INCOMPATIBLE. + readded Chinese Traditional language module, along with legacy language modul "ZHGB". Notice however that the CP it now uses is BIG5, not the otherwise unsupported by Harbour, CP936. INCOMPATIBLE. ; Migration of legacy language modules is now finished.
Viktor Szakats
2012-07-23 23:46:52 +00:00
bf9984125a
2012-07-24 01:20 UTC+0200 Viktor Szakats (harbour syenar.net) * utils/hbmk2/hbmk2.prg + select Harbour language modul in conjunction with hbmk2's own language modul. This makes for a little more localization and also tests and demonstrates the language modul subsystem.
Viktor Szakats
2012-07-23 23:22:18 +00:00
4175323e8f
2012-07-24 00:56 UTC+0200 Viktor Szakats (harbour syenar.net) * src/rtl/langcomp.prg + HB_LANGSELECT() extended to understand standard language codes, f.e. the ones returned by HB_USERLANG(). It means that from now on the recommended way to select language module is this: --- #include "hbextlng.ch" hb_cdpSelect( <CP of choice> ) hb_langSelect( hb_UserLang() ) ---
Viktor Szakats
2012-07-23 23:02:15 +00:00
7769bde412
2012-07-23 22:52 UTC+0200 Viktor Szakats (harbour syenar.net) * src/lang/msgcsutf.c * src/lang/msgskutf.c ! fixed long-time missing items. it fixes reported GPF.
Viktor Szakats
2012-07-23 20:54:33 +00:00
4959d1ec03
2012-07-23 22:43 UTC+0200 Viktor Szakats (harbour syenar.net) * src/lang/msg_tpl.c ! fixed reference to iso language code lookup doc * src/lang/msgbeutf.c ! excessive space * src/lang/msghrutf.c ! replaced month and day names with accented versions
Viktor Szakats
2012-07-23 20:44:35 +00:00
1f05758f92
2012-07-23 22:02 UTC+0200 Viktor Szakats (harbour syenar.net) * include/hblang.hbx * src/lang/Makefile + src/lang/msgsrlat.c * src/lang/msgsrutf.c * src/rtl/langcomp.prg + added Serbian (latin) language module ! fixed SR852 and SRISO legacy lang modules to use latin Serbian
Viktor Szakats
2012-07-23 20:05:12 +00:00
2e3ef27707
2012-07-23 21:48 UTC+0200 Viktor Szakats (harbour syenar.net) * include/hblang.hbx * src/rtl/Makefile * src/rtl/langcomp.prg + src/rtl/langlgcy.prg + added emulation for 'REQUEST HB_LANG_<id>' legacy code. protected with HB_LEGACY_LEVEL5, though until then probably some more shuffling will be needed to simplify usage (f.e. remapping UTF-8 language modules to 'LL' codes as opposed to 'LLUTF' codes used ATM) % only pull all codepages and base language modules required for dynamic language modules when user app REQUESTs and HB_LANG_<id>s. ; TOFIX: HB_LANGMESSAGE() often returns garbage when using it from hbrun or other dynamic apps. Changing hb_retc_const() to hb_retc() didn't seem to fix it. ; NOTE: All users are encouraged to use UTF-8 base language modules and request all CP components manually, then create their own dynamic language modules, f.e.: --- REQUEST HB_CODEPAGE_PT850 REQUEST HB_CODEPAGE_UTF8 REQUEST HB_LANG_PTUTF hb_langNew( "PT", "PT850", "PTUTF", "UTF8" ) hb_langSelect( "PT" ) ---
Viktor Szakats
2012-07-23 19:49:22 +00:00
1c0d273c5e
2012-07-23 17:48 UTC+0200 Viktor Szakats (harbour syenar.net) * contrib/gtwvg/activex.prg * contrib/gtwvg/gtwvg.c ! cleaned 1 out of about 4 different debugging method used in this component ! fixed lib depending on a function implemented in demo code.
Viktor Szakats
2012-07-23 15:49:54 +00:00
9bfbd7569c
2012-07-23 16:52 UTC+0200 Viktor Szakats (harbour syenar.net) * src/lang/msgelutf.c * src/lang/msgko.c ! minor corrections
Viktor Szakats
2012-07-23 14:52:47 +00:00
0741eef44d
2012-07-23 15:16 UTC+0200 Viktor Szakats (harbour syenar.net) + src/codepage/cphe862.c + src/codepage/cphewin.c - src/lang/msghe862.c - src/lang/msghewin.c - src/lang/msgsr852.c - src/lang/msgsriso.c - src/lang/msguados.c * ChangeLog * include/hbcpage.hbx * include/hblang.hbx * src/codepage/Makefile * src/lang/Makefile * src/rtl/langcomp.prg + added HE862 and HEWIN codepage modules. Only to for CP conversion, so they do not feature a collation table yet. Please add it. + using HE862 and HWIN to dynamically create Hebrew language modules for legacy CPs from UTF-8 one. + mapped SR852 and SRISO lang modules to CPs, and deleted old modules + mapped USDOS lang module to CP and deleted old module
Viktor Szakats
2012-07-23 13:22:23 +00:00
69f006b9e8
2012-07-23 13:49 UTC+0200 Viktor Szakats (harbour syenar.net) * src/rtl/langcomp.prg - deleted recently added UAKOI and RUKOI language modules (use the old names UAKOI8 and RUKOI8)
Viktor Szakats
2012-07-23 11:50:04 +00:00
27022db829
2012-07-23 13:42 UTC+0200 Viktor Szakats (harbour syenar.net) - src/lang/msghucwi.c * doc/en/lang.txt * include/hblang.hbx * src/lang/Makefile * src/rtl/langcomp.prg - deleted support for HUCWI which used a long-time dead CP. If you use it, it's probably time to switch to something more recent, or submit a patch for a CWI CP in Harbour (or implement your translation locally).
Viktor Szakats
2012-07-23 11:46:00 +00:00
75a6f7367b
2012-07-23 13:31 UTC+0200 Viktor Szakats (harbour syenar.net) * src/rtl/langcomp.prg ! using BIG5 instead of CP950 for ZHB5 language module ; NOTE: One will have to use 'REQUEST HB_CODEPAGE_BIG5' to make the compatibility layer work, or generate the CP dynamically using this call: hb_langNew( "ZHB5", "CP950", "ZHUTF", "UTF8" )
Viktor Szakats
2012-07-23 11:33:29 +00:00
a5a8f78864
2012-07-23 13:28 UTC+0200 Viktor Szakats (harbour syenar.net) - src/lang/msgzhb5.c * include/hblang.hbx * src/lang/Makefile * src/rtl/langcomp.prg % deleted ZHB5 language module, which is now converted dynamically from UTF8 version
Viktor Szakats
2012-07-23 11:29:41 +00:00
1c7fee465a
2012-07-23 13:00 UTC+0200 Viktor Szakats (harbour syenar.net) + src/rtl/langcomp.prg * src/rtl/langapi.c * src/rtl/Makefile + added compatibility layer to HB_LANGSELECT() that dynamically generates language modules for legacy codepages from the UTF-8 codepages. ; TODO: Move this layer to C level (I need help) ; TODO: Delete legacy codepages ; TODO: Resolve language modules with missing codepage modules (ideally by implementing the option to chose from real codepages directly)
Viktor Szakats
2012-07-23 11:02:30 +00:00
7b28c40557
2012-07-23 11:43 UTC+0200 Viktor Szakats (harbour syenar.net) * src/lang/msgcsutf.c * src/lang/msgelutf.c * minor formatting
Viktor Szakats
2012-07-23 09:43:29 +00:00
b17c638a7a
2012-07-23 11:35 UTC+0200 Viktor Szakats (vszakats syenar.net) * include/hblang.hbx + added new UTF language modules ! synced UEKOI8 and RUKOI8 with lang module changes
Viktor Szakats
2012-07-23 09:35:59 +00:00
a34ee18ace
2012-07-23 02:07 UTC+0200 Viktor Szakats (vszakats syenar.net) * src/lang/msgbgutf.c ! fix to prev
Viktor Szakats
2012-07-23 00:08:15 +00:00
0250b8bd79
2012-07-23 02:00 UTC+0200 Viktor Szakats (vszakats syenar.net) + src/lang/msgbeutf.c + src/lang/msgbgutf.c + src/lang/msgcautf.c + src/lang/msgcsutf.c + src/lang/msgdeutf.c + src/lang/msgelutf.c + src/lang/msgeoutf.c + src/lang/msgesutf.c + src/lang/msgeuutf.c + src/lang/msgfrutf.c + src/lang/msgglutf.c + src/lang/msgheutf.c + src/lang/msghrutf.c + src/lang/msgidutf.c + src/lang/msgisutf.c + src/lang/msgitutf.c + src/lang/msgkoutf.c + src/lang/msgltutf.c + src/lang/msgnlutf.c + src/lang/msgplutf.c + src/lang/msgptutf.c + src/lang/msgroutf.c + src/lang/msgruutf.c + src/lang/msgskutf.c + src/lang/msgslutf.c + src/lang/msgsrutf.c + src/lang/msgsvutf.c + src/lang/msgtrutf.c + src/lang/msguautf.c + src/lang/msgzhutf.c * src/lang/Makefile + added UTF-8 encoded version of language modules ; these will allow to drop all the 8-bit specific flavors putting an end to the CP mess.
Viktor Szakats
2012-07-23 00:04:23 +00:00
6a26c29334
2012-07-23 01:50 UTC+0200 Viktor Szakats (vszakats syenar.net) * src/lang/msgrukoi.c * src/lang/msguakoi.c ! some more
Viktor Szakats
2012-07-22 23:50:32 +00:00
1b995df9a0
2012-07-23 01:42 UTC+0200 Viktor Szakats (vszakats syenar.net) * src/lang/msgzhb5.c * src/lang/msgzhgb.c ! more minor header fixes
Viktor Szakats
2012-07-22 23:43:07 +00:00
bbfe5c1ee7
2012-07-23 01:29 UTC+0200 Viktor Szakats (vszakats syenar.net) * src/lang/msgeswin.c ! wrong RFC ID
Viktor Szakats
2012-07-22 23:29:51 +00:00
88d38d1b28
2012-07-23 01:26 UTC+0200 Viktor Szakats (vszakats syenar.net) * src/lang/msgelwin.c * src/lang/msgeswin.c * src/lang/msgltwin.c ! more minor header cleanups
Viktor Szakats
2012-07-22 23:27:32 +00:00
e9e86a513d
2012-07-22 21:46 UTC+0200 Viktor Szakats (vszakats syenar.net) * extras/hbapollo/sxapi.h ! deleted some more duplicated definitions from 3rd party header * header guard renamed
Viktor Szakats
2012-07-22 19:47:04 +00:00
763a7432f7
2012-07-22 20:08 UTC+0200 Viktor Szakats (vszakats syenar.net) * include/hbapigt.h * tests/db_brows.prg ! fixes to prev
Viktor Szakats
2012-07-22 18:09:11 +00:00
d899ff5acc
2012-07-22 19:45 UTC+0200 Viktor Szakats (vszakats syenar.net) * extras/hbapollo/hbapollo.hbp + utilize original COFF implibs provided by the vendor (it makes link-time warnings disappear, when using mingw and enables implib generation for all compilers)
Viktor Szakats
2012-07-22 17:46:39 +00:00
675cbcb5d6
2012-07-22 19:31 UTC+0200 Viktor Szakats (vszakats syenar.net) * contrib/hbgt/doc/en/hbgt.txt * doc/en/gtslang.txt * extras/gfspell/spell.prg * tests/mousetst.prg * tests/testdbf.prg * tests/testrdd2.prg * contrib/hbmisc/numtxthu.prg * contrib/hbqt/tests/wvtqt.prg * contrib/hbxbp/tests/wvtqt.prg * include/hbapigt.h * tests/db_brows.prg * tests/gtchars.prg * tests/tb1.prg * tests/testbrw.prg * tests/wcecon.prg ! fixing high 8-bit chars (using various methods) (finished) ; NOTE: Some sources have been converted to UTF-8, so from now on make sure to use an UTF-8 enabled editor and use only UTF-8 chars when typing non-ASCII (7-bit) characters.
Viktor Szakats
2012-07-22 17:39:24 +00:00
94176e6f87
2012-07-22 18:46 UTC+0200 Viktor Szakats (vszakats syenar.net) * contrib/hbct/ctnet.c * contrib/hbhpdf/annot.c * contrib/hbhpdf/core.c * contrib/hbhpdf/tests/harupdf.prg * contrib/hbide/ideconsole.prg * contrib/hbide/idemisc.prg * contrib/hbmisc/tests/rtfclass.prg * contrib/hbpgsql/tests/cache.prg * extras/hbxlsxml/tests/example.prg * extras/httpsrv/cgifunc.prg * contrib/hbcairo/tests/hellow.prg ! fixing high 8-bit chars (using various methods) (to be continued)
Viktor Szakats
2012-07-22 16:48:33 +00:00
5f686f7ed1
2012-07-22 16:09 UTC+0200 Viktor Szakats (vszakats syenar.net) * contrib/hbtip/tests/dnldftp.prg * contrib/hbtip/tests/upld_ftp.prg ! translated output to English. At the same time removed non-ASCII (accented) chars.
Viktor Szakats
2012-07-22 16:08:19 +00:00
2242853a44
2012-07-22 15:55 UTC+0200 Viktor Szakats (vszakats syenar.net) * contrib/hbide/idestylesheets.prg * contrib/hbide/idetags.prg ! fixed wrong usage of hb_B*() raw string functions
Viktor Szakats
2012-07-22 13:59:53 +00:00
96fffaa0ea
2012-07-21 19:21 UTC+0200 Viktor Szakats (harbour syenar.net) + extras/hbapollo/LICENCE + added license
Viktor Szakats
2012-07-21 17:22:11 +00:00
340318e66d
2012-07-21 19:09 UTC+0200 Viktor Szakats (vszakats syenar.net) + extras - examples * doc/dirstruc.txt * renamed 'examples' to what it is more: 'extras'
Viktor Szakats
2012-07-21 17:10:27 +00:00
f6c08520e4
2012-07-21 18:31 UTC+0200 Viktor Szakats (vszakats syenar.net) + tests/stripeol.hb + added script to strip spaces at EOL
Viktor Szakats
2012-07-21 16:48:00 +00:00
86a79b52cc
2012-07-21 14:17 UTC+0200 Viktor Szakats (vszakats syenar.net) * examples/hbxlsxml/tests/example.prg * examples/hbxlsxml/tests/example2.prg * examples/hbxlsxml/tests/example3.prg * examples/hbxlsxml/xlsxml_s.prg ! deleted spaces at EOL
Viktor Szakats
2012-07-21 12:18:17 +00:00
f223eb7a47
2012-07-21 14:05 UTC+0200 Viktor Szakats (vszakats syenar.net) * contrib/gtwvg/tests/demowvg.prg * contrib/gtwvg/tests/demowvg1.prg * contrib/hbct/tests/datetime.prg * contrib/hbnf/datecnfg.prg * examples/gtwvw/tests/ebtest7.prg * examples/gtwvw/tests/wvwtest9.prg * examples/hbapollo/tests/test05.prg * examples/hbvpdf/tests/tstpdf.prg * examples/hbxlsxml/tests/example.prg * tests/usrrdd/exarr.prg * use SET DATE ANSI
Viktor Szakats
2012-07-21 12:06:35 +00:00
674178d966
2012-07-20 15:23 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbide/idefindreplace.prg ! Fixed: Find action in FindInFiles was opening the source in "Main" view before searching. It should had been if source is opened only then take it from editing instance otherwise from disk. I suspect yesterday night I was too tired.
Pritpal Bedi
2012-07-20 22:26:41 +00:00
6382cdb0dd
2012-07-20 14:02 UTC+0200 Viktor Szakats (harbour syenar.net) * include/clipdefs.h * include/extend.api * include/hbapi.h * include/hbdefs.h * deprecated HB_LEGACY_TYPES_ON build-time option. Use native Harbour types instead. (deprecated using HB_LEGACY_LEVEL4) + added HB_PARAMNO Harbour type to denote parameter number. ; TOFIX: Use HB_PARAMNO instead of HB_BYTE, HB_USHORT, int, HB_ULONG
Viktor Szakats
2012-07-20 12:07:37 +00:00
340f92c912
2012-07-20 02:03 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbqt/qtgui/hbqt_hbqplaintextedit.cpp ! Fixed: clicking on selected area was not removing the selection. Was ever waiting the user if he/she will drag the text. Now only one chance of dragging is available, otherwise selection will disappear.
Pritpal Bedi
2012-07-20 09:07:31 +00:00
047de8eb80
2012-07-20 10:53 UTC+0200 Viktor Szakats (harbour syenar.net) * contrib/xhb/hbxml.c * formatting % deleted superfluous C std header
Viktor Szakats
2012-07-20 08:54:38 +00:00
642bff55ab
2012-07-19 23:43 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbide/ideedit.prg * contrib/hbide/idefindreplace.prg ! Fixed: Search and Replace in <FindInFiles> where multiple S&R operations were producing irritating behavior. Please test properly ( only lightly tested ).
Pritpal Bedi
2012-07-20 06:53:00 +00:00
ee657afaae
2012-07-20 06:44 UTC+0200 Viktor Szakats (harbour syenar.net) * examples/hbapollo/append.c * examples/hbapollo/dbdelim.c * examples/hbapollo/global.c * examples/hbapollo/sde.c * examples/hbapollo/sxapi.h * examples/hbapollo/tools.c * examples/hbapollo/use.c ! added 's_' prefix to static varnames ! one static var got a TOFIX, but probably more should have * cleaned externs * minor fixes (also to prev)
Viktor Szakats
2012-07-20 04:48:37 +00:00
568586ace4
2012-07-19 22:09 UTC+0200 Viktor Szakats (harbour syenar.net) * contrib/hbfbird/tests/testapi.c * uncrustified * contrib/hbwin/olecore.c * minor formatting
Viktor Szakats
2012-07-19 20:10:28 +00:00
197b39966c
2012-07-19 21:10 UTC+0200 Viktor Szakats (harbour syenar.net) * contrib/hbnf/descendn.c * contrib/hbnf/dispc.c * contrib/hbnf/fttext.c * contrib/hbnf/peek.c * contrib/hbnf/poke.c * contrib/hbnf/proper.c * contrib/hbnf/prtscr.c * uncrustified ! fixed warning on __max()/__min() macros by replacing them with Harbour macros
Viktor Szakats
2012-07-19 19:15:15 +00:00
8594097c52
+ Added: missed entry of last day commit.
Pritpal Bedi
2012-07-19 18:56:54 +00:00
2f86f27c61
2012-07-19 20:49 UTC+0200 Viktor Szakats (vszakats syenar.net) * examples/hbapollo/dbedit.prg ! fix (to a source redone for Harbour)
Viktor Szakats
2012-07-19 18:50:07 +00:00
9138211bca
2012-07-19 14:57 UTC+0200 Viktor Szakats (harbour syenar.net) + examples/hbapollo + examples/hbapollo/*.c + examples/hbapollo/*.prg + examples/hbapollo/hbapollo.hbc + examples/hbapollo/hbapollo.hbp + examples/hbapollo/tests + examples/hbapollo/tests/hbmk.hbm + examples/hbapollo/tests/*.prg + added "sixapi" lib borrowed from xhb. It's a binding for Apollo libs. Available only for win/x86. A very old and short implementation was BTW just recently removed from Harbour. ; Code received lots of generic polishing and minor cleanups, hbmk2 build system, etc. Still has a lot of Windows types, but that's what Apollo seems to use, so it's not easy to drop them. ; I'm not sure if this is worth including, Apollo seems to be highly non-portable and a dead product, but I had some spare time so I'm uploading it and if nobody is interested I'll remove it.
Viktor Szakats
2012-07-19 13:09:29 +00:00
47abf1381d
2012-07-19 01:14 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbide/hbqreportsmanager.prg * contrib/hbide/idebrowse.prg * contrib/hbide/idechangelog.prg * contrib/hbide/idefindreplace.prg * contrib/hbide/idefunctions.prg * contrib/hbide/ideharbourhelp.prg * contrib/hbide/idehome.prg * contrib/hbide/idesaveload.prg * contrib/hbide/ideshortcuts.prg * contrib/hbide/ideskeletons.prg * contrib/hbide/idethemes.prg * contrib/hbide/idetools.prg * contrib/hbide/idewizard.prg ! Changed: signal/event handelling via numeric representation instead of character strings. This completes this part of optimizations.
Pritpal Bedi
2012-07-19 08:19:29 +00:00
1c2d636013
2012-07-19 09:52 UTC+0200 Viktor Szakats (harbour syenar.net) * utils/hbmk2/hbmk2.prg ! fixed minor formatting inconsistencies
Viktor Szakats
2012-07-19 07:53:33 +00:00
8c6a12dab8
2012-07-18 20:04 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbide/idedocks.prg * contrib/hbide/ideedit.prg * contrib/hbide/ideeditor.prg * contrib/hbide/ideprojectwizard.prg * contrib/hbide/ideuisrcmanager.prg ! Optimized: character constants to numeric ones. Must speed up the user experience.
Pritpal Bedi
2012-07-19 03:08:52 +00:00
52bb8aa862
2012-07-18 16:14 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbide/ideuisrcmanager.prg ! Fixed: a regression caused by changes in .ui manipulation; accessing objects from a hash to genuine class variable.
Pritpal Bedi
2012-07-18 23:18:15 +00:00
0407f7eccb
2012-07-18 18:15 UTC+0200 Viktor Szakats (harbour syenar.net) * contrib/hbgt/tests/test.prg * formatting (manual)
Viktor Szakats
2012-07-18 16:19:27 +00:00
5428d17e70
2012-07-18 16:25 UTC+0200 Viktor Szakats (harbour syenar.net) * tests/clsnv.prg * tests/cursrtst.prg * tests/foreach2.prg * tests/testpp.prg * tests/transtst.prg * tests/tscmdarg.c * more cleanups
Viktor Szakats
2012-07-18 14:27:05 +00:00
29b7b02404
2012-07-18 15:52 UTC+0200 Viktor Szakats (harbour syenar.net) * tests/ainstest.prg * tests/codebloc.prg * tests/procname.prg * tests/server.prg * tests/testrdd2.prg * tests/tstuse.prg * more cleanups
Viktor Szakats
2012-07-18 13:53:20 +00:00
444798e073
2012-07-18 09:41 UTC+0200 Viktor Szakats (harbour syenar.net) * contrib/hbide/resources/collapse_m.png * contrib/hbide/resources/expand_m.png % optimized them using ImageOptim. Please run at least 'optipng' (available for all platform for free) on .png files before uploading them to SVN. Thank you.
Viktor Szakats
2012-07-18 07:42:27 +00:00
a322918685
2012-07-17 10:15 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbide/ideprojectwizard.prg * contrib/hbide/projectwizard.ui + Some visual enhancements ( not final yet ).
Pritpal Bedi
2012-07-17 17:19:46 +00:00
ba315e9544
2012-07-17 10:03 UTC+0200 Viktor Szakats (harbour syenar.net) * contrib/hbformat/hbfmtcls.prg ! iif() added to list of functions * minor formatting
Viktor Szakats
2012-07-17 08:04:35 +00:00
5f22fe0d23
2012-07-17 09:51 UTC+0200 Viktor Szakats (harbour syenar.net) * tests/readhrb.prg + updated by Vailton Renato to work on current .hrb format and more + further formatted, cleaned, unicodized, etc
Viktor Szakats
2012-07-17 07:52:51 +00:00
47d6ba17c7
2012-07-16 23:31 UTC+0200 Viktor Szakats (harbour syenar.net) * src/vm/extrap.c ! old IA64 compilation typo. Thanks to Raphael for report and patch.
Viktor Szakats
2012-07-16 21:31:52 +00:00
2991d747b0
2012-07-16 16:20 UTC+0200 Viktor Szakats (harbour syenar.net) * contrib/hbide/projectpropertiesex.ui ! HBMK2 -> hbmk2 to be consistent with everywhere else
Viktor Szakats
2012-07-16 14:23:08 +00:00
251cd822ed
! Miss from previous commit.
Pritpal Bedi
2012-07-16 13:50:54 +00:00
9d19f1f5b0
2012-07-16 12:39 UTC+0200 Viktor Szakats (harbour syenar.net) * src/3rd/png/Makefile * src/3rd/png/* * updated to 1.5.12 (from 1.5.11) using 3rdpatch.hb (no change in actual png source code, the vulnerability didn't affect Harbour as it was build related)
Viktor Szakats
2012-07-16 10:41:36 +00:00
0872b25ef1
2012-07-16 11:19 UTC+0200 Viktor Szakats (harbour syenar.net) * contrib/hbide/ideprojectwizard.prg * contrib/hbide/projectwizard.ui ! HbMk2 -> hbmk2 to be consistent with everywhere else
Viktor Szakats
2012-07-16 09:19:57 +00:00
2a502734c6
2012-07-16 01:14 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbide/idemain.prg * contrib/hbide/idemisc.prg * contrib/hbide/ideprojectwizard.prg * contrib/hbide/projectwizard.ui ! Advanced: to a comfortable level how a project can be constructed. Please play with <Main Menu><Project><New Project Wizard>. It implements very nice constructs to enter various elements. Still a work-in-progress, but concept has begining to impress.
Pritpal Bedi
2012-07-16 08:20:11 +00:00
2e0ac6cd88
2012-07-15 00:57 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbide/idetools.prg * Minor. * contrib/hbide/hbide.hbp * contrib/hbide/ideactions.prg * contrib/hbide/idemain.prg * contrib/hbide/ideobject.prg + contrib/hbide/ideprojectwizard.prg + contrib/hbide/projectwizard.ui + Added: .ui and class to offer the facility to create a project with minimum of efforts. It is just the begining, only user interface is available currently, a work-in-progress. This can be accessed via <Main Menu><Project><New Project Wizard>. Do have a look and let me know if more can be added...
Pritpal Bedi
2012-07-15 08:13:53 +00:00
90ed61138f
2012-07-14 13:50 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbide/ideedit.prg * contrib/hbide/ideeditor.prg * contrib/hbide/idefindreplace.prg * contrib/hbqt/qtgui/hbqt_hbqplaintextedit.cpp * contrib/hbqt/qtgui/hbqt_hbqplaintextedit.h * contrib/hbqt/qtgui/qth/HBQPlainTextEdit.qth - Deleted some methods. % Optimized code flow. This fixes many minor glitches in editing.
Pritpal Bedi
2012-07-14 20:53:47 +00:00
20823c504a
2012-07-14 03:59 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbqt/hbmk2_qt.hb - Reverted: a minor change in logic which produced regression at a particular .ui.
Pritpal Bedi
2012-07-14 11:09:04 +00:00
847fd913ab
2012-07-13 15:57 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbqt/qtgui/hbqtgui.ch * contrib/hbqt/hbmk2_qt.hb + Applied: patch received from Ryszard Glab ( with my fixes of one overlook ). fixes: - some issues with QApplication:translation method - it allows for binding QAction to a window for wchich the action was deined, for example, if SomeDialog.ui file has actions defined then virtual methods: <actionName>_triggered is added to UI_SomeDialog class.
Pritpal Bedi
2012-07-13 23:04:02 +00:00
2173ae9ea5
2012-07-12 23:33 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbide/idebrowse.prg * contrib/hbide/ideeditor.prg * contrib/hbide/idemain.prg * contrib/hbide/idesources.prg + Implemented: 1. IdeDBU mode where .dbf(s) can be passed on command-line, as: HbIDE.exe \harbour\tests\test.dbf myOther.dbf
Pritpal Bedi
2012-07-13 06:55:51 +00:00
cbbe0d50f1
2012-07-12 09:26 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbide/ideedit.prg * contrib/hbide/ideeditor.prg ! Optimizations: what exactly should get fired with which event. User must experience speed improvement while navigating and editing the sources.
Pritpal Bedi
2012-07-12 16:33:43 +00:00
25ec4c2ba7
2012-04-12 18:22 UTC+0300 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt) * harbour/src/common/hbdate.c * increased stability of hb_dateDecode() for date values having year > 9999
Mindaugas Kavaliauskas
2012-07-12 15:23:08 +00:00