bart
835664f7f6
LazUtils: FileAgeUtf8 and FileSetDateUtf8: fix for WinCE after r39893 and r39891 #3e31ff5eeb (hopefully get it right this time).
...
git-svn-id: trunk@39918 -
2013-01-20 13:05:56 +00:00
mattias
a841f44ff5
xpath: added a test
...
git-svn-id: trunk@39913 -
2013-01-20 11:34:32 +00:00
mattias
53af0c65a7
lazutils: added laz2_xpath
...
git-svn-id: trunk@39912 -
2013-01-20 11:02:30 +00:00
bart
809f049924
LazUtils: fix FileSetDateUtf8 for Windows, when file is in a folder with Unicode characters.
...
Fixes issue: #0023696 . Patch based upon efforts of Takeda Matsuki.
git-svn-id: trunk@39893 -
2013-01-19 17:23:30 +00:00
bart
3e31ff5eeb
LazUtils: fix FileAgeUtf8 for Windows, when file is in a folder with Unicode characters.
...
Fixes issue: #0023538 . Patch by Takeda Matsuki.
git-svn-id: trunk@39891 -
2013-01-19 15:37:06 +00:00
maxim
2140b91481
Translations: Spanish translation update by Lucas Martín, bug #23649
...
git-svn-id: trunk@39856 -
2013-01-14 21:29:14 +00:00
maxim
217d70ece2
Translations: Czech translation update by Vaclav Valicek, bug #23622
...
git-svn-id: trunk@39823 -
2013-01-10 20:40:19 +00:00
mattias
c47b6d72a2
lazutils: TranslateUTF8Chars: multibyte with different size replacements
...
git-svn-id: trunk@39799 -
2013-01-07 16:49:16 +00:00
mattias
d594f5e36a
lazutils: TranslateUTF8Chars: multibyte with same size replacements
...
git-svn-id: trunk@39798 -
2013-01-07 16:12:40 +00:00
mattias
dbdae2d1c7
lazutils: TranslateUTF8Chars: ascii with delete
...
git-svn-id: trunk@39795 -
2013-01-07 12:51:47 +00:00
mattias
222d3f6e64
lazutils: TranslateUTF8Chars: plain ascii
...
git-svn-id: trunk@39794 -
2013-01-07 12:34:37 +00:00
maxim
e66fe290fa
Updated Russian translation
...
git-svn-id: trunk@39768 -
2013-01-04 19:12:23 +00:00
mattias
7a805339f7
lclbase,lazutils: moved utf8process to lazutils
...
git-svn-id: trunk@39744 -
2013-01-03 12:19:51 +00:00
mattias
5bcaa75c06
lazutils: moved SplitCmdLineParms to LazFileUtils
...
git-svn-id: trunk@39741 -
2013-01-03 12:10:48 +00:00
mattias
899bdb7156
lazutils: FileUtil: added SplitCmdLineParams
...
git-svn-id: trunk@39730 -
2013-01-02 12:43:12 +00:00
mattias
55daa17ac3
lazutils: laz_xmlstreaming: made GetPropertyElement protected, fixed reading vaBinary, bug #23534
...
git-svn-id: trunk@39651 -
2012-12-25 09:25:07 +00:00
mattias
c7d3e19290
lazutils+lclbase: updated fpmake
...
git-svn-id: trunk@39631 -
2012-12-23 11:16:17 +00:00
mattias
459f1af043
lcl,lazutils: moved lazconfigstorage.pas to lazutils
...
git-svn-id: trunk@39630 -
2012-12-23 11:05:51 +00:00
sekelsenmat
dac086ca0f
Adds more encoding conversion support, patch from bug #23446
...
git-svn-id: trunk@39536 -
2012-12-14 11:59:46 +00:00
mattias
2560f9ed40
lazutils: xmlreader: handle non existing property list, bug #23450
...
git-svn-id: trunk@39484 -
2012-12-09 09:34:10 +00:00
bart
a11814ad68
Masks.pas: implement optional parameter to control case-sensitivity for (filename) matching,
...
which may be usefull on case-sensitive filesystems or OS's.
Default is False, so it is backwards compatible with exiting code.
git-svn-id: trunk@39466 -
2012-12-06 19:08:12 +00:00
mattias
067cab64c4
lazutils: UTF8LowerCase: small optimization
...
git-svn-id: trunk@39450 -
2012-12-06 15:03:10 +00:00
sekelsenmat
bdff370210
Attempt to fix bug #23428
...
git-svn-id: trunk@39437 -
2012-12-04 13:12:15 +00:00
juha
b51b639fab
LazUtils: reimplement the test for faDirectory in TFileSearcher.Search. FindFirst returns files in any case.
...
git-svn-id: trunk@39312 -
2012-11-19 21:51:07 +00:00
juha
95686848e3
LazUtils: Clean the TFileSearcher.Search code and use faDirectory for pure dir search
...
git-svn-id: trunk@39297 -
2012-11-18 11:41:41 +00:00
mattias
19c0f84bd2
lazutils: started TranslateUTF8Chars
...
git-svn-id: trunk@39288 -
2012-11-16 14:30:58 +00:00
juha
f0e99e4d12
FileUtil: fix layout (2 function declarations on 1 line). Issue #23314 by Bart Broersma
...
git-svn-id: trunk@39283 -
2012-11-15 20:04:44 +00:00
mattias
11eb3f7337
lazutils: less warnings
...
git-svn-id: trunk@39268 -
2012-11-10 16:33:03 +00:00
mattias
36f2c96002
lazutils: added IsHardLinks
...
git-svn-id: trunk@39267 -
2012-11-10 16:32:28 +00:00
mattias
99f009f39d
lazutils: clean up
...
git-svn-id: trunk@38845 -
2012-09-26 10:41:22 +00:00
mattias
fad8217990
lazutils: fileutil: less dependencies
...
git-svn-id: trunk@38844 -
2012-09-26 10:35:16 +00:00
maxim
9a487a2e50
LazUtils: improve unicode path/filename handling by Fileutil.ReadFileToString, patch from Takeda Matsuki, bug #22953
...
git-svn-id: trunk@38816 -
2012-09-24 20:32:19 +00:00
maxim
d02fb67a89
Translations: Arabic translation update by Khaled Shagrouni, bug #22935
...
git-svn-id: trunk@38785 -
2012-09-21 14:43:16 +00:00
mattias
b907c27389
started fpmake files for IDE
...
git-svn-id: trunk@38588 -
2012-09-08 21:42:19 +00:00
mattias
623e23368d
lazutils: avglvltree: fixed GetEnumeratorHighToLow
...
git-svn-id: trunk@38568 -
2012-09-08 08:59:42 +00:00
mattias
20382c7ed0
codetools: skipped code is now converted to special comments
...
git-svn-id: trunk@38521 -
2012-09-05 10:47:44 +00:00
mattias
2560b6e5eb
lazutils: txmlconfig: auto create doc
...
git-svn-id: trunk@38495 -
2012-09-03 09:09:23 +00:00
mattias
30aefa3503
avglvltree: setcompare: set when count=0
...
git-svn-id: trunk@38486 -
2012-09-02 15:57:47 +00:00
juha
995b5a3d55
Use a record of signed SmallInts to prevent range check errors. Still about issue #22760
...
git-svn-id: trunk@38476 -
2012-09-02 00:32:29 +00:00
juha
9b6e54b588
Revert r38465 #f26e63161d and use typecasts to prevent range errors. Should fix issue #22760
...
git-svn-id: trunk@38469 -
2012-08-31 22:38:46 +00:00
sekelsenmat
4cf053d2ba
LazFreeType: Adds some $R- to disable range check which seams to cause problems with FPC 2.7 and expands a with
...
git-svn-id: trunk@38416 -
2012-08-28 09:58:57 +00:00
mattias
5348dc7d33
updated Makefiles
...
git-svn-id: trunk@38410 -
2012-08-27 16:43:01 +00:00
martin
ace911d9e7
Remove SynEdit from IdeIntf (license conflict)
...
git-svn-id: trunk@38408 -
2012-08-27 13:07:49 +00:00
mattias
8e3f146300
lazutils: less notes
...
git-svn-id: trunk@38398 -
2012-08-27 10:47:02 +00:00
maxim
458214e8ee
Translations: large Lithuanian translation update by Valdas Jankūnas, part 1
...
git-svn-id: trunk@38252 -
2012-08-15 23:39:08 +00:00
mattias
91db3e1026
lazutils: clean up
...
git-svn-id: trunk@38248 -
2012-08-15 10:36:13 +00:00
mattias
3f21a3c32a
lazutils: renamed functions DBCSToUTF8, UTF8ToDBCS, fixed dbcs last char, using half space for asian tables
...
git-svn-id: trunk@38241 -
2012-08-14 21:01:39 +00:00
mattias
9295710c2a
translations: German: updates from Swen Heinig
...
git-svn-id: trunk@38239 -
2012-08-14 20:48:41 +00:00
maxim
15460809da
LazUtils: attempt to fix WinCE build after r38199 #1be9d080b5
...
git-svn-id: trunk@38235 -
2012-08-13 22:18:20 +00:00
mattias
c93174f462
lazutils: lconvencoding: sorted
...
git-svn-id: trunk@38228 -
2012-08-12 12:03:32 +00:00