Menu

knoda - a database frontend for kde / News: Recent posts

knoda 0.8.2 released

I have released new stable versions of hk_classes and knoda. Knoda is a database-frontend for DBase, Firebird, MS Access, Mysql,Paradox, Postgresql, SQLite and ODBC. Besides
tables, queries and views knoda comprises forms and reports, which are scriptable via Python

Main new features:

* a new form filter allows easier creation of filters, the QBE query editor
parses the condition criteria and automatically completes and corrects it.
* Module handling added. A module is a Python script collection (e.g.
functions) that can be loaded with
hk_thisform.load_module("modulename")
* A new driver 'dbase' has been included, which works out of the box (the
xbase driver can still be used).
* The postgres driver supports the modification of the table design better.
* The 'date' widget has a new design
* the csv import and export dialogs are improved.
* Many bugs are fixed (e.g. 64-bit support, and report handling)... read more

Posted by Horst Knorr 2006-10-29

knoda 0.8.1 released

I have released new stable versions of hk_classes and knoda.

Main new features:

* improved report generator. Report fields can automatically resize depending
on the size of the displayed text (set the "dynamic height" property to use
this in combination with the "line break" property). Fonts can be embedded
now (in the preferences dialog), so differences between the preview window
and the printed result should be history. There is also no need any more to
select a local charset.... read more

Posted by Horst Knorr 2006-04-21

knoda 0.7.4-test1 released

With its latest release knoda introduces a driver for MS Access databases (mdb files). Knoda is the first KDE based database frontend reading MS Access databases natively and is getting closer to its goal to be a full replacement for MS Access.

