~gnome3-team/glade/+git/glade:glade-3-16

Last commit made on 2017-05-31
Get this branch:
git clone -b glade-3-16 https://git.launchpad.net/~gnome3-team/glade/+git/glade

Branch merges

Branch information

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

Recent commits

12f09b3... by Rafael Fontenelle

Update Brazilian Portuguese translation

d61e80f... by Cédric VALMARY (Tot en òc)

Update Occitan translation

a815a5a... by Pedro Albuquerque

Updated Portuguese translation

fb1cb24... by Cédric VALMARY (Tot en òc)

Updated Occitan translation

b0d9df7... by Juan Pablo Ugarte

GladeBaseEditor->build_child() use correct type for paramenters
Fixes bug 704600 "Cannot add items to menu hierarchy - assertion `GLADE_IS_WIDGET_ADAPTOR (adaptor)' failed"

  GladeWidget * (*build_child) (GladeBaseEditor *, GladeWidget *, GType);

glin-genmarshal does not have a specific type for GType thus back in the day UINT was used instead.
But this is not correct in systems where GType is bigger than UINT

f08dbaf... by Juan Pablo Ugarte

Ignore widgets that are not part of the project when generating edges
of directed graph used to sort objects by topological order.

Fixes bug 727992 "Editing UI and saving does not remove deleted Combo with Entry"

5c79132... by Christian Kirbach

Updated German translation

847f421... by Alexandre Franke

Updated French translation

4efcd12... by Juan Pablo Ugarte

Fixed bug #721098 "Anjuta hangs when opening project" The problem was that glade registered GtkOffscreenWindow as a new type derived from GtkWindow to use in the run time which prevents Anjuta or any of its pluggins to use the real GtkOffscreenWindow widget.

gladeui/glade-widget-adaptor.c: use glade_util_get_type_from_name() in generate_type()
to avoid stepping over types that are simply not instantiated yet like GtkOffscreenWindow

gladeui/glade-project.c: Use Adaptor name instead of runtime instance name to avoid
showing GladeFake* types used by the backend for virtual types.

2a59163... by Christian Kirbach

Updated German translation