~gnome3-team/glade/+git/glade:builder

Last commit made on 2008-04-03
Get this branch:
git clone -b builder https://git.launchpad.net/~gnome3-team/glade/+git/glade

Branch merges

Branch information

Name:
builder
Repository:
lp:~gnome3-team/glade/+git/glade

Recent commits

e87b238... by Tristan Van Berkom <email address hidden>

Implemented saving of properties, signals, atkprops accelerators:

 Implemented saving of properties, signals, atkprops
 accelerators: everything is saving properly now !

svn path=/branches/builder/; revision=1763

b8242d6... by Tristan Van Berkom <email address hidden>

Fixed special-child-type loading (i.e notebook tabs and frame labels), and

 * gladeui/glade-widget.c: Fixed special-child-type loading (i.e
   notebook tabs and frame labels), and removed some obsolete
   loading code from the old implementation.

svn path=/branches/builder/; revision=1762

6820f97... by Tristan Van Berkom <email address hidden>

Removed notion of the GPCType (which differentiated atk props from normal

 * gladeui/glade-property-class.[ch], gladeui/glade-editor.c,
   gladeui/glade-property.c, gladeui/glade-widget-adaptor.c:
   Removed notion of the GPCType (which differentiated atk props
   from normal props and also accel props for various purposes),
   now there is a boolean "atk" member that only means to put
   these properties in the atk tab of the editor, one day we can
   hopefully even remove this.

svn path=/branches/builder/; revision=1761

f0e3004... by Tristan Van Berkom <email address hidden>

   - Implemented atk relations

 * gladeui/glade-widget-adaptor.c, gladeui/glade-signal.c:
   Implemented loading of signals.

svn path=/branches/builder/; revision=1760

c14b270... by Tristan Van Berkom <email address hidden>

   - Implemented loading of atk actions now...

svn path=/branches/builder/; revision=1759

d552f8f... by Tristan Van Berkom <email address hidden>

   - Implemented loading of atk properties (not relations or actions yet...)

svn path=/branches/builder/; revision=1758

097a7da... by Tristan Van Berkom <email address hidden>

Implemented loading of accelerators.

 * gladeui/glade-gtk.c: Implemented loading of accelerators.

svn path=/branches/builder/; revision=1757

744a528... by Tristan Van Berkom <email address hidden>

Added new entry points to create editor widgets for plugin provided pspecs

 * gladeui/glade-widget-adaptor.[ch]: Added new entry points
   to create editor widgets for plugin provided pspecs and also
   to create strings based on plugin provided pspec.

 Moved all accelerater code out of the core and into the plugin,
 still working on loading glade files with the new parser...

A plugins/gtk+/glade-keysyms.c
M plugins/gtk+/glade-gtk.c
M plugins/gtk+/gtk+.xml.in
A plugins/gtk+/glade-accels.c
M plugins/gtk+/Makefile.am
A plugins/gtk+/glade-accels.h
M ChangeLog
M gladeui/glade-editor.c
M gladeui/glade-editor-property.c
M gladeui/glade-editor-property.h
M gladeui/glade-widget.c
M gladeui/glade-widget.h
M gladeui/glade-widget-adaptor.c
M gladeui/glade-command.c
M gladeui/glade-widget-adaptor.h
M gladeui/glade-base-editor.c
M gladeui/glade-xml-utils.h
D gladeui/glade-keysyms.c
M gladeui/glade-property.c
M gladeui/glade-property-class.c
M gladeui/glade-builtins.c
M gladeui/glade-builtins.h
M gladeui/glade-project.c
M gladeui/Makefile.am

svn path=/branches/builder/; revision=1756

431d89f... by Tristan Van Berkom <email address hidden>

Implemented loading of packing properties and normal properties.

 * gladeui/glade-widget.[ch], gladeui/glade-widget-adaptor.c,
   gladeui/glade-property.[ch]: Implemented loading of packing
   properties and normal properties.

svn path=/branches/builder/; revision=1755

c9f234f... by Tristan Van Berkom <email address hidden>

Implemented loading and building of the widget hierarchy, currently only

 * gladeui/glade-widget.[ch], gladeui/glade-widget-adaptor.[ch],
   various files: Implemented loading and building of the widget
   hierarchy, currently only types and widget names, no properties
   or packing properties - but internal children and placeholders
   are loaded correctly.

svn path=/branches/builder/; revision=1754