1
0
mirror of synced 2024-09-19 17:56:09 +00:00
Commit Graph

159 Commits

Author SHA1 Message Date
72d08518f8 Added IX2InteractiveServiceContext interface to allow running code in the main thread when in an interactive context 2016-12-14 11:20:45 +01:00
8de40e4f85 Fixed #1: X2UtService Start method gets nil AContext in interactive mode 2016-12-14 10:17:21 +01:00
d895950bd6 Added X2UtService to DXE2 package
Added support for listing supported custom control codes in the interactive GUI
2016-10-26 12:30:26 +02:00
360f06ae74 Added thread for running the service in GUIContext
Added Elevation check for install / uninstall
2016-10-24 17:15:03 +02:00
b2e6510d19 Minor fixes to GUIContext 2016-10-21 14:35:35 +02:00
4a287a0715 Added X2UtService wrapper 2016-10-21 13:58:28 +02:00
d4cee0403c Fixed: account for milliseconds in XML DateTime longer than 3 digits 2016-05-04 11:48:14 +00:00
1af5bae544 Delphi 2007 compatibility 2016-04-18 11:46:27 +00:00
e9f864d150 Fixed: Daylight Saving Time dependant on the target date instead of the current settings 2016-04-15 13:37:58 +00:00
29c1cab091 Added: App.ProgramDataPath property 2015-02-28 19:52:44 +00:00
d762903951 Fixed OS.Version for Delphi XE2
Resolved string typecast warning
2014-12-31 09:36:39 +00:00
868b443eae Fixed: WideString compatibility for Join function 2014-10-28 18:56:47 +00:00
319f0ba7e9 Added: X2UtCursors to XE2 package 2014-10-28 18:55:43 +00:00
cc719caf0c Added: XMLDataBindingUtils Base64 helpers for loading from stream/file 2014-08-25 18:23:03 +00:00
2ff0f544d3 Unicode compatibility for App.Version.Strings 2014-07-02 13:44:16 +00:00
2bf7ac5bf9 Added: IsValidXMLChar and GetValidXMLText functions 2014-06-25 14:06:25 +00:00
47e6d988f8 Added: Win64-compatible manifests
Changed: VistaMan units are now deprecated in Delphi XE2
2014-06-01 08:36:18 +00:00
5fed19c40f Fixed: D2007 library suffix 2014-05-31 19:38:06 +00:00
1fe867988b Fixed: VersionString for known Windows versions 2014-05-27 14:07:35 +00:00
cb7480fb04 Fixed: typos 2014-04-08 14:38:16 +00:00
ac5af10a67 Added: Server 2012 / Windows 8 support 2014-04-08 11:34:04 +00:00
ee02f20b22 Fixed: LibSuffix DXE2 2014-04-04 07:46:53 +00:00
5a7ce7bc99 Added: SkipEmptyItems parameter for Split function 2014-04-03 14:03:28 +00:00
64eb0b252f Fixed: WideString compatibility for Split function 2014-04-03 13:33:18 +00:00
ec2536d09a Fixed: correct suffix for DXE2 package 2014-03-16 08:47:27 +00:00
a212dbd74c Added: Win64 compatibility
Fixed: XML persist reader creating sections
Fixed: new MIME implementation for XMLDataBindingUtils
2014-03-16 08:42:46 +00:00
4d9a76cb35 X2UtNamedFormat compatibility with Delphi 2007 2014-02-27 09:26:55 +00:00
c249606540 WideString compatibility for NamedFormat
WideString compatibility for Hashes
PersistTest is incomplete and fails; commented out
2013-12-30 09:31:32 +00:00
9469351a54 Mime encode using AnsiStrings 2013-12-08 09:25:53 +00:00
857be7f9bb Compatibility with newer XMLDataBinding 2013-12-06 16:05:34 +00:00
116eda1d96 Fixed Delphi 2007 and earlier compatibiilty 2013-12-06 13:09:39 +00:00
4eb0115c66 Fixed uses clause for pre-2009 Delphi 2013-12-06 12:41:38 +00:00
0d07b45cd4 Delphi XE2 compatibility 2013-12-05 10:49:28 +00:00
195c3e6dde Added: X2UtCursors unit (WaitCursor function)
Changed: Added SkipEmptyItems parameter to Join function
2013-10-02 20:38:15 +00:00
be474bd006 Unit test and fix for literal percent characters in NamedFormat 2013-04-10 08:25:39 +00:00
2b51a19169 Overloaded NamedFormat with FormatSettings parameter 2013-04-09 14:56:07 +00:00
06e559505d Fixes for Delphi XE2
Fixed compatibility with D2007
2013-04-09 14:48:41 +00:00
020b8eaeb6 Delphi XE2 compatibility 2013-02-15 11:28:24 +00:00
5a4a8d1aca Changed: external XMLDataBindingUtils to non-external 2011-07-19 08:55:54 +00:00
c2a48aea3d Added: XMLDataBindingUtils unit (external)
Fixed: incorrect dependencies on DevEx/UnameIT packages
2011-07-19 08:53:27 +00:00
66f7bdb15f Added: DateTime support for XML persist 2011-03-29 10:15:45 +00:00
c8f791fce5 Fixed: attempt to read back variants as the correct type 2011-03-29 09:05:11 +00:00
cb92eabcf1 Added: Variant support for X2UtPersist (defaults to String, handled explicitly by the XML implementation) 2011-03-07 09:05:09 +00:00
c5ae6a8cef Fixed: list index out of bounds 2011-02-18 14:59:12 +00:00
c82652a873 Fixed: variable wasn't declared. 2011-02-18 14:57:31 +00:00
5c01377ea6 Fixed: wrong section was selected in EndSection for X2UtPersistXML 2011-02-18 14:56:22 +00:00
f406555e55 Added: PersistXML implementation 2011-02-18 14:51:00 +00:00
6ec85cfb1f Fixed: InvalidateCursor after clearing 2010-07-27 13:32:39 +00:00
6197f5463c Fixed: ClearCollection removed keys instead of sections
Fixed: TX2FormPosSettings does not apply the form size if not initialized
2010-04-13 10:04:05 +00:00
5b05c3237c Refactoring in the key/value managers for X2UtHashes
- Improved code clarity
- Solves an obscure access violation with large amounts of data
2010-03-12 12:27:49 +00:00