Difference between revisions of "LMD 2009 - History LMD-Tools"

From LMD
Jump to: navigation, search
m
Line 16: Line 16:
 
==== Release 9.02 (not released yet)<br> ====
 
==== Release 9.02 (not released yet)<br> ====
  
[-] LMDXML: Fixed many issues related with UTF8 reading and writing<br>
+
[-] LMDXML: Fixed many issues related with UTF8 reading and writing<br>[-] LMDPngImage: Png library updated to the latest free version of PngComponents - 1.564<br>[-] LMDCustomExtCombo, LMDCalculator: theme change (for ttmNative) fixed<br>[-] LMDCaptionPanelGroup: BTS #649 - collapse/expand when changing orientation fixed<br>[+] LMDCaptionPanelGroup: AutoExpand property added; when set to true, it causes corresponfing events (OnExpanding, OnExpanded etc.) to be triggered if changing orientation makes impossible to keep panel collapsed<br>[-] LMDShellPack: Fixed Vista and D2009 related bugs ("?" instead of chars)<br>[-] LMDShList: BTS #637 bug fixed (#1 wrong selection after sorting, #2 vanishing header captions)<br>[+] LMDShList: selection by first character on key press added<br>[-] LMDThemesPack: LMDThemesEngine: BTS#650 issue fixed (empty captions in buttons after changing theme)<br>[-] LMDCalendar: BTS#654 fixed (DFM could not be read and written if SpecialDates were not empty)<br>[-] LMDExplorerBar: LinkedControl visibility issue fixed<br>[-] LMDRTFHyperText, LMDRTFRichEdit: modified at click issue fixed, GetLinkParams issue fixed<br>[+] LMDCustomMemo: IgnoreLastEmptyLine compatibility property added<br>[-] LMDStrings: LMDAnsiEncode64/LMDAnsiDecode64 was broken (see BTS#648) - fixed<br>
[-] LMDPngImage: Png library updated to the latest free version of PngComponents - 1.564<br>
+
[+] LMDMaskEdit: ProcessBlankChar property introduced<br>[-] Themed rendering for .net fixed<br>
[-] LMDCustomExtCombo, LMDCalculator: theme change (for ttmNative) fixed<br>
 
[-] LMDCaptionPanelGroup: BTS #649 - collapse/expand when changing orientation fixed<br>
 
[+] LMDCaptionPanelGroup: AutoExpand property added; when set to true, it causes corresponfing events (OnExpanding, OnExpanded etc.) to be triggered if changing orientation makes impossible to keep panel collapsed<br>
 
[-] LMDShellPack: Fixed Vista and D2009 related bugs ("?" instead of chars)<br>
 
[-] LMDShList: BTS #637 bug fixed (#1 wrong selection after sorting, #2 vanishing header captions)<br>
 
[+] LMDShList: selection by first character on key press added<br>
 
[-] LMDThemesPack: LMDThemesEngine: BTS#650 issue fixed (empty captions in buttons after changing theme)<br>
 
[-] LMDCalendar: BTS#654 fixed (DFM could not be read and written if SpecialDates were not empty)<br>
 
[-] LMDExplorerBar: LinkedControl visibility issue fixed<br>
 
[-] LMDRTFHyperText, LMDRTFRichEdit: modified at click issue fixed, GetLinkParams issue fixed<br>
 
[+] LMDCustomMemo: IgnoreLastEmptyLine compatibility property added<br>
 
