Difference between revisions of "LMD 2013 - History"

From LMD
Jump to: navigation, search
(Release 2013.0 (XX-XX-2012))
(LMD DockingPack)
Line 21: Line 21:
 
[+] New big-cross hotspot and its additional active areas (hsaDocsLeft, hsaDocsTop, hsaDocsRight, hsaDocsBottom) which reflect new tabbed documents feature.
 
[+] 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.<br>
 
[+] New Metropolis VS2012 style. VS2010 and VS2005 styles were also updated.<br>
[-] Old TLMDDockManager.Style property and all its sub-properties are no longer available.<br>
+
[*] 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.<br>
[+] New public TLMDDockManager.Style property, which is a reference to new engine style object. New StyleName published property for design-time access.<br>
 
 
[+] New TLMDDockPanel.OnClose event with CloseAction var parameter. New Release method, which allows asynchronous destruction of the panel (like in TForm).<br>
 
[+] New TLMDDockPanel.OnClose event with CloseAction var parameter. New Release method, which allows asynchronous destruction of the panel (like in TForm).<br>
 
[+] Floating form maximization feature preview (not finished).<br>
 
[+] Floating form maximization feature preview (not finished).<br>
  
 
{{Top}}
 
{{Top}}

Revision as of 12:54, 13 November 2012

<< 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).

[Top]