ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/changelog
(Generate patch)

Comparing ibx/trunk/changelog (file contents):
Revision 27 by tony, Tue Apr 14 13:10:23 2015 UTC vs.
Revision 29 by tony, Sat May 9 11:37:49 2015 UTC

# Line 1 | Line 1
1 + IBX Change Log  version                                                              (1.2-4) Sat, 09 May 2015 12:38:29 +0100
2 +
3 + 1.  Firebird Services: avoid List Index error when opening a service with an
4 +    empty Params property.
5 +
6 + 2.  IBControls: Fix problem with new link mechanism introduced in 1.2.3.
7 +    Link now set up in Loaded method - avoids occasional failure to apply
8 +    SQL markup on initial open.
9 +
10 + 3.  "Employees" example performance improvements when scrolling.
11 +
12 + 4.  DBControlGrid: Correctly handle edit panel removal when panel is child control of a
13 +    TFrame. Force recaching of selected frame to avoid GTK race (results in a
14 +    random image cached).
15 +
16 + 5.  DBControlGrid: Should now react to changes in panel height at run time.
17 +
18 + 6.  IBDynamicGrid: Redraws rows below on panel editor hide - avoids blank space at end of grid  
19 +    even when further rows exist.
20 +
21 + 7.  DBControlGrid: DefaultRowHeight is no longer a published property as it should
22 +    always be derived from panel height and setting this property can cause confusion.
23 +    Note for existing projects: to avoid a missing property error at run time,
24 +    each form using the DBControlGrid must be opened, updated and saved in the IDE
25 +    in order to remove the property value from the lfm.
26 +
27 +
28   IBX Change Log  version                                                          (1.2-3) Tue, 14 Apr 2015 14:11:17 +0100
29  
30   1.  TIBStoredProc. Prepare now called by ParamByName to avoid need to always

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines