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

Last commit made on 2018-03-27
Get this branch:
git clone -b glade-3-20 https://git.launchpad.net/~gnome3-team/glade/+git/glade

Branch merges

Branch information

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

Recent commits

3579d9f... by Piotr Drąg

Update Polish translation

a064bed... by Juan Pablo Ugarte

GladeGtkHeaderBar: mark title and subtitle as translatable

Fix bug #782753 "Glade does not allow ApplicationWindow's title to be marked as translatable"

63b90c1... by Juan Pablo Ugarte

GladeGtkDialog: chain up post_create() method

GtkWindow adaptor handles use-csd property

f87b1d6... by Juan Pablo Ugarte

GladeActionBarEditor: remove bogus warning

3a4ad91... by Juan Pablo Ugarte

Fix glade_util_container_get_all_children()

gtk_container_forall() no longer returns all children for all classes

For example in GtkActionBar forall() only returns the internal revealer child
and foreach() returns all the widgets added by the user which are inside a
box which parent its the internal revealer

So in order to get all the children we need to call forall() and foreach() and remove duplicates

This fixes bug #778537 "ActionBar need placeholder"

55752c8... by Juan Pablo Ugarte

Rolling 3.20.4

619aea0... by Sebastian Stang <email address hidden>

Add GDK_SUPER_MASK accelerator handling

68ce3a7... by Juan Pablo Ugarte

Gtk+ plugin: fix GtkPopover support

Improve support without creating a subclass, still need to
find a way to override map/unmap warnings

Fix bug #793757 "Gtk-CRITICAL **: _gtk_window_add_popover: assertion '_gtk_widget_get_parent (popover) == NULL' failed"

a861a46... by Juan Pablo Ugarte

Revert "Gtk+ plugin: fix GtkPopoverMenu support"

This reverts commit 9f1b36c9bd61dab87af34b3793408c3047ce5e33.

Revert "Gtk+ plugin: reworked popover adaptor to share class wrapper with derived types"

This reverts commit 72e2b9757252d85e5dd905b4fe029d5501d1257d.

Revert "GladeWidgetAdaptor: add GWA_GET_PARENT() macro"

This reverts commit bdd2925b8e81d0b59fd3ea8627cb5a3f2fb9bbda.

Revert "GladeWidgetAdaptor: fix glade_widget_adaptor_get_parent_adaptor()"

This reverts commit 2405795a80c95a4e1002b41e94265e4d9d23ed7a.

Revert "GtkPopover: rework support code to fix bugs and warnings"

This reverts commit 778a63da58e5acd8ad5a8614306733bcc33e8ed0.

bb43c9a... by Juan Pablo Ugarte

Gtk+ plugin: fix GtkStack replace child function

Fi bug 793652 "Crash when deleting a list"