[-] LMDStrings: LMDAnsiEncode64/LMDAnsiDecode64 was broken (see BTS#648) - fixed<br>
 
[-] LMDHTMLUnit: exact font sizing in pixels (was implemented earlier in older ElPack html render) was broken - fixed<br>
 
[+] LMDMaskEdit: ProcessBlankChar property introduced<br>
 
[-] Themed rendering for .net fixed<br>
 
  
 
==== Release 9.01 (17-October-2008) ====
 
==== Release 9.01 (17-October-2008) ====
  
 
LMDHint: <br>[-] Sizing for the case when icon or close button are shown fixed;<br>[-] Gradient fixed; <br>[-] HTML rendering over gradient background fixed.<br> LMDClock:<br>[-] CustomDateTimeFormat was ignored when UseCustomDateTime = true for ClockMode in [cmStopwatch, cmCountdown] - fixed.<br> LMDHTMLUnit:<br> [-] Exact font sizing in pixels (was implemented earlier in older ElPack html render) was broken - fixed.<br>
 
LMDHint: <br>[-] Sizing for the case when icon or close button are shown fixed;<br>[-] Gradient fixed; <br>[-] HTML rendering over gradient background fixed.<br> LMDClock:<br>[-] CustomDateTimeFormat was ignored when UseCustomDateTime = true for ClockMode in [cmStopwatch, cmCountdown] - fixed.<br> LMDHTMLUnit:<br> [-] Exact font sizing in pixels (was implemented earlier in older ElPack html render) was broken - fixed.<br>

Revision as of 11:54, 17 November 2008

<< Back to Main Page or Product Resources page

[edit]

Introduction

This documents contains history logs for all LMD-Tools 2009 products (except LMD ElPack and LMD IDE-Tools packages).
First official release: 23-September-2008

Major version numbers are:
LMD-Tools 9.0, LMD BarPack 3.0, LMD ChartPack 2.0, LMD FxPack 3.0, LMD RichPack 5.0, LMD SearchPack 4.0, LMD ShellPack 5.0, LMD SysPack 4.0, LMD StoragePack 3.0, LMD WebPack 5.0.

Legend
[+] Feature added
[*] Feature changed
[-] Bug fixed

History Logs

LMD-Tools 9.X

Release 9.02 (not released yet)

[-] LMDXML: Fixed many issues related with UTF8 reading and writing
[-] LMDPngImage: Png library updated to the latest free version of PngComponents - 1.564
[-] LMDCustomExtCombo, LMDCalculator: theme change (for ttmNative) fixed
[-] LMDCaptionPanelGroup: BTS #649 - collapse/expand when changing orientation fixed
[+] LMDCaptionPanelGroup: AutoExpand property added; when set to true, it causes corresponfing events (OnExpanding, OnExpanded etc.) to be triggered if changing orientation makes impossible to keep panel collapsed
[-] LMDShellPack: Fixed Vista and D2009 related bugs ("?" instead of chars)
[-] LMDShList: BTS #637 bug fixed (#1 wrong selection after sorting, #2 vanishing header captions)
[+] LMDShList: selection by first character on key press added
[-] LMDThemesPack: LMDThemesEngine: BTS#650 issue fixed (empty captions in buttons after changing theme)
[-] LMDCalendar: BTS#654 fixed (DFM could not be read and written if SpecialDates were not empty)
[-] LMDExplorerBar: LinkedControl visibility issue fixed
[-] LMDRTFHyperText, LMDRTFRichEdit: modified at click issue fixed, GetLinkParams issue fixed
[+] LMDCustomMemo: IgnoreLastEmptyLine compatibility property added
[-] LMDStrings: LMDAnsiEncode64/LMDAnsiDecode64 was broken (see BTS#648) - fixed
[+] LMDMaskEdit: ProcessBlankChar property introduced
[-] Themed rendering for .net fixed

Release 9.01 (17-October-2008)

LMDHint:
[-] Sizing for the case when icon or close button are shown fixed;
[-] Gradient fixed;
[-] HTML rendering over gradient background fixed.
LMDClock:
[-] CustomDateTimeFormat was ignored when UseCustomDateTime = true for ClockMode in [cmStopwatch, cmCountdown] - fixed.
LMDHTMLUnit:
[-] Exact font sizing in pixels (was implemented earlier in older ElPack html render) was broken - fixed.