gnome-font-viewer:icons

Last commit made on 2018-09-28
Get this branch:
git clone -b icons https://git.launchpad.net/gnome-font-viewer

Branch merges

Branch information

Name:
icons
Repository:
lp:gnome-font-viewer

Recent commits

89ad2bb... by Matthias Clasen <email address hidden>

Add an app icon

In the flatpak world, applications are expected to be self-contained,
which includes shipping your own icon.

efdca80... by Khaled Hosny

Update Arabic translation

(cherry picked from commit a416c30ab1ea63cf61d5dc32b03babaab1b83458)

16fa1e8... by Rūdolfs Mazurs

Update Latvian translation

(cherry picked from commit 4d4acd9bd7e5a39b7d623c5b0d3ce6cf4044e22e)

e9b9016... by Cosimo Cecchi <email address hidden>

Merge branch 'fix/tchaik/789699' into 'master'

Freeze the install button while installing a font

See merge request GNOME/gnome-font-viewer!1

265b406... by Martin Blanchard

Freeze the install button while installing a font

Button's label now goes: 'Install' > 'Installing…" > "Installed" and
instantly turns insensitive. This avoid installation failures due to
savage multi-click and also give a better feedback to the user (the
Fontconfig configuration reload can take time and g-s-d delays the
update signal trigger anyway).

https://bugzilla.gnome.org/show_bug.cgi?id=789699

718231e... by Daniel Șerbănescu

Update Romanian translation

9447578... by Martin Blanchard

Replace usage of deprecated g_type_class_add_private()

Stop declaring privates with g_type_class_add_private() and use the
G_DECLARE_FINAL_TYPE() / G_DEFINE_TYPE_WITH_PRIVATE() pair.

24a144c... by Cosimo Cecchi

build: move i18n import back to main file

This broke the build.

f3955cd... by Cosimo Cecchi

Revert "flatpak: use current commit by default"

Does not seem to work as expected...

This reverts commit 2540e7eeeb1c4316486fdd65ab5f353a25aae9c6

b1c1c8a... by Cosimo Cecchi

sushi-font-widget: sync from upstream sushi

Remove deprecated g_type_class_add_private()