Kexi/Releases/Kexi 2.9: Difference between revisions

From KDE Community Wiki
< Kexi‎ | Releases
No edit summary
Line 8: Line 8:
'''For Kexi, the visual database app builder, 2.9 release is focused on improving quality of existing features. Thanks to close collaboration with users of Kexi, about 150 changes have been performed.'''
'''For Kexi, the visual database app builder, 2.9 release is focused on improving quality of existing features. Thanks to close collaboration with users of Kexi, about 150 changes have been performed.'''


Detailed changes for betas are listed on the Calligra announcement pages:
Detailed changes for beta releases are listed on the Calligra announcement pages:
*[https://www.calligra.org/news/calligra-2-9-beta-released/#kexi Changes in 2.9 Beta 1]
*[https://www.calligra.org/news/calligra-2-9-beta-released/#kexi Changes in 2.9 Beta 1]
*[https://www.calligra.org/news/calligra-2-9-beta-2-released/#kexi Changes in 2.9 Beta 2]
*[https://www.calligra.org/news/calligra-2-9-beta-2-released/#kexi Changes in 2.9 Beta 2]

Revision as of 11:34, 26 February 2015

List of changes

Visit bugs.kde.org query for list of formally registered and fixed bugs.

For Kexi, the visual database app builder, 2.9 release is focused on improving quality of existing features. Thanks to close collaboration with users of Kexi, about 150 changes have been performed.

Detailed changes for beta releases are listed on the Calligra announcement pages:

Changes in 2.9.0

(since 2.9.0 Beta 3)

General

  • Windows version

Main Window

  • Welcome view: hide placeholder for templates by default so users won't be confused.
  • Fix some untranslated strings. Bug #320168.
  • Use KDE4's "new" emblem for "create" icons, improve query and report icon.


Table Views

  • Fix misplaced combo box editor and unnecessary scroll bars:
    • Misplaced editor in table view's combo box for right alignment. Bug #330885.
    • Scroll bars sometimes appear in combo box popup even when they are not needed. Bug #330886.
  • Re-add missing "Clear Table Contents" action (regression in Kexi 2.x). Bug #331039.


Queries

  • Track changes better when switching from visual to SQL view. Query statement is now updated when needed in the SQL view.
  • Make queries with lookup field and table alias work. Bug #330910.
  • Do not add table name in a generated SQL when not needed. Bug #331259.

Forms

  • New: Add support for opening hyperlink via a form button. Wish #308832.
  • Make text in form combo box not trimmed. Bug #329716.
  • Fix bug: data is not saved in form combo boxes. Bug #329141.
  • Make Shift+Return (save record edit) and Escape (cancel field/record edit) shortcuts work in table and form data views (regression in Kexi 2.x). Bug #330138.
  • Improve focus, keyboard interaction and painting in table and form views. Bug #304989, {{bug|329892}:
    • Focus combo box after accepting or cancelling selection in combo popup
    • Show focus in combo box after accepting or cancelling row changes
    • Remove focus from combo box after clicking outside of its popup
    • Improve appearance of combo box' button in table view
    • Fix missing re-display of table view combo box popup
    • Fix focus in table view combo box popup
    • Make clipboard shortcuts work again in table view cells
    • Properly set focus inside table view after activation


Reports

  • Fix tool tips of the page navigator of Kexi's report view.
  • Make certain warning messages translatable. Bug #320168.
  • Disable custom page sizes for reports to avoid crashing. Will be fully re-enabled after 2.8.0.


Database drivers

  • PostgreSQL: enable use of a pqxx 4.x library. This makes the driver more available in some Linux distributions. Bug #328380.

Screenshots

See http://kexi-project.org/pics/2.9

Known bugs

None so far.

Missing or discontinued features

  • --skip-startup-dialog command line option has been removed; it was used to skip displaying the modal startup dialog window but this makes no sense since the window does not exist already. (Bug #338247)