1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58
|
AVC 0.6.1 released 26-Jun-2009
* Added PDF documentation sources (ODT file and images)
AVC 0.6.0 released 10-Jun-2008
* Added multiple matching namespaces: the attributes of each python
object (class instance) can be matched against any given widget tree
or subtree, independentely from all other objects.
* Added dynamic connections: widget-variable connections can
be created at any run time and removed automatically at widget deletion.
* Changed importing: now AVC detect automatically the wanted widget
toolkit, allowing the same import statement for all toolkits.
* Extended separation between application logic and GUI to all toolkits.
* Updated all examples programs to use the new api.
* Rewritten all "counter" examples to demonstrate AVC support to
separation between application logic and GUI.
* New examples: a countdown example for each supported toolkit to
demonstrate multiple matching namespaces and dynamic connections.
* Structure cleanup: removed all cross references between AVC core and
each toolkit binding, now all references are from core to bindings.
AVC 0.5.0 released 4-Feb-2008
* Extended label widget output formatting to support generic python
objects and to have a fallback to the standard python string
representation (str()) when there is no formatting string or
the formatting string is not valid.
* New examples: a label formatting example program for each supported
toolkit.
* New examples: a programmatic version (GUI generated by program
instructions) of the spin button/box/control example for each
supported toolkit.
* Added testing capability: activity report printout with
selectable verbosity level.
* Rewrited the widget abstraction layer: improved code structure,
more compact, better separation among widget toolkit dependent code
in AVC bindings and in AVC core code.
* Anticipated the test for supported widget from coget creation
(Coget.__init__()) to connections detector (_bind()): more efficient.
AVC 0.4.0 released 15-Dec-2007
* Added support for wxWidgets widget toolkit, widgets: button,
bitmap button, check button, choice, combo box, radio box, slider,
spin control, static text, status bar, text control, toggle button.
AVC 0.3.0 released 30-Sep-2007
* Added support for TK widget toolkit, widgets: button,
check button, entry, label, radio button, scale, spin box, text.
* Fixed input from Qt4 QdoubleSpinBox.
* Fixed wrong type of formatting string for Qt3 and Qt4 label widget.
* Added control type casting to string returned by entry widget.
* New web site structure, user documentation moved from one html
page to "User Manual" in different formats: pdf, html.
AVC 0.2.0 released 30-Jan-2007
* Added new widgets: combo box, slider, status bar (GTK+ only),
text view/edit.
AVC 0.1.0 released 10-Jan-2007
* First release.
|