Difference between revisions of "LMD 2017 - History"

From LMD
Jump to: navigation, search
(14 intermediate revisions by 2 users not shown)
Line 3: Line 3:
 
== Introduction ==
 
== Introduction ==
 
This documents contains history logs for all LMD 2017 products.<br>  
 
This documents contains history logs for all LMD 2017 products.<br>  
First official release: '''01-Deec-2016'''<br><br> LMD-Tools section includes standalone packs as follows: LMD BarPack, LMD ChartPack, LMD DialogPack, LMD DockingPack, LMD FxPack, LMD GridPack, LMD InspectorPack, LMD RichPack, LMD SearchPack, LMD ShellPack, LMD SysPack, LMD StoragePack, LMD ThemePack and LMD WebPack.<br> LMD IDE-Tools section lists changes in LMD IDE-Tools Integration package, LMD DesignPack, LMD ScriptPack and LMD SyntaxEdit.
+
First official release: '''01-Dec-2016'''<br><br> LMD-Tools section includes standalone packs as follows: LMD BarPack, LMD ChartPack, LMD DialogPack, LMD DockingPack, LMD FxPack, LMD GridPack, LMD InspectorPack, LMD RichPack, LMD SearchPack, LMD ShellPack, LMD SysPack, LMD StoragePack, LMD ThemePack and LMD WebPack.<br> LMD IDE-Tools section lists changes in LMD IDE-Tools Integration package, LMD DesignPack, LMD ScriptPack and LMD SyntaxEdit.
  
 
'''Legend'''<br>[+] Feature added<br>[*] Feature changed<br>[-] Bug fixed<br>
 
'''Legend'''<br>[+] Feature added<br>[*] Feature changed<br>[-] Bug fixed<br>
 +
== Release 2017.4 (23-May-2017) ==
 +
=== LMD DockingPack ===
 +
[-] Small bug, relating to floating panels Z-order has been fixed.<br>
 +
[-] Document tabs reordering bug has been fixed.<br>
 +
 +
=== LMD DesignPack ===
 +
[-] TLMDDesignPanel scrollbars related bug fix.<br>
 +
 +
=== LMD ElPack ===
 +
[-] Multi-monitor ElMenu bug fix.<br>
 +
[-] TEl(X)Tree: Reported VCL Styles related bug fixed.<br>
 +
[-] TElXTree: Header columns drawing bug has been fixed.<br>
 +
 +
== Release 2017.3 (10-Apr-2017) ==
 +
=== General ===
 +
[-] VCLStyles support bug fixed (when system themes were disabled (e.g. Basic themes in Win7), controls did not use VCL Styles as well).<br>
 +
[-] Bug fix: Problem with TLMDWideStrings.LoadFromStream.<br>
 +
 +
=== LMD ElPack ===
 +
[-] Property editors for headins/items in El(X)Tree controls displayed unnecessary popup windows<br>
 +
[-] TElLabel placed on two TElPanels designtime drawing bug fix.<br>
 +
[-] Several minor TEl(X)Tree fixes<br>
 +
 +
== Release 2017.2 (28-Mar-2017) ==
 +
[+] RAD Studio 10.2 Tokyo support for all main products and packages<br>
 +
[*] LMD DevUtil updated to support RAD Studio/Delphi/C++ Builder 10.2 Tokyo (SVN user)<br>
 +
 +
=== LMD-Tools ===
 +
[-] Several minor bugfixes.
 +
 +
=== LMD ElPack ===
 +
[+] ElListBox: New DefaultItemHeight property added.<br>
 +
[-] Several El(X)Tree bugfixes reported in forum.<br>
 +
[-] ElTree: Multiselection bugfix.<br>
 +
[-] ElHeader: Invalid designtime item index bug fix.
 +
 +
== Release 2017.1 (25-Jan-2017) ==
 +
 +
=== LMD-Tools ===
 +
[+] New LMDApplication methods: SendDataToPrevApp, RegisterDataReceiver and UnregisterDataReceiver, which allows to exchange custom data with pervious application instance.<br>
 +
[+] New TLMDOneInstance events: OnSendData and OnRecevieData to exchange custom data with pervious application instance; new TLMDOneInstance helper methods: WriteAppParams and ReadAppParams. New demo for TLMDOneInstance component, which shows custom data transfer.<br>
 +
[+] New TLMDClipboardMonitor component.<br>
 +
[+] New TLMDLabeledDateTimePicker control.<br>
 +
[+] New Xml format is now supported by TLMDIniCtrl component.<br>
 +
[+] New Alignment property to TLMDEdit.CustomButtons collection item class. So, buttons can now be aligned to the left or to the right side of an edit.<br>
 +
[-] LMDDatePicker on zoomed displays bug fix.<br>
 +
[-] TLMDHtmlHeader: Section vertical text alignment bug has been fixed.<br>
 +
[-] TLMDListBox OnHeaderDrawSection event not fired bug fix.<br>
 +
 +
=== LMD-ElPack ===
 +
 +
[-] Small ElTreee HeaderHeight bug fix.<br>
 +
 +
=== LMD-StoragePack ===
 +
 +
[-] TLMDStorCustomINIVault.CustomProperties bug has been fixed.<br>
  
 
== Release 2017.0 (01-Dec-2016) ==
 
== Release 2017.0 (01-Dec-2016) ==
 
First official release.<br>
 
First official release.<br>
{{Top}}
+
 
 +
=== All packages ===
 +
[+] VCL Styles support has been improved in LMD-Tools and has been added to LMD ElPack, LMD GridPack, LMD TextPack, LMD IDETools, LMD HtmlPack.<br>
 +
[+] StyleElements property support has been added to all packs that support VCL Styles; for XE3-up.<br>
 +
 
 +
=== LMD-Tools ===
 +
[+] TLMDDbRichEdit: New property RTFInStringField has been added to allow to store rtf text data in string-based fields; please note that due to API limitation connected data-set will not be automatically set to Editing mode in case rich edit text is modified from the code.<br>
 +
[+] TLMDDbRichEdit: Painting in replicated mode (inside TDBCtrlGrid) has been improved.<br>Now formatted text are painted correctly.
 +
[+] TLMDRichEdit: Embedded graphics support in printing and preview via TLMDRichEditPrintTask (in connection with LMD-PrintPack).<br>
 +
[+] TLMDScrollBoxExt: HorzScrollBar/VertScrollBar properties type has been changed to TLMDScrollBarObjectExt, which additionally provides read-only access to scrollbar's Min and Max properties and read-write access to Position property.<br>
 +
[-] TLMDCheckListComboBox bug with scrolling by mouse wheel in Windows 7 has been fixed.<br>
 +
[-] Icons in disabled Toolbuttons not drawn in gray bug has been fixed.<br>
 +
 
 +
=== LMD ElPack ===
 +
[-] TElPageControl themes bug fix.<br>
 +
[-] Small TElTree destruction bug fix (WMKillFocus).<br>
 +
[-] TELXTree.OnMouseEnter/OnMouseLeave events has been added. OnHotTrack event bug has been fixed: now the event is raised with NewItem = nil when the mouse is moved from the point over the item to the point outside the control.<br>
 +
[-] TElTree bug has been fixed: The last line in the TELTreeStringGrid is only clickable in the small area in the right if the horizontal scrollbar is visible.<br>
 +
[-] Vertical Scrollbar obscures right-most column bug has been fixed.<br>
 +
[-] Left/Right Arrow Cursor Movement is determined by Index order and not Visible Column Order bug has been fixed.<br>
 +
[-] Fixing 1 column when the field 0 is in column 3 causes a blackened heading and no data bug has been fixed.<br>
 +
[-] TElInplaceEditor not working when adding a new item when dropped down bug has been fixed.<br>
 +
[-] Some more minor issues with re-ordered columns has been fixed.<br>
 +
[-] Small theme-drawing of TElComboBox bug has been fixed.<br>
 +
[-] Flickering has been reduced in El(X)TreeStringGrid.<br>
 +
 
 +
=== LMD DialogPack ===
 +
[-] JSDialog: Expanded text visibility bug has been fixed.<br>
 +
 
 +
=== LMD GridPack ===
 +
[+] Notes about StyleElements: TLMDGrid already has advanced coloring support in VCL styles mode. Formally, if some color property is set to system color, like clWindow, that color is transformed to the corresponding VCL style color; however, if the color property is set to explicit color value, like clRed, the color is used as is, even if VCL styles is turned on. So, StyleElements implementation, just disables this automatic color transformation to keep backward compatibility.<br>

Revision as of 06:51, 23 May 2017

<< Back to Main Page or Product Resources page

[edit]

Introduction

This documents contains history logs for all LMD 2017 products.
First official release: 01-Dec-2016

LMD-Tools section includes standalone packs as follows: LMD BarPack, LMD ChartPack, LMD DialogPack, LMD DockingPack, LMD FxPack, LMD GridPack, LMD InspectorPack, 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 2017.4 (23-May-2017)

LMD DockingPack

[-] Small bug, relating to floating panels Z-order has been fixed.
[-] Document tabs reordering bug has been fixed.

LMD DesignPack

[-] TLMDDesignPanel scrollbars related bug fix.

LMD ElPack

[-] Multi-monitor ElMenu bug fix.
[-] TEl(X)Tree: Reported VCL Styles related bug fixed.
[-] TElXTree: Header columns drawing bug has been fixed.

Release 2017.3 (10-Apr-2017)

General

[-] VCLStyles support bug fixed (when system themes were disabled (e.g. Basic themes in Win7), controls did not use VCL Styles as well).
[-] Bug fix: Problem with TLMDWideStrings.LoadFromStream.

