gnome-font-viewer:gnome-40

Last commit made on 2021-03-21
Get this branch:
git clone -b gnome-40 https://git.launchpad.net/gnome-font-viewer

Branch merges

Branch information

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

Recent commits

582be46... by Christopher Davis <email address hidden>

Release 40.0

827b338... by A S Alam <email address hidden>

Update Punjabi translation

e02ba62... by Fabio Tomat <email address hidden>

Update Friulian translation

d7c4bb5... by Fran Diéguez

Update Galician translation

17e2191... by Fran Diéguez

Update Galician translation

9cefbff... by Christopher Davis <email address hidden>

Post-release version bump

a7acdb8... by Christopher Davis <email address hidden>

Prepare release 40.beta

b41cfe3... by Christopher Davis <email address hidden>

Merge branch 'ewlsh/remove-ft-file-loading' into 'master'

Stop using FreeType and files for font names.

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

c3a45f8... by Christopher Davis <email address hidden>

flatpak: Set builddir to true

Enables out-of-tree builds when using the flatpak.

b64e5bf... by diegoe

font-view: Properly complete GTask on errors

The GTaskThreadFunc set on g_task_run_in_thread for a task has to
"complete" the task with a g_task_return_*() function, otherwise you
can't g_task_propagate_*() on the GAsyncReadyCallback set on
g_task_new().

This was visible as a GLib-GIO-CRITICAL:
  g_task_propagate_pointer: assertion 'task->result_set' failed

Which was triggered when bluntly returning from the function when a font
files had no thumbnail and consequently was reporting
G_FILE_ATTRIBUTE_THUMBNAILING_FAILED.

Signed-off-by: Christopher Davis <email address hidden>