Commit Graph

17 Commits

Author SHA1 Message Date
maxim
056c393c8f POChecker: store total translation statistics in TPOFamilyList
git-svn-id: trunk@62834 -
2020-03-31 16:21:23 +00:00
maxim
30f1ec9708 POChecker: store PoFamilyList in one place
git-svn-id: trunk@62829 -
2020-03-31 13:02:44 +00:00
maxim
6e821e62a0 PoChecker: simplified code by removing TPoTestOptions set (which had only one element) and directly analyzing LangID value instead
git-svn-id: trunk@62071 -
2019-10-17 23:29:03 +00:00
maxim
04138e9fe7 POChecker: moved log handling code to TPOFamilyList class, where it really belongs to
git-svn-id: trunk@62030 -
2019-10-10 22:08:41 +00:00
maxim
e0dbe02d9b POChecker:
*) Let TPOFamilyList class handle checking of translation files presence, do not duplicate this functionality in TPoCheckerForm.TryCreatePOFamilyList.
 *) Do not remove in TPoCheckerForm.TryCreatePOFamilyList method missing entries from the list of master files (templates), only warn about them and ignore. The list will be updated (missing files will be removed and new files will be added) during the next search in directory with translations by the user.
 *) Do not try to free POFamilyList immediately if it was empty or had an exception on creation (it is enough that it is freed when POChecker form is destroyed or 'Run tests' button is pressed).
 *) Warn user if no translation files were found at all.
 *) Regenerated translations and updated Russian translation.

git-svn-id: trunk@61905 -
2019-09-20 23:05:10 +00:00
maxim
a365ff3eef POChecker: cleaned up unused constant
git-svn-id: trunk@58018 -
2018-05-23 22:38:17 +00:00
maxim
055d910ecd POChecker: report missing files in ascending alphabet order in all cases
git-svn-id: trunk@57676 -
2018-04-19 23:32:09 +00:00
maxim
dfa7c11365 POChecker:
1) Report duplicate originals search results in separate tab of Results dialog, made this output more compact.
2) Improved captions.
3) Regenerated translations and updated Russian translation.

git-svn-id: trunk@57667 -
2018-04-18 22:56:50 +00:00
maxim
ea3e0c96cc POChecker: when running tests, do not warn about missing files in separate window, add this information to General Info tab in Results form instead
git-svn-id: trunk@57659 -
2018-04-16 23:09:05 +00:00
maxim
0c22a2c5a8 PoChecker: removed "Ignore translated strings marked as fuzzy" checkbox and related logic. Now formatting arguments errors are always shown for both fuzzy and non-fuzzy strings (they are all ignored by translation system anyway and therefore have equal importance) and user is notified about formatting error count in non-fuzzy strings if such errors are found. Regenerated translations and updated Russian translation.
git-svn-id: trunk@57643 -
2018-04-11 23:10:14 +00:00
maxim
cb77def736 POChecker:
1) Made Results form multitabbed.
2) Detailed translation statistics are now always written to separate tab in Results form; corresponding item in test selection checklistbox is removed.
3) Detailed translation statistics are written in more compact form (less lines per element).
4) "Copy to clipboard"/"Save to file" buttons in Results form are replaced with context menu.
5) Regenerated translations and updated Russian translation.

git-svn-id: trunk@57599 -
2018-04-03 22:15:51 +00:00
maxim
b2605a63b4 POChecker: added total translated/untranslated/fuzzy strings statistics to result report and Graphical Statistics form.
Regenerated translations and updated Russian translation.

git-svn-id: trunk@52401 -
2016-05-27 22:47:40 +00:00
juha
06ac76f560 LazUtils, unit FileUtil: Disable conditionally LazUtf8 and LazFileUtils wrapper functions. For testing define NoLazUTF8Wrappers and build Lazarus.
git-svn-id: trunk@49494 -
2015-07-04 23:08:00 +00:00
bart
d02270af1c PoChecker: refactor.
git-svn-id: trunk@46534 -
2014-10-12 11:21:21 +00:00
bart
cb35b5185b PoChecker: fix broken construction of language filename, introduced by me in r46530 #d1a01f5804.
git-svn-id: trunk@46531 -
2014-10-11 22:18:52 +00:00
bart
5e184b8492 PoChecker: less verbosity.
git-svn-id: trunk@46483 -
2014-10-08 21:56:16 +00:00
bart
2586c8a013 PoChecker: forgot to add pofamilylists.pp in previous commit.
git-svn-id: trunk@46477 -
2014-10-08 17:56:17 +00:00