Jump to content

Kexi/Releases/Kexi 2.9.1

From KDE Community Wiki
Revision as of 00:09, 9 December 2024 by Jstaniek (talk | contribs) (Created page with "See https://calligra.org/news/calligra-2-9-1-released/ ==List of changes== <div style="background-color:#fff0d2;padding:1em;"> * ''General'': ** Show clear buttons in line edits of the Object Name dialogs. ** Use consistent style of title naming in window tabs. ** Fix status bar online updates when e.g. /tmp is on different partition than /home. ** Fix crash on backward search (bug 337015) * ''Database handling'': ** Fix compacting of .kexi files when e.g. /tmp is on d...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

See https://calligra.org/news/calligra-2-9-1-released/

List of changes

  • General:
    • Show clear buttons in line edits of the Object Name dialogs.
    • Use consistent style of title naming in window tabs.
    • Fix status bar online updates when e.g. /tmp is on different partition than /home.
    • Fix crash on backward search (bug 337015)
  • Database handling:
    • Fix compacting of .kexi files when e.g. /tmp is on different partition than /home.
  • Tables:
    • Show "No field selected" hint on first use of an empty Kexi table designer.
  • Queries:
    • Make SUBSTR(X, Y [, Z]) built-in SQL function work (bug 333206)
    • Remember and restore dirty flag equal to false while changing modes, e.g. this fixes the flag state when the query designer is opened in SQL view and the visual view fails to open.
  • Reports:
    • Map theme can be picked from the property editor
    • Add keyboard shortcuts for copy/paste/cut/delete actions (bug 334967)
    • Cut action should make the report design dirty.