~cappelikan/umkl/+git/trunk:new_downloader

Last commit made on 2023-02-21
Get this branch:
git clone -b new_downloader https://git.launchpad.net/~cappelikan/umkl/+git/trunk

Branch merges

Branch information

Name:
new_downloader
Repository:
lp:~cappelikan/umkl/+git/trunk

Recent commits

e874aa3... by Brian K. White

don't use env -C, fixes #128

a0c2803... by Brian K. White

1.0.20

819850b... by "Brian K. White" <email address hidden>

Merge pull request #182 from LucasChollet/custom_dialog

Some refactoring and deletion of CustomMessageDialog
Don't fear the reaper...

42e8204... by "Brian K. White" <email address hidden>

Merge pull request #183 from char8t/fix-translation-de

minor fix translation de
thanks much

de703a3... by "Brian K. White" <email address hidden>

Merge branch 'master' into fix-translation-de

5fed84b... by Brian K. White

pofiles

e8191ac... by "Brian K. White" <email address hidden>

Merge pull request #181 from LucasChollet/downloader

Introduce FileDownloader and lazily download changelogs
Very nice, thank you very much

ca73377... by Marvin Meysel <email address hidden>

minor fix translation de

5e0508a... by Lucas CHOLLET <email address hidden>

Add a dialog to show the user that we are downloading the changelog

Lazy downloads of changelogs introduce a small latency when clicking the
"Changes" button. With this commit, we keep the user informed by showing
a dialog during the download.

a0eaea1... by Lucas CHOLLET <email address hidden>

Remove the now unused `CustomMessageDialog`

The corresponding helper `gtk_messagebox` is also deleted along.