Commit Graph

  • 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
  • 4af7b96041 2012-07-24 01:55 UTC+0200 Viktor Szakats (harbour syenar.net) + src/lang/be.c + src/lang/bg.c + src/lang/ca.c + src/lang/cs.c + src/lang/de.c + src/lang/el.c + src/lang/en_tpl.c + src/lang/eo.c + src/lang/es.c + src/lang/eu.c + src/lang/fr.c + src/lang/gl.c + src/lang/he.c + src/lang/hr.c + src/lang/hu.c + src/lang/id.c + src/lang/is.c + src/lang/it.c + src/lang/ko.c + src/lang/lt.c + src/lang/nl.c + src/lang/pl.c + src/lang/pt.c + src/lang/ro.c + src/lang/ru.c + src/lang/sk.c + src/lang/sl.c + src/lang/sr_cyr.c + src/lang/sr_lat.c + src/lang/sv.c + src/lang/tr.c + src/lang/uk.c + src/lang/zh_sim.c + src/lang/zh_tra.c - src/lang/msg_tpl.c - 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/msghuutf.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/msgsrlat.c - src/lang/msgsrutf.c - src/lang/msgsvutf.c - src/lang/msgtrutf.c - src/lang/msguautf.c - src/lang/msgzhsim.c - src/lang/msgzhutf.c * src/lang/Makefile % shortened language module names, deleted UTF prefix, since every one of them is now UTF and only-UTF, cleaned postfixes for languages with multiple flavors ! fixed UA -> UK Viktor Szakats 2012-07-23 23:59:45 +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
  • 96a2b2dd49 2012-07-23 17:38 UTC+0200 Viktor Szakats (harbour syenar.net) + contrib/hbide/actions.prg + contrib/hbide/browse.prg + contrib/hbide/changelog.prg + contrib/hbide/console.prg + contrib/hbide/dict.prg + contrib/hbide/docks.prg + contrib/hbide/docwriter.prg + contrib/hbide/edit.prg + contrib/hbide/editor.prg + contrib/hbide/environ.prg + contrib/hbide/findreplace.prg + contrib/hbide/format.prg + contrib/hbide/functions.prg + contrib/hbide/harbourhelp.prg + contrib/hbide/home.prg + contrib/hbide/main.prg + contrib/hbide/misc.prg + contrib/hbide/object.prg + contrib/hbide/parseexpr.c + contrib/hbide/plugins.prg + contrib/hbide/projectwizard.prg + contrib/hbide/projmanager.prg + contrib/hbide/saveload.prg + contrib/hbide/shortcuts.prg + contrib/hbide/skeletons.prg + contrib/hbide/sources.prg + contrib/hbide/stylesheets.prg + contrib/hbide/tags.prg + contrib/hbide/themes.prg + contrib/hbide/tools.prg + contrib/hbide/uisrcmanager.prg + contrib/hbide/wizard.prg - contrib/hbide/ideactions.prg - contrib/hbide/idebrowse.prg - contrib/hbide/idechangelog.prg - contrib/hbide/ideconsole.prg - contrib/hbide/idedict.prg - contrib/hbide/idedocks.prg - contrib/hbide/idedocwriter.prg - contrib/hbide/ideedit.prg - contrib/hbide/ideeditor.prg - contrib/hbide/ideenviron.prg - contrib/hbide/idefindreplace.prg - contrib/hbide/ideformat.prg - contrib/hbide/idefunctions.prg - contrib/hbide/ideharbourhelp.prg - contrib/hbide/idehome.prg - contrib/hbide/idemain.prg - contrib/hbide/idemisc.prg - contrib/hbide/ideobject.prg - contrib/hbide/ideparseexpr.c - contrib/hbide/ideplugins.prg - contrib/hbide/ideprojectwizard.prg - contrib/hbide/ideprojmanager.prg - contrib/hbide/idesaveload.prg - contrib/hbide/ideshortcuts.prg - contrib/hbide/ideskeletons.prg - contrib/hbide/idesources.prg - contrib/hbide/idestylesheets.prg - contrib/hbide/idetags.prg - contrib/hbide/idethemes.prg - contrib/hbide/idetools.prg - contrib/hbide/ideuisrcmanager.prg - contrib/hbide/idewizard.prg * contrib/hbide/hbide.hbp * deleted 'ide' prefix from all source files Viktor Szakats 2012-07-23 15:42:26 +00:00
  • c300ba14ee 2012-07-23 17:26 UTC+0200 Viktor Szakats (harbour syenar.net) + contrib/gtwvg/3state.prg + contrib/gtwvg/activex.prg + contrib/gtwvg/bitmap.prg + contrib/gtwvg/checkbox.prg + contrib/gtwvg/class.prg + contrib/gtwvg/combobox.prg + contrib/gtwvg/crt.prg + contrib/gtwvg/dataref.prg + contrib/gtwvg/dialog.prg + contrib/gtwvg/drawarea.prg + contrib/gtwvg/genrc.prg + contrib/gtwvg/htmlview.prg + contrib/gtwvg/listbox.prg + contrib/gtwvg/menubar.prg + contrib/gtwvg/mle.prg + contrib/gtwvg/paint.prg + contrib/gtwvg/parthdlr.prg + contrib/gtwvg/pushbut.prg + contrib/gtwvg/radiobut.prg + contrib/gtwvg/scrollbr.prg + contrib/gtwvg/sle.prg + contrib/gtwvg/statbar.prg + contrib/gtwvg/static.prg + contrib/gtwvg/syswnd.prg + contrib/gtwvg/tabpage.prg + contrib/gtwvg/toolbar.prg + contrib/gtwvg/treeview.prg + contrib/gtwvg/wnd.prg + contrib/hbxbp/3state.prg + contrib/hbxbp/appevent.prg + contrib/hbxbp/bitmap.prg + contrib/hbxbp/browse.prg + contrib/hbxbp/checkbox.prg + contrib/hbxbp/clipboard.prg + contrib/hbxbp/combobox.prg + contrib/hbxbp/crt.prg + contrib/hbxbp/dataref.prg + contrib/hbxbp/dialog.prg + contrib/hbxbp/filedialog.prg + contrib/hbxbp/fontdialog.prg + contrib/hbxbp/generic.prg + contrib/hbxbp/gra.prg + contrib/hbxbp/htmlviewer.prg + contrib/hbxbp/listbox.prg + contrib/hbxbp/menubar.prg + contrib/hbxbp/mle.prg + contrib/hbxbp/parthandler.prg + contrib/hbxbp/presspace.prg + contrib/hbxbp/printdialog.prg + contrib/hbxbp/printer.prg + contrib/hbxbp/pushbutton.prg + contrib/hbxbp/radiobutton.prg + contrib/hbxbp/rtf.prg + contrib/hbxbp/scrollbar.prg + contrib/hbxbp/sle.prg + contrib/hbxbp/spinbutton.prg + contrib/hbxbp/static.prg + contrib/hbxbp/statusbar.prg + contrib/hbxbp/style.prg + contrib/hbxbp/tabpage.prg + contrib/hbxbp/toolbar.prg + contrib/hbxbp/treeview.prg + contrib/hbxbp/window.prg - contrib/gtwvg/wvg3stat.prg - contrib/gtwvg/wvgax.prg - contrib/gtwvg/wvgbitmp.prg - contrib/gtwvg/wvgcheck.prg - contrib/gtwvg/wvgclass.prg - contrib/gtwvg/wvgcombo.prg - contrib/gtwvg/wvgcrt.prg - contrib/gtwvg/wvgdarea.prg - contrib/gtwvg/wvgdatar.prg - contrib/gtwvg/wvgdlg.prg - contrib/gtwvg/wvggenrc.prg - contrib/gtwvg/wvghtmlv.prg - contrib/gtwvg/wvglistb.prg - contrib/gtwvg/wvgmenub.prg - contrib/gtwvg/wvgmle.prg - contrib/gtwvg/wvgpaint.prg - contrib/gtwvg/wvgphdlr.prg - contrib/gtwvg/wvgpushb.prg - contrib/gtwvg/wvgradio.prg - contrib/gtwvg/wvgscrlb.prg - contrib/gtwvg/wvgsle.prg - contrib/gtwvg/wvgstatb.prg - contrib/gtwvg/wvgstatc.prg - contrib/gtwvg/wvgsysw.prg - contrib/gtwvg/wvgtabpg.prg - contrib/gtwvg/wvgtoolb.prg - contrib/gtwvg/wvgtreev.prg - contrib/gtwvg/wvgwnd.prg - 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/xbpcrt.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/xbpsle.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 * contrib/gtwvg/gtwvg.hbp * contrib/hbxbp/hbxbp.hbp % deleted unnecessary prefix from .prg filenames, thus making the much more easily searchable and recognizable and also allowing more room for the real description with much less undecipherable abbreviations. Viktor Szakats 2012-07-23 15:32:39 +00:00
  • a242a4bbe8 2012-07-23 17:17 UTC+0200 Viktor Szakats (harbour syenar.net) * contrib/gtwvg/tests/demoxbp.prg * contrib/gtwvg/tests/wvgactivex.prg * contrib/gtwvg/tests/wvgmodal.prg * contrib/gtwvg/tests/wvgxbp.prg * contrib/gtwvg/wvgcheck.prg * contrib/hbide/ideconsole.prg * contrib/hbide/idetags.prg * contrib/hbnf/tests/nftest.prg * contrib/hbxbp/tests/demoxbp.prg * contrib/hbxbp/tests/dialogqt.prg * contrib/hbxbp/tests/xbpqtc.prg * contrib/hbxbp/xbpappevent.prg * contrib/hbxbp/xbptreeview.prg * contrib/xhb/hjwindow.prg * contrib/xhb/hterrsys.prg * contrib/xhb/htjlist.prg * contrib/xhb/htmutil.prg * contrib/xhb/ttable.prg * contrib/xhb/xhberr.prg * extras/gtwvw/tests/cbtest6.prg * extras/guestbk/cgi.ch * extras/guestbk/guestbk.prg * extras/guestbk/guestbk.txt * extras/guestbk/inifiles.prg * extras/hbapollo/fblock.prg * extras/hbapollo/tests/test45.prg * extras/hbxlsxml/xlsxml_y.prg * extras/httpsrv/cgifunc.prg * extras/httpsrv/session.prg * extras/httpsrv/uhttpd.prg ! if() -> iif() * formatting * *trim( str() ) -> hb_ntos() * modernized generated html Viktor Szakats 2012-07-23 15:20:20 +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
  • d1427779b2 2012-07-23 13:14 UTC+0200 Viktor Szakats (harbour syenar.net) - src/lang/msgbe866.c - src/lang/msgbewin.c - src/lang/msgbg866.c - src/lang/msgbgiso.c - src/lang/msgbgmik.c - src/lang/msgbgwin.c - src/lang/msgca.c - src/lang/msgcs852.c - src/lang/msgcsiso.c - src/lang/msgcskam.c - src/lang/msgcswin.c - src/lang/msgde.c - src/lang/msgdewin.c - src/lang/msgel.c - src/lang/msgelwin.c - src/lang/msgeo.c - src/lang/msges.c - src/lang/msgeswin.c - src/lang/msgeu.c - src/lang/msgfr.c - src/lang/msggl.c - src/lang/msghr646.c - src/lang/msghr852.c - src/lang/msghriso.c - src/lang/msghrwin.c - src/lang/msghu852.c - src/lang/msghuiso.c - src/lang/msghuwin.c - src/lang/msgid.c - src/lang/msgis850.c - src/lang/msgit.c - src/lang/msgltwin.c - src/lang/msgnl.c - src/lang/msgpl852.c - src/lang/msgpliso.c - src/lang/msgplmaz.c - src/lang/msgplwin.c - src/lang/msgpt.c - src/lang/msgptiso.c - src/lang/msgro.c - src/lang/msgru866.c - src/lang/msgrukoi.c - src/lang/msgruwin.c - src/lang/msgsk852.c - src/lang/msgskiso.c - src/lang/msgskkam.c - src/lang/msgskwin.c - src/lang/msgsl646.c - src/lang/msgsl852.c - src/lang/msgsliso.c - src/lang/msgslwin.c - src/lang/msgsrwin.c - src/lang/msgsv.c - src/lang/msgsvwin.c - src/lang/msgtr857.c - src/lang/msgtrwin.c - src/lang/msgua866.c - src/lang/msguakoi.c - src/lang/msguawin.c * src/lang/Makefile * src/rtl/langcomp.prg * include/hblang.hbx - deletes legacy codepages now implemented in HB_LANGSELECT() compatibility layer dynamically + readded support for UEKOI8 and RUKOI8 CPs. Now this can be done cheaply ; Legacy languages left because of missing CPs: HE862, HEWIN, HUCWI, KO, SR852, SRISO, UADOS, ZHB5, ZHGB Viktor Szakats 2012-07-23 11:16:13 +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
  • cff8154c2c 2012-07-23 01:51 UTC+0200 Viktor Szakats (vszakats syenar.net) * src/lang/msgrukoi.c * src/lang/msguakoi.c ! fixed wrong module IDs. RUKOI8 -> RUKOI, UAKOI8 -> UAKOI INCOMPATIBLE Viktor Szakats 2012-07-22 23:52:18 +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
  • e62ba9ba5e 2012-07-23 00:43 UTC+0200 Viktor Szakats (vszakats syenar.net) * src/lang/msg_tpl.c * src/lang/msgbe866.c * src/lang/msgbewin.c * src/lang/msgbgmik.c * src/lang/msgca.c * src/lang/msgcs852.c * src/lang/msgcskam.c * src/lang/msgcswin.c * src/lang/msgde.c * src/lang/msgdewin.c * src/lang/msgel.c * src/lang/msgelwin.c * src/lang/msgeo.c * src/lang/msges.c * src/lang/msgeswin.c * src/lang/msgeu.c * src/lang/msgfr.c * src/lang/msggl.c * src/lang/msghe862.c * src/lang/msghewin.c * src/lang/msghr646.c * src/lang/msghr852.c * src/lang/msghrwin.c * src/lang/msghu852.c * src/lang/msgid.c * src/lang/msgis850.c * src/lang/msgit.c * src/lang/msgko.c * src/lang/msgnl.c * src/lang/msgpl852.c * src/lang/msgplwin.c * src/lang/msgpt.c * src/lang/msgptiso.c * src/lang/msgro.c * src/lang/msgru866.c * src/lang/msgrukoi.c * src/lang/msgruwin.c * src/lang/msgsk852.c * src/lang/msgskkam.c * src/lang/msgskwin.c * src/lang/msgsl852.c * src/lang/msgslwin.c * src/lang/msgsr852.c * src/lang/msgsrwin.c * src/lang/msgsv.c * src/lang/msgsvwin.c * src/lang/msgtr857.c * src/lang/msgtrwin.c * src/lang/msgua866.c * src/lang/msguakoi.c * src/lang/msguawin.c ! cleanups (to headers and metainfo) Viktor Szakats 2012-07-22 22:46:55 +00:00
  • 70140e5aed 2012-07-22 23:52 UTC+0200 Viktor Szakats (vszakats syenar.net) * contrib/hbct/tests/ctwtest.prg * contrib/hbcups/tests/test.prg * contrib/hbfbird/tests/stress.prg * contrib/hbnf/aredit.prg * contrib/hbnf/doc/en/aredit.txt * contrib/hbnf/menu1.prg * contrib/hbnf/popadder.prg * contrib/hbnf/tbwhile.prg * contrib/hbpgsql/tests/async.prg * contrib/hbpgsql/tests/cache.prg * contrib/hbpgsql/tests/stress.prg * contrib/hbpgsql/tests/test.prg * contrib/hbtip/tests/tiptest.prg * contrib/xhb/tests/compress.prg * doc/en/sayget.txt * src/rtl/profiler.prg * tests/ac_test.prg * tests/boxtst2.prg * tests/fortest.prg * tests/menutest.prg * tests/mt/mttest11.prg * tests/parseini.prg * tests/speedold.prg * tests/tstchbx.prg * tests/usrrdd/exarr.prg * tests/videotst.prg * tests/vidtest.prg * formatting ! deleted SetMode()s * CLEAR SCREEN -> CLS * other minor cleanups Viktor Szakats 2012-07-22 21:54:14 +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
  • d50b2119a7 2012-07-22 21:15 UTC+0200 Viktor Szakats (vszakats syenar.net) * contrib/hbnf/doc/en/clrsel.txt * contrib/hbnf/doc/en/kspeed.txt * contrib/hbnf/doc/en/mouse1.txt * contrib/hbnf/doc/en/mouse2.txt * contrib/xhb/htmutil.prg * contrib/xhb/ttable.prg * extras/gfspell/spell.prg * extras/hbvpdf/hbvpdf.prg * extras/hbvpdf/hbvpdft.prg * extras/hbxlsxml/xlsxml_y.prg * extras/httpsrv/cgifunc.prg * utils/hbtest/rt_misc.prg * contrib/hbnf/aredit.prg * contrib/hbnf/clrsel.prg * contrib/hbnf/dispmsg.prg * contrib/hbnf/menu1.prg * contrib/hbnf/mouse1.prg * contrib/hbnf/mouse2.prg * contrib/hbnf/pegs.prg * contrib/hbnf/popadder.prg * contrib/hbnf/tbwhile.prg ! further removing high 8-bit chars Viktor Szakats 2012-07-22 19:17:02 +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
  • 44caa6f70e 2012-07-21 13:55 UTC+0200 Viktor Szakats (vszakats syenar.net) * contrib/hbide/idemain.prg * contrib/hbmysql/tests/test.prg * contrib/hbmysql/utils/dbf2mysq.prg * contrib/hbpgsql/tests/dbf2pg.prg * examples/hbapollo/tests/test02.prg * examples/hbapollo/tests/test05.prg * examples/hbapollo/tests/test07.prg * examples/hbapollo/tests/test08.prg * examples/hbapollo/tests/test11.prg * examples/hbapollo/tests/test12.prg * examples/hbapollo/tests/test13.prg * examples/hbapollo/tests/test14.prg * examples/hbapollo/tests/test15.prg * examples/hbapollo/tests/test20.prg * examples/hbapollo/tests/test21.prg * examples/hbapollo/tests/test22.prg * examples/hbapollo/tests/test23.prg * examples/hbapollo/tests/test24.prg * examples/hbapollo/tests/test25.prg * examples/hbapollo/tests/test26.prg * examples/hbapollo/tests/test27.prg * examples/hbapollo/tests/test28.prg * examples/hbapollo/tests/test29.prg * examples/hbapollo/tests/test30.prg * examples/hbapollo/tests/test34.prg * examples/hbapollo/tests/test35.prg * examples/hbapollo/tests/test36.prg * examples/hbapollo/tests/test37.prg * examples/hbapollo/tests/test38.prg * examples/hbapollo/tests/test39.prg * examples/hbapollo/tests/test41.prg * examples/hbapollo/tests/test42.prg * examples/hbapollo/tests/test43.prg * examples/hbapollo/tests/test45.prg * examples/hbapollo/tests/test46.prg * examples/hbapollo/tests/test47.prg * examples/hbapollo/tests/test50.prg * examples/hbapollo/tests/test51.prg * examples/hbapollo/tests/test52.prg * examples/hbapollo/tests/test53.prg * examples/hbapollo/tests/test54.prg * examples/hbapollo/tests/test55.prg * examples/hbapollo/tests/test56.prg * examples/hbapollo/tests/test57.prg * examples/hbapollo/tests/test58.prg * examples/hbapollo/tests/test60.prg * examples/hbapollo/tests/test61.prg * examples/httpsrv/uhttpd.prg * tests/fsplit.prg * deleted archaic SET EPOCH commands, using SET CENTURY ON instead * use SET DATE ANSI * some formatting Viktor Szakats 2012-07-21 11:58:22 +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
  • 717adc8afc 2012-07-20 21:30 UTC+0200 Viktor Szakats (vszakats syenar.net) * contrib/gtwvg/tests/demowvg.prg * contrib/gtwvg/tests/wvgwvtclasses.prg * contrib/hbct/doc/en/dattime3.txt * contrib/hbct/tests/datetime.prg * contrib/hbide/ideconsole.prg * contrib/hbnf/any2any.prg * contrib/xhb/decode.prg * doc/en/datetime.txt * doc/hdr_tpl.txt * examples/gtwvw/tests/cbtest1.prg * examples/gtwvw/tests/cbtest6.prg * examples/gtwvw/tests/drawimg.prg * examples/gtwvw/tests/ebtest7.prg * examples/gtwvw/tests/inpfocus.prg * examples/gtwvw/tests/maximize.prg * examples/gtwvw/tests/wvwmouse.prg * examples/gtwvw/tests/wvwtest9.prg * examples/hbapollo/tests/test02.prg * examples/hbapollo/tests/test09.prg * examples/hbapollo/tests/test11.prg * examples/hbapollo/tests/test12.prg * examples/hbapollo/tests/test13.prg * examples/hbapollo/tests/test14.prg * examples/hbapollo/tests/test15.prg * examples/hbapollo/tests/test20.prg * examples/hbapollo/tests/test21.prg * examples/hbapollo/tests/test22.prg * examples/hbapollo/tests/test23.prg * examples/hbapollo/tests/test24.prg * examples/hbapollo/tests/test25.prg * examples/hbapollo/tests/test26.prg * examples/hbapollo/tests/test27.prg * examples/hbapollo/tests/test28.prg * examples/hbapollo/tests/test29.prg * examples/hbapollo/tests/test30.prg * examples/hbapollo/tests/test34.prg * examples/hbapollo/tests/test35.prg * examples/hbapollo/tests/test36.prg * examples/hbapollo/tests/test37.prg * examples/hbapollo/tests/test38.prg * examples/hbapollo/tests/test39.prg * examples/hbapollo/tests/test41.prg * examples/hbapollo/tests/test42.prg * examples/hbapollo/tests/test43.prg * examples/hbapollo/tests/test45.prg * examples/hbapollo/tests/test46.prg * examples/hbapollo/tests/test47.prg * examples/hbapollo/tests/test50.prg * examples/hbapollo/tests/test51.prg * examples/hbapollo/tests/test52.prg * examples/hbapollo/tests/test53.prg * examples/hbapollo/tests/test54.prg * examples/hbapollo/tests/test55.prg * examples/hbapollo/tests/test56.prg * examples/hbapollo/tests/test57.prg * examples/hbapollo/tests/test58.prg * examples/hbapollo/tests/test60.prg * examples/hbapollo/tests/test61.prg * examples/hbapollo/tests/test62.prg * examples/hbapollo/tests/test63.prg * examples/hbapollo/tests/test64.prg * examples/hbapollo/tests/test73.prg * examples/hbapollo/tests/test74.prg * examples/hbapollo/tests/test75.prg * examples/hbapollo/tests/test76.prg * examples/hbapollo/tests/test78.prg * examples/hbapollo/tests/test82.prg * tests/dates.prg * tests/usrrdd/exarr.prg ! avoid using CTOD() to create dates ! avoid setting SET DATE to arbirary formats * some formatting Viktor Szakats 2012-07-20 19:34:56 +00:00
  • 33e201a481 2012-07-20 21:01 UTC+0200 Viktor Szakats (vszakats syenar.net) * contrib/hbct/tests/charhist.prg * contrib/hbct/tests/csetarge.prg * contrib/hbgd/tests/gdtestcl.prg * examples/hbapollo/array.prg * examples/httpsrv/uhttpd.prg * formatting Viktor Szakats 2012-07-20 19:10:42 +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
  • 4fe096dc29 2012-07-20 07:50 UTC+0200 Viktor Szakats (harbour syenar.net) * contrib/hbnf/dispc.c * contrib/hbnf/fttext.c * contrib/hbnf/peek.c * contrib/hbnf/poke.c % removed excessive parentheses Viktor Szakats 2012-07-20 05:50:46 +00:00
  • 100eb2bd16 2012-07-20 07:33 UTC+0200 Viktor Szakats (harbour syenar.net) * contrib/xhb/filestat.c * uncrustified Viktor Szakats 2012-07-20 05:33:55 +00:00
  • 31adc89c13 2012-07-20 07:22 UTC+0200 Viktor Szakats (harbour syenar.net) * examples/gfspell/spellc.c * uncrustified Viktor Szakats 2012-07-20 05:24:17 +00:00
  • 6b8d24f6d7 2012-07-20 07:07 UTC+0200 Viktor Szakats (harbour syenar.net) * contrib/gtwvg/gtwvg.c * contrib/gtwvg/wvggui.c * contrib/hbcairo/context.c * contrib/hbhpdf/core.c * contrib/hbnf/n2color.c * contrib/hbpgsql/rddcopy.c * contrib/hbzebra/eanupc.c * contrib/hbzebra/itf.c * contrib/hbzebra/msi.c * contrib/rddads/adsx.c * contrib/sddfb/sddfb.c * contrib/sddmy/sddmy.c * contrib/sddpg/sddpg.c * examples/hbapollo/replace.c * examples/hbapollo/use.c * src/rdd/dbfnsx/dbfnsx1.c * src/rdd/wafunc.c * src/rtl/gtgui/gtgui.c * src/rtl/gtos2/gtos2.c * src/rtl/gtpca/gtpca.c * src/rtl/gtsln/keytrans.c * src/rtl/gtsln/mousesln.c * src/rtl/gtstd/gtstd.c * src/rtl/gtxwc/gtxwc.c * src/vm/estack.c * src/vm/garbage.c * src/vm/itemapi.c * tests/bldtest/bldtest.c * minor formatting errors (whitespace) Viktor Szakats 2012-07-20 05:11:51 +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
  • 0524d42edb 2012-07-19 19:39 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbide/hbqreportsmanager.prg * contrib/hbide/ideactions.prg * contrib/hbide/idebrowse.prg * contrib/hbide/idefindreplace.prg * contrib/hbide/idehome.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 ! Changed: hbIDE => HbIDE. Formatting and code cleanup. Pritpal Bedi 2012-07-20 02:45:20 +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
  • 9f0c672127 2012-07-19 11:28 UTC+0200 Viktor Szakats (harbour syenar.net) * tests/cursrtst.prg * tests/db_brows.prg * tests/debugtst.prg * tests/dirtest.prg * tests/foreach.prg * tests/funcarr.prg * tests/memvar.prg * tests/objarr.prg * tests/onidle.prg * tests/speedstr.prg * tests/speedtst.prg * tests/switch.prg * tests/testdbf.prg * tests/testdecl.prg * tests/testget.prg * formatting Viktor Szakats 2012-07-19 09:29:56 +00:00
  • f4d02db8f1 2012-07-19 11:00 UTC+0200 Viktor Szakats (harbour syenar.net) * tests/ac_test.prg * tests/ac_test2.prg * tests/begin.prg * tests/box.prg * tests/byref.prg * tests/codebl.prg * tests/codebloc.prg * tests/db_brows.prg * tests/ddate.prg * tests/ifinline.prg * tests/memvar.prg * tests/menutest.prg * tests/readhrb.prg * tests/speed.prg * tests/speedtst.prg * tests/stripem.prg * tests/switch.prg * tests/testbrw.prg * tests/testcdx.prg * tests/testdecl.prg * tests/testhrb.prg * tests/testpre.prg * tests/testwarn.prg * tests/tstalias.prg * tests/tstmacro.prg * tests/varparam.prg * more cleanups. (assignment operator and string quote usage) Viktor Szakats 2012-07-19 09:02:44 +00:00
  • 232f180695 2012-07-19 10:23 UTC+0200 Viktor Szakats (harbour syenar.net) * tests/arrayidx.prg * tests/brwpos.prg * tests/clasinit.prg * tests/clsicast.prg * tests/clsscast.prg * tests/clsscope.prg * tests/codebl.prg * tests/codebloc.prg * tests/cpinfo.prg * tests/db_brows.prg * tests/destruct.prg * tests/dynobj.prg * tests/flink.prg * tests/fortest.prg * tests/fsplit.prg * tests/inherit.prg * tests/keywords.prg * tests/multiarg.prg * tests/newrdd.prg * tests/onidle.prg * tests/overload.prg * tests/rto_get.prg * tests/setkeys.prg * tests/speedtst.prg * tests/stripem.prg * tests/tb1.prg * tests/testbrw.prg * tests/testdbf.prg * tests/testhtml.prg * tests/testwarn.prg * tests/tstblock.prg * tests/tstmacro.prg * tests/wvtext.prg * more cleanups Viktor Szakats 2012-07-19 08:26:32 +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
  • fcc1abdd18 2012-07-18 15:35 UTC+0200 Viktor Szakats (harbour syenar.net) * tests/ac_test2.prg * tests/adirtest.prg * tests/ainstest.prg * tests/altdtest.prg * tests/and_or.prg * tests/array16.prg * tests/arrayidx.prg * tests/arrays.prg * tests/arreval.prg * tests/arrindex.prg * tests/atest.prg * tests/box.prg * tests/boxtst2.prg * tests/byref.prg * tests/calling.prg * tests/clasinit.prg * tests/clasname.prg * tests/classch.prg * tests/classes.prg * tests/clsdata.prg * tests/cmphello.prg * tests/codebl.prg * tests/codebloc.prg * tests/comments.prg * tests/curdirt.prg * tests/db_brows.prg * tests/dbevalts.prg * tests/docase.prg * tests/dosshell.prg * tests/dupvars.prg * tests/dynobj.prg * tests/dynsym.prg * tests/exittest.prg * tests/extend1.prg * tests/exthrb.prg * tests/fib.prg * tests/fornext.prg * tests/fortest.prg * tests/funcarr.prg * tests/gfx.prg * tests/gtchars.prg * tests/gtcolors.prg * tests/gtkeys.prg * tests/hello.prg * tests/ifelse.prg * tests/inherit.prg * tests/inhprob.prg * tests/inifiles.prg * tests/initexit.prg * tests/inline.prg * tests/iotest.prg * tests/iotest2.prg * tests/keywords.prg * tests/langmsg.prg * tests/linecont.prg * tests/lnlenli1.prg * tests/lnlenli2.prg * tests/longdev.prg * tests/longstr.prg * tests/longstr2.prg * tests/mathtest.prg * tests/memfile.prg * tests/memory.prg * tests/readhrb.prg * tests/rto_get.prg * tests/rto_tb.prg * tests/scroll.prg * tests/seconds.prg * tests/set_test.prg * tests/speedold.prg * tests/stripem.prg * tests/t1.prg * tests/test_all.prg * tests/testbrw.prg * tests/testhtml.prg * tests/testid.prg * tests/testpre.prg * tests/testwarn.prg * tests/ticktime.prg * tests/tstchbx.prg * tests/tstmacro.prg * tests/tstprag.prg * tests/vec1.prg * tests/videotst.prg * tests/vidtest.prg * cleaning up tests (roughly complete) Viktor Szakats 2012-07-18 13:41:31 +00:00
  • e788d6d3e8 2012-07-18 13:54 UTC+0200 Viktor Szakats (harbour syenar.net) + contrib/hbgt/tests + contrib/hbgt/tests/test.prg + contrib/hbmisc/tests/rtfclass.prg - tests/rtfclass.prg - tests/test10.prg - tests/testgt.prg * tests/ac_test.prg * tests/alias.prg * tests/begin.prg * tests/boxtest.prg * tests/cdow.prg * tests/clasinh.prg * tests/dates.prg * tests/dates2.prg * tests/dates3.prg * tests/dates4.prg * tests/ddate.prg * tests/debugtst.prg * tests/delimtst.prg * tests/devtest.prg * tests/disptest.prg * tests/foreach.prg * tests/gtstdtst.prg * tests/ipclnt.prg * tests/ipsvr.prg * tests/langapi.prg * tests/memtst.prg * tests/memvar.prg * tests/menutest.prg * tests/mousetst.prg * tests/multiarg.prg * tests/newrdd.prg * tests/nums.prg * tests/objarr.prg * tests/objasign.prg * tests/objects.prg * tests/omacro.prg * tests/onidle.prg * tests/os.prg * tests/output.prg * tests/overload.prg * tests/parexpr.prg * tests/passref.prg * tests/procline.prg * tests/procname.prg * tests/recursiv.prg * tests/returns.prg * tests/round.prg * tests/say.prg * tests/sbartest.prg * tests/scroll.prg * tests/sdf_test.prg * tests/seconds.prg * tests/server.prg * tests/set_num.prg * tests/set_test.prg * tests/setkeys.prg * tests/sound.prg * tests/speed.prg * tests/statfun.prg * tests/statics.prg * tests/statics1.prg * tests/statics2.prg * tests/statinit.prg * tests/strdelim.prg * tests/stripem.prg * tests/switch.prg * tests/symbolt.prg * tests/t1.prg * tests/tb1.prg * tests/testbrdb.prg * tests/testbrw.prg * tests/testcdx.prg * tests/testcls.prg * tests/testdbf.prg * tests/testdecl.prg * tests/testerro.prg * tests/testfor.prg * tests/testget.prg * tests/testhrb.prg * tests/testhtml.prg * tests/testidle.prg * tests/testmem.prg * tests/testpers.prg * tests/testtok.prg * tests/testwarn.prg * tests/tstalias.prg * tests/tstasort.prg * tests/tstblock.prg * tests/tstdbi.prg * tests/tstmacro.prg * tests/varparam.prg * tests/wvt_fs.prg * cleaning up tests Viktor Szakats 2012-07-18 12:00:10 +00:00
  • d80c8c5454 2012-07-18 12:43 UTC+0200 Viktor Szakats (harbour syenar.net) * contrib/hbct/addascii.c * contrib/hbct/ascpos.c * contrib/hbct/atadjust.c * contrib/hbct/atnum.c * contrib/hbct/atrepl.c * contrib/hbct/charevod.c * contrib/hbct/charmirr.c * contrib/hbct/charmix.c * contrib/hbct/charone.c * contrib/hbct/charonly.c * contrib/hbct/charrepl.c * contrib/hbct/charsort.c * contrib/hbct/charsprd.c * contrib/hbct/charswap.c * contrib/hbct/count.c * contrib/hbct/ctpad.c * contrib/hbct/ctstr.c * contrib/hbct/dattime2.c * contrib/hbct/expand.c * contrib/hbct/exponent.c * contrib/hbct/justify.c * contrib/hbct/numat.c * contrib/hbct/pos1.c * contrib/hbct/pos2.c * contrib/hbct/posdiff.c * contrib/hbct/range.c * contrib/hbct/relation.c * contrib/hbct/remove.c * contrib/hbct/replace.c * contrib/hbct/screen1.c * contrib/hbct/screen2.c * contrib/hbct/strswap.c * contrib/hbct/tab.c * contrib/hbct/token1.c * contrib/hbct/token2.c * contrib/hbct/wordrepl.c * contrib/hbct/wordtoch.c % removed superfluous parenthesis * whitespace formatting Viktor Szakats 2012-07-18 10:46:37 +00:00
  • c1f4a654b0 2012-07-18 10:50 UTC+0200 Viktor Szakats (harbour syenar.net) * contrib/hbide/resources/maximize_all.png * contrib/hbide/resources/maximize.png * contrib/hbide/resources/minimize_all.png * contrib/hbide/resources/minimize.png % further optimized them using ImageOptim. Viktor Szakats 2012-07-18 08:51:24 +00:00
  • 09d4e527d1 2012-07-18 01:29 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbide/hbide.qrc + contrib/hbide/resources/maximize.png + contrib/hbide/resources/maximize_all.png + contrib/hbide/resources/minimize.png + contrib/hbide/resources/minimize_all.png + Added: more images. Pritpal Bedi 2012-07-18 08:37:02 +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
  • c75f7d1839 2012-07-17 19:40 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbide/hbide.qrc + contrib/hbide/resources/collapse_m.png + contrib/hbide/resources/expand_m.png + Added: two more images. Pritpal Bedi 2012-07-18 02:44:28 +00:00
  • 62b27c73bb 2012-07-17 22:29 UTC+0200 Viktor Szakats (harbour syenar.net) * contrib/hbct/tests/addascii.prg * contrib/hbct/tests/afteratn.prg * contrib/hbct/tests/asciisum.prg * contrib/hbct/tests/ascpos.prg * contrib/hbct/tests/atadjust.prg * contrib/hbct/tests/atnum.prg * contrib/hbct/tests/atrepl.prg * contrib/hbct/tests/attoken.prg * contrib/hbct/tests/beforatn.prg * contrib/hbct/tests/charadd.prg * contrib/hbct/tests/charand.prg * contrib/hbct/tests/chareven.prg * contrib/hbct/tests/charhist.prg * contrib/hbct/tests/charlist.prg * contrib/hbct/tests/charmirr.prg * contrib/hbct/tests/charmix.prg * contrib/hbct/tests/charnlst.prg * contrib/hbct/tests/charnot.prg * contrib/hbct/tests/charodd.prg * contrib/hbct/tests/charone.prg * contrib/hbct/tests/charonly.prg * contrib/hbct/tests/charor.prg * contrib/hbct/tests/charrem.prg * contrib/hbct/tests/charrepl.prg * contrib/hbct/tests/charrll.prg * contrib/hbct/tests/charrlr.prg * contrib/hbct/tests/charshl.prg * contrib/hbct/tests/charshr.prg * contrib/hbct/tests/charslst.prg * contrib/hbct/tests/charsort.prg * contrib/hbct/tests/charsub.prg * contrib/hbct/tests/charswap.prg * contrib/hbct/tests/charxor.prg * contrib/hbct/tests/csetarge.prg * contrib/hbct/tests/csetatmu.prg * contrib/hbct/tests/csetref.prg * contrib/hbct/tests/ctwtest.prg * contrib/hbct/tests/datetime.prg * contrib/hbct/tests/expomant.prg * contrib/hbct/tests/finan.prg * contrib/hbct/tests/math.prg * contrib/hbct/tests/num1.prg * contrib/hbct/tests/numtoken.prg * contrib/hbct/tests/rangerem.prg * contrib/hbct/tests/rangerep.prg * contrib/hbct/tests/setatlik.prg * contrib/hbct/tests/strdiff.prg * contrib/hbct/tests/tab.prg * contrib/hbct/tests/token.prg * contrib/hbct/tests/token2.prg * contrib/hbct/tests/tokenlow.prg * contrib/hbct/tests/tokensep.prg * contrib/hbct/tests/tokenupp.prg * contrib/hbct/tests/trig.prg * contrib/hbct/tests/valpos.prg * contrib/hbct/tests/wordone.prg * contrib/hbct/tests/wordonly.prg * contrib/hbct/tests/wordrem.prg * contrib/hbct/tests/wordrepl.prg * contrib/hbct/tests/wordswap.prg * tests/stripem.prg * tests/testbrw.prg * formatting ! deleted relative directory in #include directive Viktor Szakats 2012-07-17 20:34:29 +00:00
  • 5b55527dfa 2012-07-17 13:17 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbqt/qtgui/hbqtgui.ch + Added: QTreeWidgetItem_* constants. Pritpal Bedi 2012-07-17 20:18:46 +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
  • ae32266829 2012-07-13 16:04 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbqt/qtgui/qth/QClipboard.qth * Fixed: constructor ( void* ) QApplication::clipboard() => ( void* ) __hbqtgui_app()->clipboard() * contrib/hbqt/qtgui/qth/QWidget.qth + Added: void setInputMethodHints ( Qt::InputMethodHints hints ) [*V=0x040600*] Pritpal Bedi 2012-07-13 23:09:05 +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