CVSROOT:        /cvs/gnome
Module name:    glade3
Changes by:     tvb     06/02/23 21:04:38

Modified files:
        .              : ChangeLog TODO 
        doc            : gladeui-sections.txt 
        doc/tmpl       : glade-property-class.sgml glade-widget.sgml 
        src            : glade-builtins.c glade-builtins.h 
                         glade-command.c glade-editor-property.c 
                         glade-fixed-manager.c glade-gtk.c 
                         glade-project-window.c glade-property-class.c 
                         glade-property-class.h glade-property.c 
                         glade-utils.h glade-widget-class.c 
                         glade-widget-class.h glade-widget.c 
                         glade-widget.h glade-xml-utils.c 
                         glade-xml-utils.h glade.h 

Log message:
* TODO: Updated list

* doc/glade-sections.txt: Updated list

* doc/tmpl/*: updated templates from source

* src/glade-builtins.[ch]: Implemented GladeParamSpecObjects and
GLADE_TYPE_GLIST boxed type (intended use for AtkRelation properties).

* src/glade-command.c, src/glade-gtk.c: Fixed refcounting for placeholders.
(updated code for glade_widget_new () also)

* src/glade-project-window.c: Fixed parenthesis in complex statement.

* src/glade-property-class.[ch]:
o Added support for atk property detection & GladeParamSpecObjects.
o Added some more logic that belonged here and was in glade-widget-class.c
o Fixed "make gvalue from object" logic to not leak a reference to a pixbuf
(it doesnt crash with pixbuf manipulation... not sure if we dont leak pixbufs
though).

* src/glade-property.c: Simplified code (and fixed limitation of optional 
properties
to integer inputs... now any property can be optional).
Added implicit case to ignore atk_properties

* src/glade-widget-class.c: Deffered some logic to glade-property-class and 
simplified
code; also added support for atk properties.
ATK: Disabled for now, not completely implemented... needs save support in 
glade-property
and edit support in GladeEditorProperty... just needed to sync CVS for all the 
other
relevent work.

* src/glade-widget.[ch]: glade_widget_new () takes a boolean query arg now

* src/glade-xml-utils.[ch]: now has glade_xml_load_sym_from_node()
(it makes sence here because we have access to the xml node structs; so we
can debug around here a little easier).

* src/glade-editor-property.c: Added prelimenary support for 
GladeParamSpecObjects
(readonly view of glade_widget_class_make_string_from_gvalue() ).

* src/glade-fixed-manager.c: Adjusted caller to glade_widget_new().

* src/glade.h: added "atk-relation" tag definition.

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=&dir=glade3&who=tvb&date=explicit&mindate=2006-02-23%2021:03&maxdate=2006-02-23%2021:05

_______________________________________________
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list

Reply via email to