The driver is based on mdbtools (http://mdbtools.sourceforge.net).

Knoda is a database-frontend for Dbase, MS Access, Mysql, Postgresql, SQLite and ODBC. Besides
tables and queries knoda comprises forms and reports, which are scriptable via
Python.... read more

Posted by Horst Knorr 2005-04-24

knoda 0.7.3 released

TI have released a new stable version of knoda.

Knoda is a database-frontend for Mysql, Postgresql, SQLite and ODBC. Besides tables and queries knoda comprises forms and reports, which are scriptable via Python.

The main new features:

* Tab order in forms can be set now (menu: edit->tab order)
* buttons have new actions 'close_application' and 'open_file'
* a new runtime application "knoda-rt" added
* Bulgarian translation added (thanks to Roman Rachkov)
* forms named "Autoform" will be automatically opened when
the database is opened
* The Python API improved a lot: the C++-API is
fully opened to Python now
* hk_visible: on_getfocus() ,on_loosefocus()
and on_key() actions added
* hk_visible: set_tooltip(), tooltip() added
* hk_button: open_view and
close_application action added
* hk_class.show_filedialog() added
* hk_database existing_form()
and existing_report() added
* hk_column: count() and sum() added
* hk_class::show_filedialog() added
* hk_database: new_dialogformvisible() added
* hk_form: show_asdialog() added
* all windows remember their geometry... read more

Posted by Horst Knorr 2005-03-17

knoda 0.7.3-test2 released

Hi everybody,

I have released a new test version of knoda.

Knoda is a database-frontend for Mysql, Postgresql, SQLite and ODBC. Besides
tables and queries knoda comprises forms and reports, which are scriptable via
Python.

The main new features:

The scripting API improved a lot. Handling the tab-order in forms works also
for subforms, a runtime version of knoda (knoda-rt) has been added, the
performance is better and many bugs are fixed.... read more

Posted by Horst Knorr 2005-02-20

Knoda 0.7 stable released

After 3 months of development and testing I just have released a new stable
version of Knoda.

Knoda is a database-frontend for Mysql, Postgresql, SQLite and ODBC. Besides
tables and queries knoda comprises forms and reports. It is scriptable via
Python.

A lot of things have changed, so here are the main new features:

* Knoda has a completely new GUI now, which is much more KDE like (see
http://hk-classes.sourceforge.net/screenshots/knoda_mainwindow_kmdi.html\).... read more

Posted by Horst Knorr 2004-07-11

Knoda 0.7-test3 released

Knoda is a database-frontend for Mysql, Postgresql and ODBC. Besides tables
and queries knoda comprises forms and reports. It is scriptable via Python.

Main changes:

Knoda has a completely new GUI now, which is much more KDE like (see
http://hk-classes.sourceforge.net/screenshots/knoda_mainwindow_kmdi.html\).

If you prefer the old layout you can use the command line options
--classic, and
--classic-mdi (the previous --mdi option)... read more

Posted by Horst Knorr 2004-06-15

knoda 0.7-test1

I have released a new test version of hk_classes and knoda.

In hk_classes there are some bugfixes, which should fix some dubious crashes
when exiting knoda. Please let me know if you still experience crashes, I
don't have any open bugreports.

In knoda the main feature is a database designer dialog (see
http://hk-classes.sourceforge.net/screenshots/relationeditor.html\).
You can use it in forms in design mode. Don't wonder when your datasources
will all appear at the same place when you start the designer dialog for the
very first time with an existing form. Position the datasources and then
store the form. Please test it extensively, it will be base for a new query
editor GUI.

Posted by Horst Knorr 2004-05-09

knoda 0.6.3 released

I just have released a new stable version of hk_classes and knoda.

The main features are:

* locally defined datasources in forms and reports
* labels in forms support frames
* knoda main window contains a toolbar
* Spanish translation added (thanks to Nacho Alonso)
* The login dialog remembers the password
* Many bugfixes.

To verify the integrity of the packages you will find the md5sums and gpg
signatures for download. My public key is available at
http://hk-classes.sourceforge.net/download.html (at the bottom of the page).... read more

Posted by Horst Knorr 2004-04-04

knoda 0.5.4 released

Knoda 0.5.4 has been released. Knoda is a GUI for accessing
databases in KDE 3. It comprises a Form generator, a Table and Query generator
and a Report Designer.

Changes:
* Postgres driver (Postgres 7.1 or higher) added
* Drag&Drop in the knoda main window. Single files (forms, queries and
reports) and also tables and whole databases - even between
Mysql and Postgres - can be copied now
*Copy and Paste fields in forms and reports
*sorting of columns in tables by clicking the column header
* improved user interface: e.g. "save as" dialogs, copying text of single
cells in grids, better error messages etc.
* ported to FreeBSD
* many bugfixes... read more

Posted by Horst Knorr 2002-09-22

knoda 0.5.3 released

Knoda 0.5.3 has been released. Knoda is a GUI for accessing relational databases in KDE 3. It comprises a Form generator, a Table and Query generator and a Report Designer.
Changes:
* number formatting in tables and forms
* fields and datasources in forms can be set as readonly
* comboboxes in grids
* comboboxes can be used to select rows now
* new toolbars and menues in tables, queries and forms
* Hungarian translation (thanks to Marcel Hilzinger from Suse)
* bugfixes
*To fit the file system hierarchy standard hk_classes per default is installed
in the directories /usr/lib/hk_classes, and /usr/include/hk_classes now.
configure parameters allow you to change these directories.
* The license from hk_kdeclasses has changed from GPL to LGPL.

Posted by Horst Knorr 2002-07-21

knoda 0.5.2 released

Knoda is a database frontend for KDE. Knoda now compiles with KDE3. It's a bugfix release

Posted by Horst Knorr 2002-05-20

knoda 0.5.1 released

Knoda is a database frontend for KDE. Knoda now compiles with KDE2 and KDE3. A XML export filter has been added and many bugs are fixed

Posted by Horst Knorr 2002-03-17

knoda 0.5 released

Knoda is a database frontend for KDE. This release adds a report generator to knoda

Posted by Horst Knorr 2002-02-11

knoda 0.4.3 released

knoda is a database frontend for KDE.
This release is mainly a bugfix release and includes some minor feature enhancements

Posted by Horst Knorr 2001-10-08

knoda 0.4.2 released

<h1>Changelog</h1>
<ul><li>default values in forms now possible (except of gridcolumns, this will follow) </li>
<li>defaults for date and time format can be stored now</li>
<li>hk_kdelineedit, hk_kdememo, hk_kdeboolean: readonly values can't be changed any more </li>
<li>bugfixes - a wrong drivername as command line option will be ignored now </li></ul>

Posted by Horst Knorr 2001-09-09

knoda 0.4.1 released

knoda is a database frontend for kde.

Changelog for version 0.4.1 :

*hk_kdeclasses is part of the knoda package now
*hk_kdegridcolumn management changed. Defining
gridcolumns interactively is possible now
*combobox support in forms
*memofield with word wrap in forms now
*various bugfixes

Posted by Horst Knorr 2001-08-29

knoda 0.2 released

knoda is a database frontend for KDE 2.x under Linux. It supports forms now.

Posted by Horst Knorr 2001-07-01
MongoDB Logo MongoDB