Skip to content

Towards Kexi 2.6

Wednesday, 26 September 2012  |  jaroslaw staniek

I hope that Kexi like all the Calligra software will benefit from having a big release every 3 or 4 months. This way more than ever users become co-authors.


2.5 series First, it's worth mentioning the 2.5 series received many improvements in already released 2.5.1 and 2.5.2 versions. Many users apparently found the forums (the link is now forum.kde.org/kexi) more convenient than mailing lists; not only questions moved here but for actual improvement and some planning discussions. It's honour to work with people that not only devote their limited time to the project but also use Kexi for their daily tasks, yet they store and process their valuable data with it!

As always it's important to have updated software so I can only encourage to do that. If you distro is slow with updates - politely request it every time, that's their job as a part of the equation. Many distros catched up and Calligra is now pretty well supported. There is no reason to keep software in the waiting-room too long when every feature and fix counts.


In 2.5.1 you can find:

  • Workaround for visual glitch of Oxygen style for the Modern Menu widget in kexi (bug 305051)
  • Fix crash on importing CSV files with more than 1024 columns (bug 304405) and with Mac line endings (bug 304329)
  • Missing table kexi__parts is no longer a critical error in Kexi (this enables opening databases created e.g. by the future Words Bibliography tool)
  • Fixed bug: New Kexi project file created in current directory instead of the selected one (bug 305163)
  • Table View: Fixed misplaced ‘Date/Time data error’ validation popup in tableview (bug 282295)
  • Table View: Show warning when invalid date values in tables and forms are rejected (bug 299867)
  • Table View: Clicking validation popup editor is focus again allowing to correct the value
  • Table View: Use new message widget for validation popups
  • PostgreSQL support: Display cmake compile warning if libpqxx is not in version 3.x
  • buildsystem: move checks for pgsql, mysql, tds, xbase dependencies to global area (bug 300871)


and in 2.5.2:

  • Fixed bug in Query Designer: removed SQL Editor’s history as it was not functional (bug 306145)
  • Make string concatenation operator || work in Query Designer (bug 305793)
  • Startup GUI: fetch startup UI definition from x.y.0 URL for any x.y.z version, not from x.y.z URL
  • Buildsystem: make it possible to disable database drivers even if their dependencies are present and found (wish 305683)


In about two weeks you'll also get 2.5.3 with these goodies:

  • Main Window: Fix crashes on Kexi closing (bug 299484)
  • Main Window: for consistency, display names in tab bars, not captions (names are displayed in the Project Navigator too)
  • Fix loading maximumListRows property of lookup field schema (noncritical because it is not yet used)
  • Tables: Fix possible crash when saving changes to design of table used elsewhere (bug 306672)
  • Fix missing "*" (All Columns) item in Query Designer, it was present in Kexi 2.2 and ealier (bug 306577)
  • General: Force lower case letters for object identifiers (except for widget names); this adds consistency and fixes support for objects renamed to not-all-lowercase in earlier version of Kexi (bug 306523)


What's around the corner for 2.6?


Kexi users benefit from the Modern UI that debuted in the 2.4 release.

Ready:

  • Added support for user data storage (feature 305074), now used to remember column widths in tabular data view (feature 230994)

There are really expected features, in progress:

  • Add option for appending imported CSV data to existing table (wish 305505)
  • Add support for alter table's design without losing data (wish 125253). This one massive addition deserves more explanation. It looks like after so many years I found a working solution (and energy to implement it).
    To get idea what's it about, imagine case when user changed data types for some columns, changed columns' order, removed some of them and also added. Then after all it pressed the Save button. You have to convert data from the original table to the new format. Currently no single app (or even command line tool) I know is able to do that for SQLite 3 database engines (including the nice Sqliteman app). Moreover, even server engines such as PostgreSQL and MySQL can lead to "data loss" (not random loss but one driven by user's mistake, e.g. if you change to integer from text type, conversion isn't automatic). Since Kexi is not a database admin tool but more a rapid database-oriented application development platform, it takes care about internals and usability - much more than database admin tools aimed at professionals.
    We're in the middle of the implementation; for now Kexi is able to alter table relationships without data loss and core of the system works. It's really convenient!

Other feature I hope will appear:

  • Add support for table backups (wish 306270). The backups can be automated or triggered by users. One motivation for this feature is to have an undo option when the alter table design action goes wrong. Yet, we're getting a new feature that is not even available in established software like MS Access. No idea about other competitors.

Long-term plans always accessible on community.kde.org.


Manpower This year another talented developer joined. Please welcome Oleg Kukharchuk from Belarus!

He has contributed with many things already, except fixes and porting these are: several new form widgets and full screen mode of Kexi 2.5. The "append imported CSV data" feature is his current interest.

This shows how quickly one can be introduced to Kexi thanks to the great ecosystem and community of Calligra and KDE. So if you wanted to work on something big (150K+ lines of code, we have plans for tens of man-years!), do not hesitate to contact us.


Windows? People ask about Windows version too. This large user base is waiting so long for new Kexi. What to say? Other than "I have limited time resources", I also switched to Linux-only development machine so it would. If you have a spare but legal copy of 7 let me know, so I would run it in a virtual machine.

MS Office 2010 or newer license could be a good donation too (a pro version which includes Access) since we're on working importing features and have to be up to date with the outside world. I think it's worth the effort too -- Kexi is already known as one of the best possible options for importing data from MS Access files, still one of the most closed and legacy formats around. If you don't care, you can still try the CSV importer - it often beats what you can achieve with spreadsheets import functions. I have heard about users that installed Kexi just for these features and then they started to regularly use the whole app.


kexi-project.org In other news, Joseph Wenninger, one of the original Kexi contributors transferred the domain name kexi-project.org to the KDE organization. I'd like to thank Joseph for sponsoring this domain for years and for his contributions. The is first step towards integration of the web site with the KDE infrastructure. At this moment we're looking for persons interested in contributing to this web site, so if you're the one please drop us a note.