~gnome3-team/glade/+git/glade:wip/inigomartinez/meson-i18n-catalog

Last commit made on 2019-09-18
Get this branch:
git clone -b wip/inigomartinez/meson-i18n-catalog https://git.launchpad.net/~gnome3-team/glade/+git/glade

Branch merges

Branch information

Name:
wip/inigomartinez/meson-i18n-catalog
Repository:
lp:~gnome3-team/glade/+git/glade

Recent commits

8911434... by Iñigo Martínez

i18n: Merge catalog translations

Catalog xml files are installed as they are. However, these files
should also contain their translations merged with `gettext`.

This has been changed so translations are now merged using meson's
i18n module.

70297fc... by Iñigo Martínez

build: Remove autotools

To avoid the burden of maintaining multiple build systems, autotools
support has been removed.

bf550e2... by Corentin Noël

gladeui: Modernize GladeSignalEditor codebase

Use G_DECLARE_DERIVABLE_TYPE and friends

a45ec94... by Bilal Elmoussaoui

RDNN appdata & desktop file

Rename the appdata file & desktop file to follow the new freedesktop standards

89acf1b... by Corentin Noël

gtk+: Add homogeneous property to GtkStackSwitcher

3b00bc8... by Bilal Elmoussaoui

Flatpak: remove uneeded options

58c737a... by Corentin Noël

gladeui: Fix wrong pointer convertion in GladeDesignView

Also use g_assert in static functions to always ensure that we're getting the right type.

GNOME Builder is using it like this itself and it allows to find mistakes faster.

It can also be disabled for release builds by defining G_DISABLE_ASSERT

6054540... by Corentin Noël

gtk+: Provide Gtk 3.22 properties for GtkScrolledWindow

c5d4c4e... by Corentin Noël

gtk+: Add missing 3.22 enum/flag values

f0a5390... by Corentin Noël

gladeui: Modernize GladeWidgetAdaptor definition