User Tools

Site Tools


readme:versions:v95.0

v95.0, released 2024-10-25

Documentation | What's new & coming | v95.0

This version brings:

  • The docs website now allows you to limit the search to docs (non-API documentation) and readme only.
  • RAD Studio 12.2 Pach 1 Athens support.
    Please note that this patch changed the package (run-time and design-time) compatibility with 12.2. If you do not want to update your RAD Studio rebuilding packages on your own is required, DK-14288
  • VCL styling improvements for TGIS_ViewerWnd and TGIS_ControlLegend DK-14229 DK-14230
    • StyleElements and StyleName (>= RAD Studio 11) introduced. DK-14233 DK-14234
      • To use SelectionColor and SelectionFontColor StyleElements.seFont must be deselected
    • Border drawing now matches styles, including Ctl3d.
    • TGIS_ControlLegend styling is based on TCheckListBox, mainly because TTreeView styling is incomplete (there is no styling for selected items).
    • If a style is not applied to the application and Enable Runtime Themes in protect manifest is not selected, legend checkboxes will be drawn unstyled (old Windows look).
    • To change a background color StyleElements.seClient must be deselected.
    • StyleColorDefault property introduced in v94 is gone. Ignore if reported upon opening a form, then save the modified form.
    • Due to the above changes, the control's appearance can be slightly different—review your layout before publishing the application. We cannot maintain 100% of the same look, mainly because StyleElements has default values.
    • Fixed TGIS_ViewerWnd improper background color on Direct2D. DK-14228
  • Improved IFC/BIM deployment for .NET. DK-14241
  • Fixed dependencies for TatukGIS.DK.NETStandard for .NET 8.0. DK-14247
  • Some of our internal code has been redone in PVL. Generally, we do not expect anyone to use it directly, but some controls have been replaced with PVL. We used new controls for a while, but the legacy, unused controls have now been removed from the code in this version. Functionality is replaced by those controls: DK-14231
    • [FMX|VCL|WinForms|Swing].GisControlFieldFactorPVL.GisControlFieldFactor
    • [FMX|VCL|WinForms|Swing].GisControlSizeFormPVL.GisControlSizeForm
    • [FMX|VCL|WinForms|Swing].GisControlLegendBMPPVL.GisControlBitmap
    • [FMX|VCL|WinForms|Swing].GisControlLegendFNTPVL.GisControlFont
    • [FMX|VCL|WinForms|Swing].GisControlLegendGridWizPVL.GisControlLegendGridWiz
    • [FMX|VCL|WinForms|Swing].GisControlLegendVectorWizPVL.GisControlLegendVectorWiz
    • [FMX|VCL|WinForms|Swing].GisControlLegendLIBPVL.GisControlSymbologyLibrary
    • [FMX|VCL|WinForms|Swing].GisControlLegendSYMPVL.GisControlSymbology
  • Based on user comments, the TGIS_ViewerWnd.AutoStyle is disabled by default to maintain visual integrity with existing projects. DK-14271
  • Ability to define selection styles by layers, not only by viewer properties; DK-14256
  • A dozen of minor fixes and improvements.

Known problems:

  • TiledPaint for .NET is postponed to the subsequent releases (will come in first UNSTABLE1). We need more time to test it.
  • Skia renderer for VCL flips some images and grids vertically. DK-14301
    Fixed in hotfix v95.1, building 2024-10-29.

The complete list is available at Changelog.

2024/10/29 14:28

Page Tools