Difference between revisions of "LMD 2019 - History"

From LMD
Jump to: navigation, search
(LMD Tools)
(4 intermediate revisions by 2 users not shown)
Line 7: Line 7:
 
'''Legend'''<br>[+] Feature added<br>[*] Feature changed<br>[-] Bug fixed<br>
 
'''Legend'''<br>[+] Feature added<br>[*] Feature changed<br>[-] Bug fixed<br>
  
== Release 2019.1 (04-Dec-2018) ==
+
== Release 2019.2 (16-Jan-2019) ==
  
Themed design-time dialogs for Delphi 10.3 have beend implemented. This include LMD-Config and About dialogs, LMD ScriptPack Importer Wizard and Batch Importing form, and more common design-time editors.
+
=== LMD Tools ===
 +
[+] LMD-Tools: RAD Studio 10.3 IDE theme support for additional component and property editors (work in progress).<br>
 +
 
 +
=== LMD ElPack ===
 +
[-] ElTree: Small bug fix.<br>
 +
 
 +
=== LMD DockingPack ===
 +
[+] Pin/Unpin context menu items in dock-panel component editor.<br>
 +
[-] DockingPack: RAD Studio 10.3 designtime bug fix (pin/unpin/close buttons behavior).<br>
 +
 
 +
== Release 2019.1 (05-Dec-2018) ==
 +
 
 +
Themed design-time dialogs for Delphi 10.3 have beend implemented. This include LMD-Config and About dialogs, LMD ScriptPack Importer Wizard and Batch Importing form, and more common design-time editors.<br>
  
 
=== LMD Tools ===
 
=== LMD Tools ===
 +
[+] TLMDDatePicker and some other controls: button captions localization (Ok, Cancel, Today, ect).<br>
 +
[-] TLMDComboBoxExt diabled button look bug fix.<br>
  
[+] TLMDDatePicker and some other controls: button captions localization (Ok, Cancel, Today, ect).
+
=== LMD SearchPack ===
[-] TLMDComboBoxExt diabled button look bug fix.
+
[-] TLMDRefine search Unicode related bug fix.<br>
[-] TLMDRefine search Unicode related bug fix.
 
[+] The following properties of shared html-render has been published:
 
* TLMDWideLabel.OnVariableNeeded
 
* TLMDWideLabel.OnTagFound
 
* TLMDHTMLListBoxExt.OnTagFound
 
* TLMDHTMLListBox.OnTagFound
 
* TLMDHTMLExtListBox.OnTagFound
 
* TLMDHTMLLabel.LinkColor
 
* TLMDHTMLLabel.LinkStyle
 
* TLMDHTMLLabel.LinkPopupManu
 
* TLMDHTMLHeaderControl.OnTagFound
 
* TLMDHTMLComboBox.OnTagFound
 
* TLMDCustomHTMLHint.OnTagFound
 
* TLMDCustomHTMLHint.LinkColor
 
* TLMDCustomHTMLHint.LinkStyle
 
* TLMDBarHTMLLabel.LinkColor
 
* TLMDBarHTMLLabel.LinkPopupMenu
 
* TLMDBarHTMLLabel.LinkStyle
 
* TLMDBarHTMLLabel.OnImageNeeded
 
* TLMDBarHTMLLabel.OnVariableNeeded
 
* TLMDBarHTMLLabel.OnLinkClick
 
* TLMDBarHTMLLabel.OnTagFound
 
* TLMDBarHTMLLabel.OnControlCreated
 
* TLMDBarHTMLLabel.OnAdjustControlPosition
 
 
 
=== El Pack ===
 
  
[-] ElTree: Line height calculation bug fix (Important for high DPI).
+
=== LMD DockingPack ===
[+] The following properties of shared html-render has been published:
+
[-] AV (EurekaLog) bug fix.<br>
TElHeader.OnVariableNeeded
 
TElHeader.OnTagFound
 
TElXHeader.OnVariableNeeded
 
TElXHeader.OnTagFound
 
TElHTMLListBox.OnImageNeededEx
 
TElHTMLListBox.OnTagFound
 
TElHTMLComboBox.OnImageNeededEx
 
TElTree.OnVariableNeeded
 
TElTree.OnTagFound
 
TElXTree.OnVariableNeeded
 
TElStatusBar.OnImageNeededEx
 
TElStatusBar.OnVariableNeeded
 
TElStatusBar.OnTagFound
 
TElPopupButton.OnImageNeededEx
 
TElPopupButton.OnVariableNeeded
 
TElPopupButton.OnTagFound
 
TElGraphicButton.OnImageNeededEx
 
TElGraphicButton.OnVariableNeeded
 
TElGraphicButton.OnTagFound
 
TElGroupBox.OnImageNeeded
 
TElGroupBox.OnImageNeededEx
 
TElGroupBox.OnVariableNeeded
 
TElGroupBox.OnTagFound
 
TElCheckItem.OnImageNeededEx
 
TElCheckItem.OnVariableNeeded
 
TElCheckItem.OnTagFound
 
TElHtmlView.OnImageNeededEx
 
  
=== Docking Pack ===
+
=== LMD ScriptPack ===
 +
[*] Importer files for 10.3 (Rio) updated.<br>
  
[-] AV (EurekaLog) bug fix.
+
=== LMD ElPack ===
 +
[-] ElTree: Line height calculation bug fix (Important for high DPI).<br>
  
 
== Release 2019.0 (26-Nov-2018) ==
 
== Release 2019.0 (26-Nov-2018) ==

Revision as of 14:52, 16 January 2019

<< Back to Main Page or Product Resources page

[edit]

Introduction

This documents contains history logs for all LMD 2018 products.
First official release: 26-Nov-2018

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 2019.2 (16-Jan-2019)

LMD Tools

[+] LMD-Tools: RAD Studio 10.3 IDE theme support for additional component and property editors (work in progress).

LMD ElPack

[-] ElTree: Small bug fix.

LMD DockingPack

[+] Pin/Unpin context menu items in dock-panel component editor.
[-] DockingPack: RAD Studio 10.3 designtime bug fix (pin/unpin/close buttons behavior).

Release 2019.1 (05-Dec-2018)

Themed design-time dialogs for Delphi 10.3 have beend implemented. This include LMD-Config and About dialogs, LMD ScriptPack Importer Wizard and Batch Importing form, and more common design-time editors.

LMD Tools

[+] TLMDDatePicker and some other controls: button captions localization (Ok, Cancel, Today, ect).
[-] TLMDComboBoxExt diabled button look bug fix.

LMD SearchPack

[-] TLMDRefine search Unicode related bug fix.

LMD DockingPack

[-] AV (EurekaLog) bug fix.

LMD ScriptPack

[*] Importer files for 10.3 (Rio) updated.

LMD ElPack

[-] ElTree: Line height calculation bug fix (Important for high DPI).

Release 2019.0 (26-Nov-2018)

First official release.

[Top]