LMD ElPack

[-] Property editors for headins/items in El(X)Tree controls displayed unnecessary popup windows
[-] TElLabel placed on two TElPanels designtime drawing bug fix.
[-] Several minor TEl(X)Tree fixes

Release 2017.2 (28-Mar-2017)

[+] RAD Studio 10.2 Tokyo support for all main products and packages
[*] LMD DevUtil updated to support RAD Studio/Delphi/C++ Builder 10.2 Tokyo (SVN user)

LMD-Tools

[-] Several minor bugfixes.

LMD ElPack

[+] ElListBox: New DefaultItemHeight property added.
[-] Several El(X)Tree bugfixes reported in forum.
[-] ElTree: Multiselection bugfix.
[-] ElHeader: Invalid designtime item index bug fix.

Release 2017.1 (25-Jan-2017)

LMD-Tools

[+] New LMDApplication methods: SendDataToPrevApp, RegisterDataReceiver and UnregisterDataReceiver, which allows to exchange custom data with pervious application instance.
[+] New TLMDOneInstance events: OnSendData and OnRecevieData to exchange custom data with pervious application instance; new TLMDOneInstance helper methods: WriteAppParams and ReadAppParams. New demo for TLMDOneInstance component, which shows custom data transfer.
[+] New TLMDClipboardMonitor component.
[+] New TLMDLabeledDateTimePicker control.
[+] New Xml format is now supported by TLMDIniCtrl component.
[+] New Alignment property to TLMDEdit.CustomButtons collection item class. So, buttons can now be aligned to the left or to the right side of an edit.
[-] LMDDatePicker on zoomed displays bug fix.
[-] TLMDHtmlHeader: Section vertical text alignment bug has been fixed.
[-] TLMDListBox OnHeaderDrawSection event not fired bug fix.

LMD-ElPack

[-] Small ElTreee HeaderHeight bug fix.

LMD-StoragePack

[-] TLMDStorCustomINIVault.CustomProperties bug has been fixed.

Release 2017.0 (01-Dec-2016)

First official release.

All packages

[+] VCL Styles support has been improved in LMD-Tools and has been added to LMD ElPack, LMD GridPack, LMD TextPack, LMD IDETools, LMD HtmlPack.
[+] StyleElements property support has been added to all packs that support VCL Styles; for XE3-up.

LMD-Tools

[+] TLMDDbRichEdit: New property RTFInStringField has been added to allow to store rtf text data in string-based fields; please note that due to API limitation connected data-set will not be automatically set to Editing mode in case rich edit text is modified from the code.
[+] TLMDDbRichEdit: Painting in replicated mode (inside TDBCtrlGrid) has been improved.
Now formatted text are painted correctly. [+] TLMDRichEdit: Embedded graphics support in printing and preview via TLMDRichEditPrintTask (in connection with LMD-PrintPack).
[+] TLMDScrollBoxExt: HorzScrollBar/VertScrollBar properties type has been changed to TLMDScrollBarObjectExt, which additionally provides read-only access to scrollbar's Min and Max properties and read-write access to Position property.
[-] TLMDCheckListComboBox bug with scrolling by mouse wheel in Windows 7 has been fixed.
[-] Icons in disabled Toolbuttons not drawn in gray bug has been fixed.

LMD ElPack

[-] TElPageControl themes bug fix.
[-] Small TElTree destruction bug fix (WMKillFocus).
[-] TELXTree.OnMouseEnter/OnMouseLeave events has been added. OnHotTrack event bug has been fixed: now the event is raised with NewItem = nil when the mouse is moved from the point over the item to the point outside the control.
[-] TElTree bug has been fixed: The last line in the TELTreeStringGrid is only clickable in the small area in the right if the horizontal scrollbar is visible.
[-] Vertical Scrollbar obscures right-most column bug has been fixed.
[-] Left/Right Arrow Cursor Movement is determined by Index order and not Visible Column Order bug has been fixed.
[-] Fixing 1 column when the field 0 is in column 3 causes a blackened heading and no data bug has been fixed.
[-] TElInplaceEditor not working when adding a new item when dropped down bug has been fixed.
[-] Some more minor issues with re-ordered columns has been fixed.
[-] Small theme-drawing of TElComboBox bug has been fixed.
[-] Flickering has been reduced in El(X)TreeStringGrid.

LMD DialogPack

[-] JSDialog: Expanded text visibility bug has been fixed.

LMD GridPack

[+] Notes about StyleElements: TLMDGrid already has advanced coloring support in VCL styles mode. Formally, if some color property is set to system color, like clWindow, that color is transformed to the corresponding VCL style color; however, if the color property is set to explicit color value, like clRed, the color is used as is, even if VCL styles is turned on. So, StyleElements implementation, just disables this automatic color transformation to keep backward compatibility.