Commit Graph

18680 Commits

Author SHA1 Message Date
Viktor Szakats
e485eed41a be more predictable when falling back to other dialects found on disk 2013-03-29 20:07:46 +01:00
Viktor Szakats
1b6b2ba911 2013-03-29 19:31 UTC+0100 Viktor Szakats (harbour syenar.net)
* utils/hbmk2/hbmk2.prg
    + better match algrorithm for finding .hbl translation modules
      f.e. "es_AR" will fall back to "es", than fall back to
      whichever dialect is present. "es" will also be matched
      to "es_*" when "es" not present.
    ! now able to load languages Harbour doesn't even know about

  * utils/hbmk2/hbmk2.hbp
  * utils/hbmk2/po/hbmk2.el_GR.po -> utils/hbmk2/po/hbmk2.el.po
  * utils/hbmk2/po/hbmk2.es_PE.po -> utils/hbmk2/po/hbmk2.es.po
  * utils/hbmk2/po/hbmk2.hu_HU.po -> utils/hbmk2/po/hbmk2.hu.po
  * utils/hbmk2/po/hbmk2.it_IT.po -> utils/hbmk2/po/hbmk2.it.po
    % renamed to use short language code for languages
      that are unlikely to have multiple dialects implemented.
      We can branch out new dialects anytime as needed.
      (I'm still pending on Spanish. Please answer on the
      forum whether to have separate es_PE, es_AR and else.)
2013-03-29 19:32:41 +01:00
Viktor Szakats
69b251df6d tuning language IDs 2013-03-29 18:18:06 +01:00
Viktor Szakats
d49d096b53 fixed lost trailing spaces in .md 2013-03-29 16:37:58 +01:00
Viktor Szakats
c21235193e updated translation (by Pete_wg and SAMI LAHAM) 2013-03-29 16:34:16 +01:00
Viktor Szakats
ce8414897f 2013-03-29 16:22 UTC+0100 Viktor Szakats (harbour syenar.net)
* src/rtl/langcomp.prg
    ! fixed hb_langSelect() to accept ISO language codes
      using '_' as separator

  * utils/hbmk2/po/hbmk2.el_GR.po
    * updated
2013-03-29 16:23:39 +01:00
Viktor Szakats
7c6cb8b4c6 fixed to use HB_BOOL instead of BOOL, formatting (.t. -> .T.) 2013-03-29 14:39:09 +01:00
Viktor Szakats
8ad4aec977 moved translation files under subdir 2013-03-29 14:20:58 +01:00
Viktor Szakats
802085e5f5 added translation homepage to Harbour Links 2013-03-29 12:51:18 +01:00
Viktor Szakats
dc809a0b49 fixed encoding messed up by a Far Manager plugin which gets it wrong while trimming line ending whitespace 2013-03-29 12:45:55 +01:00
Viktor Szakats
7b67949355 Merge branch 'master' of https://github.com/harbour/core
Conflicts:
	ChangeLog.txt
2013-03-29 12:40:59 +01:00
Viktor Szakats
a105cd68dd 2013-03-29 12:34 UTC+0100 Viktor Szakats (harbour syenar.net)
* utils/hbmk2/hbmk2.hbp
  * utils/hbmk2/hbmk2.es_PE.po
  * utils/hbmk2/hbmk2.hu_HU.po
  * utils/hbmk2/hbmk2.pt_BR.po
  + utils/hbmk2/hbmk2.el_GR.po
  + utils/hbmk2/hbmk2.it_IT.po
    * updated translations from
         https://www.transifex.com/projects/p/harbour/resource/hbmk2/
    + added two new languages from above team translation project
2013-03-29 12:39:50 +01:00
Pritpal Bedi
6081dbb7a0 Deleted: $id:$ headers which were restored in prev commit by mistake. 2013-03-28 15:22:25 -07:00
Pritpal Bedi
5cea229ecb GTWVG + Wvt_DrawImage( ,,,,,, lDoNotScale ) 2013-03-28 12:13:49 -07:00
Szakáts Viktor
a2960b98bf Merge pull request #7 from mlacecilia/further_ignore
ignore further files and folders
2013-03-28 10:44:24 -07:00
mlacecilia
3656f837cd added EOL at file end 2013-03-28 18:24:40 +01:00
Viktor Szakats
174db6407a added language header tag 2013-03-28 18:06:10 +01:00
Viktor Szakats
e211f455f5 added two .po links 2013-03-28 18:00:15 +01:00
Viktor Szakats
5550d76d7e 2013-03-28 17:47 UTC+0100 Viktor Szakats (harbour syenar.net)
* utils/hbmk2/hbmk2.prg
    ! fixed to detect and find contrib/addons root in
      non-system location on *nix systems

  * ChangeLog.txt
    * update to 2013-03-27 16:29 UTC+0100
