LMD 2013 - History

From LMD
Revision as of 12:57, 13 November 2012 by Balabuyew (talk | contribs) (LMD ScriptPack)

Jump to: navigation, search

<< Back to Main Page or Product Resources page

[edit]

Introduction

This documents contains history logs for all LMD 2013 products.
First official release: XX-October-2012

LMD-Tools section includes standalone packs as follows: LMD BarPack, LMD ChartPack, 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 2013.X (XX-XXXX-201X)

[Top]

Release 2013.0 (XX-XX-2012)

First public release. Betas were available for registered customers only.

LMD DockingPack

[+] New tabbed documents feature, which allows to ogrganize application documents in tabs, like in Delphi or Microsoft™ Visual Studio!
[+] Complitely new style engine: stretchable 32-bit bitmaps based; with XML style description.
[+] New TLMDDockManager.UseTabbedDocs property which allows to turn tabbed documents feature on/off.
[+] New TLMDDockPanel.ClientKind property, which allows to specify whether the panel is a tool of document panel.
[+] New TLMDdockManager.OnGetClientKind event, which allows to specify whether the client (including non-panel clients) is a tool panel or a document.
[+] New big-cross hotspot and its additional active areas (hsaDocsLeft, hsaDocsTop, hsaDocsRight, hsaDocsBottom) which reflect new tabbed documents feature. [+] New Metropolis VS2012 style. VS2010 and VS2005 styles were also updated.
[*] Old TLMDDockManager.Style property and all its sub-properties are no longer available. It has been replaced with new public TLMDDockManager.Style property, which is a reference to the engine style object. New StyleName published property for design-time access.
[+] New TLMDDockPanel.OnClose event with CloseAction var parameter. New Release method, which allows asynchronous destruction of the panel (like in TForm).
[+] Floating form maximization feature preview (not finished).
[-] Panel client area invalidation has been improved to reduce child controls re-drawings.

LMD ScriptPack

[+] VCL wrappers import for Delphi XE3.
[-] Some bugs has been fixed.
[Top]