Difference between revisions of "LMD 2012 - History"

From LMD
Jump to: navigation, search
(Release 2012.3 (XX-XXX-2012))
Line 8: Line 8:
  
 
== Release 2012.3 (XX-XXX-2012) ==
 
== Release 2012.3 (XX-XXX-2012) ==
 +
 +
=== LMD DockingPack ===
 +
[-] #837 bug has been fixed.<br>
 +
 +
=== LMD IDE-Tools ===
 +
[-] #834 buf has been fixed: Memory leaks in service provider.
 +
[-] Small LMD-DesignPack related bug has been fixed (TLMDDesignPanel handle recreation).
  
 
== Release 2012.2 (27-Feb-2012) ==
 
== Release 2012.2 (27-Feb-2012) ==

Revision as of 19:49, 30 March 2012

<< Back to Main Page or Product Resources page

[edit]

Introduction

This documents contains history logs for all LMD 2012 products.
First official release: 30-November-2011

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 2012.3 (XX-XXX-2012)

LMD DockingPack

[-] #837 bug has been fixed.

LMD IDE-Tools

[-] #834 buf has been fixed: Memory leaks in service provider. [-] Small LMD-DesignPack related bug has been fixed (TLMDDesignPanel handle recreation).

Release 2012.2 (27-Feb-2012)

LMD Tools

[+] LMDButtonPanel: SetBorders method is now aware of buttons visibility prop value
[+] LMDCalendarEdit, LMDCustomDateTimePicker: StartDay property added, access to Calendar and CalendarForm added
[-] LMDCurrencySettings: bug with negative formats with parenthesis like "¤(1,1)" fixed
[-] LMDCustomMaskEdit: pressing "-" when entering currency values changed cursor position - fixed
[-] LMDCustomMaskEdit and descendants: navigation with LEFT and RIGHT keys was broken - fixed
[-] LMDComboBoxExt: ItemIndex was not set by the moment when Change method is called - fixed
[+] LMDCustomExtSpinEdit: ForceOverwriteMode made published
[-] LMDCustomExtSpinEdit: deleting DecimalSep bug fixed
[-] LMDPanelFill memory leak when BackFXPass = true fixed

LMD ElPack

[-] ElXTreeCell: Cell.TextAlignment issue fixed
[*] ElVerInfo (TElVersionInfo): Fixed some issue under Delphi 2007 and below
[-] TElEdit. Fixed Backspace behavior error
[+] TElEdit. Added ScrollBarsAutoShowing property that controls which of scrolbars is auto showing. Default ssNone.
[*] TElLabel. Small fixes.

LMD DockingPack

[+] TLMDDockPanel.Release method has been added (like in TForm).
[+] Global TLMDDockManager.OnLayoutChange event, which is fired for all sites including floating, has been added.
[+] Bounds constraints are now applied on loading floating forms, which made them at least partially visible on screen; with respect of multi-monitor systems.
[+] ActiveHot tabs state has been added to painter interface.
[+] Close button in floating form made invisible, in case it invisible in some of contained panels.
[-] WM_ACTIVATE added to PanelsHookProc to fix the bug with modal dialogs.

LMD IDE-Tools

[-] Syntax edit: CSS scheme bug has been fixed.
[-] Designer: Non-visual components disappearing bug has been fixed.
[-] ScriptPack: #831 bug has been fixed.

LMD Grid

[+] PopupMenu property has been published.
[+] OnMouseUp, OnMouseMove events has been published.
[+] IsEditorShown, Edit and EndEditing methods has been added to allow manual inplace editor control.
[+] GridColToDataCol, DataColToGridCol, GridRowToDataRow, DataRowToGridRow, DataRectToGridRect methods has been published.
[+] MouseCoord and CellRect methods has been published to allow mouse coordinates to be transformed to grid Col/Row indexes.

[Top]

Release 2012.1 (15-Jan-2012)

General

[-] Support of XE2 vcl.styles for most of LMD Tools and ElPack controls added (several major fixes made to LMDThemes, ElPack and LMDTools units). See What's New page for more info.

LMD Tools

[+] LMDInputDlg: PromptFont property added
[+] LMDStorXMLVault: NormalizeSeparators property added
[+] LMDToolBar: support of all image lists added, including TLMDImageList
[-] LMDBaseGraphicButton: ImageIndex is now used instead of ListIndex
[+] LMDCmps.inc: LMD_FORCELISTINDEXUSE switch entry added (disabled by default, see http://wiki.lmd.de/index.php/LMD_VCL_-_LMD-Tools_FAQ#ListIndex_vs._ImageIndex_property)
[-] LMDCustomToolBar, pLMDToolBarEditorDlg: several major fixes

LMD ElPack

[-] ElFlatCtl: wrong (themed) frame when ThemeMode=ttmNone issue fixed

LMD BarPack

[-] Fixed: Switching to a different SectionStorage control in response to a click on an item in a section caused AV under certain circumstances.

LMD DockingPack

[+] Application.AutoDragDocking property is now respected.

LMD InspectorPack

[-] tkVariant->tkClass in SetObject method bug fix.

LMD SyntaxEdit

[*] FolderSelect dialog has been replaced to FileOpen dialog with multi-select in edit document component editor menu.
[+] Load/Save buttons has been added to syntax and color editors.
[+] Entries renaming has been implemented in color scheme editor (use F2 to rename tokens and custom attributes).
[-] HTML scheme bug fix: scheme now properly skip "\/>" char sequence.
[Top]

Release 2012.0 (30-Nov-2011)

First public release. Beta 1 and 2 were available for registered customers only.
[Top]