=== 1.9.16 === 2007-05-21 Johan Dahlin * NEWS: * debian/changelog: * doc/howto.tex: * kiwi/__version__.py: Release 1.9.16 2007-07-16 Johan Dahlin * po/pl.po: Add polish translation (Jarek Zgoda) * kiwi/ui/entry.py: Sometimes the entry completion breaks, #2901, patch by Ali Afshar. 2007-07-13 Fabio Morbec reviewed by: Johan Dahlin * kiwi/ui/comboentry.py (ComboEntry._on_entry__scroll_event): If don't have data in the model just return 2007-07-02 Johan Dahlin * glade3-plugin/setup.py (glade3_exists): Check for gladeui-1.0 instead of libgladeui-1.0, fixes #3461 * kiwi/ui/objectlist.py (ObjectTree): Add a row-expanded signal. Based on patch by Ali Afshar, fixes #3460 2007-06-14 Ronaldo Maia reviewed by: Johan Dahlin * examples/validation/personalinformation.glade: * examples/validation/personalinformation.py: Add a currency widget * kiwi/ui/widgets/label.py: Set alignment according to the datatype. 2007-06-09 Gustavo J. A. M. Carneiro * tests/test_tasklet.py: Disable the emission hook test if pygobject doens't support it. * kiwi/tasklet.py: Misc. pylint fixes and code cleanup. * kiwi/tasklet.py (Tasklet.add_join_callback): Allow passing extra user arguments to the callback. (Tasklet.start): New start() method to bootstrap the tasklet. (Tasklet.__init__): Add parameter to allow constructing tasklets without starting them. * tests/test_tasklet.py (TestWaitForSignal.testEmissionHook): Tesk emission hooks. * kiwi/tasklet.py (WaitForSignal): Add support for signal emission hooks by allowing the programmer to pass a GObject class instead of instance. 2007-06-06 Ronaldo Maia reviewed by: Johan Dahlin * kiwi/ui/widgets/label.py: Allow string replacements in ProxyLabels 2007-05-31 Johan Dahlin * kiwi/ui/proxy.py: * kiwi/ui/widgets/checkbutton.py: * kiwi/ui/widgets/combo.py: * kiwi/ui/widgets/entry.py: * kiwi/ui/widgets/radiobutton.py: * kiwi/ui/widgets/textview.py: * tests/test_proxy.py: Make the proxy call widget.update(ValueUnset) for all proxy widgets when resetting the model (eg, proxy.set_model(None)). 2007-05-31 Ali Afshar reviewed by: Johan Dahlin * kiwi/ui/widgets/entry.py: * tests/test_Entry.py: Fix for #3408, Entry reads valueunset always, when empty 2007-05-31 Johan Dahlin * kiwi/ui/dateentry.py (DateEntry.get_date): Catch ValidationError and ignore it. 2007-05-29 Johan Dahlin * kiwi/db/sqlobj.py: Add support for full text indexes under postgres. * kiwi/ui/gaxmlloader.py: * kiwi/ui/views.py: Add support for loading GAXML files 2007-05-28 Ronaldo Maia reviewed by: Johan Dahlin * kiwi/currency.py: * kiwi/ui/proxywidget.py: Allow proxy widgets to pass paramenters to the datatype converter. * kiwi/ui/widgets/entry.py: Never show the currency symbol on currency entries. Fixes #3398 2007-05-25 Ali Afshar reviewed by: Johan Dahlin * gazpacho-plugin/kiwiwidgets.xml: * kiwi/ui/gazpacholoader.py: Add gazpacho support for ObjectTree, fixes #3389