=== gazpacho 0.7.2 === 2007-07-29 Lorenzo Gil Sanchez * gazpacho/__init__.py: 0.7.2 release 2007-07-01 Johan Dahlin * gazpacho/app/bars.py (BarManager.add_action): Check if the action exists before and remove it from the group if it does, avoids a couple of warnings on gtk+ 2.10 2007-06-27 Johan Dahlin * gazpacho/filewriter.py (XMLWriter._write_property): Do not write context property attribute for gtkbuilder. * gazpacho/app/debugwindow.py: Remove the Quit button and add a Continue button instead, so we can continue to use the application even if an error occurs since they are usually not fatal. 2007-04-03 Mattias Karlsson reviewed by: Johan Dahlin * gazpacho/clipboard.py: * gazpacho/command.py: * gazpacho/gadget.py: * gazpacho/interfaces.py: * gazpacho/properties.py: * gazpacho/referencecontainer.py: * gazpacho/sizegroup.py: * tests/test_properties.py: * tests/test_sizegroup.py: * tests/test_treeview.py: Introduced a new class called ReferenceContainer which will be keep track of objects that are referencing a gadget. Through this reference container it's possible to remove and restore references when the gadget is deleted or restored. Fixes #344010 2007-03-29 Mattias Karlsson reviewed by: Johan Dahlin * gazpacho/clipboard.py: * gazpacho/command.py: * gazpacho/gadget.py: * gazpacho/widgetadaptor.py: * gazpacho/widgets/base/bars.py: * gazpacho/widgets/base/treeview.py: * tests/test_treeview.py: * tests/test_uim.py: Introduced a deleted property for the gadgets and two new methods in the WidgetAdaptor for removing/restoring data associated with the gadgets. Fixes #423925 2007-03-28 Johan Dahlin * gazpacho/loader/custom.py (get_child_pspec_from_name): Conditionally usse gtype.list_child_properties on PyGTK 2.10, avoids a deprecation warning. 2007-03-24 Mattias Karlsson * gazpacho/command.py: * tests/test_treeview.py: Fixed a crash when redoing the deletion of a widget with a tree view in it. Fixes #422259 2007-03-23 Mattias Karlsson * gazpacho/dndhandlers.py: Make sure drag and drop operates on the correct widgets. These widgets are not always the widgets that receives the dnd events. Fixes #405778 2007-03-21 Mattias Karlsson * gazpacho/sizegroup.py: * tests/test_sizegroup.py: Clear the sizegroup property when widgets are removed from a sizegroup. Fixes #361009