lazarus/components/lazutils
maxim 684c367b8a IDE: changed extension of master PO files (a.k.a. templates) from .po to .pot, adapted IDE, POChecker, updatepofiles tool and localize.bat/.sh scripts.
Reasons:
1. .pot is 'industry standard' extension for PO template files. As a consequence, PO editors can now open our templates 'out of the box' and automate creation of translations.
2. It is now much simpler to detect template files now that dotted unit names are allowed.

git-svn-id: trunk@60208 -
2019-01-24 23:02:37 +00:00
..
examples LazUtils: Remove the reference to resource file from LazUnicode GUI example. 2017-12-08 20:52:04 +00:00
languages IDE: changed extension of master PO files (a.k.a. templates) from .po to .pot, adapted IDE, POChecker, updatepofiles tool and localize.bat/.sh scripts. 2019-01-24 23:02:37 +00:00
test fixed LazListClasses (shift-able and paged list generics) 2018-05-29 20:08:00 +00:00
amigalazfileutils.inc Make LCL and LazUtils compile for Amiga systems (NoGUI). Issue #31186, patch from Marcus Sackrow. 2017-01-03 12:01:49 +00:00
asiancodepagefunctions.inc LazUtils: Raise exception in UTF8To... functions, controlled by a global boolean. Issue #33686, patch from AlexeyT. 2018-11-01 08:39:09 +00:00
asiancodepages.inc
avglvltree.pas Delete old deprecated methods. 2018-09-28 11:06:40 +00:00
compwriterpas.pas Refactor: move CompareMethods to LazMethodList. Keep alias in LCLProc. 2018-06-09 14:39:36 +00:00
dynamicarray.pas LazUtils: Rename TArray -> TPointerPointerArray. 2017-11-13 17:33:36 +00:00
dynhasharray.pp lazutils: less hints 2017-08-19 08:18:44 +00:00
dynqueue.pas lazutils: less hints 2017-08-19 08:18:44 +00:00
easylazfreetype.pas LazUtils: Change "Character" to "Codepoint" in LazUTF8 function names to be more accurate and to avoid confusion. 2017-12-11 19:44:22 +00:00
extendedstrings.pas lazutils: less hints 2017-08-19 08:18:44 +00:00
fileutil.inc - TFileSearcher: implement property PathSeparator. 2018-11-28 17:23:33 +00:00
fileutil.pas - TFileSearcher: implement property PathSeparator. 2018-11-28 17:23:33 +00:00
fpcadds.pas lazutils: some optimizations from Alexey 2018-10-26 19:26:31 +00:00
fpmake.pp lazutils: updated fpmake 2018-12-31 09:58:25 +00:00
FTL.TXT
graphtype.pp lazutils: deprecated ConvertLineEndings in favor of LineBreaksToSystemLineBreaks 2018-09-23 10:33:52 +00:00
html2textrender.pas LazUtils: In HTML2TextRenderer use an emoji for list items. 2017-08-24 22:18:03 +00:00
integerlist.pas LCL: Fixed OnKeyUp for special keys when key was handled in OnKeyDown. Issue #33196 2018-02-19 23:28:20 +00:00
laz2_dom.pas lazutils: less hints 2018-10-01 15:13:34 +00:00
laz2_names.inc
laz2_xmlcfg.pas IDE: Reordering and formatting code for recent item lists in unit IdeProcs. 2018-07-09 08:20:58 +00:00
laz2_xmlread.pas
laz2_xmlutils.pas LazUtils: Change "Character" to "Codepoint" in LazUTF8 function names to be more accurate and to avoid confusion. 2017-12-11 19:44:22 +00:00
laz2_xmlwrite.pas
laz2_xpath.pas
laz_avl_tree.pp lazutils: debug comments 2017-12-09 10:01:41 +00:00
laz_dom.pas
laz_xmlcfg.pas
laz_xmlread.pas
laz_xmlstreaming.pas
laz_xmlwrite.pas
lazclasses.pas Remove deprecated misspelled methods 2018-07-03 22:40:28 +00:00
lazcollections.pas LazUtils: Rename unit LazUTF8SysUtils -> LazSysUtils. It had nothing to do with character encoding. 2018-07-25 13:38:59 +00:00
lazconfigstorage.pas LazUtils: use LazLoggerBase instead of LazLogger 2018-06-02 16:38:22 +00:00
lazdbglog.pas
lazfglhash.pas
lazfilecache.pas Copy AVL_Tree from FPC trunk and replace classes in AvgLvlTree and in CodetoolsStructs with it. 2017-04-05 08:34:48 +00:00
lazfileutils.inc LazUtils: Move more functions from FileUtils to LazFileUtilities, deprecate the old ones. 2018-09-28 12:25:39 +00:00
lazfileutils.pas LazUtils: Move more functions from FileUtils to LazFileUtilities, deprecate the old ones. 2018-09-28 12:25:39 +00:00
lazfreetype.pas Fix uninitialized variables based on compiler warnings got with dfa (data flow analysis) enabled. 2017-06-04 15:14:29 +00:00
lazfreetypefontcollection.pas Copy AVL_Tree from FPC trunk and replace classes in AvgLvlTree and in CodetoolsStructs with it. 2017-04-05 08:34:48 +00:00
lazfreetypefpimagedrawer.pas
lazlinkedlist.pas LazUtils: Fix the package name in file headers. 2016-12-21 22:35:14 +00:00
lazlistclasses.pas fixed LazListClasses (shift-able and paged list generics) 2018-05-29 20:08:00 +00:00
lazlogger.pas LazLogger: Small threading optimization 2018-11-11 14:46:55 +00:00
lazloggerbase.pas LazLogger: fixed crash in assign 2018-11-21 16:52:11 +00:00
lazloggerdummy.pas
LazLoggerImpl.inc LazLogger: refactoring: move methods from LazLogger to LazLoggerBase 2018-06-02 15:58:23 +00:00
LazLoggerIntf.inc LazLogger: refactoring: move methods from LazLogger to LazLoggerBase 2018-06-02 15:58:23 +00:00
lazloggerprofiling.pas LazUtils: Rename unit LazUTF8SysUtils -> LazSysUtils. It had nothing to do with character encoding. 2018-07-25 13:38:59 +00:00
lazmethodlist.pas Refactor: move CompareMethods to LazMethodList. Keep alias in LCLProc. 2018-06-09 14:39:36 +00:00
lazpasreadutil.pas lazutils: added unit lazpasreadutil 2017-10-26 14:58:46 +00:00
lazstringutils.pas lazutils: deprecated ConvertLineEndings in favor of LineBreaksToSystemLineBreaks 2018-09-23 10:33:52 +00:00
lazsysutils.pas LazUtils: Rename unit LazUTF8SysUtils -> LazSysUtils. It had nothing to do with character encoding. 2018-07-25 13:38:59 +00:00
laztracer.pas Use RaiseGDBException from LazTracer unit. Remove similar funcs from IDEProcs and ComponentReg. 2018-07-24 17:49:21 +00:00
lazunicode.pas LazUtils: Change "Character" to "Codepoint" in LazUTF8 function names to be more accurate and to avoid confusion. 2017-12-11 19:44:22 +00:00
lazutf8.pas LazUtils: Added inlines to some functions in LazUTF8. Issue #34472, patch from AlexeyT. 2018-10-30 11:04:21 +00:00
lazutf8classes.pas
lazutf8sysutils.pas LazUtils: Add LazUTF8SysUtils with "deprecated" warnings. The unit was renamed earlier. 2018-11-03 12:45:54 +00:00
lazutf16.pas LazUtils: Change "Character" to "Codepoint" in LazUTF8 function names to be more accurate and to avoid confusion. 2017-12-11 19:44:22 +00:00
lazutilities.pas LazUtils: Move string manipulation functions from LazUtilities to LazStringUtils. 2018-07-25 23:44:54 +00:00
lazutils_defines.inc
lazutils.lpk lazutils,lclbase,synedit: Some fixes related to r59934 #a2e9341eb3 2018-12-29 22:28:24 +00:00
lazutils.pas LazUtils: Add LazUTF8SysUtils with "deprecated" warnings. The unit was renamed earlier. 2018-11-03 12:45:54 +00:00
lazutilsstrconsts.pas Use RaiseGDBException from LazTracer unit. Remove similar funcs from IDEProcs and ComponentReg. 2018-07-24 17:49:21 +00:00
lazversion.pas set trunk version to 2.1.0 2018-09-15 19:46:38 +00:00
lconvencoding.pas LazUtils: Raise exception in UTF8To... functions, controlled by a global boolean. Issue #33686, patch from AlexeyT. 2018-11-01 08:39:09 +00:00
lcsvutils.pas
lookupstringlist.pas Delete old deprecated methods. 2018-09-28 11:06:40 +00:00
Makefile set trunk version to 2.0.0PreRelease 2018-09-15 19:41:22 +00:00
Makefile.compiled updated makefiles 2018-07-11 23:58:59 +00:00
Makefile.fpc updated makefiles 2018-07-11 23:58:59 +00:00
maps.pp lazutils: less hints 2017-08-19 08:18:44 +00:00
masks.pas LazUtils: Change "Character" to "Codepoint" in LazUTF8 function names to be more accurate and to avoid confusion. 2017-12-11 19:44:22 +00:00
paswstring.pas LazUtils: Change "Character" to "Codepoint" in LazUTF8 function names to be more accurate and to avoid confusion. 2017-12-11 19:44:22 +00:00
stringhashlist.pas LazUtils: Fix the package name in file headers. 2016-12-21 22:35:14 +00:00
textstrings.pas LazUtils: Fix the package name in file headers. 2016-12-21 22:35:14 +00:00
translations.pas Delete old deprecated methods. 2018-09-28 11:06:40 +00:00
ttcache.pas Fix uninitialized variables based on compiler warnings got with dfa (data flow analysis) enabled. 2017-06-04 15:14:29 +00:00
ttcalc1.inc
ttcalc2.inc
ttcalc3.inc
ttcalc4.inc
ttcalc.pas
ttcmap.pas
ttconfig.inc
ttdebug.pas
tterror.pas
ttfile.pas
ttgload.pas
ttinterp.pas lazutils: less hints 2017-08-19 08:18:44 +00:00
ttload.pas
ttmemory.pas
ttobjs.pas
ttprofile.pas Fix uninitialized variables based on compiler warnings got with dfa (data flow analysis) enabled. 2017-06-04 15:14:29 +00:00
ttraster_sweep.inc
ttraster.pas
tttables.pas
tttypes.pas
uitypes.pas LazUtils: Rename unit ModalResultDef to a Delphi compatible UITypes. Add Message dialog related stuff. 2018-06-11 10:51:11 +00:00
unixfileutil.inc
unixlazfileutils.inc lazutils: ExpandFileNameUTF8: fixed HOME with UTF-8 2016-11-02 11:13:07 +00:00
unixlazutf8.inc
utf8process.pp LazUtils: Add process priority constants for latest FPC. Issue #34184, patch from Do-wan Kim. 2018-08-31 08:15:05 +00:00
winfileutil.inc
winlazfileutils.inc lazutils: fixed ExpandFileNameUTF8 for \\?\ 2018-10-26 08:10:10 +00:00
winlazutf8.inc LazUtf8: fix compilation for WinCE. Issue #0031788. 2017-05-09 19:21:42 +00:00