~gnome3-team/glade/+git/glade:wip/inigomartinez/improve-install

Last commit made on 2019-07-22
Get this branch:
git clone -b wip/inigomartinez/improve-install https://git.launchpad.net/~gnome3-team/glade/+git/glade

Branch merges

Branch information

Name:
wip/inigomartinez/improve-install
Repository:
lp:~gnome3-team/glade/+git/glade

Recent commits

8f6bf84... by Alberto Fanjul Alonso

missing env var

f8204f9... by Alberto Fanjul Alonso

remove conflict characters

it should work with copy: true, but that argument of configuration_file
do not work with configuration_data() object

afc45e6... by Alberto Fanjul Alonso

remove duplicate

b7d24fb... by Iñigo Martínez

autotools: Fix Gettext files installation

Gettext files are not installed in autotools. This has been fixed
so they are now installed properly.

6cdcd6c... by Iñigo Martínez

build: Improve installation of directories

Some directories on the source code are almost fully copied in the
installation process. However, they are not always installed using
the same tree.

Some of these directories have been relocated following the
installation tree.

db35c6f... by James Westman <email address hidden>

GladePopup: Clear add item when adding as toplevel

58285e6... by James Westman <email address hidden>

GtkImage: Fix icon size being reset

When you reloaded a file or changed the image type, the icon size was
reset (not in the sidebar, but in the editor).

9f4e57a... by Kukuh Syafaat

Update Indonesian translation

4924be8... by Iñigo Martínez

build: Fix OSX support in meson

This modifies meson to fix dylibs loading in OSX support following
dde46cbd commit.

85c40c1... by Iñigo Martínez

build: Do not use a system variable only for Windows

Glade is built in multiple systems and `Windows` is not the only
system that needs specific commands.

Change the `glade_windows` variable to hold the system value.