Difference between revisions of "Lazarus 1.10.0 release notes"

From Free Pascal wiki
Jump to navigationJump to search
(Created page with "'''Lazarus 1.10.0 is not yet released. This page is under construction!''' Statistics: # commits: xxx # log: svn log -r xxxx:xxxx # resolved bug tracker issues: xxx = LCL In...")
 
Line 21: Line 21:
  
 
==LCL incompatibilities==
 
==LCL incompatibilities==
 +
 +
=== TCustomComboBox.ReadOnly was deprecated ===
 +
* Old behavior: When True, only items from the list are accepted, by direct selection from the list or AutoComplete.
 +
* New behavior: it does nothing and will be removed.
 +
* Reason: Delphi-compatibility, confusing naming, WS compatibility (different behavior on Win32/Qt/Gtk)
 +
* Remedy: Use extended styles for the same feature.
  
 
==Components incompatibilities==
 
==Components incompatibilities==

Revision as of 21:04, 5 June 2017

Lazarus 1.10.0 is not yet released. This page is under construction!

Statistics:

  1. commits: xxx
  2. log: svn log -r xxxx:xxxx
  3. resolved bug tracker issues: xxx

LCL Interfaces Changes

LCL Changes

IDE Changes

IDE Interfaces Changes

Components

Changes affecting compatibility

LazUtils

LCL incompatibilities

TCustomComboBox.ReadOnly was deprecated

  • Old behavior: When True, only items from the list are accepted, by direct selection from the list or AutoComplete.
  • New behavior: it does nothing and will be removed.
  • Reason: Delphi-compatibility, confusing naming, WS compatibility (different behavior on Win32/Qt/Gtk)
  • Remedy: Use extended styles for the same feature.

Components incompatibilities

IDE incompatibilities

Previous release notes