Commit Graph

36 Commits

Author SHA1 Message Date
Juha
8583ffa716 LCL: Formatting. 2024-11-23 08:10:58 +02:00
Juha
e045ba01d2 Remove units from uses sections, especially LCLProc which now contains many wrappers to other non-LCL units. 2023-06-18 14:57:06 +03:00
juha
42850cfe4d LazUtils: Deprecate now obsolete unit LazUtf8Classes and remove its references from Lazarus code.
git-svn-id: trunk@64384 -
2021-01-14 12:41:32 +00:00
juha
5d75afb30f Order uses sections.
git-svn-id: trunk@51954 -
2016-03-15 21:16:43 +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
mattias
201421bcbf LCL: TXML/IniPropStorage: do not load/save at designtime
git-svn-id: trunk@46350 -
2014-09-29 18:53:52 +00:00
mattias
76b41ca24f LCL: clean up
git-svn-id: trunk@45198 -
2014-05-27 13:27:55 +00:00
mattias
d39b418746 lcl: TXMLConfigStorage: fixed load/save utf8 filename
git-svn-id: trunk@41834 -
2013-06-23 16:02:26 +00:00
juha
7b162087fd Improve license headers in sources, part 1. Refer to details about license, not copyright. Remove jargon about lack of warranty, it is covered in license already.
git-svn-id: trunk@41387 -
2013-05-24 18:30:06 +00:00
mattias
75452dd427 lcl: added TXMLConfigStorage.SaveToStream
git-svn-id: trunk@39754 -
2013-01-03 18:33:53 +00:00
mattias
d241c00d1f lcl: added TPropStorageXMLConfig.LoadFromStream+SaveToStream
git-svn-id: trunk@39711 -
2013-01-01 17:33:40 +00:00
vincents
25d16d33d5 lcl: xmlpropstorage: explicitly convert utf8 strings to unicodestrings (domstring), so that the correct encoding is used for conversion, based on patch from Bart Broersma, fixes issue #19875
git-svn-id: trunk@38347 -
2012-08-23 12:58:46 +00:00
paul
b8c286a25d lcl: reduce amount of warnings, fix use of UTF8Decode and use of UTF8String type
git-svn-id: trunk@33250 -
2011-11-03 06:58:10 +00:00
mattias
af3d007090 switched from deprecated xmlcfg to xmlconf
git-svn-id: trunk@29286 -
2011-02-01 09:34:27 +00:00
mattias
a31323c48b LCL: TXMLConfigStorage.Clear
git-svn-id: trunk@25922 -
2010-06-05 15:35:41 +00:00
paul
d9491a4528 lcl: fix header
git-svn-id: trunk@18002 -
2008-12-31 03:07:17 +00:00
mattias
69cfe88898 using UTF-8 for file operations and environment variables
git-svn-id: trunk@16236 -
2008-08-25 22:32:23 +00:00
mattias
2996a3c332 rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt
git-svn-id: trunk@15834 -
2008-07-22 09:48:15 +00:00
paul
11de6af8b9 decapitalize all procedure and function keywords to make all looks the same
git-svn-id: trunk@14375 -
2008-03-03 08:06:26 +00:00
mattias
a681ab7b71 added TXMLConfigStorage
git-svn-id: trunk@9438 -
2006-06-15 21:49:57 +00:00
mattias
6eb4930179 fixed references to COPYING.LCL
git-svn-id: trunk@9243 -
2006-05-05 05:52:08 +00:00
vincents
f1760e1ed2 combined use of FRootNode and FRootNodePath (fixes #1947)
git-svn-id: trunk@9053 -
2006-03-30 12:38:01 +00:00
vincents
81e58be5bc fixes for fpc 2.1.1 xmlcfg
git-svn-id: trunk@7510 -
2005-08-16 14:40:10 +00:00
vincents
1064272122 removed ifdef ver1 from Martin Smat
git-svn-id: trunk@7479 -
2005-08-04 08:41:46 +00:00
mattias
75695b098e fixed hint size and activate
git-svn-id: trunk@6851 -
2005-02-26 20:26:03 +00:00
mattias
63b705cfd2 public TPropertyStorage StorageNeeded and FreeStorage
git-svn-id: trunk@6799 -
2005-02-17 22:35:05 +00:00
mattias
02c4d6ddaa added OnSavingProperties, OnRestoringProperties to TCustomPropertyStorage
git-svn-id: trunk@6598 -
2005-01-15 11:40:21 +00:00
mattias
17dc0edda7 added filename property editor for property storage
git-svn-id: trunk@6594 -
2005-01-14 19:08:47 +00:00
mattias
f87a347e79 replaced VER1_9_5 with not VER1_0
git-svn-id: trunk@6556 -
2005-01-12 17:48:47 +00:00
mattias
891b8aa58a disabled hardly used gtk FillScreenFont, this should be only done on demand, improved getting default font family for gtk
git-svn-id: trunk@6221 -
2004-11-08 19:11:55 +00:00
mattias
341ac9b2d1 StoredValues of property storage now works from Michael VC
git-svn-id: trunk@5811 -
2004-08-17 19:41:10 +00:00
mattias
d2c46c3582 published TForm.SessionProperties, added property editor and activated the storage components for fpc 1.9.5 because of rttiutils
git-svn-id: trunk@5806 -
2004-08-16 20:40:26 +00:00
mattias
efd5eaf7b4 fixed fpc 1.0.10 compilation
git-svn-id: trunk@5711 -
2004-07-25 22:54:38 +00:00
mattias
2f8201d816 added rx components from Michal Van Canneyt
git-svn-id: trunk@5709 -
2004-07-25 15:39:55 +00:00
mattias
784902b92a TXMLPropStorage basically working
git-svn-id: trunk@5704 -
2004-07-25 01:04:45 +00:00
mattias
4b1ebca16e started propertystorage enable with -dEnableSessionProps
git-svn-id: trunk@5699 -
2004-07-23 22:06:56 +00:00