Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 82714 - Request upgrade of knoda and hk_classes to 0.7.3
Summary: Request upgrade of knoda and hk_classes to 0.7.3
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2005-02-20 11:32 UTC by Peter Ruskin
Modified: 2005-03-22 14:06 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
New amd64 patch (hk_classes-0.7.3_alpha2-amd64.patch,2.68 KB, patch)
2005-02-20 11:37 UTC, Peter Ruskin
Details | Diff
hk_classes-0.7.3_alpha2.ebuild (hk_classes-0.7.3_alpha2.ebuild,1.33 KB, text/plain)
2005-02-20 11:37 UTC, Peter Ruskin
Details
knoda-0.7.3_alpha2.ebuild (knoda-0.7.3_alpha2.ebuild,460 bytes, text/plain)
2005-02-20 11:38 UTC, Peter Ruskin
Details
New amd64 patch (hk_classes-0.7.3-amd64.patch,2.68 KB, patch)
2005-03-16 05:59 UTC, Peter Ruskin
Details | Diff
hk_classes-0.7.3.ebuild (hk_classes-0.7.3.ebuild,1.23 KB, text/plain)
2005-03-16 06:00 UTC, Peter Ruskin
Details
knoda-0.7.3.ebuild (knoda-0.7.3.ebuild,460 bytes, text/plain)
2005-03-16 06:01 UTC, Peter Ruskin
Details
hk_classes-0.7.3.ebuild python2.4 fix (hk_classes-0.7.3.ebuild,1.35 KB, text/plain)
2005-03-19 11:54 UTC, Rob Cakebread (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Ruskin 2005-02-20 11:32:37 UTC
Incorporates these changes from (unsubmitted) 0.7.3_alpha1:
Many bugs are fixed, especially the CSV import should work better (append rows 
to an existing table).

The main new features:
* Tab order in forms can be set now (menu: edit->tab order)
* a new Python function hk_class.show_filedialog added
* buttons have new actions 'close_application' and 'open_file'

...and these changes for 0.7.3_alpha2:
Especially for Python scripting a lot of things have improved
Scripting improvements:
* new actions: 
   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_database  existing_form() and existing_report() added
* hk_column: count() and sum() added
* hk_class::show_filedialog() added
* Python API: the C++-API is fully opened to Python now
* hk_database: new_dialogformvisible() added
* hk_form: show_asdialog() added
Programming examples will be soon released in the documentation and in the 
wiki.

Many improvements: 
* tab order handling in forms works also for subforms
* better performance of grids in forms 
* reports handles newlines correctly
* improved field name detection for conditions in combination with depending 
  resultqueries
* a new runtime application "knoda-rt" added
Comment 1 Peter Ruskin 2005-02-20 11:37:00 UTC
Created attachment 51695 [details, diff]
New amd64 patch

hk_classes-amd64.patch failed due to a now incorrect reference to
libhk_classes_la_LDFLAGS = -version-info 6:0:0 @LTLIBICONV@ on line 7
Comment 2 Peter Ruskin 2005-02-20 11:37:46 UTC
Created attachment 51697 [details]
hk_classes-0.7.3_alpha2.ebuild
Comment 3 Peter Ruskin 2005-02-20 11:38:24 UTC
Created attachment 51699 [details]
knoda-0.7.3_alpha2.ebuild
Comment 4 Peter Ruskin 2005-03-16 05:59:20 UTC
Created attachment 53617 [details, diff]
New amd64 patch
Comment 5 Peter Ruskin 2005-03-16 06:00:12 UTC
Created attachment 53618 [details]
hk_classes-0.7.3.ebuild
Comment 6 Peter Ruskin 2005-03-16 06:01:08 UTC
Created attachment 53619 [details]
knoda-0.7.3.ebuild
Comment 7 Peter Ruskin 2005-03-16 06:03:34 UTC
Change Summary to "Request upgrade of knoda and hk_classes to 0.7.3".  This is a new stable version.

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

Bugfixes:
========

* better performance of grids in forms 
* reports handles newlines correctly
* improved field name detection for conditions in combination with depending 
  resultqueries
* sqlite drivers do not crash any more when a table with typeless columns is 
  opened
* etc.
Comment 8 Rob Cakebread (RETIRED) gentoo-dev 2005-03-19 11:54:27 UTC
Created attachment 53877 [details]
hk_classes-0.7.3.ebuild python2.4 fix

This fixes it to work with Python 2.4 and is based on
http://bugs.gentoo.org/attachment.cgi?id=53618&action=edit and it adds ~sparc
back in, which was dropped.
Comment 9 Carsten Lohrke (RETIRED) gentoo-dev 2005-03-22 14:06:05 UTC
Thanks everyone. Committed.