2013-03-28 17:52:06 +01:00
Viktor Szakats
63f6af816a added base language .po file 2013-03-28 17:34:50 +01:00
Viktor Szakats
0a066e1016 added last copyright holder to as 'Last-Translator' 2013-03-28 16:19:12 +01:00
Viktor Szakats
02bf5463a4 one more cleanup 2013-03-28 16:17:50 +01:00
Viktor Szakats
65569184aa 2013-03-28 16:09 UTC+0100 Viktor Szakats (harbour syenar.net)
* src/lang/l_he.c
  * src/lang/l_hr.c
  * src/lang/l_is.c
  * src/lang/l_pt.c
  * src/lang/l_sk.c
  * src/lang/l_zh_sim.c
  * src/lang/l_zh_tra.c
    * further cleanup

  + src/lang/*.po
    + added .po files converted from language modules using
      tests/lang2po.hb script
2013-03-28 16:10:26 +01:00
Viktor Szakats
f7e766d38c 2013-03-28 16:02 UTC+0100 Viktor Szakats (harbour syenar.net)
* src/lang/l_cs.c
  * src/lang/l_de.c
  * src/lang/l_he.c
  * src/lang/l_hr.c
  * src/lang/l_is.c
  * src/lang/l_pt.c
  * src/lang/l_sk.c
    * cleaned copyright holder lists

  * tests/lang2po.hb
    % convert same as original translations to empty strings
2013-03-28 16:03:46 +01:00
Viktor Szakats
3b35de952a use :__enumIsLast() 2013-03-28 15:54:21 +01:00
Viktor Szakats
e77ba4f9eb to prev entry: fixed after validating them using 'msgfmt <.po> -c' 2013-03-28 15:30:19 +01:00
Viktor Szakats
11e046e204 2013-03-28 14:51 UTC+0100 Viktor Szakats (harbour syenar.net)
* utils/hbmk2/hbmk2.es_PE.po
  * utils/hbmk2/hbmk2.hu_HU.po
  * utils/hbmk2/hbmk2.pt_BR.po
    ! added standard .po meta headers (manually for now)

  * include/hbexpra.c
  * src/compiler/harbour.y
  * src/compiler/harbour.yyc
  * src/vm/classes.c
  * tests/foreach.prg
    + added :__enumIsLast() enum method. It returns .T. for
      last relement, .F. else. It's useful to replace conditions
      like: 'item:__enumIndex() < Len( item:__enumBase() )'

  * tests/lang2po.hb
    + added standard .po meta header
    ; use __enumIsLast()

  * contrib/hbnetio/utils/hbnetio/_console.prg
    ! fixed wrongly initialized management plugin
      (missed to update it when adapted the plugin
      for hbrun last year)

  * contrib/hbnetio/utils/hbnetio/netiomgm.hb
    ! fixed to show proper error instead of RTE, if RPC calls
      fail to return expect values

  * contrib/hbnetio/utils/hbnetio/hbnetio.prg
    * formatting
2013-03-28 15:00:09 +01:00
mlacecilia
49e39b5e21 ignore further files and folders
To avoid that some build time generated files and that addons folder
will be listed in Git as uncommitted changes
2013-03-28 13:47:05 +01:00
Viktor Szakats
521c17412a fixed excluding obj subdirs 2013-03-28 03:24:56 +01:00
Viktor Szakats
ee3d2741d3 2013-03-28 03:22 UTC+0100 Viktor Szakats (harbour syenar.net)
* README.md
    * reverted to use ndashes

  * utils/hbmk2/hbmk2.prg
    % most option references changed to string variables,
      optimizing translatable strings and made them less
      dependent on changes in option names
    ! one typo in help

  * utils/hbmk2/*.po
    + regenerated. orphan translations deleted.

  * contrib/hbrun/hbrun.md
  * utils/hbmk2/hbmk2.md
    + regenerated
2013-03-28 03:22:57 +01:00
Viktor Szakats
457ac42a2a minor to prev 2013-03-27 16:54:39 +01:00
Viktor Szakats
f2a66b5e63 fixed bad links 2013-03-27 16:52:10 +01:00
Viktor Szakats
7ad75f9543 2013-03-27 16:29 UTC+0100 Viktor Szakats (harbour syenar.net)
* utils/hbmk2/hbmk2.prg
    ! fixed to suppress remaining remaining double outputs at
      startup in hbrun mode, when processing .hbc files

  * contrib/hbexpat/hbexpat.hbc
    ! added usage time detection of locally hosted 3rd party
      dependency to avoid warnings when the locally hosted
      dependency is not present (f.e. because the system
      hosted copy was used at build/install time)
      Experimental. If it works fine, should be applied to
      other similar contribs:
         hbbz2, hbhpdf, hblzf, hbmlzo, hbmxml, hbmzip, hbsqlit3, hbtinymt, hbxdiff, sddsqlt3

  * README.md
    * typographic and misc improvements

  * config/global.mk
    + detect qnx cross-compile tool (via Francesco Perillo)

  * include/hbsetup.h
  * src/common/hbtrace.c
    + added macro HB_OS_QNX_BB10 for BlackBerry 10 subplatform
    + guard some stuff that's not present in BB10 (via Francesco Perillo)

  * contrib/hbtinymt/3rd/tinymt/tinymt.hbc
    ! deleted $Id$
2013-03-27 16:31:11 +01:00
Viktor Szakats
2400974a60 2013-03-27 03:54 UTC+0100 Viktor Szakats (harbour syenar.net)
* utils/hbmk2/hbmk2.prg
    + changed the way script debugging is invoked, now
      instead of little awkward HBSHELL_DEBUG envvar,
      it's as simple as adding '--hb:debug' option to the
      cmdline.
    ! fixed RTE after recent patch

  * README.md
    + typographic refinements
    + added script debugging example
    + added link to BOM article

  * .gitignore
    ! fixed to not match config/<platform>

  + config/qnx/gccarm.mk
    + added qnx/gccarm (with BB in mind)

  * package/winuni/RELNOTES.txt
    ! updated README section reference

  * COPYING.txt
    * minor

  * tests/hello.prg
    + std text
2013-03-27 05:31:49 +01:00
Viktor Szakats
05634bebdc 2013-03-26 16:32 UTC+0100 Viktor Szakats (harbour syenar.net)
* utils/hbmk2/hbmk2.prg
    ! fixed to use 'hbshell' prefix in output messages
      when running in hbrun mode
    ! do not display double warning about missing .hbc files
    % use _hbmk_OutErr() in hbshell code

  * config/global.mk
  * README.md
    + enabled HB_BUILD_CONTRIB_DYN on all platforms
      (regressions possible) (untested on platforms that
      do not support dynamic libs, like MS-DOS)

  * README.md
    % deleted redundant link
    + added no-BOM requirement
2013-03-26 16:31:37 +01:00
Viktor Szakats
3c4a9c46a3 fixed casing inconsistencies 2013-03-26 11:07:41 +01:00
Szakáts Viktor
e7e6a3b389 Merge pull request #6 from vszakats/pkg_inc_sub_support
added support and example for alternate header directory in 'include' su...
2013-03-25 20:02:42 -07:00
Viktor Szakats
052b4f7ee0 added support and example for alternate header directory in 'include' subdirectory under package root 2013-03-26 03:59:24 +01:00
Viktor Szakats
4442265d4a Merge https://github.com/vszakats/harbour-core
Conflicts:
2013-03-26 02:00:31 +01:00
Viktor Szakats
347130471b heavy overhaul of README to use Markdown possibilities,
simplify, reorder more logically and adapt to GitHub
2013-03-26 01:51:02 +01:00
Viktor Szakats
4eb41f42e7 renamed README.txt to README.md 2013-03-26 01:49:20 +01:00
Viktor Szakats
971a758f7e simplified the way a contrib can be (re)built 2013-03-26 01:26:59 +01:00
Viktor Szakats
5a9b669d8e Merge https://github.com/harbour/core 2013-03-25 21:58:21 +01:00
Viktor Szakats
22429ef7d9 2013-03-25 21:41 UTC+0100 Viktor Szakats (harbour syenar.net)
+ tests/achoice3.prg
    + added another AChoice() TOFIX demonstration.
      Sent by Tony
    ! code adatped to Harbour stds, some formatting
      for hbformat misses.
2013-03-25 21:42:48 +01:00
Viktor Szakats
6df8ec3b5d corrected a few spelling subtleties 2013-03-25 21:34:29 +01:00
Viktor Szakats
2f45bee4cb expression correction 2013-03-25 21:33:43 +01:00
Viktor Szakats
cb135a8379 expression correction 2013-03-25 21:32:13 +01:00
Viktor Szakats
716c5e2bb5 simplified follow links 2013-03-25 20:50:22 +01:00
Viktor Szakats
37620be0ad typo 2013-03-25 20:48:36 +01:00
Viktor Szakats
59b08e335e typo 2013-03-25 20:29:18 +01:00