Difference between revisions of "LMD 2015 - History"
Line 8: | Line 8: | ||
== Release 2015.2 (13-Nov-2014) == | == Release 2015.2 (13-Nov-2014) == | ||
+ | === Common Runtime === | ||
+ | [*] LMD VCL Configuration dialog updated (Info section)<br> | ||
+ | [-] Current ThemesManager object (if one is set) is now released when application is closed.<br> | ||
+ | |||
+ | === LMD-Tools === | ||
+ | [-] TLMDEdit.PasswordChar bug fix (changing Text property changed PasswordChar value). This problem occured exclusively on C++Builder 7 only.<br> | ||
+ | |||
+ | === LMD DialogPack === | ||
+ | [-] C++Builder compilation errors fixed [E2040 Declaration terminated incorrectly]<br> | ||
+ | |||
+ | === LMD DockingPack === | ||
+ | [+] OnAlignInsertBefore and OnAlignPosition events added (when supported by VCL)<br> | ||
+ | |||
+ | === LMD StoragePack === | ||
+ | [-] TLMDStorFormStorage: Save method in manual mode (AutoLoad/AutoSave disabled) works now correctly. In previous releases manual Save method call did not store anything.<br> | ||
+ | [-] TLMDStorINIVault: Missing initialization of pointers added. | ||
+ | |||
+ | === LMD ElPack === | ||
+ | [*] TElDateTimePicker: Change in cursor settings behaviour<br> | ||
+ | [-] TElCurrencyEdit: Fixed - depending on Scale/PixelsPerInch settings, display was cut off (on the right side)<br> | ||
+ | [-] TElPanel: When BorderSides property is enabled, alignment of inner controls is now correctly adjusted.<br> | ||
+ | [-] TELXTree: Cell selection bug (provided by abb).<br> | ||
+ | [-] TElXTree Copy/Paste in IDE caused AV when cells contained HTML text or HTML style was enabled.<br> | ||
+ | |||
{{Top}} | {{Top}} | ||
Revision as of 12:10, 13 November 2014
<< Back to Main Page or Product Resources page
Contents
Introduction
This documents contains history logs for all LMD 2015 products.
First official release: 15-Sep-2014
LMD-Tools section includes standalone packs as follows: LMD BarPack, LMD ChartPack, LMD DialogPack, LMD DockingPack, LMD FxPack, LMD RichPack, LMD SearchPack, LMD ShellPack, LMD SysPack, LMD StoragePack, LMD ThemePack and LMD WebPack.
LMD IDE-Tools section lists changes in LMD IDE-Tools Integration package, LMD DesignPack, LMD ScriptPack and LMD SyntaxEdit.
Legend
[+] Feature added
[*] Feature changed
[-] Bug fixed
Release 2015.2 (13-Nov-2014)
Common Runtime
[*] LMD VCL Configuration dialog updated (Info section)
[-] Current ThemesManager object (if one is set) is now released when application is closed.
LMD-Tools
[-] TLMDEdit.PasswordChar bug fix (changing Text property changed PasswordChar value). This problem occured exclusively on C++Builder 7 only.
LMD DialogPack
[-] C++Builder compilation errors fixed [E2040 Declaration terminated incorrectly]
LMD DockingPack
[+] OnAlignInsertBefore and OnAlignPosition events added (when supported by VCL)
LMD StoragePack
[-] TLMDStorFormStorage: Save method in manual mode (AutoLoad/AutoSave disabled) works now correctly. In previous releases manual Save method call did not store anything.
[-] TLMDStorINIVault: Missing initialization of pointers added.
LMD ElPack
[*] TElDateTimePicker: Change in cursor settings behaviour
[-] TElCurrencyEdit: Fixed - depending on Scale/PixelsPerInch settings, display was cut off (on the right side)
[-] TElPanel: When BorderSides property is enabled, alignment of inner controls is now correctly adjusted.
[-] TELXTree: Cell selection bug (provided by abb).
[-] TElXTree Copy/Paste in IDE caused AV when cells contained HTML text or HTML style was enabled.
Release 2015.1 (25-Sep-2014)
Common Runtime
[-] Critical bug with TLMDPngImage (causing TLMDPngImageList to fail loading images from streams) fixed.
[-]TLMDPNGImageList/TLMDGraphicList Component Editors reworked (modeless -> modal dialogs). Solves AVs in IDE when using TLMDPNGImageList/TLMDGraphicList controls after editor was executed.
LMD DockingPack
[+] TLMDDockPanel: New virtual DoActiveChanged method added.
LMD-Tools
[-] LMDSysIn.pas: Header problems with C++Builder fixed
LMD SysPack
[-] TLMDSysMemoryObject: Header problems with C++Builder fixed
[-] TLMDSysMemoryObject: String conversion problem for display of memory size (were converted to 32bit) fixed.
LMD SyntaxEdit
[-] Pascal Scheme modified (IgnoreCase attribute enabled).
LMD ElPack
[-] TElXTree: Problems with OwnStyle definitions in 64bit projects solved (caused DFM loading errors in 64bit applications.
Release 2015.0 (14-Sep-2014)
First official release.
[Top]